Namespaces
Variants
Actions

Aitken Delta^2 process

From Encyclopedia of Mathematics
Revision as of 17:11, 7 February 2011 by 127.0.0.1 (talk) (Importing text file)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

One of the most famous methods for accelerating the convergence of a given sequence.

Let be a sequence of numbers converging to . The Aitken process consists of transforming into the new sequence defined, for , by

where and .

The first formula above is numerically unstable since, when the terms are close to , cancellation arises in the numerator and in the denominator. Of course, such a cancellation also occurs in the second formula, however only in the computation of a correcting term to . Thus, cancellation appears as a second-order error and it follows that the second formula is more stable than the first one, which is only used for theoretical purposes.

Such a process was proposed in 1926 by A.C. Aitken, but it can be traced back to Japanese mathematicians of the 17th century.

An important algebraic property of an extrapolation algorithm, such as Aitken's, is its kernel, that is the set of sequences which are transformed into a constant sequence. It is easy to see that the kernel of the Aitken process is the set of sequences of the form for , with or, in other words, such that, for all , with . If , converges to . However, it must be noted that this result is true even if , that is, even if the sequence is diverging. In other words, the kernel is the set of sequences such that, for all ,

(a1)

If the Aitken process is applied to such a sequence, then for all .

This result also shows that the Aitken process is an extrapolation algorithm. Indeed, it consists of computing , and such that the interpolation conditions , , are satisfied.

Convergence of the sequence .

If is an arbitrary convergent sequence, the sequence obtained by the Aitken process can, in some cases, be non-convergent. Examples are known where has two cluster points. However, if the sequence converges, then its limit is also , the limit of the sequence . It can be proved that if there are , and , , such that for all , then converges to .

Convergence acceleration properties of the Aitken process.

The problem here is to give conditions on such that

In that case, is said to converge faster than or, in other words, that the Aitken process accelerates the convergence of .

Intuitively, it is easy to understand that if the sequence is not too far away from a sequence satisfying (a1), then its convergence will be accelerated. Indeed, if there is a such that

(a2)

then will converge faster than . Sequences satisfying (a2) are called linear. So, the Aitken process accelerates the convergence of the set of linear sequences. Moreover, if, in addition, , then converges faster than . The condition is not a very restrictive one, since, when , the sequence already converges sufficiently fast and does not need to be accelerated. Note that it is important to prove the acceleration with respect to with as large as possible (in general, corresponds to the last index used in the expression of that is, for the Aitken process ) since in certain cases it it possible that converges faster than but not faster than for some values of . The Aitken process is optimal for accelerating linear sequences, which means that it is not possible to accelerate the convergence of all linear sequences by a process using less than three successive terms of the sequence, and that the Aitken process is the only process using three terms that is able to do so [a2]. It is the preceding acceleration result which makes the Aitken process so popular, since many sequences coming out of well-known numerical algorithms satisfy (a2). This is, in particular, the case for the Rayleigh quotient method for computing the dominant eigenvalue of a matrix, for the Bernoulli method for obtaining the dominant zero of a polynomial or for fixed-point iterations with linear convergence.

The Aitken process is also able to accelerate the convergence of some sequences for which in (a2). Such sequences are called logarithmic. They converge more slowly than the linear ones and they are the most difficult sequences to accelerate. Note that an algorithm able to accelerate the convergence of all logarithmic sequences cannot exist.

If the Aitken process is applied to the sequence of partial sums of a series , then is identical to the Padé approximant (cf. also Padé approximation). For example, apply the Aitken process to the sequence of partial sums of the series . It is well known that it converges for . So, for , terms of the series are needed to obtain with a precision of . Applying the Aitken process to , then again to and so on (a procedure called the iterated process), this precision is achieved with only terms. Quite similar results can be obtained for , in which case the sequence is diverging.

There exist several generalizations of the Aitken process for scalar sequences, the most well-known being the Shanks transformation, which is usually implemented via the -algorithm of P. Wynn. There are also vector generalizations of the Aitken process, adapted more specifically to the acceleration of vector sequences.

The Aitken process also leads to new methods in numerical analysis. For example, for solving the fixed-point problem , consider the following method. It consists in applying the Aitken process to and :

This is a method due to J.F. Steffensen and its convergence is quadratic (as in the Newton method) under the assumption that (same assumption as in Newton's method).

For all these convergence acceleration methods, see [a1], [a2], [a3], [a4].

References

[a1] C. Brezinski, M. Redivo Zaglia, "Extrapolation methods. Theory and practice" , North-Holland (1991)
[a2] J.P. Delahaye, "Sequence transformations" , Springer (1988)
[a3] G. Walz, "Asymptotics and extrapolation" , Akad. Verlag (1996)
[a4] J. Wimp, "Sequence transformations and their applications" , Acad. Press (1981)
How to Cite This Entry:
Aitken Delta^2 process. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Aitken_Delta%5E2_process&oldid=50345
This article was adapted from an original article by C. Brezinski (originator), which appeared in Encyclopedia of Mathematics - ISBN 1402006098. See original article