Given $a \in (0.5, 1)$, one seeks to compute $\frac 1a$ using Newton–Raphson method with $$f(x) = a − \frac 1x$$
Taking $x_0 = 1.5$, compute $x_2$ and estimate which $x_n$ is first correct to $100$ decimal places, taking the error as $|ax_k − 1|$
This is part c) of the question, part b) says a=0.7 but I am not sure if that is applicable here.
Also i know that $x_{k+1} = 2x_k - ax_k^2$
I'm really confused by this question because I really don't know what method I should be using. I know I want the error to be less than $1\times 10^{-100}$ but that's about it.