HOME

TheInfoList



OR:

In
mathematical analysis Analysis is the branch of mathematics dealing with continuous functions, limit (mathematics), limits, and related theories, such as Derivative, differentiation, Integral, integration, measure (mathematics), measure, infinite sequences, series ( ...
, particularly
numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic computation, symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of ...
, the rate of convergence and order of convergence of a
sequence In mathematics, a sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called ''elements'', or ''terms''). The number of elements (possibly infinite) is cal ...
that converges to a limit are any of several characterizations of how quickly that sequence approaches its limit. These are broadly divided into rates and orders of convergence that describe how quickly a sequence further approaches its limit once it is already close to it, called
asymptotic In analytic geometry, an asymptote () of a curve is a line such that the distance between the curve and the line approaches zero as one or both of the ''x'' or ''y'' coordinates Limit of a function#Limits at infinity, tends to infinity. In pro ...
rates and orders of convergence, and those that describe how quickly sequences approach their limits from starting points that are not necessarily close to their limits, called non-asymptotic rates and orders of convergence. Asymptotic behavior is particularly useful for deciding when to stop a sequence of numerical computations, for instance once a target precision has been reached with an iterative
root-finding algorithm In numerical analysis, a root-finding algorithm is an algorithm for finding zeros, also called "roots", of continuous functions. A zero of a function is a number such that . As, generally, the zeros of a function cannot be computed exactly nor ...
, but pre-asymptotic behavior is often crucial for determining whether to begin a sequence of computations at all, since it may be impossible or impractical to ever reach a target precision with a poorly chosen approach. Asymptotic rates and orders of convergence are the focus of this article. In practical numerical computations, asymptotic rates and orders of convergence follow two common conventions for two types of sequences: the first for sequences of iterations of an iterative numerical method and the second for sequences of successively more accurate numerical discretizations of a target. In formal mathematics, rates of convergence and orders of convergence are often described comparatively using
asymptotic notation Big ''O'' notation is a mathematical notation that describes the limiting behavior of a function when the argument tends towards a particular value or infinity. Big O is a member of a family of notations invented by German mathematicians Pau ...
commonly called "
big O notation Big ''O'' notation is a mathematical notation that describes the asymptotic analysis, limiting behavior of a function (mathematics), function when the Argument of a function, argument tends towards a particular value or infinity. Big O is a memb ...
," which can be used to encompass both of the prior conventions; this is an application of
asymptotic analysis In mathematical analysis, asymptotic analysis, also known as asymptotics, is a method of describing Limit (mathematics), limiting behavior. As an illustration, suppose that we are interested in the properties of a function as becomes very larg ...
. For iterative methods, a sequence (x_k) that converges to L is said to have asymptotic ''order of convergence'' q \geq 1 and asymptotic ''rate of convergence'' \mu if :\lim _ \frac=\mu. Where methodological precision is required, these rates and orders of convergence are known specifically as the rates and orders of Q-convergence, short for quotient-convergence, since the limit in question is a quotient of error terms. The rate of convergence \mu may also be called the ''asymptotic error constant'', and some authors will use ''rate'' where this article uses ''order.''
Series acceleration Series may refer to: People with the name * Caroline Series (born 1951), English mathematician, daughter of George Series * George Series (1920–1995), English physicist Arts, entertainment, and media Music * Series, the ordered sets used ...
methods are techniques for improving the rate of convergence of the sequence of partial sums of a
series Series may refer to: People with the name * Caroline Series (born 1951), English mathematician, daughter of George Series * George Series (1920–1995), English physicist Arts, entertainment, and media Music * Series, the ordered sets used i ...
and possibly its order of convergence, also. Similar concepts are used for sequences of discretizations. For instance, ideally the solution of a differential equation discretized via a
regular grid A regular grid is a tessellation of ''n''-dimensional Euclidean space by Congruence_(geometry), congruent parallelepiped#Parallelotope, parallelotopes (e.g. bricks). Its opposite is Unstructured grid, irregular grid. Grids of this type appear on ...
will converge to the solution of the continuous equation as the grid spacing goes to zero, and if so the asymptotic rate and order of that convergence are important properties of the gridding method. A sequence of approximate grid solutions (y_k) of some problem that converges to a true solution S with a corresponding sequence of regular grid spacings (h_k) that converge to 0 is said to have asymptotic ''order of convergence'' q and asymptotic ''rate of convergence'' \mu if \lim _ \frac=\mu, where the absolute value symbols stand for a
metric Metric or metrical may refer to: Measuring * Metric system, an internationally adopted decimal system of measurement * An adjective indicating relation to measurement in general, or a noun describing a specific type of measurement Mathematics ...
for the space of solutions such as the uniform norm. Similar definitions also apply for non-grid discretization schemes such as the polygon meshes of a
finite element method Finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat tran ...
or the basis sets in
computational chemistry Computational chemistry is a branch of chemistry that uses computer simulations to assist in solving chemical problems. It uses methods of theoretical chemistry incorporated into computer programs to calculate the structures and properties of mol ...
: in general, the appropriate definition of the asymptotic rate \mu will involve the asymptotic limit of the ratio of an approximation error term above to an asymptotic order q power of a discretization scale parameter below. In general, comparatively, one sequence (a_k) that converges to a limit L_a is said to asymptotically converge more quickly than another sequence (b_k) that converges to a limit L_b if \lim _ \frac=0, and the two are said to asymptotically converge with the same order of convergence if the limit is any positive finite value. The two are said to be asymptotically equivalent if the limit is equal to one. These comparative definitions of rate and order of asymptotic convergence are fundamental in asymptotic analysis and find wide application in mathematical analysis as a whole, including numerical analysis,
real analysis In mathematics, the branch of real analysis studies the behavior of real numbers, sequences and series of real numbers, and real functions. Some particular properties of real-valued sequences and functions that real analysis studies include co ...
,
complex analysis Complex analysis, traditionally known as the theory of functions of a complex variable, is the branch of mathematical analysis that investigates functions of complex numbers. It is helpful in many branches of mathematics, including algebraic ...
, and
functional analysis Functional analysis is a branch of mathematical analysis, the core of which is formed by the study of vector spaces endowed with some kind of limit-related structure (for example, Inner product space#Definition, inner product, Norm (mathematics ...
.


Asymptotic rates of convergence for iterative methods


Definitions


Q-convergence

Suppose that the
sequence In mathematics, a sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called ''elements'', or ''terms''). The number of elements (possibly infinite) is cal ...
(x_k) of iterates of an
iterative method In computational mathematics, an iterative method is a Algorithm, mathematical procedure that uses an initial value to generate a sequence of improving approximate solutions for a class of problems, in which the ''i''-th approximation (called an " ...
converges to the limit number L as k \rightarrow \infty. The sequence is said to ''converge with order q to L'' and with a ''rate of convergence'' \mu if the k \rightarrow \infty limit of quotients of absolute differences of sequential iterates x_k, x_ from their limit L satisfies \lim_ \frac = \mu for some positive constant \mu \in (0, 1) if q = 1 and \mu \in (0, \infty) if q > 1. Other more technical rate definitions are needed if the sequence converges but \lim_ \frac = 1 or the limit does not exist. This definition is technically called Q-convergence, short for quotient-convergence, and the rates and orders are called rates and orders of Q-convergence when that technical specificity is needed. , below, is an appropriate alternative when this limit does not exist. Sequences with larger orders q converge more quickly than those with smaller order, and those with smaller rates \mu converge more quickly than those with larger rates for a given order. This "smaller rates converge more quickly" behavior among sequences of the same order is standard but it can be counterintuitive. Therefore it is also common to define -\log_ \mu as the rate; this is the "number of extra decimals of precision per iterate" for sequences that converge with order 1. Integer powers of q are common and are given common names. Convergence with order q = 1 and \mu \in (0, 1) is called ''linear convergence'' and the sequence is said to ''converge linearly to L''. Convergence with q = 2 and any \mu is called ''quadratic convergence'' and the sequence is said to ''converge quadratically''. Convergence with q = 3 and any \mu is called ''cubic convergence''. However, it is not necessary that q be an integer. For example, the secant method, when converging to a regular,
simple root In mathematics, a polynomial is a mathematical expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication and exponentiation to nonnegative integer ...
, has an order of the
golden ratio In mathematics, two quantities are in the golden ratio if their ratio is the same as the ratio of their summation, sum to the larger of the two quantities. Expressed algebraically, for quantities and with , is in a golden ratio to if \fr ...
φ ≈ 1.618. The common names for integer orders of convergence connect to asymptotic big O notation, where the convergence of the quotient implies , x_ - L, = O(, x_k - L, ^q). These are linear, quadratic, and cubic polynomial expressions when q is 1, 2, and 3, respectively. More precisely, the limits imply the leading order error is exactly \mu , x_k - L, ^q, which can be expressed using asymptotic small o notation as, x_ - L, = \mu , x_k - L, ^q + o(, x_k - L, ^q). In general, when q > 1 for a sequence or for any sequence that satisfies \lim_ \frac = 0, those sequences are said to ''converge superlinearly'' (i.e., faster than linearly). A sequence is said to ''converge sublinearly'' (i.e., slower than linearly) if it converges and \lim_ \frac = 1. Importantly, it is incorrect to say that these sublinear-order sequences converge linearly with an asymptotic rate of convergence of 1. A sequence (x_k) ''converges logarithmically to L'' if the sequence converges sublinearly and also \lim_ \frac = 1.


R-convergence

The definitions of Q-convergence rates have the shortcoming that they do not naturally capture the convergence behavior of sequences that do converge, but do not converge with an asymptotically constant rate with every step, so that the Q-convergence limit does not exist. One class of examples is the staggered geometric progressions that get closer to their limits only every other step or every several steps, for instance the example (b_k) = 1, 1, 1/4, 1/4, 1/16, 1/16, \ldots, 1/4^, \ldots detailed below (where \lfloor x \rfloor is the
floor function In mathematics, the floor function is the function that takes as input a real number , and gives as output the greatest integer less than or equal to , denoted or . Similarly, the ceiling function maps to the least integer greater than or eq ...
applied to x). The defining Q-linear convergence limits do not exist for this sequence because one subsequence of error quotients starting from odd steps converges to 1 and another subsequence of quotients starting from even steps converges to 1/4. When two subsequences of a sequence converge to different limits, the sequence does not itself converge to a limit. In cases like these, a closely related but more technical definition of rate of convergence called R-convergence is more appropriate. The "R-" prefix stands for "root." A sequence (x_k) that converges to L is said to ''converge at least R-linearly'' if there exists an error-bounding sequence (\varepsilon_k) such that , x_k - L, \le\varepsilon_k\quad\textk and (\varepsilon_k) converges Q-linearly to zero; analogous definitions hold for R-superlinear convergence, R-sublinear convergence, R-quadratic convergence, and so on. Any error bounding sequence (\varepsilon_k) provides a lower bound on the rate and order of R-convergence and the greatest lower bound gives the exact rate and order of R-convergence. As for Q-convergence, sequences with larger orders q converge more quickly and those with smaller rates \mu converge more quickly for a given order, so these greatest-rate-lower-bound error-upper-bound sequences are those that have the greatest possible q and the smallest possible \mu given that q. For the example (b_k) given above, the tight bounding sequence (\varepsilon_k) = 2, 1, 1/2, 1/4, 1/8, 1/16, \ldots, 1/2^, \ldotsconverges Q-linearly with rate 1/2, so (b_k) converges R-linearly with rate 1/2. Generally, for any staggered geometric progression (a r^), the sequence will not converge Q-linearly but will converge R-linearly with rate \sqrt These examples demonstrate why the "R" in R-linear convergence is short for "root."


Examples

The
geometric progression A geometric progression, also known as a geometric sequence, is a mathematical sequence of non-zero numbers where each term after the first is found by multiplying the previous one by a fixed number called the ''common ratio''. For example, the s ...
(a_k) = 1, \frac, \frac, \frac, \frac, \frac, \ldots, 1/, \dots converges to L = 0. Plugging the sequence into the definition of Q-linear convergence (i.e., order of convergence 1) shows that \lim_ \frac = \lim_ \frac = \frac. Thus (a_k) converges Q-linearly with a convergence rate of \mu = 1/2; see the first plot of the figure below. More generally, for any initial value a in the real numbers and a real number common ratio r between -1 and 1, a geometric progression (a r^k) converges linearly with rate , r, and the sequence of partial sums of a
geometric series In mathematics, a geometric series is a series (mathematics), series summing the terms of an infinite geometric sequence, in which the ratio of consecutive terms is constant. For example, 1/2 + 1/4 + 1/8 + 1/16 + ⋯, the series \tfrac12 + \tfrac1 ...
(\sum_^k ar^n) also converges linearly with rate , r, . The same holds also for geometric progressions and geometric series parameterized by any
complex numbers In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the form a ...
a \in \mathbb, r \in \mathbb, , r, < 1. The staggered geometric progression (b_k) = 1, 1, \frac, \frac, \frac, \frac, \ldots, 1/4^, \ldots, using the
floor function In mathematics, the floor function is the function that takes as input a real number , and gives as output the greatest integer less than or equal to , denoted or . Similarly, the ceiling function maps to the least integer greater than or eq ...
\lfloor x \rfloor that gives the largest integer that is less than or equal to x, converges R-linearly to 0 with rate 1/2, but it does not converge Q-linearly; see the second plot of the figure below. The defining Q-linear convergence limits do not exist for this sequence because one subsequence of error quotients starting from odd steps converges to 1 and another subsequence of quotients starting from even steps converges to 1/4. When two subsequences of a sequence converge to different limits, the sequence does not itself converge to a limit. Generally, for any staggered geometric progression (a r^), the sequence will not converge Q-linearly but will converge R-linearly with rate \sqrt these examples demonstrate why the "R" in R-linear convergence is short for "root." The sequence (c_k) = \frac, \frac, \frac, \frac, \frac, \ldots, \frac, \ldots converges to zero Q-superlinearly. In fact, it is quadratically convergent with a quadratic convergence rate of 1. It is shown in the third plot of the figure below. Finally, the sequence (d_k) = 1, \frac, \frac, \frac, \frac, \frac, \ldots, \frac, \ldots converges to zero Q-sublinearly and logarithmically and its convergence is shown as the fourth plot of the figure below.


Convergence rates to fixed points of recurrent sequences

Recurrent sequences x_:=f(x_k), called fixed point iterations, define discrete time autonomous
dynamical systems In mathematics, a dynamical system is a system in which a Function (mathematics), function describes the time dependence of a Point (geometry), point in an ambient space, such as in a parametric curve. Examples include the mathematical models ...
and have important general applications in mathematics through various
fixed-point theorems In mathematics, a fixed-point theorem is a result saying that a function ''F'' will have at least one fixed point (a point ''x'' for which ''F''(''x'') = ''x''), under some conditions on ''F'' that can be stated in general terms. In mathematica ...
about their convergence behavior. When ''f'' is
continuously differentiable In mathematics, a differentiable function of one Real number, real variable is a Function (mathematics), function whose derivative exists at each point in its Domain of a function, domain. In other words, the Graph of a function, graph of a differ ...
, given a fixed point ''p'', f(p)=p, such that , f'(p), < 1, the fixed point is an attractive fixed point and the recurrent sequence will converge at least linearly to ''p'' for any starting value x_0 sufficiently close to ''p''. If , f'(p), = 0 and , f''(p), < 1, then the recurrent sequence will converge at least quadratically, and so on. If , f'(p), > 1, then the fixed point is a repulsive fixed point and sequences cannot converge to ''p'' from its immediate neighborhoods, though they may still jump to ''p'' directly from outside of its local neighborhoods.


Order estimation

A practical method to calculate the order of convergence for a sequence generated by a fixed point iteration is to calculate the following sequence, which converges to the order q: q \approx \frac. For numerical approximation of an exact value through a numerical method of order q see.


Accelerating convergence rates

Many methods exist to accelerate the convergence of a given sequence, i.e., to transform one sequence into a second sequence that converges more quickly to the same limit. Such techniques are in general known as "
series acceleration Series may refer to: People with the name * Caroline Series (born 1951), English mathematician, daughter of George Series * George Series (1920–1995), English physicist Arts, entertainment, and media Music * Series, the ordered sets used ...
" methods. These may reduce the computational costs of approximating the limits of the original sequences. One example of series acceleration by sequence transformation is
Aitken's 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 as ...
. These methods in general, and in particular Aitken's method, do not typically increase the order of convergence and thus they are useful only if initially the convergence is not faster than linear: if (x_k) converges linearly, Aitken's method transforms it into a sequence (a_k) that still converges linearly (except for pathologically designed special cases), but faster in the sense that \lim_ (a_k-L)/(x_k-L)= 0. On the other hand, if the convergence is already of order ≥ 2, Aitken's method will bring no improvement.


Asymptotic rates of convergence for discretization methods


Definitions

A sequence of discretized approximations (y_k) of some continuous-domain function S that converges to this target, together with a corresponding sequence of discretization scale parameters (h_k) that converge to 0, is said to have asymptotic ''order of convergence'' q and asymptotic ''rate of convergence'' \mu if \lim _ \frac=\mu, for some positive constants \mu and q and using , x, to stand for an appropriate distance metric on the space of solutions, most often either the uniform norm, the
absolute difference The absolute difference of two real numbers x and y is given by , x-y, , the absolute value of their difference. It describes the distance on the real line between the points corresponding to x and y, and is a special case of the Lp distance fo ...
, or the
Euclidean distance In mathematics, the Euclidean distance between two points in Euclidean space is the length of the line segment between them. It can be calculated from the Cartesian coordinates of the points using the Pythagorean theorem, and therefore is o ...
. Discretization scale parameters may be spacings of a
regular grid A regular grid is a tessellation of ''n''-dimensional Euclidean space by Congruence_(geometry), congruent parallelepiped#Parallelotope, parallelotopes (e.g. bricks). Its opposite is Unstructured grid, irregular grid. Grids of this type appear on ...
in space or in time, the inverse of the number of points of a grid in one dimension, an average or maximum distance between points in a
polygon mesh In 3D computer graphics and solid modeling, a polygon mesh is a collection of , s and s that defines the shape of a polyhedron, polyhedral object's surface. It simplifies Rendering (computer graphics), rendering, as in a wire-frame model. The fac ...
, the single-dimension spacings of an irregular sparse grid, or a characteristic quantum of energy or momentum in a
quantum mechanical Quantum mechanics is the fundamental physical theory that describes the behavior of matter and of light; its unusual characteristics typically occur at and below the scale of atoms. Reprinted, Addison-Wesley, 1989, It is the foundation of a ...
basis set. When all the discretizations are generated using a single common method, it is common to discuss the asymptotic rate and order of convergence for the method itself rather than any particular discrete sequences of discretized solutions. In these cases one considers a single abstract discretized solution y_h generated using the method with a scale parameter h and then the method is said to have asymptotic ''order of convergence'' q and asymptotic ''rate of convergence'' \mu if \lim _ \frac=\mu, again for some positive constants \mu and q and an appropriate metric , x, . This implies that the error of a discretization asymptotically scales like the discretization's scale parameter to the q power, or \left, y_h - S \ = O(h^) using asymptotic big O notation. More precisely, it implies the leading order error is \mu h^, which can be expressed using asymptotic small o notation as\left, y_h - S\ = \mu h^ + o(h^). In some cases multiple rates and orders for the same method but with different choices of scale parameter may be important, for instance for finite difference methods based on multidimensional grids where the different dimensions have different grid spacings or for finite element methods based on polygon meshes where choosing either average distance between mesh points or maximum distance between mesh points as scale parameters may imply different orders of convergence. In some especially technical contexts, discretization methods' asymptotic rates and orders of convergence will be characterized by several scale parameters at once with the value of each scale parameter possibly affecting the asymptotic rate and order of convergence of the method with respect to the other scale parameters.


Example

Consider the ordinary differential equation : \frac = -\kappa y with initial condition y(0) = y_0. We can approximate a solution to this one-dimensional equation using a sequence (y_n) applying the forward Euler method for numerical discretization using any regular grid spacing h and grid points indexed by n as follows: : \frac = -\kappa y_, which implies the first-order linear recurrence with constant coefficients : y_ = y_n(1 - h\kappa). Given y(0) = y_0, the sequence satisfying that recurrence is the
geometric progression A geometric progression, also known as a geometric sequence, is a mathematical sequence of non-zero numbers where each term after the first is found by multiplying the previous one by a fixed number called the ''common ratio''. For example, the s ...
y_ = y_0(1 - h\kappa)^n = y_0\left(1 - nh\kappa + \frach^2\kappa^2 + ....\right). The exact analytical solution to the differential equation is y = f(x) = y_0\exp(-\kappa x), corresponding to the following
Taylor expansion In mathematics, the Taylor series or Taylor expansion of a function is an infinite sum of terms that are expressed in terms of the function's derivatives at a single point. For most common functions, the function and the sum of its Taylor ser ...
in nh\kappa : f(x_n) = f(nh) = y_0\exp(-\kappa nh) = y_0\left(1 - nh\kappa + \frac + ...\right). Therefore the error of the discrete approximation at each discrete point is :, y_n - f(x_n), = \frac + \ldots For any specific x = p, given a sequence of forward Euler approximations ((y_n)_k), each using grid spacings h_k that divide p so that n_ = p/h_k, one has \lim_ \frac = \lim_ \frac = \frac = \frac for any sequence of grids with successively smaller grid spacings h_k. Thus ((y_n)_k) converges to f(x)
pointwise In mathematics, the qualifier pointwise is used to indicate that a certain property is defined by considering each value f(x) of some Function (mathematics), function f. An important class of pointwise concepts are the ''pointwise operations'', that ...
with a convergence order q = 1 and asymptotic error constant p \kappa^2 / 2 at each point p > 0. Similarly, the sequence converges uniformly with the same order and with rate L \kappa^2 / 2 on any bounded interval of p \leq L, but it does not converge uniformly on the unbounded set of all positive real values, [0, \infty).


Comparing asymptotic rates of convergence


Definitions

In
asymptotic analysis In mathematical analysis, asymptotic analysis, also known as asymptotics, is a method of describing Limit (mathematics), limiting behavior. As an illustration, suppose that we are interested in the properties of a function as becomes very larg ...
in general, one sequence (a_k)_ that converges to a limit L is said to asymptotically converge to L with a faster order of convergence than another sequence (b_k)_ that converges to L in a shared metric space with distance metric , \cdot, , such as the Real number, real numbers or
complex numbers In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the form a ...
with the ordinary
absolute difference The absolute difference of two real numbers x and y is given by , x-y, , the absolute value of their difference. It describes the distance on the real line between the points corresponding to x and y, and is a special case of the Lp distance fo ...
metrics, if \lim _ \frac = 0, the two are said to asymptotically converge to L with the same order of convergence if \lim_ \frac = \mu for some positive finite constant \mu, and the two are said to asymptotically converge to L with the same rate and order of convergence if \lim_ \frac = 1. These comparative definitions of rate and order of asymptotic convergence are fundamental in
asymptotic analysis In mathematical analysis, asymptotic analysis, also known as asymptotics, is a method of describing Limit (mathematics), limiting behavior. As an illustration, suppose that we are interested in the properties of a function as becomes very larg ...
. For the first two of these there are associated expressions in asymptotic O notation: the first is that a_k - L = o(b_k - L) in small o notation and the second is that a_k - L = \Theta(b_k - L) in Knuth notation. The third is also called asymptotic equivalence, expressed a_k - L \sim b_k - L.


Examples

For any two geometric progressions (a r^k)_ and (b s^k)_, with shared limit zero, the two sequences are asymptotically equivalent if and only if both a = b and r = s. They converge with the same order if and only if r = s. (a r^k) converges with a faster order than (b s^k) if and only if r < s. The convergence of any
geometric series In mathematics, a geometric series is a series (mathematics), series summing the terms of an infinite geometric sequence, in which the ratio of consecutive terms is constant. For example, 1/2 + 1/4 + 1/8 + 1/16 + ⋯, the series \tfrac12 + \tfrac1 ...
to its limit has error terms that are equal to a geometric progression, so similar relationships hold among geometric series as well. Any sequence that is asymptotically equivalent to a convergent geometric sequence may be either be said to "converge geometrically" or "converge exponentially" with respect to the absolute difference from its limit, or it may be said to "converge linearly" relative to a logarithm of the absolute difference such as the "number of decimals of precision." The latter is standard in numerical analysis. For any two sequences of elements proportional to an inverse power of k, (a k^)_ and (b k^)_, with shared limit zero, the two sequences are asymptotically equivalent if and only if both a = b and n = m. They converge with the same order if and only if n = m. (a k^) converges with a faster order than (b k^) if and only if n > m. For any sequence (a_k)_ with a limit of zero, its convergence can be compared to the convergence of the shifted sequence (a_)_, rescalings of the shifted sequence by a constant \mu, (\mu a_)_, and scaled q-powers of the shifted sequence, (\mu a_^q)_. These comparisons are the basis for the Q-convergence classifications for iterative numerical methods as described above: when a sequence of iterate errors from a numerical method (, x_k - L, )_ is asymptotically equivalent to the shifted, exponentiated, and rescaled sequence of iterate errors (\mu , x_ - L, ^q)_, it is said to converge with order q and rate \mu.


Non-asymptotic rates of convergence

Non-asymptotic rates of convergence do not have the common, standard definitions that asymptotic rates of convergence have. Among formal techniques, Lyapunov theory is one of the most powerful and widely applied frameworks for characterizing and analyzing non-asymptotic convergence behavior. For
iterative methods In computational mathematics, an iterative method is a Algorithm, mathematical procedure that uses an initial value to generate a sequence of improving approximate solutions for a class of problems, in which the ''i''-th approximation (called an " ...
, one common practical approach is to discuss these rates in terms of the number of iterates or the computer time required to reach close neighborhoods of a limit from starting points far from the limit. The non-asymptotic rate is then an inverse of that number of iterates or computer time. In practical applications, an iterative method that required fewer steps or less computer time than another to reach target accuracy will be said to have converged faster than the other, even if its asymptotic convergence is slower. These rates will generally be different for different starting points and different error thresholds for defining the neighborhoods. It is most common to discuss summaries of statistical distributions of these single point rates corresponding to distributions of possible starting points, such as the "average non-asymptotic rate," the "median non-asymptotic rate," or the "worst-case non-asymptotic rate" for some method applied to some problem with some fixed error threshold. These ensembles of starting points can be chosen according to parameters like initial distance from the eventual limit in order to define quantities like "average non-asymptotic rate of convergence from a given distance." For discretized approximation methods, similar approaches can be used with a discretization scale parameter such as an inverse of a number of grid or
mesh Medical Subject Headings (MeSH) is a comprehensive controlled vocabulary for the purpose of indexing journal articles and books in the life sciences. It serves as a thesaurus of index terms that facilitates searching. Created and updated by th ...
points or a
Fourier series A Fourier series () is an Series expansion, expansion of a periodic function into a sum of trigonometric functions. The Fourier series is an example of a trigonometric series. By expressing a function as a sum of sines and cosines, many problems ...
cutoff frequency In physics and electrical engineering, a cutoff frequency, corner frequency, or break frequency is a boundary in a system's frequency response at which energy flowing through the system begins to be reduced ( attenuated or reflected) rather than ...
playing the role of inverse iterate number, though it is not especially common. For any problem, there is a greatest discretization scale parameter compatible with a desired accuracy of approximation, and it may not be as small as required for the asymptotic rate and order of convergence to provide accurate estimates of the error. In practical applications, when one discretization method gives a desired accuracy with a larger discretization scale parameter than another it will often be said to converge faster than the other, even if its eventual asymptotic convergence is slower.


References

* {{Differential equations topics Numerical analysis
Convergence Convergence may refer to: Arts and media Literature *''Convergence'' (book series), edited by Ruth Nanda Anshen *Convergence (comics), "Convergence" (comics), two separate story lines published by DC Comics: **A four-part crossover storyline that ...