Let $$x_{n+1} = x_n + \dfrac{2}{x_n}, x_0=1$$ Compute the limit $$\lim_{n \to \infty} \dfrac{x_n}{\sqrt{n}}$$
If we had there a $1/2$ we would have the sequence which aproximates the square root of two. I speculated that the limit of $x_n$ is $2\sqrt{2}$, but it's of course false. Another ideea was to use Cesaro-Stolz lemma, but it didn't get me too far either. Rearranging the terms we get $$x_n (x_{n+1}-x_n) = 2$$ If $x_n$ diverges to infinity (which I am strongly inclined to believe) then it's terms should get infinetly closer to one another. Sth akin to the harmonic series $\sum \dfrac{1}{n}$. If this direction is ok, How could I proceed from here?