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
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.