Show that the iteration method $$x_{n+1}=\frac{1}{2}x_n+\frac{a}{2x_n}, \ \ a>0$$ $n=1, 2, \ldots $ converges locally quadratic to $\sqrt{a}$.
Could you explain to me how we could show that?
$$$$
EDIT:
We have that $|x_{n+1}-\sqrt a|=\frac1{2x_n}|x_n-\sqrt a|^2$.
To get local convergence we want that the starting point is near the root. Then this should hold for all approximations. So it must hold that $\left |x_n-\sqrt{a}\right |<\epsilon$, with $\epsilon>0$. Then we get: $$\left |x_n-\sqrt{a}\right |<\epsilon \Rightarrow \frac{1}{2(\sqrt{a}+\epsilon)}<\frac{1}{2x_n}<\frac{1}{2(\sqrt{a}-\epsilon)}$$ So we get $$|x_{n+1}-\sqrt a| = \frac1{2x_n}|x_n-\sqrt a|^2 < \frac{1}{2(\sqrt{a}-\epsilon)}|x_n-\sqrt a|^2$$ If we choose for example $\epsilon=\frac{\sqrt{a}}{2}$ we get $$|x_{n+1}-\sqrt a| < \frac{1}{\sqrt{a}}|x_n-\sqrt a|^2 \text{ with } \frac{1}{\sqrt{a}}>0$$ So the method converges locally and quadratic to $\sqrt{a}$.
Is that correct?
To get local convergence we want that the starting point is near the root. Then this should hold for all approximations. So it must hold that $\left |x_n-\sqrt{a}\right |<\epsilon$, with $\epsilon>0$.
– Mary Star Nov 19 '20 at 02:35Have I understood that correctly?
– Mary Star Nov 19 '20 at 02:35