Proof

Choose [Maple Math] such that on [Maple Math] , [Maple Math] is continuous and strictly bounded by [Maple Math] and that [Maple Math] with [Maple Math] for all values in the interval [Maple Math] .

This then means that the successive values in the sequence [Maple Math] must lie in the interval [Maple Math] as well. Moreover, the sequence [Maple Math] then converges to the unique fixed point.

When we expand [Maple Math] in a Taylor series about [Maple Math] ,

> taylor(g(x),x=p,3);

[Maple Math]

the remainder term can be written as

> (1/2)*D(D(g))(eta)*(x-p)^2;

[Maple Math]

where [Maple Math] lies between [Maple Math] and [Maple Math] . Using [Maple Math] and [Maple Math] , we find

> eq:=g(x)=p+(1/2)*D(D(g))(eta)*(x-p)^2;

[Maple Math]

or, when evaluated in [Maple Math] , bearing in mind that [Maple Math] ,

> p[n+1]=p+(1/2)*D(D(g))(eta[n])*(p[n]-p)^2;

[Maple Math]

with [Maple Math] between [Maple Math] and [Maple Math] . Thus

> expr:=p[n+1]-p;

[Maple Math]

> expr=(1/2)*D(D(g))(eta[n])*(p[n]-p)^2;

[Maple Math]

and hence

> limit((abs(p[n+1]-p))/abs(p[n]-p)^2,n=infinity)=abs(D(D(g))(p))/2;

[Maple Math]

So the sequence [Maple Math] is quadratically convergent. Since [Maple Math] is strictly bounded by M, we also have that, for sufficiently large values of [Maple Math] ,

> expr<(M/2)*(p[n]-p)^2;

[Maple Math]