The iterative formula for finding the approximate root of $f(x) = 0$ using Newton-Raphson method is:
Show Hint
The Newton-Raphson method features a quadratic rate of convergence ($\text{order of convergence } p = 2$), meaning that the number of correct decimal places roughly doubles with each successive iteration step, provided the initial guess is close enough to a simple root.