I did an exam last week and was asked whether $$x_1 = 2,\quad x_{n+1} = x_n - \frac{ x_{n}^2 - 2}{2x_n};$$ converges or not. I wrote that it did and converged to $\sqrt{2}$. I was not able to prove that this converges but by substituting $x_n$ for $L$, I got this answer. Am I correct?
2026-04-24 03:42:04.1777002124
Does this recurrence relation converge?
79 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
First rewrite $x_{n+1} = \frac{x_n}{2} + \frac{1}{x_n}$, this makes it a bit simpler. Next, try to prove that for all positive integers $n$:
(In that order.)
Then we know $(x_n)_n$ is a bounded, descending sequence. Therefore it must converge!
Then we can take limits in the equation (so replace $x_n$ and $x_{n+1}$ by the limit L, like you did) and find that this limit is indeed $\sqrt{2}$. (The equation will have another solution, namely $-\sqrt{2}$, but this one cant be the limit since all $x_n > 0$.)
The key in this exercise is to first prove that the sequence converges. Only then we are allowed to take limits, and find the limit as you described. (Although you might want to calculate the limit first, since it could be helpful in proving that the sequence converges, like in step 2.)