Loading...
Newton-Raphson is a fast iterative method that uses the tangent to a curve to home in on a root. Each step follows the tangent line down to the x-axis to get a better estimate.
What you'll be able to do
Starting from , the next estimate is . Geometrically, you follow the tangent at down to where it crosses the -axis.
Tip — Newton-Raphson usually converges much faster than fixed-point iteration.
It fails or diverges if (the tangent is horizontal — division by zero) or if the starting value is too far from the root.
Formula recap
Common mistakes to avoid
Key takeaways
Test yourself
Ready to lock in The Newton-Raphson Method? Pick a mode and earn XP & Dobloons.