PPolySim OS

Newton's Method

Root-finding you can see. Newton's method slides down each tangent line to the x-axis and lands closer to a root every step.

Newton's Method VisualizerLive

Controls

Newton's method slides down each tangent line to the x-axis, homing in on a root.

Presets

▶ Run in Python

Data Inspector

Root2.094551
Iterations6
Convergencequadratic

Governing equation

Reading this result: Starting at x0 = 3, Newton reached x ≈ 2.094551 in 6 steps. This is a simple root where f'(x) is well away from zero, so the error roughly squares each step (quadratic convergence) — the number of correct digits doubles per iteration.

Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.

or unlock everything with Pro →
★ Sign in to save this setup
Save your tuned setup, or drop this simulation into your own site, docs, or course page.

How it works

Given f(x), Newton's method iterates x → x − f(x)/f′(x). PolySim's CAS computes the derivative symbolically, and each tangent step is drawn so you can watch the quadratic convergence — and see how a bad starting guess can send it astray.

Ask the AI about this model

The math, the assumptions, real-world uses, or a code translation — explained for this exact simulation.

More Math simulations

Frequently asked questions

Is this Newton's method tool really free?
Yes. Newton's Method runs entirely in your browser using your device's own compute, so local use is free forever. You only pay Compute Tokens if you scale a job to the cloud.
Do I need to install anything?
No. Everything runs client-side in a modern browser — no downloads, no license, no account required to start.
Can I save or share my simulation?
Create a free account to save projects, and use a shareable embed or minted DOI to publish a live, interactive version anywhere.
How accurate are the results?
The solver uses established numerical methods, but results are for research and educational purposes and should be validated against experiment or professional review before you rely on them.