What is the interval where the function converges to this fixed point?
So we have a function $$g(x) = \frac{x^2+a}{2x}$$
We want to know the interval where this function for sure converges to fixed point $\sqrt{a}$.
As far as I know this is true for $|\frac{d}{dx}g(x)| < 1$, so we get:
$$-1<\frac{x^2-a}{2x^2}<1$$
and we get $$3x^2 >a>-x^2$$
However If we look at for what $x$ this is true we get: $x < - \sqrt{a/3}$ or $x>\sqrt{a/3}$.
So I would say that the interval is $x < - \sqrt{a/3}$ or $x>\sqrt{a/3}$. However in solutions the interval is
$$(\sqrt{a} - \sqrt{a/3},\sqrt{a} + \sqrt{a/3} )$$
Why is that so ?