I have the sequence $a_{1} =1 $ and $a_{n+1}=0.5(a_{n}+x/a_{n})$ with $x \in \mathbb{R} $ and $x>0$. Then it is given that $a_{n}^2 \ge x$ for all $n\ge2$ and $a_{n+1}\le a_{n}$.
How can I show with these properties that $\lim_{n \to \infty}a_{n}=\sqrt{x}$?
I have come so far: $a_{n} \ge a_{n+1} \ge \sqrt {x} $.
Firstly you need to know if the sequence is increasing or decreasing and if it is bounded (this can be done easily by induction). Once you proved that is decreasing and bounded, by the monotone convergence theorem, $(a_n)$ converges. Let $\lim (a_n)=L$.
Remember that every $m$-tail of $(a_n)$ converges to the same limit as $(a_n)$, thus $\lim (a_n)=\lim (a_{n+1})=L$
Now because $$a_{n+1}=0.5(a_{n}+x/a_{n})$$ then $$\lim(a_{n+1})=0.5(\lim (a_n)+x/\lim (a_n))$$ $$\implies L=0.5(L+x/L) $$ $$\implies L=\sqrt x$$
Note that this second part could only be done once proved that $(a_n)$ indeed converges.