Define $x_n = x_{n-1}^2+2y_{n-1}^2$, $y_n =2x_{n-1}y_{n-1}$ and $x_0 = 2$, $y_0=1$. It is obvious that $x_n$ and $y_n$ are positive for all $n$.
Assume that $\frac{x_n}{y_n}$ converges and denote it's limit by $L$. Then we have $$\frac{x_n}{y_n} = \frac{x_{n-1}^2+2y_{n-1}^2}{2x_{n-1}y_{n-1}} = \frac{\frac{x_{n-1}^2}{y_{n-1}^2}+2}{2\frac{x_{n-1}}{y_{n-1}}}$$ and by taking limit we get $$L = \frac{L^2+2}{2L} \implies 2L^2 = L^2 + 2 \implies L^2 = 2\implies L=\pm \sqrt 2.$$
Since, $\frac{x_n}{y_n}>0$ for all $n$, $L\geq 0$, and thus $L = \sqrt 2$.
To prove that $\frac{x_n}{y_n}$ converges, we can prove that it is decreasing and bounded bellow. Note that
$$\frac{x_n}{y_n}\geq \frac{x_{n+1}}{y_{n+1}} \iff \frac{x_n}{y_n}\geq \frac{x_n^2+2y_n^2}{2x_ny_n}\iff 2x_n^2\geq x_n^2+2y_n^2 \iff \frac{x_n}{y_n}\geq \sqrt 2,$$
so we can get both that the sequence is decreasing and is bounded bellow in one shot. You can prove that $\frac{x_n}{y_n}\geq 2$ by induction.