Newton's Method Calculator

Find a root of a function iteratively with Newton–Raphson and watch the convergence per step

Frequently Asked Questions

What does Newton's method do?

It finds a root of f(x) by repeatedly following the tangent line: x_{n+1} = x_n − f(x_n)/f′(x_n).

How fast does it converge?

Quadratically near a simple root - the number of correct digits roughly doubles each step once you are close.

When does it fail?

When f′ is zero or near zero at an iterate, when the start point is far from a root, or for roots of multiplicity > 1 (where convergence slows to linear).

Why pick a good starting guess?

A poor guess can diverge or jump to a different root. This calculator shows each iterate so you can see whether it is settling down.

Important Disclaimer: Estimates for informational purposes only.

This calculator provides estimates for informational purposes only. Results are based on assumptions and may not reflect actual outcomes. Consult qualified professionals in relevant fields before making important decisions based on these results.