n
→
∞
lim
F
n
2
F
n
+
8
=
F
α
F
β
+
F
γ
−
F
δ
Let
F
n
denote the
n
th
Fibonacci number
. Find
α
+
β
+
γ
+
δ
.
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.
I think your solution is wrong since you have not expressed the solution in the form as the question asks. Please recheck your solution's last steps. But still, your answer is correct and you have done everything else right.
Fibonacci sequence is linear recurrent sequence tha follows the Binet's formula: F n = 5 φ n − ( − φ ) − n , where φ = 2 1 + 5 , the golden ratio. Therefore, we have:
n → ∞ lim F n 2 F n + 8 = n → ∞ lim φ n − ( − φ ) − n 2 ( φ n + 8 − ( − φ ) − n − 8 ) = n → ∞ lim φ n − n − ( − φ ) − n − n 2 ( φ n + 8 − n − ( − φ ) − n − 8 − n ) = n → ∞ lim 1 − ( − φ ) − 2 n 2 ( φ 8 − ( − φ ) − 2 n − 8 ) = 2 φ 8
Since φ is a root of x 2 − x − 1 = 0 or x 2 = x + 1 , therefore,
φ 2 φ 4 φ 8 = φ + 1 = ( φ + 1 ) 2 = φ 2 + 2 φ + 1 = 3 φ + 2 = ( 3 φ + 2 ) 2 = 9 φ 2 + 1 2 φ + 4 = 2 1 φ + 1 3
⇒ n → ∞ lim F n 2 F n + 8 = 2 φ 8 = 2 ( 2 1 φ + 1 3 ) = 2 ( 2 2 1 ( 1 + 5 + 1 3 ) = 2 1 5 + 4 7 = 2 1 5 + 5 5 − 8 = F 8 F 5 + F 1 0 − F 6
⇒ α + β + γ + δ = 8 + 5 + 1 0 + 6 = 2 9
Nice solution. (You have left a bracket unclosed in the last part of your solution's third line.)
Problem Loading...
Note Loading...
Set Loading...
Let F n = a and F n + 1 = b . By repeating the formula F k = F k − 1 + F k − 2 for all integers k ≥ 3 , we get F n + 2 = a + b , F n + 3 = a + 2 b , … , F n + 8 = 1 3 a + 2 1 b .
From this, we can get n → ∞ lim F n 2 F n + 8 = n → ∞ lim a 2 6 a + 4 2 b = n → ∞ lim 2 6 + 4 2 a b = 2 6 + 4 2 ( n → ∞ lim F n F n + 1 )
It is well established that lim n → ∞ F n F n + 1 = φ = 2 1 + 5 and thus we substitute this in and we get n → ∞ lim F n 2 F n + 8 = 2 6 + 4 2 ( 2 1 + 5 ) = 4 7 + 2 1 5 = 5 5 − 8 + 2 1 5 = F 1 0 − F 6 + F 8 F 5
This gives us a solution of 5 + 6 + 8 + 1 0 = 2 9
I wanted to point out that previously, I thought that the question asked for the answer to be of the from F α + F β + F γ F δ (without the minus sign). In this case, you can still get the right answer of 29 since F n + F n + 2 = F n + 3 − F n − 1 for all integers n > 1 . I got 4 7 + 2 1 5 = F 1 0 − F 6 + F 8 F 5 = F 7 + F 9 + F 8 F 5 giving the final sum to be 5 + 7 + 8 + 9 = 2 9