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 !