Let F n be an infinite sequence, in which F 1 = F 2 = 1 , and satisfies the recurrence relation F n = F n − 1 + F n − 2 , for positive integers n ≥ 3 .
Let S be an infinte series in which S is defined as
n = 1 ∑ ∞ 2 n F n
Calculate the value of S
This problem appeared in the AITMO 2013
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.
∵ S = n = 1 ∑ ∞ 2 n F n − − − − − − ( 1 ) We have, F 1 = F 2 = 1
F o r F 3 : ∵ F n = F n − 1 + F n − 2 ⇒ F 3 = F 3 − 1 + F 3 − 2 ⇒ F 3 = F 2 + F 1 ⇒ F 3 = 1 + 1 ∴ F 3 = 2 Similarly: F 4 = 3 F 5 = 5 F 6 = 8 . . . . ∞ . Now, by putting on the above F ′ s in equation (1) , we get: S = n = 1 ∑ ∞ 2 n F n = 2 1 + 4 1 + 4 1 + 1 6 3 + 3 2 5 + 8 1 + . . . . . . . ∞ Let's try adding up the first few terms and see what happens. If we add up the first two terms, we get: 2 1 + 4 1 = 4 3 The sum of the first three terms is: 2 1 + 4 1 + 4 1 = 1 The sum of the first four terms is: 2 1 + 4 1 + 4 1 + 1 6 3 = 1 6 1 9 And so on. If we write down the partial sums together, i.e. ( 2 1 , 4 3 , 1 , 1 6 1 9 , 3 2 4 3 , . . . . . ) we can see that the partial sums here form a sequence that has limit 2 . ∴ S = n = 1 ∑ ∞ 2 n F n = 2
This problem is exactly like this one. A Fibonacci Sum
Oh... Extremely sorry.
Define a n = 2 n F n . Then utilizing the properties of Fibonacci number, we readily have for a n = 2 1 a n − 1 + 4 1 a n − 2 , n ≥ 3 . Sum both sides up to infinity and let the required limit be S (which can be argued to be finite). We have, S − ( a 1 + a 2 ) = 2 1 ( S − a 1 ) + 4 1 S . Solving for S , we get S = 2 .
Problem Loading...
Note Loading...
Set Loading...
In order to find this sum let's consider this: 2 n F n + 3 .
If we try to find the difference of it, we'll get
Δ ( 2 n F n + 3 ) = 2 n F n + 3 − 2 n − 1 F n + 2 = 2 n 1 ( F n + 3 − 2 F n + 2 ) = 2 n 1 ( F n + 1 − F n + 2 ) = − 2 n F n .
It means that
2 n F n = − Δ ( 2 n F n + 3 )
And so
∑ 2 n F n = − 2 n F n + 3 + C .
Quite easily we can check (placing n = 1 ) that C = 2 , which means that
∑ 2 n F n = 2 − 2 n F n + 3 .
And because l i m n → ∞ 2 n F n + 3 = 0 ,
n = 1 ∑ ∞ 2 n F n = 2