I have trouble proving the next sequence limit:
$\displaystyle\lim_{n\rightarrow\infty}(x_{n}-\sqrt{n})=\frac{1}{2}$
where $x_{n}=\sqrt{n+\sqrt{n-1 ...\sqrt{2+\sqrt{1}}}}.$
I've had a lot of problems; my try is multiplying by the conjugate but the resulting expression continues with $x_{n-1}.$ Also I tried to bound the expression and apply limit in each side which it was failed. By other hand, I thought that I can operate with the expression $x_{n}=\sqrt{n+x_{n-1}}$ and try to get a quadratic equation; solve it and work with a new expression but its usless.
I thank any help to prove this limit.
By induction,
$$\sqrt n<x_n<\sqrt{n+\sqrt{2n}}.$$
Indeed, $$\sqrt{n+1}<\sqrt{n+\sqrt n}<x_{n+1}=\sqrt{n+x_n}<\sqrt{n+\sqrt{n+\sqrt{2n}}}<\sqrt{n+1+\sqrt{2(n+1)}}.$$
Then $$\sqrt{n+\sqrt n}-\sqrt{n+1}<x_{n+1}-\sqrt{n+1}<\sqrt{n+\sqrt{n+\sqrt{2n}}}-\sqrt{n+1},$$
$$\frac{\sqrt n-1}{\sqrt{n+\sqrt n}+\sqrt{n+1}}<x_{n+1}-\sqrt{n+1}<\frac{\sqrt{n+\sqrt{2n}}-1}{\sqrt{n+\sqrt{n+\sqrt{2n}}}+\sqrt{n+1}}.$$
Both bounds clearly tend to $\dfrac1{1+1}$.