The general form of Newton's method is given by:
\[x_{n+1}=x_{n}-\frac{f\left(x_{n}\right)}{f^{\prime}\left(x_{n}\right)}\]
where \(f(x)\) is the function we are trying to find the root of, and \(f^{\prime}(x)\) is the derivative of that function.
Show more…