Fixed Point Iteration

Solves x = g(x) by repeatedly applying g, and shows when that iteration converges or diverges.
Author

Dhruv Azad

Published

June 25, 2026

NoteConvergence plots

Fixed point iteration solves \(x=g(x)\) by repeatedly applying \(g\): \(x_{n+1}=g(x_n)\). If the sequence converges to a value \(\alpha\), then \(\alpha=g(\alpha)\) — a fixed point of \(g\).