Girish Mahajan (Editor)

Rate of convergence

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Rate of convergence

In numerical analysis, the speed at which a convergent sequence approaches its limit is called the rate of convergence. Although strictly speaking, a limit does not give information about any finite first part of the sequence, this concept is of practical importance in dealing with a sequence of successive approximations for an iterative method, as then typically fewer iterations are needed to yield a useful approximation if the rate of convergence is higher. This may even make the difference between needing ten or a million iterations insignificant.

Contents

Similar concepts are used for discretization methods. The solution of the discretized problem converges to the solution of the continuous problem as the grid size goes to zero, and the speed of convergence is one of the factors of the efficiency of the method. However, the terminology in this case is different from the terminology for iterative methods.

Series acceleration is a collection of techniques for improving the rate of convergence of a series discretization. Such acceleration is commonly accomplished with sequence transformations.

Basic definition

Suppose that the sequence {xk} converges to the number L.

We say that this sequence converges linearly to L, if there exists a number μ ∈ (0, 1) such that

lim k | x k + 1 L | | x k L | = μ .

The number μ is called the rate of convergence.

If the sequence converges, and

  • μ = μ k varies from step to step with μ k 0 for k , then the sequence is said to converge superlinearly.
  • μ = μ k varies from step to step with μ k 1 for k , then the sequence is said to converge sublinearly.
  • If the sequence converges sublinearly and additionally

    lim k | x k + 2 x k + 1 | | x k + 1 x k | = 1 ,

    then it is said the sequence {xk} converges logarithmically to L.

    The next definition is used to distinguish superlinear rates of convergence. We say that the sequence converges with order q to L for q>1 if

    lim k | x k + 1 L | | x k L | q = μ | μ > 0.

    In particular, convergence with order

  • q = 2 is called quadratic convergence,
  • q = 3 is called cubic convergence,
  • etc.
  • This is sometimes called Q-linear convergence, Q-quadratic convergence, etc., to distinguish it from the definition below. The Q stands for "quotient," because the definition uses the quotient between two successive terms.

    A practical method to calculate the rate of convergence for a sequence is to calculate the following sequence which is converging to p.

    p log | x n + 1 x n x n x n 1 | log | x n x n 1 x n 1 x n 2 | ,

    Extended definition

    The drawback of the above definitions is that these do not catch some sequences which still converge reasonably fast, but whose "speed" is variable, such as the sequence {bk} below. Therefore, the definition of rate of convergence is sometimes extended as follows.

    Under the new definition, the sequence {xk} converges with at least order q if there exists a sequence {εk} such that

    | x k L | ε k for all  k ,

    and the sequence {εk} converges to zero with order q according to the above "simple" definition. To distinguish it from that definition, this is sometimes called R-linear convergence, R-quadratic convergence, etc. (with the R standing for "root").

    Examples

    Consider the following sequences:

    a 0 = 1 , a 1 = 1 2 , a 2 = 1 4 , a 3 = 1 8 , a 4 = 1 16 , a 5 = 1 32 , , a k = 1 2 k , b 0 = 1 , b 1 = 1 , b 2 = 1 4 , b 3 = 1 4 , b 4 = 1 16 , b 5 = 1 16 , , b k = 1 4 k 2 , c 0 = 1 2 , c 1 = 1 4 , c 2 = 1 16 , c 3 = 1 256 , c 4 = 1 65 536 , , c k = 1 2 2 k , d 0 = 1 , d 1 = 1 2 , d 2 = 1 3 , d 3 = 1 4 , d 4 = 1 5 , d 5 = 1 6 , , d k = 1 k + 1 ,

    The sequence {ak} converges linearly to 0 with rate 1/2. More generally, the sequence k converges linearly with rate μ if |μ| < 1. The sequence {bk} also converges linearly to 0 with rate 1/2 under the extended definition, but not under the simple definition. The sequence {ck} converges superlinearly. In fact, it is quadratically convergent. Finally, the sequence {dk} converges sublinearly and logarithmically.

    Convergence speed for discretization methods

    A similar situation exists for discretization methods. The important parameter here for the convergence speed is not the iteration number k but it depends on the number of grid points and grid spacing. In this case, the number of grid points n in a discretization process is inversely proportional to the grid spacing.

    In this case, a sequence x n is said to converge to L with order p if there exists a constant C such that

    | x n L | < C n p  for all  n .

    This is written as |xn - L| = O(np) using the big O notation.

    This is the relevant definition when discussing methods for numerical quadrature or the solution of ordinary differential equations. A practical method to calculate the rate of convergence for a discretization method is to implement the following formula:

    p log e n e w e o l d log h n e w h o l d .

    Examples

    The sequence {dk} with dk = 1 / (k+1) was introduced above. This sequence converges with order 1 according to the convention for discretization methods.

    The sequence {ak} with ak = 2k, which was also introduced above, converges with order p for every number p. It is said to converge exponentially using the convention for discretization methods. However, it only converges linearly (that is, with order 1) using the convention for iterative methods.

    The order of convergence of a discretization method is related to its Global Truncation Error (GTE).

    Acceleration of convergence

    Many methods exist to increase the rate of convergence of a given sequence, i.e. to transform a given sequence into one converging faster to the same limit. Such techniques are in general known as "series acceleration". The goal of the transformed sequence is to reduce the computational cost of the calculation. One example of series acceleration is Aitken's delta-squared process.

    Literature

    The simple definition is used in

  • Michelle Schatzman (2002), Numerical analysis: a mathematical introduction, Clarendon Press, Oxford. ISBN 0-19-850279-6.
  • The extended definition is used in

  • Kendell A. Atkinson (1988), An introduction to numerical analysis (2nd ed.), John Wiley and Sons. ISBN 0-471-50023-2.
  • http://web.mit.edu/rudin/www/MukherjeeRuSc11COLT.pdf
  • Walter Gautschi (1997), Numerical analysis: an introduction, Birkhäuser, Boston. ISBN 0-8176-3895-4.
  • Endre Süli and David Mayers (2003), An introduction to numerical analysis, Cambridge University Press. ISBN 0-521-00794-1.
  • Logarithmic convergence is used in

  • Van Tuyl, Andrew H. (1994). "Acceleration of convergence of a family of logarithmically convergent sequences" (PDF). Mathematics of Computation. 63 (207): 229–246. doi:10.2307/2153571. 
  • The Big O definition is used in

  • Richard L. Burden and J. Douglas Faires (2001), Numerical Analysis (7th ed.), Brooks/Cole. ISBN 0-534-38216-9
  • The terms Q-linear and R-linear are used in; The Big O definition when using Taylor series is used in

  • Nocedal, Jorge; Wright, Stephen J. (2006). Numerical Optimization (2nd ed.). Berlin, New York: Springer-Verlag. pp. 619+620. ISBN 978-0-387-30303-1 .
  • One may also study the following paper for Q-linear and R-linear:

  • Potra, F. A. (1989). "On Q-order and R-order of convergence". J. Optim. Th. Appl. 63 (3): 415–431. doi:10.1007/BF00939805. 
  • References

    Rate of convergence Wikipedia