Suppose I have a function $f$ $$f(x) = 1-\frac{a}{x^2}$$ then the NR substitution method is $$F(x) = \frac{3}{2}x -\frac{x^3}{2a}$$
I now need the know for which values of $x^0$ there is convergence. I.e., a range of starting values. The answer (without any explanation) is apparently $$x \in [-\sqrt{5a},\sqrt{5a}] $$ But I wouldn't know how to begin. (FYI the roots of $f(x)$ is $\pm \sqrt{a}$)
You check the usual conditions for a fixed-point iteration, that is, determine the range where $|F'(x)|<1$. As $$ F'(x)=\frac32\left(1-\frac{x^2}a\right)\implies |x^2-a|<\frac23a $$ you get the interval $[\sqrt{\frac a3},\sqrt{\frac{5a}3}]$ and its opposite mirror image.