Let $x_0>0$, and $x_{n+1}=\frac{1}{2}(x_{n}+\frac{4}{x_n})$. Show that $x=\lim_{n\rightarrow \infty} x_{n} $ exists.
My attempt: Let $x_0 \geq 2$, and $x_{n+1}=\frac{1}{2}(x_{n}+\frac{4}{x_n})$.
- $\{x_n\}$ is bounded.
We know that $x_{n+1}=\frac{1}{2}(x_{n}+\frac{4}{x_n})\geq (x_{n} \times\frac{4}{x_n})^{1/2}=2$.
This implies that $x_{n}\geq 2$ for each $n$.
- $\{x_n\}$ is monotonically decreasing:
Since, $x_n \geq 2$ for each $n$. Then, $x_n^2 \geq 4$. This implies $x_n \geq \frac{4}{x_n}$.
$x_{n+1}=\frac{1}{2}(x_{n}+\frac{4}{x_n})\leq \frac{1}{2}(x_n+x_n)$.
This implies, $x_{n+1}<x_n$ for each $n$.
By monotone convergence theorem, $\{x_n\}$ is decreasing and bounded. This implies $\{x_n\}$ converges.
I proved this question for $x_0\geq 2$, but in question $x_0>0$. Is my idea correct for this solution, and how do I fix $x_0>0$problem.
May I need to show for $x_0<2$, the sequence $\{x_n\}$ is monotonically increasing and it converges to 2.
Anyone please give their views on this point?