I find this theorem in my textbook:
Assume that $A>0$ is a real number and let $p_0>0$ be an initial approximation to $\sqrt{A}$. Define the sequence $\{p_k\}_{k=0}^\infty$ using the recursive rule
$p_k=\frac{p_{k-1}+\frac{A}{p_{k-1}}}{2}$, for $k=1,2,...$
Then the sequence $\{p_k\}_{k=0}^\infty$ converges to $\sqrt{A}$; that is, $\lim_{k\to \infty}p_k=\sqrt{A}$.
My textbook tells me that the recursive rule is generated by using Newton-Raphson iteration formula, but it doesn't prove that the sequence will converge to $\sqrt{A}$ for any starting value $p_0>0$. And here is my proof:
$|p_{n+1}-\sqrt{A}|=|\frac{p_n}{2}+\frac{A}{2p_n}-\sqrt{A}|=|p_n-\sqrt{A}+\frac{A}{2p_n}-\frac{p_n}{2}|$
Let $\frac{p_n}{2}-\frac{A}{2p_n}=2(p_n-\sqrt{A})$, and we can get
$3p_n^2-4\sqrt{A}p_n+A=0$.
Solving this equation we can get two roots of this equation:
$p_{n1}=\frac{\sqrt{A}}{3},p_{n2}=\sqrt{A}$
According to the information above, we can get two conclusions below:
(1)If $p_n\in(\sqrt{A},+\infty)$, then $3p_n^2-4\sqrt{A}p_n+A>0\Rightarrow \frac{p_n}{2}-\frac{A}{2p_n}<2(p_n-\sqrt{A})$. Since $p_n>\sqrt{A}$, we know that $\frac{p_n}{2}>\frac{\sqrt{A}}{2}$ and $\frac{A}{2p_n}<\frac{\sqrt{A}}{2}.$ So $-2(p_n-\sqrt{A})<\frac{A}{2p_n}-\frac{p_n}{2}<0\Rightarrow-(p_n-\sqrt{A})<p_n-\sqrt{A}+\frac{A}{2p_n}-\frac{p_n}{2}<p_n-\sqrt{A}$
So we can get $|p_{n+1}-\sqrt{A}|<|p_n-\sqrt{A}|,p_n\in(\sqrt{A},+\infty)$.
(2)It is easy to prove that for any $p_n>0,p_{n+1}\ge\sqrt{A}$.
1.If $p_0=\sqrt{A}$, obviously, the sequence converges to $\sqrt{A}$.
2.If $p_0>\sqrt{A}$, from (2) we know that $p_k>\sqrt{A},k=1,2,...$. According to (1) we can find a positive number $k(k<1)$ such that $|p_{n+1}-\sqrt{A}|\le k|p_n-\sqrt{A}|$. So
$|p_n-\sqrt{A}|\le k|p_{n-1}-\sqrt{A}|\le ...\le k^n|p_0-\sqrt{A}|$.
Since $k<1$, $\lim_{n\to \infty}(k^n|p_0-\sqrt{A}|)=0$. So $\lim_{n\to \infty}(|p_n-\sqrt{A}|)=0$. That is, the sequence converges to $\sqrt{A}$
3.If $0<p_0<\sqrt{A}$, from (2) we know that $p_1>\sqrt{A}$. According to 2, it is obvious that the sequence converges to $\sqrt{A}$.
According to the statements above, we can draw a conclusion that the sequence will converge to $\sqrt{A}$ for any starting value $p_0>0$.
I think my proof is right but I think it is a little complicated. I want to know if there is some proof that is easier. Please tell me. Thanks in advance!
