I'm stuck on this seemingly easy question, hoping someone can explain to me how to prove it.
Let $$x_1 = \frac{a^2+b^2+2}{2(a+b)}$$
and for $n > 1$ define
$$x_{n+1} = \frac{x_n^2+1}{2x_n}=\frac{x_n}{2}+\frac{1}{2x_n}$$
Then the question asks to show that $x_n \to 1 \text{ or } -1$ depending on whether $a+b$ is positive or negative respectively.
I started by rewriting $x_1$ as
$$x_1 = \text{sign}(a+b)\left( \frac{a^2+b^2+2}{2|a+b|}\right) $$
Inserting this into the above formula for $x_n$, $n>1$, gives us:
$$x_2 = \text{sgn}(a+b)\left( \frac{(a^2+b^2+2)^2+|a+b|^2}{4|a+b|(a^2+b^2+2)} \right)$$
And it seems like putting this back in to get $x_3$ will just become very complex, let along obtaining a general formula for $x_n$.
Am I missing an easier way to go about this?