Let $x_1=1$ and $x_{n+1}=\sqrt{1+2/x_n}$, for $n\in\mathbb{N}$. Show that $\lim\limits_{n\rightarrow\infty} x_n$ exists and find the limit.
I have conjectured that odd-term sequence of $x_n$ is increasing and even-term sequence of $x_n$ is decreasing, but I am struggling to prove that $x_{2n+1}-x_{2n-1}>0$ and $x_{2n}-x_{2n-2}<0$, for all $n$.
Hint: $\require{cancel}\;x_{n+1}^2-x_n^2 = \left(\cancel{1}+\dfrac{2}{x_n}\right)-\left(\cancel{1}+\dfrac{2}{x_{n-1}}\right)=\dfrac{-2(x_n-x_{n-1})}{x_nx_{n-1}}\,$, therefore the difference between consecutive terms changes sign at each step. It follows that the subsequences of odd, and respectively even, indices are each monotonic, and of opposed monotonicity.