Some series converge very slowly based on standard definition of series convergence. In many cases, such series can be transformed into another series with faster rate of convergence.
Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to Mathematica tutorial for the second course APMA0340
Return to the main page for the course APMA0330
Return to the main page for the course APMA0340
Return to Part V of the course APMA0330
Slowly convergent series and sequences as well as divergent
series occur quite frequently in
the mathematical treatment of scientific problems.
There are a number of methods for squeezing faster convergence out
of an already computed sequence of numbers regardless of its origin or
application.
A special techniques for series acceleration are used for improving the rate of convergence of a series that are quite often applied in numerical analysis. One of the approaches is based on a linear combination of
our slowly converging series with one or more series whose sum is known. There is a following collection of convergent series:
The series are combined term by term and the coefficients in the
linear combination chosen to cancel the most slowly converging terms.
Example:
Usually, it is not a pleasant task to evaluate an alternating series from numerical point of view because of possible calcelations. We consider almost trivial example to demonstrate the idea of series acceleration. Consider the folloing Maclaurin series:
It converges very slowly as x approaches +1. The rate of convergence may be improved by multiplying both sides of the relation above by a polynomial and adjusting the
polynomial coefficients to cancel the more slowly converging portions of the series. Consider the simplest possibility with multiplication both its sides by 1 + s x:
Clearly, if we take s = 1, the n in the numerator disappears and our combined series converges as n-2.
Continuing this process, we find that
\( \left( 1 + x \right)^2 \ln \left( 1 + x \right) \) vanishes as n-3 and that
\( \left( 1 + x \right)^3 \ln \left( 1 + x \right) \) vanishes as n-4. This allows us to represent the series as a ratio:
Such rational approximations may be both compact and accurate.
■
This section does not provide a full description of
all aspects of the acceleration of onvergence and the summation
of divergent series. The emphasis of it is on convergence acceleration and summation by means of nonlinear sequence transformations that have proved practical applications.
Euler Tansformation
Van Wijngaarden transformation
Aitken delta-squared process
Let { pn }n ≥ 0 be a sequence which converges to its limit plinearly. That is, there exists a positive number λ such that
\[
\lim_{n\to \infty} \,\frac{\left\vert p_{n+1} - p \right\vert}{\left\vert p_{n} - p \right\vert} = \lambda .
\]
In this case, for sufficiently large n, we have
\[
\frac{\left\vert p_{n+1} - p \right\vert}{\left\vert p_{n} - p \right\vert} \approx \lambda .
\]
Assume the signs of pn+1 - p and pn - p agree (either both are positive or both are negative) for all n. Then
Algebraically these two formulas are equivalent, but numerically the sequence { qn } converges to p more rapidly (less number of iterations). This methodis called Aitken’s Δ² Method.
Shanks Tansformation
For the sequence sn of partial sums
\[
s_n = \sum_{\nu =0}^n a_{\nu}
\]
of an infinite series \( \displaystyle \sum_{\nu \ge 0} a_{\nu} , \) Shanks defined the sequence of ratio of two determinantes
Schmidt, J.R., "On the numerical solution of linear simultaneous
equations by an iterative method", Philosophical Magazine, 1941, Vol. 32: 369–383. doi: 10.1080/14786444108520797
Shanks, D., Non-linear transformations of divergent and slowly
convergent sequences, Journal of Mathematics and Physics, 1955, Vol. 34, pp. 1--42. https://doi.org/10.1002/sapm19553411
Return to Mathematica page
Return to the main page (APMA0330)
Return to the Part 1 (Plotting)
Return to the Part 2 (First Order ODEs)
Return to the Part 3 (Numerical Methods)
Return to the Part 4 (Second and Higher Order ODEs)
Return to the Part 5 (Series and Recurrences)
Return to the Part 6 (Laplace Transform)
Return to the Part 7 (Boundary Value Problems)