I have the following problem: $$ \lim_{x \to \infty}{\sqrt{x+\sqrt{x+\sqrt{x}}}}-\sqrt{x}=? $$
The answer in the answer section is $\frac{1}{2}$.
What I've tried:
$$ \lim_{x \to \infty}\sqrt{x+\sqrt{x+\sqrt{x}}}\frac{\sqrt{x+\sqrt{x+\sqrt{x}}}}{\sqrt{x+\sqrt{x+\sqrt{x}}}}\frac{(x-\sqrt{x+\sqrt{x}})}{(x-\sqrt{x+\sqrt{x}})} $$
I tried a couple of other simplifying approaches but unfortunately nothing got me near a limit of $\frac{1}{2}$, which makes me think that it's some other approach I'm unaware of.
Edit: Sorry for the error in the problem. It's how it was in the book and not my fault in rewriting it.
Thanks in advance!
As $x \to \infty$, $$ \sqrt{x+\sqrt{x}} = \sqrt{x}\;\big({1+x^{-1/2}}\big)^{1/2} = x^{1/2}\big(1+O(x^{-1/2})\big) = x^{1/2}+ O(1) $$ and then $$ \sqrt{x+\sqrt{x+\sqrt{x}}} = \sqrt{x}\sqrt{1+\frac{x^{1/2} + O(1)}{x}} = x^{1/2}\left(1+x^{-1/2}+O(x^{-1})\right)^{1/2} \\ x^{1/2}\left(1+\frac{1}{2}\;x^{-1/2}+O(x^{-1})\right) = x^{1/2}+\frac{1}{2} + O(x^{-1/2}) $$ so that $$ \sqrt{x+\sqrt{x+\sqrt{x}}} - \sqrt{x} = \frac{1}{2} + O(x^{-1/2}) $$ and we get limit $\frac{1}{2}$.