I'm given this recursive succession:
$a_{n+1}= - \frac{1}{2} (a_n + \frac{3}{a_n})$
I have to find the limit.
if $a_0 >0$ then $a_1 <0$, $a_2 >0$ ...
if $a_0 <0$ then $a_1 >0$, $a_2 <0$ ...
The sign is alternative and we can't say that the succession is monotone.
In this case I can't say that the limit exists but I don't know how to procede.
If the limit exists, call it $x$, it must satisfy $x=\frac{-1}{2}(x+3/x)$. So $x^2=-\frac{1}{2}(x^2+3)$. Does this have a real solution?