We have an inductively defined sequence $x_n=x_{n-1}+2y_{n-1}$ and $y_n=x_{n-1}+y_{n-1}$ where $x_n^2-2y_n^2=\pm 1$, where $x_0=1$ and $y_0=0$.
I need to prove that the sequence $\left(\frac{x_n}{y_n}\right)_{n=1}^\infty$ converges to $\sqrt2$.
Now I can see that $\left(\frac{x_n^2}{y_n^2}\right)_{n=1}^\infty$ converges to $2$, so that may be easier to prove.
It follows now that in order to prove this, $\forall\epsilon >0, \exists n>N$ s.t. $|\frac{x_n^2}{y_n^2}-2|<\epsilon$.
Can anybody point me in the right direction for solving this?