01
Quadratic convergence — the case Newton is famous for
What you know: f is smooth, f′ is comfortably non-zero near the root, and the starting point is close enough. Each step roughly squares the error.
Iteration: ek+1 ∝ ek2
Worked example: f(x) = x² − 2 from x₀ = 1 → 1.5, 1.416667, 1.41421569, 1.41421356237: 1, then 3, 6 and 12 correct digits
Open this case: fast root