Let $0 < a \leq 1$ and $s_1 = a/2$ , $2s_{n+1} = s_n^2 + a$ , Then how to show that the sequence is convergent.
My Try : I have tried to find out $s_{n+1} - s_n$ and try to understand the nature of the sequence. I got that if $a >1$ then the sequence would be monotonically increasing. But we can not say anything when $a<1$. Can anyone please help me out?
In the case $0<a<1$ you can proceed in two steps:
1) Prove by induction that $s_n < 1- \sqrt{1-a}$.
Namely, this is easily proved for $n = 1$; if we assume that the inequality holds for some $n$, then $$ s_{n+1} = \frac{s_n^2 + a}{2} < \frac{(1-\sqrt{1-a})^2+a}{2} = 1 - \sqrt{1-a}. $$
2) Show that the sequence $(s_n)$ is monotone increasing.
Indeed $$ s_{n+1} - s_n = \frac{s_n^2 -2s_n + a}{2} > 0, $$ since $x^2 - 2x + a > 0$ for $x < 1-\sqrt{1-a}$.