If F n defined as the n t h term of Fibonacci sequence, find the value of n → ∞ lim F n − 1 F n
Round your answer to 3 decimal places
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.
If the limit exists then this shows that it is the golden ratio, but for sake of completeness we should initially prove that a limit indeed exists. This can be done by first noting that F n − 1 < F n < 2 F n − 1 ⟹ 1 < λ < 2 and then applying Bolzano-Weierstrass.
Problem Loading...
Note Loading...
Set Loading...
Let the limit, if it exists, be λ = n → ∞ lim F n − 1 F n . As F n = F n − 1 + F n − 2 , since F k + 1 > F k for k ≥ 2 , we have F n − 1 < F n < 2 F n − 1 ⟹ 1 < λ < 2 . Since λ is bounded, by Bolzano-Weierstrass theorem, the limit exists.
λ = n → ∞ lim F n − 1 F n = n → ∞ lim F n F n + 1 = n → ∞ lim F n F n + F n − 1 = 1 + λ 1
⟹ λ 2 − λ − 1 = 0
⟹ λ = 2 1 + 5 = φ ≈ 1 . 6 1 8