Let $a$ and $x_{0}$ be positive numbers, and define the sequence $\{x_{n}\}$ recursively $$x_{n}=\frac{1}{2}(x_{n-1}+\frac{a}{x_{n-1}}).$$
How to prove that the sequence converges and how to find its limit ? Actually i am thinking to prove that the sequence is monotone and bounded then limit can be find by solving the equation $x^{2}-x-a=0.$ But monotone part is dependent on the real number $a.$ Please give me simplest way to handle the problem. Thanks a lot.