Recursive sequence, $x_{1} \geq 0, x_{n+1}=\sqrt{x_{n}+2}$ and it is requested to prove that $\lim_{n \to \infty} x_n=2$. This is a common problem, but I found it quite more difficult when the value of $x_1$ is not established, as we cannot say it is a monotonous sequence, and as a part of the exercise we are given a step and a suggestion, which I am pretty sure they can be done by induction. Nevertheless, I am still unable to see the path to prove it.
- $|x_{n+1}-2|\leq\frac12|x_n-2|, \forall n \in \mathbb{N}$, and as a suggestion for the problem, note that
- $|x_n-2|\leq \frac1{2^{n-1}}|x_1-2|, \forall n \in \mathbb{N}.$
$$x_{n+1}=\sqrt{x_n+2}$$
$$x_{n+1}^2=x_n+2$$
$$x_{n+1}^2-4=x_n-2$$
$$(x_{n+1}-2)(x_{n+1}+2)=x_n-2$$
We have $x_{n+1}+2 \ge 2$ since $x_{n+1} \ge 0$.
$$x_{n+1}-2 = \frac{x_n-2}{x_{n+1}+2}$$
$$|x_{n+1}-2| \le \frac{|x_n-2|}{2}$$
Hence we have $$|x_{n+1}-2 | \le \frac{|x_1-2|}{2^n}$$
Hence as $n \to \infty$, we have $x_n \to 2$.