1

I came upon this question while working out.

A sequence $u_n$ is defined as :

$u_1 = 1$ and $u_{n+1} = \frac12(u_{n} + 2/u_{n})$.

We have to show that this converge to square root of 2

I started like this to get a telescopic sequence

$ u_{n+1} = [(u_{n} - \sqrt{2})^2 + 2\sqrt{2}u_{n}]/2u_{n}$

from that I have got,

$ u_{n+1} = \sqrt{2} + [(u_n - \sqrt{2})^2]/2u_{n} $

I can't figure out how to go forward , I think my approach is wrong , can anyone please explain a method to get the answer?

Thank you so much !

1 Answers1

2

By induction easy to see that $u_n>0$ and by AM-GM for all $n\geq1$ we obtain: $$u_{n+1}=\frac{1}{2}\left(u_n+\frac{2}{u_n}\right)\geq\frac{1}{2}\cdot2\sqrt{u_n\cdot\frac{2}{u_n}}=\sqrt2.$$ Also, $$u_{n+1}-u_n=\frac{2-u_n^2}{2}\leq0.$$ Can you end it now?