Use Binet's formula for the Fibonacci numbers to show $$\lim_{n \rightarrow \infty} \frac{u_{n+1}}{u_{n}} = \phi.$$
Could anyone give me a hint please?
Use Binet's formula for the Fibonacci numbers to show $$\lim_{n \rightarrow \infty} \frac{u_{n+1}}{u_{n}} = \phi.$$
Could anyone give me a hint please?
Here is a solution if you do not know Binet's formula. Let $L = \lim_{n \to \infty}a_n = \lim_{n \to \infty}\frac{u_{n+1}}{u_n}$. Thus $$a_{n+1} = \frac{u_{n+2}}{u_{n+1}}$$ $$\implies a_{n+1} = \frac{u_{n+1}+u_n}{u_{n+1}}=1 + \frac{u_n}{u_{n+1}}.$$ Therefore $$L=\lim_{n \to \infty} a_{n+1} = \lim_{n \to \infty} a_n = \lim_{n \to \infty} \left( 1 + \frac{u_n}{u_{n+1}}\right) = 1 + \lim_{n \to \infty}\frac{u_n}{u_{n+1}} = 1 + \frac{1}{L}.$$ Thus $$L = 1 + 1/L \implies L^2 - L - 1 = 0.$$ Taking the positive root, we have $L=(1+\sqrt{5})/2 = \phi.$