1 + 2 1 + 4 2 + 8 3 + 1 6 5 + 3 2 8 + … = ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Prasun is right. You need to first show that the series converge else you will be performing operation on infinities.
Even though you got the correct answer, your method is partly unjustified since you're assuming convergence instead of showing that the sum indeed converges.
You can simply observe that the sum is k = 0 ∑ ∞ 2 k − 1 F k where F k is the k th Fibonacci number and then use Binet's Fibonacci Formula (which can be proved by induction) noting that the conditions for convergence are indeed satisfied since the sum turns out to be the difference of two convergent geometric series.
Log in to reply
Why can't he just use the ratio test?
Log in to reply
How is that much different from my argument? If you use the ratio test, you have to compute the limit L = k → ∞ lim ∣ ∣ ∣ T k T k + 1 ∣ ∣ ∣ where T k = 2 k − 1 F k . Since, as k → ∞ , all the terms inside the limit are positive, there's no need for the absolute value sign here. The limit evaluates to,
L = k → ∞ lim F k ⋅ 2 k F k + 1 ⋅ 2 k − 1 = 2 1 k → ∞ lim F k F k + 1
Now, to show that L < 1 , or more precisely L = 2 ϕ , where ϕ is the golden ratio, you need to use Binet's fibonacci formula after all.
Are you suggesting that this is simpler than my argument?
P.s. : Sorry for the late reply. Since my college classes started, I'm out of town every week and get time to reply to comments only on the weekends.
Problem Loading...
Note Loading...
Set Loading...
Nice problem! It involves the observation that the differences of consecutive terms of the Fibonacci sequence also form the Fibonacci sequence. Thus, if we let S = 1 1 + 2 1 + 4 2 + 8 3 + 1 6 5 + 3 2 8 + ⋯ Then 2 S = 2 1 + 4 1 + 8 2 + 1 6 3 + 3 2 5 + 6 4 8 + ⋯ Subtract the equations. 2 S = 1 1 + 4 S ( 4 1 + 8 1 + 1 6 2 + 3 2 3 + 6 4 5 + ⋯ ) And so, finally, we get the equation 2 S = 1 + 4 S ∴ S = 4