Chemistry Reference and  Research
           
 
Periodic Table
- standard table
- large table
 
Chemical Elements
- by name
- by symbol
- by atomic number
 
Chemical Properties
 
Chemical Reactions
 
Organic Chemistry
 
Branches of Chemistry
Analytical chemistry
Biochemistry
Computational Chemistry
Electrochemistry
Environmental chemistry
Geochemistry
Inorganic chemistry
Materials science
Medicinal chemistry
Nuclear chemistry
Organic chemistry
Pharmacology
Physical chemistry
Polymer chemistry
Supramolecular Chemistry
Thermochemistry

Rate of convergence

In numerical analysis (a branch of mathematics), 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 if we deal 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 e.g. even make the difference between needing ten or a million iterations.

Contents

The definition of rate of convergence

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

We say that this sequence converges linearly to ξ, if

\lim_k \frac{|x_{k+1}-\xi|}{|x_k-\xi|} = \mu \mbox{ with } 0 < \mu < 1. \quad\quad (1)

The number μ is called the rate of convergence.

If (1) holds with μ = 0, then the sequence is said to converge superlinearly. One says that the sequence converges sublinearly if it converges, but (1) does not hold for any μ < 1.

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

\lim_k \frac{|x_{k+1}-\xi|}{|x_k-\xi|^q} = \mu \mbox{ with } \mu > 0. \quad\quad (2)

In particular, convergence with order 2 is called quadratic convergence, and convergence with order 3 is called cubic convergence.

The extended definition of rate of convergence

The drawback of the above definitions (1) and (2) 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 - \xi| \le \varepsilon_k \quad\mbox{for all } k,

and the sequence {εk} converges to zero with order q according to the above "simple" definition.

Examples

Consider the following sequences:

a_0 = 1 ,\, a_1 = \frac12 ,\, a_2 = \frac14 ,\, a_3 = \frac18 ,\, a_4 = \frac1{16} ,\, a_5 = \frac1{32} ,\, \ldots ,\, a_k = \frac1{2^k} ,\, \ldots
b_0 = 1 ,\, b_1 = 1 ,\, b_2 = \frac14 ,\, b_3 = \frac14 ,\, b_4 = \frac1{16} ,\, b_5 = \frac1{16} ,\, \ldots ,\, b_k = \frac1{4^{\operatorname{floor}(k/2)}} ,\, \ldots
c_0 = 1 ,\, c_1 = \frac12 ,\, c_2 = \frac14 ,\, c_3 = \frac1{16} ,\, c_4 = \frac1{256} ,\, \ldots ,\, c_k = \frac1{2^{2^k}} ,\, \ldots
d_0 = 1 ,\, d_1 = \frac12 ,\, d_2 = \frac13 ,\, d_3 = \frac14 ,\, d_4 = \frac15 ,\, d_5 = \frac16 ,\, \ldots ,\, d_k = \frac1{k+1} ,\, \ldots

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.

References

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.
  • Walter Gautschi (1997), Numerical analysis: an introduction, Birkhäuser, Boston.
  • Endre Süli and David Mayers (2003), An introduction to numerical analysis, Cambridge University Press. ISBN 0-521-00794-1.
01-04-2007 01:16:19
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy