✓ Effortless Math · Free Tool

Newton's Method Calculator

Approximate a root of f(x) from a starting guess using Newton's method — with the full iteration table, the converged root, and a graph.

xₙ₊₁ = xₙ − f(xₙ) / f′(xₙ)
f(x) x₀ = start x₀ , iterations n

Newton's method refines a root with xₙ₊₁ = xₙ − f(xₙ)/f′(xₙ). Pick a starting guess near the root.

Results

Approximate root
Root
f(root)
Iterations used

Iterations

Graph

f(x)root

Step-by-step