Let $c>0$. Let a sequence $(a_n)$:
$a_1=1$, $a_{n+1}=\frac{1}{2}(a_{n}+\frac{c}{a_{n}})$.
Calculate $$\lim_{n \mapsto\infty }a_n$$
So, my solution is: I can show in induction that $a_n$ is determinated for all $n$. I showed in induction that $(a_n)$ is trupped between $1$ and $c$, (by seperating the cases of $c>1$ and $c<1$).
I guess I need to separate for the 2 above cases and show that the sequence is monotonous and then I can conclude that the sequence converges, and show that the limit is $\sqrt c$. But I cannot know for sure that there's exist a limit to the sequence.