Consider the function $f(x) = \sqrt{2 + x}$ for $x \geq -2$ and the iteration $x_{n+1} = f(x_n) ; n \geq 0$ for $x_0 = 1$. What are the possible limits of the iterations ?
$\sqrt{2 + \sqrt{2 +\sqrt{2 + ...}}}$
-1
2
1
I think $x_1 = \sqrt3$, $x_2 = \sqrt {2 + \sqrt {3}}$, $x_3 = \sqrt{2 + \sqrt {2 + \sqrt {3}}}$, ..........Similarly like this, we get a sequence $\{ x_n \}$.