All courses › Numerical Methods › Fixed-point iteration
Fixed-point iteration
An equation can be rewritten as and solved by iterating from a starting value. The method only converges if near the root — otherwise the iterations wander away from the answer instead of toward it.
the iteration
requirement for local convergence near the root
Symbols
| the function the equation is rewritten as |
Example
can be iterated as , which converges since near the root.
Always check near the expected root before trusting that the iteration converges.
Practise solving equations for free →
← Secant method · Trapezoidal rule →
Part of Numerical Methods: Solving equations.