Fixed point

A value the iteration function leaves unchanged: g(α)=αg(\alpha)=\alpha.

Definition

Rewriting f(x)=0f(x)=0 as x=g(x)x=g(x), solving the equation is equivalent to finding the fixed point of gg. The iteration xk+1=g(xk)x_{k+1}=g(x_k) converges locally if g(α)<1|g'(\alpha)|<1, and the smaller that derivative, the faster the convergence.

How it is used

The same equation admits many gg's: choosing one with small g|g'| near the root separates a useful iteration from a divergent one. Newton is a fixed point with g(α)=0g'(\alpha)=0.