2.3 Fixed Point Iteration Convergence

Suppose f is a function with fixed point x^ and f(x^) exists. Let x0,x1,x2,... be a sequence derived from fixed point iteration (xk+1=f(xk) for all k1) such that limkxk=x^ and xkx^ for all k=0,1,2, Then

limn|xn+1x^||xnx^|1=limn|f(xn)f(x^)||xnx^|=f(x^).

If f(x^)0, fixed point iteration converges linearly (in some neighbourhood of x^).

If f(x^)=0, fixed point iteration converges quadratically (in some neighbourhood of x^)

Error Bound

(proposition 5)
Let f be a differentiable function with fixed point x^ and let [a,b] be an interval containing x^. If |f(x)|M<1 for all x[a,b] and f([a,b])[a,b], then for any initial value x0[a,b], fixed point iteration with xk+1=f(xk) for all k0, gives an approximation of x^ with absolute error no more than:

Mk|x0x^|

Aitken's Delta Squared Sequence

If pn is a linearly-convergent sequence with limit p, then the sequence andefined by:

an=pn(pn+1pn)2pn+22pn+1+pn

converges to p faster (but still linearly)

Steffensen’s Method
A modification of fixed point iteration where every third term (i.e. x3,x6,x9,... ) is calculated using Aitken’s delta-squared method.