I'm given this recursive succession:
$a_{n+1}= \sqrt{ \frac{1+a_n}{2}}$ with $a_1 \ge -1$
I have to find the limit.
The condition $a_1 \ge -1$ makes $a_2$ definited, and as a conseguence all the terms of the sequence are definited.
Besides this, the sequence is definitely positive.
If I suppose there is a limit: $L=\sqrt{ \frac{1+L}{2}}$ from which I have the two values $L_1=1$ and $L_2=- \frac{1}{2}$
Being always positive $L_1=1$ is impossible.
I have tried numericaly to find the limit and it seems that if I take $a_0 \ge - \frac{1}{2}$ the limit is 1 from right, while if I take $a_0 \le - \frac{1}{2}$ the limit is 1 from left, but I don't know how to prove it.
In terms of finding the limit, you can always ignore the first term $a_1$, because $\forall a_1\geq-1$ we have $$a_1+1\geq0\Rightarrow a_2=\sqrt{\frac{1+a_1}{2}}\geq0$$ so the $2$nd term is always positive. Thus, we can reduce the problem to $a_{n+1}=\sqrt{\frac{1+a_n}{2}}$ and $a_1\geq0$.
One extra observation is that
That being written ... use Banach fixed-point theorem, for $a_{n+1}=f(a_n)$ where $f(x)=\sqrt{\frac{1+x}{2}}$ and $f'(x)=\frac{1}{2\sqrt{2(1 + x)}}$. Using MVT $$|f(x)-f(y)|=|f'(\varepsilon)|\cdot |x-y|= \frac{1}{2\sqrt{2(1 + \varepsilon)}}\cdot|x-y|< \frac{1}{2\sqrt{2}}\cdot|x-y|$$ for
Similar to another question you asked. So, the limit exists because $\frac{1}{2\sqrt{2}}<1$ and you can legitimately use $L=\sqrt{\frac{L+1}{2}}$ to find it. Because the sequence is always positive (except $a_1$, but we decided to ignore this case), the limit must be non-negative, i.e. $L=1$.