Consider the sequence $\displaystyle x(k+1) = \frac{1}{2}\left(x(k) + \frac{a}{x(k)}\right)$ where $x(k)$ stands for the $k$th term of the sequence. What does this process converge to, and what is the order of convergence?
Is this something that should be done by induction or is there a better way to go about this? Thanks!
Assume $\lim_{k\to \infty}x_{k} =b$, then we have
$$ b=\frac{1}{2}(b+\frac{a}{b}). $$
Now, solve for $b$.