HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, series acceleration is one of a collection of sequence transformations for improving the rate of convergence of a series. Techniques for series acceleration are often applied in numerical analysis, where they are used to improve the speed of numerical integration. Series acceleration techniques may also be used, for example, to obtain a variety of identities on special functions. Thus, the Euler transform applied to the hypergeometric series gives some of the classic, well-known hypergeometric series identities.


Definition

Given a sequence :S=\_ having a
limit Limit or Limits may refer to: Arts and media * ''Limit'' (manga), a manga by Keiko Suenobu * ''Limit'' (film), a South Korean film * Limit (music), a way to characterize harmony * "Limit" (song), a 2016 single by Luna Sea * "Limits", a 2019 ...
:\lim_ s_n = \ell, an accelerated series is a second sequence :S'=\_ which converges faster to \ell than the original sequence, in the sense that :\lim_ \frac = 0. If the original sequence is divergent, the sequence transformation acts as an extrapolation method to the
antilimit In mathematics, the antilimit is the equivalent of a Limit (mathematics), limit for a divergent series. The concept not necessarily unique or well-defined, but the general idea is to find a formula for a series and then evaluate it outside its radi ...
\ell. The mappings from the original to the transformed series may be linear (as defined in the article sequence transformations), or non-linear. In general, the non-linear sequence transformations tend to be more powerful.


Overview

Two classical techniques for series acceleration are
Euler's transformation of series In combinatorics, the binomial transform is a sequence transformation (i.e., a transform of a sequence) that computes its forward differences. It is closely related to the Euler transform, which is the result of applying the binomial transform to th ...
and
Kummer's transformation of series In mathematics, specifically in the field of numerical analysis, Kummer's transformation of series is a method used to series acceleration, accelerate the convergence of an infinite series. The method was first suggested by Ernst Kummer in 1837. ...
. A variety of much more rapidly convergent and special-case tools have been developed in the 20th century, including Richardson extrapolation, introduced by
Lewis Fry Richardson Lewis Fry Richardson, FRS (11 October 1881 – 30 September 1953) was an English mathematician, physicist, meteorologist, psychologist, and pacifist who pioneered modern mathematical techniques of weather forecasting, and the application of si ...
in the early 20th century but also known and used by Katahiro Takebe in 1722; the
Aitken delta-squared process In numerical analysis, Aitken's delta-squared process or Aitken extrapolation is a series acceleration method, used for accelerating the rate of convergence of a sequence. It is named after Alexander Aitken, who introduced this method in 1926.Alexa ...
, introduced by
Alexander Aitken Alexander Craig "Alec" Aitken (1 April 1895 – 3 November 1967) was one of New Zealand's most eminent mathematicians. In a 1935 paper he introduced the concept of generalized least squares, along with now standard vector/matrix notation fo ...
in 1926 but also known and used by
Takakazu Seki , Selin, Helaine. (1997). ''Encyclopaedia of the History of Science, Technology, and Medicine in Non-Western Cultures,'' p. 890 also known as ,Selin, was a Japanese mathematician and author of the Edo period. Seki laid foundations for the subs ...
in the 18th century; th
epsilon method
given by
Peter Wynn Peter Wynn (born 23 December 1957 in Maitland, New South Wales) is an Australian former professional rugby league footballer who played in the 1970s, 1980s and 1990s. He played for the Parramatta Eels in the New South Wales Rugby League premie ...
in 1956; the Levin u-transform; and the Wilf-Zeilberger-Ekhad method or WZ method. For alternating series, several powerful techniques, offering convergence rates from 5.828^ all the way to 17.93^ for a summation of n terms, are described by Cohen ''et al''.


Euler's transform

A basic example of a
linear sequence transformation In mathematics, a sequence transformation is an operator acting on a given space of sequences (a sequence space). Sequence transformations include linear mappings such as convolution with another sequence, and resummation of a sequence and, more ...
, offering improved convergence, is Euler's transform. It is intended to be applied to an alternating series; it is given by :\sum_^\infty (-1)^n a_n = \sum_^\infty (-1)^n \frac where \Delta is the forward difference operator, for which one has the formula :(\Delta^n a)_0 = \sum_^n (-1)^k a_. If the original series, on the left hand side, is only slowly converging, the forward differences will tend to become small quite rapidly; the additional power of two further improves the rate at which the right hand side converges. A particularly efficient numerical implementation of the Euler transform is the
van Wijngaarden transformation In mathematics and numerical analysis, the van Wijngaarden transformation is a variant on the Euler transform used to accelerate the convergence of an alternating series. One algorithm to compute Euler's transform runs as follows: Compute a row ...
.William H. Press, ''et al.'', ''Numerical Recipes in C'', (1987) Cambridge University Press, (See section 5.1).


Conformal mappings

