1

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.

neelkanth
  • 6,048
  • 2
  • 30
  • 71

1 Answers1

1

$\displaystyle\frac12(x_n+\frac a{x_n})\geq\sqrt a$ by AM-GM

$x_n-x_{n-1}\displaystyle=\frac12(\frac{a-{x_{n-1}}^2}{x_{n-1}})<0$

Therefore $x_n$ monotonically decreases to $\sqrt a$.

user84413
  • 27,211