next up previous
Next: Quadratic or Second Order Up: Rate of Convergence Previous: Accelerating Convergence

Graphical Derivation of Aitken's $\Delta ^2$-Method


  
Figure: Aitken's $\Delta ^2$-Method
\begin{figure}
\centerline{
\includegraphics [height=6.0cm]{fig6.eps}
}\end{figure}

Join two successive iteration points on the graph of y=g(x) (see Fig. [*]) by a straight line, and extrapolate until it meets the line y=x. Similar triangles give

\begin{displaymath}
\frac{x_n^A-x_n}{\Delta x_n}=\frac{x_n^A-x_{n+1}}{\Delta x_{n+1}}, \end{displaymath}

which may be solved for xnA to obtain

\begin{displaymath}
\begin{array}
{lcl}x_n^A & = & \frac{x_n\Delta x_{n+1}-x_{n+...
 ..._n}\\ & = & x_n-\frac{(\Delta x_n)^2}{\Delta ^2x_n}\end{array} \end{displaymath}

as before.

The interesting thing is that Aitken's method can even give a better approximation to a root when the function iteration diverges, as can be seen from Figure [*]. Note however that it is not converging to the answer in any sense.


  
Figure: Aitken's $\Delta ^2$-Method for a Divergent Iteration
\begin{figure}
\centerline{
\includegraphics [height=6.0cm]{fig7.eps}
}\end{figure}

Example Solve x2-3x+2=0 using Aitken's method to extrapolate the function iteration $x_{n+1}=\frac{1}{3}(x_n^2-2)$.

The result of 2 iterations are:

\begin{displaymath}
\begin{array}
{cccc}
n & 0 & 1 & 2\\ x_n & 3 & 11/3 & 139/27...
 ...ta x_n & 2/3 & 40/27 & \\ \Delta ^x_n & 22/27 & & \end{array}, \end{displaymath}

from which we find

\begin{displaymath}
x_0^A=3-\frac{(2/3)^2}{22/27}=2\frac{5}{11}. \end{displaymath}

This is a better answer than any of the functional iterations which diverge.

We establish a measure of the effectiveness of Aitken's $\Delta ^2$-method in the following theorem.

Theorem 3643

Let $\left( x_n \right)$ be any sequence with limit $\alpha $such that $e_n=x_n-\alpha $ satisfies for $n=0,1,\ldots ,$

\begin{displaymath}
e_{n+1}=(L+\epsilon _n)e_n,\quad e_n\not= 0, \end{displaymath}

where L is a constant satisfying $\left\vert \kern.05em L \kern.05em \right\vert<1$ and $\epsilon _n\to 0$ as $n\to \infty $. Then the sequence $\left( x_n^A \right)$ defined by

\begin{displaymath}
x_n^A=x_n-\frac{(\Delta x_n)^2}{\Delta ^2x_n} \end{displaymath}

is defined for large enough n and converges to $\alpha $ faster than $\left( x_n \right)$ in the sense that

\begin{displaymath}
\frac{x_n^A-\alpha }{x_n-\alpha }\to 0\mbox{ as }n\to \infty . \end{displaymath}


\begin{trivlist}
\item[]
{\bf Proof.}Since $e_{n+1}=(L+\epsilon _n)e_n$\space fo...
 ...isplaymath}as $n\to \infty $. \nolinebreak
\hfill \rule{2mm}{2mm} \end{trivlist}
This applies directly to the functional iteration xn+1=g(xn), for which

\begin{displaymath}
\begin{array}
{lcl}x_{n+1}-\alpha & = & g(x_n)-g(\alpha )\\ ...
 ...<1,\\ & = & (x_n-\alpha )(g'(\alpha )+\epsilon _n) \end{array} \end{displaymath}

if g' is continuous, where $\epsilon _n\to 0$ as $n\to \infty $.If the iteration is convergent $\left\vert \kern.05em g'(\alpha ) \kern.05em \right\vert<1$ and we can take $L=g'(\alpha )$ in the theorem.


next up previous
Next: Quadratic or Second Order Up: Rate of Convergence Previous: Accelerating Convergence
John Gilbert
5/8/1998