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.