Using the Newton's method the function $f(x)=\frac{1}{x^2}-a$ calculate approximation of $\frac{1}{\sqrt a}$.
a) Is this method locally convergent squarely or cubically?
b) Find $x_0$ such that Newton's iteration is convergent to $\frac{1}{\sqrt a}$
I know that if we have convergent squarely then exist $C\ge0$ such that $|x_{n+1}-x^*|\le C |x_n-x^*|^2$ and if we have convergent cubically then exist $C\ge0$ such that $|x_{n+1}-x^*|\le C |x_n-x^*|^3$.
So I have: $$x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)}=x_n-\frac{\frac{1}{x_n^2}-a}{-2x_n^{-3}}=x_n+(\frac{1}{x_n^2}-a)\frac{x_n^3}{2}=x_n+\frac{x_n}{2}-\frac{ax_n^3}{2}=\frac{x_n}{2}(3-ax_n^2)$$ $$|x_{n+1}-x^*|=|\frac{x_n}{2}(3-ax_n^2)-\frac{1}{\sqrt a}|$$ But I have a problem with further estimation...
When it comes to finding $x_0$ I completely don't know what conditions should be met