Vismo · Create · Library · Topics · Guides · Pricing

Newton's method: follow the tangent to the root

Starting from x0 = 2.5 on f(x) = x^2 - 2, this animation draws each tangent line and follows it down to the x-axis to find the next estimate. Four iterations are shown, with the approximation rapidly tightening until it matches the square root of 2 to six decimal places. Useful for students learning root-finding algorithms and seeing why Newton's method converges so quickly near a simple root.

16:9 · every frame verified for overlaps, spacing and edges before rendering

The prompt that made it

Starting at x0 = 2.5 on f(x) = x^2 - 2, each tangent line's x-intercept becomes the next estimate; four steps reach sqrt(2) to six decimals.

Make your own version

Make the next one in this series

Related animations

1/2 + 1/4 + 1/8 + ... = 1: filling a square
1/2 + 1/4 + 1/8 + ... = 1: filling a square

A unit square is progressively filled by repeatedly halving the remaining area, generating the series 1/2 + 1/…

Taylor polynomials of sin x
Taylor polynomials of sin x

This animation overlays the sine curve with its Taylor polynomials of degree 1, 3, 5, 7, 9, and 11, drawn one …

The fundamental theorem of calculus: area has a derivative
The fundamental theorem of calculus: area has a derivative

A curve f is shown alongside a second graph tracking A(x), the running area under f from 0 to x. As x sweeps r…

The derivative as the limit of secant slopes
The derivative as the limit of secant slopes

An animation tracks secant lines through the fixed point (2, f(2)) on f(x) = x^2/4 + 1/2 as the second point s…

Cauchy-Riemann Equations Worked Example
Cauchy-Riemann Equations Worked Example

This animation walks through a complex analysis exam problem, finding where f(z) = u(x,y) + iv(x,y) is differe…

Riemann sums become the integral
Riemann sums become the integral

This animation approximates the area under y = x^2 from 0 to 2 using rectangles, starting with four and doubli…