Approximation of $\frac{1}{a}$ with Newton-Raphson
To start the method we search an equation $F(x)$ of which $\frac{1}{a}$ is a solution.
My book uses the equation: $F(x)=\frac{1}{x}-a=0$
But why can't you use the equations:
- $F(x)=x-\frac{1}{a}=0$
- $F(x)=ax-1=0$
Try them! They update an arbitrary root estimate to $1/a$, presupposing knowledge of the reciprocal.