Let $x_1=3$ and $x_{n+1} = \frac12(x_n+ \sqrt{x_n})$. Show that the sequence converges and determine the limit.
How should I formulate this in order to use $\varepsilon - \delta$? I assume that's what they would want me to use? I found $$x_2 = \frac12(3+\sqrt{3})= \frac{3+\sqrt{3}}{2},$$ but this doesn't seem to lead to anywhere.

Hint: Prove by induction: for all $n$, $x_n \ge 1$ and $x_{n+1} \le x_n$. Conclude that $x_n$ converges to $L \ge 1$. Find $L$.