I would appreciate if somebody could help me with the following problem:
Q: find $a_n=?$
$$a_{n+1}=\frac{1}{2}\left(a_n+\frac{1}{a_n}\right)(n=1,2,3,\cdots),~a_1=2$$
There are quite a few posts on the main site concerning convergence of this sequence, for example, Calculating square roots using the recurrence $x_{n+1} = \frac12 \left(x_n + \frac2{x_n}\right)$ and more generally Calculating square roots using the recurrence $x_{n+1} = \frac12 \left(x_n + \frac2{x_n}\right)$. So from those posts we know that it converges to $\sqrt2$. But finding the $n$-th term is a slightly different task from finding the limit.