suppose $\{x_n\}$ sequence with $x_0=x_1=1$ and $x_n=x_{n-1}+x_{n-2}$ for all natural $n \ge 2$. given that the limit $\lim _{n \to \infty} \frac{x_n}{x_{n+1}}=x$ exists, find the value of $x$
My attempt:
Given that $x_n=x_{n-1}+x_{n-2}$ so the characteristic equation for corresponding this is $x^2-x-1=0$
then $x=\frac{1\pm \sqrt{5}}{2}$
then $x_n=c_1 (\frac{1+\sqrt{5}}{2})^n+c_2 (\frac{1-\sqrt{5}}{2})^n$
But getting $x_n$ difficult this method
Hint: Let $y_n=\dfrac{x_n}{x_{n+1}}$. Then $$ \frac1{y_n} = \frac{x_{n+1}}{x_n} = \frac{x_{n}+x_{n-1}}{x_n} = 1 + \frac{x_{n-1}}{x_n} = 1 + y_{n-1} $$ Now take the limit on both sides.