p n q n = p n − 1 + p n − 2 = q n − 1 + q n − 2 p 0 = 1 , p 1 = 2 q 0 = 1 , q 1 = 1
Find n → ∞ lim q n p n
This is continued by this problem
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.
Problem Loading...
Note Loading...
Set Loading...
We note that p 0 = F 2 and p 1 = F 3 , where F n is the n th Fibonacci number. Then p 2 = F 2 + F 3 = F 4 , p 3 = F 5 , p 4 = F 6 , ..., implying that p n = F n + 2 . Similarly, q n = F n + 1 . Then we have:
L = n → ∞ lim q n p n = n → ∞ lim F n + 1 F n + 2 = n → ∞ lim φ n + 1 − ( − φ ) − n − 1 φ n + 2 − ( − φ ) − n − 2 = n → ∞ lim 1 − ( − φ ) − 2 n − 2 φ − ( − φ ) − 2 n − 3 = φ ≈ 1 . 6 1 8 Since F n = 5 φ n − ( − φ ) − n , where φ = 2 1 + 5 is the golden ratio. Divide up and down by φ n + 1