Let $a > 0$. Choose $x_1 >$ $\sqrt a$. Define a sequence {$x_n$} recursively as $x_{n+1} = 1/2(x_n + a/x_n)$ for $n > 1$.
Prove that lim$x_n = \sqrt a$.
I think I first want to prove that {$x_n$} is bounded below by $\sqrt a$. But, I am having trouble with this. Could someone help me out a little?