Suppose that $x_1=1$ and $x_{n+1}=1/2(x_n+\frac{c}{x_n})$, show the sequence converges to $\sqrt{c}$
Attempt:
Let $r$ be the limit of the sequence. I think I need break into two cases: $0\leq x_n<r$ and $x_n>r$ to reach $0<x_n<x_{n+1}<r$ and $x_n>x_{n+1}>r$ so that I can apply the monotone convergent theorem.
I think I need to show $x_{n+1}=1/2(x_n+\frac{c}{x_n})\leq x_n$ but I don't quite sure how to show this is true for $0\leq x_n<r$. To show $x_{n+1}<r$, I don't see any information I can apply. Can anyone give me a hit or suggestion to do this question? Thanks