I was given the following problem : $$\lim \limits_{x \to \infty} \frac{\sqrt{x}}{\sqrt{x+\sqrt{x+\sqrt{x+...}}}}$$
The following is my approach:
$= \sqrt{ \lim \limits_{x \to \infty} \frac{x}{x+\sqrt{x+\sqrt{x+...}}} } $
I divide by x:
$= \sqrt{ \lim \limits_{x \to \infty} \frac{1}{1+\frac{\sqrt{x+\sqrt{x+...}}}{x}} } $
I then reasoned that obviously:
$ \sqrt{x+\sqrt{x+...}}<x$
that is $ \frac{\sqrt{x+\sqrt{x+...}}}{x} = \frac{1}{x^y} : y>0 $
hence $\lim \limits_{x \to \infty} \frac{\sqrt{x+\sqrt{x+...}}}{x} =0$
I concluded that the original limit equals $ \sqrt{\frac{1}{1+0}} = 1$
Was my reasoning correct? And is this a legitimate mathematical approach to solve this limit?