A series :S = \sum_^ a_n can be written as ''f''(1), where the function ''f'' is defined as :f(z) = \sum_^ a_n z^n. The function ''f''(''z'') can have singularities in the
complex plane In mathematics, the complex plane is the plane formed by the complex numbers, with a Cartesian coordinate system such that the -axis, called the real axis, is formed by the real numbers, and the -axis, called the imaginary axis, is formed by the ...
( branch point singularities,
poles Poles,, ; singular masculine: ''Polak'', singular feminine: ''Polka'' or Polish people, are a West Slavic nation and ethnic group, who share a common history, culture, the Polish language and are identified with the country of Poland in Ce ...
or essential singularities), which limit the radius of convergence of the series. If the point ''z'' = 1 is close to or on the boundary of the disk of convergence, the series for ''S'' will converge very slowly. One can then improve the convergence of the series by means of a conformal mapping that moves the singularities such that the point that is mapped to ''z'' = 1 ends up deeper in the new disk of convergence. The conformal transform z = \Phi(w) needs to be chosen such that \Phi(0) = 0, and one usually chooses a function that has a finite derivative at ''w'' = 0. One can assume that \Phi(1) = 1 without loss of generality, as one can always rescale ''w'' to redefine \Phi. We then consider the function :g(w) = f(\Phi(w)). Since \Phi(1) = 1, we have ''f''(1) = ''g''(1). We can obtain the series expansion of ''g''(''w'') by putting z = \Phi(w) in the series expansion of ''f''(''z'') because \Phi(0)=0; the first ''n'' terms of the series expansion for ''f''(''z'') will yield the first ''n'' terms of the series expansion for ''g''(''w'') if \Phi'(0) \neq 0. Putting ''w'' = 1 in that series expansion will thus yield a series such that if it converges, it will converge to the same value as the original series.


Non-linear sequence transformations

Examples of such nonlinear sequence transformations are Padé approximants, the Shanks transformation, and Levin-type sequence transformations. Especially nonlinear sequence transformations often provide powerful numerical methods for the
summation In mathematics, summation is the addition of a sequence of any kind of numbers, called ''addends'' or ''summands''; the result is their ''sum'' or ''total''. Beside numbers, other types of values can be summed as well: functions, vectors, mat ...
of divergent series or asymptotic series that arise for instance in perturbation theory, and may be used as highly effective extrapolation methods.


Aitken method

A simple nonlinear sequence transformation is the Aitken extrapolation or delta-squared method, :\mathbb : S \to S'=\mathbb(S) = _ defined by :s'_n = s_ - \frac. This transformation is commonly used to improve the rate of convergence of a slowly converging sequence; heuristically, it eliminates the largest part of the
absolute error The approximation error in a data value is the discrepancy between an exact value and some ''approximation'' to it. This error can be expressed as an absolute error (the numerical amount of the discrepancy) or as a relative error (the absolute er ...
.


See also

* Shanks transformation *
Minimum polynomial extrapolation In mathematics, minimum polynomial extrapolation is a sequence transformation used for convergence acceleration of vector sequences, due to Cabay and Jackson. While Aitken's method is the most famous, it often fails for vector sequences. An effecti ...
*
Van Wijngaarden transformation In mathematics and numerical analysis, the van Wijngaarden transformation is a variant on the Euler transform used to accelerate the convergence of an alternating series. One algorithm to compute Euler's transform runs as follows: Compute a row ...


References

* C. Brezinski and M. Redivo Zaglia, ''Extrapolation Methods. Theory and Practice'', North-Holland, 1991. * G. A. Baker Jr. and P. Graves-Morris, ''Padé Approximants'', Cambridge U.P., 1996. * * Herbert H. H. Homeier: ''Scalar Levin-Type Sequence Transformations'', Journal of Computational and Applied Mathematics, vol. 122, no. 1–2, p 81 (2000). , {{arxiv, math/0005209. * Brezinski Claude and Redivo-Zaglia Michela : "The genesis and early developments of Aitken's process, Shanks transformation, the \epsilon-algorithm, and related fixed point methods", Numerical Algorithms, Vol.80, No.1, (2019), pp.11-133. * Delahaye J. P. : "Sequence Transformations", Springer-Verlag, Berlin, ISBN 978-3540152835 (1988). * Sidi Avram : "Vector Extrapolation Methods with Applications", SIAM, ISBN 978-1-61197-495-9 (2017). * Brezinski Claude, Redivo-Zaglia Michela and Saad Yousef : "Shanks Sequence Transformations and Anderson Acceleration", SIAM Review, Vol.60, No.3 (2018), pp.646–669. doi:10.1137/17M1120725 . * Brezinski Claude : "Reminiscences of
Peter Wynn Peter Wynn (born 23 December 1957 in Maitland, New South Wales) is an Australian former professional rugby league footballer who played in the 1970s, 1980s and 1990s. He played for the Parramatta Eels in the New South Wales Rugby League premie ...
", Numerical Algorithms, Vol.80(2019), pp.5-10. * Brezinski Claude and Redivo-Zaglia Michela : "Extrapolation and Rational Approximation", Springer, ISBN 978-3-030-58417-7 (2020).


External links


Convergence acceleration of series



Digital Library of Mathematical Functions
Numerical analysis Asymptotic analysis Summability methods Perturbation theory