The Newton-Raphson method is to be used to find the root of the equation $f(x)=0$ where $x_o$ is the initial approximation and $fâ$ is the derivative of $f$. The method converges
Answer: D
The method will usually converge, provided this initial guess is close enough to the unknown zero, and that f$'$(x0) != 0.