Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Rate of convergence
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Speed of convergence of a mathematical sequence}} {{Differential equations}} In [[mathematical analysis]], particularly [[numerical analysis]], the '''rate of convergence''' and '''order of convergence''' of a [[sequence]] that converges to a [[Limit of a sequence|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 analysis|asymptotic]] 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]], 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 method|iterative numerical method]] and the second for sequences of successively more accurate numerical [[Discretization|discretizations]] of a target. In formal mathematics, rates of convergence and orders of convergence are often described comparatively using [[asymptotic notation]] commonly called "[[big O notation]]," which can be used to encompass both of the prior conventions; this is an application of [[asymptotic analysis]]. For iterative methods, a sequence <math>(x_k)</math> that converges to <math>L</math> is said to have asymptotic ''order of convergence'' <math>q \geq 1</math> and asymptotic ''rate of convergence'' <math>\mu</math> if :<math>\lim _{k \rightarrow \infty} \frac{\left|x_{k+1}-L\right|}{\left|x_{k}-L\right|^{q}}=\mu.</math><ref name=":0">{{Cite book |last1=Nocedal |first1=Jorge |title=Numerical Optimization |last2=Wright |first2=Stephen J. |publisher=Springer |year=1999 |isbn=978-0-387-98793-4 |edition=1st |location=New York, NY |pages=28–29}}</ref> 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.<ref name=":0" /> The rate of convergence <math>\mu</math> may also be called the ''asymptotic error constant'', and some authors will use ''rate'' where this article uses ''order.''<ref>{{cite web |last=Senning |first=Jonathan R. |title=Computing and Estimating the Rate of Convergence |url=http://www.math-cs.gordon.edu/courses/ma342/handouts/rate.pdf |access-date=2020-08-07 |website=gordon.edu}}</ref> [[Series acceleration]] methods are techniques for improving the rate of convergence of the sequence of partial sums of a [[Series (mathematics)|series]] 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]] 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 <math>(y_k)</math> of some problem that converges to a true solution <math>S</math> with a corresponding sequence of regular grid spacings <math>(h_k)</math> that converge to 0 is said to have asymptotic ''order of convergence'' <math>q</math> and asymptotic ''rate of convergence'' <math>\mu</math> if <math display="block">\lim _{k \rightarrow \infty} \frac{\left|y_k - S\right|}{h_k^{q}}=\mu,</math> where the absolute value symbols stand for a [[Metric (mathematics)|metric]] for the space of solutions such as the [[uniform norm]]. Similar definitions also apply for non-grid discretization schemes such as the [[Polygon mesh|polygon meshes]] of a [[finite element method]] or the [[Basis set (chemistry)|basis sets]] in [[computational chemistry]]: in general, the appropriate definition of the asymptotic rate <math>\mu</math> will involve the asymptotic limit of the ratio of an approximation error term above to an asymptotic order <math>q</math> power of a discretization scale parameter below. In general, comparatively, one sequence <math>(a_k)</math> that converges to a limit <math>L_a</math> is said to asymptotically converge more quickly than another sequence <math>(b_k)</math> that converges to a limit <math>L_b</math> if <math display="block">\lim _{k \rightarrow \infty} \frac{\left|a_k - L_a\right|}{|b_k - L_b|}=0,</math> 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]], [[complex analysis]], and [[functional analysis]]. ==Asymptotic rates of convergence for iterative methods== === Definitions === ==== Q-convergence ==== Suppose that the [[sequence]] <math>(x_k)</math> of iterates of an [[iterative method]] converges to the [[Limit (mathematics)|limit]] number <math>L</math> as <math>k \rightarrow \infty</math>. The sequence is said to ''converge with order <math>q</math> to <math>L</math>'' and with a ''rate of convergence'' <math>\mu</math> if the <math>k \rightarrow \infty</math> limit of quotients of [[Absolute difference|absolute differences]] of sequential iterates <math>x_k, x_{k+1}</math> from their limit <math>L</math> satisfies <math display="block">\lim_{k \to \infty} \frac{|x_{k+1} - L|}{|x_k - L|^q} = \mu</math> for some positive constant <math>\mu \in (0, 1)</math> if <math>q = 1</math> and <math>\mu \in (0, \infty)</math> if <math>q > 1</math>.<ref name=":0" /><ref>{{Cite web |last=Hundley |first=Douglas |title=Rate of Convergence |url=http://people.whitman.edu/~hundledr/courses/M467F06/ConvAndError.pdf |access-date=2020-12-13 |website=Whitman College}}</ref><ref>{{cite journal |last=Porta |first=F. A. |date=1989 |title=On Q-Order and R-Order of Convergence |url=https://link.springer.com/content/pdf/10.1007/BF00939805.pdf |journal=Journal of Optimization Theory and Applications |volume=63 |issue=3 |pages=415–431 |doi=10.1007/BF00939805 |access-date=2020-07-31 |s2cid=116192710}}</ref> Other more technical rate definitions are needed if the sequence converges but <math display="inline">\lim_{k \to \infty} \frac{|x_{k+1} - L|}{|x_k - L|} = 1</math><ref name=":1">{{cite journal |last=Van Tuyl |first=Andrew H. |year=1994 |title=Acceleration of convergence of a family of logarithmically convergent sequences |url=https://www.ams.org/journals/mcom/1994-63-207/S0025-5718-1994-1234428-2/S0025-5718-1994-1234428-2.pdf |journal=Mathematics of Computation |volume=63 |issue=207 |pages=229–246 |doi=10.2307/2153571 |jstor=2153571 |access-date=2020-08-02}}</ref> or the limit does not exist.<ref name=":0" /> 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. {{slink||R-convergence}}, below, is an appropriate alternative when this limit does not exist. Sequences with larger orders <math>q</math> converge more quickly than those with smaller order, and those with smaller rates <math>\mu</math> 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 <math>-\log_{10} \mu</math> as the rate; this is the "number of extra decimals of precision per iterate" for sequences that converge with order 1.<ref name=":0" /> Integer powers of <math>q</math> are common and are given common names. Convergence with order <math>q = 1</math> and <math>\mu \in (0, 1)</math> is called ''linear convergence'' and the sequence is said to ''converge linearly to <math>L</math>''. Convergence with <math>q = 2</math> and any <math>\mu</math> is called ''quadratic convergence'' and the sequence is said to ''converge quadratically''. Convergence with <math>q = 3</math> and any <math>\mu</math> is called ''cubic convergence''. However, it is not necessary that <math>q</math> be an integer. For example, the [[secant method]], when converging to a regular, [[Polynomial#Solving_polynomial_equations|simple root]], has an order of the [[golden ratio]] φ ≈ 1.618.<ref>{{Cite web |last=Chanson |first=Jeffrey R. |date=October 3, 2024 |title=Order of Convergence |url=https://math.libretexts.org/Bookshelves/Applied_Mathematics/Numerical_Methods_(Chasnov)/02%3A_Root_Finding/2.04%3A_Order_of_Convergence |access-date=October 3, 2024 |website=LibreTexts Mathematics}}</ref> The common names for integer orders of convergence connect to [[Big O notation|asymptotic big O notation]], where the convergence of the quotient implies <math display="inline">|x_{k+1} - L| = O(|x_k - L|^q).</math> These are linear, quadratic, and cubic polynomial expressions when <math>q</math> is 1, 2, and 3, respectively. More precisely, the limits imply the leading order error is exactly <math display="inline">\mu |x_k - L|^q,</math> which can be expressed using [[Small o notation|asymptotic small o notation]] as<math display="inline">|x_{k+1} - L| = \mu |x_k - L|^q + o(|x_k - L|^q).</math> In general, when <math> q > 1</math> for a sequence or for any sequence that satisfies <math display="inline">\lim_{k \to \infty} \frac{|x_{k+1} - L|}{|x_k - L|} = 0,</math> those sequences are said to ''converge superlinearly'' (i.e., faster than linearly).<ref name=":0" /> A sequence is said to ''converge sublinearly'' (i.e., slower than linearly) if it converges and <math display="inline">\lim_{k \to \infty} \frac{|x_{k+1} - L|}{|x_k - L|} = 1.</math> Importantly, it is incorrect to say that these sublinear-order sequences converge linearly with an asymptotic rate of convergence of 1. A sequence <math>(x_k)</math> ''converges logarithmically to <math>L</math>'' if the sequence converges sublinearly and also <math display="inline">\lim_{k \to \infty} \frac{|x_{k+1} - x_{k}|}{|x_{k} - x_{k-1}|} = 1.</math><ref name=":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 <math display="inline">(b_k) = 1, 1, 1/4, 1/4, 1/16, 1/16, \ldots, 1/4^{\left\lfloor \frac{k}{2} \right\rfloor}, \ldots</math> detailed below (where <math display="inline">\lfloor x \rfloor</math> is the [[floor function]] applied to <math>x</math>). 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."<ref name=":0" /><ref name="NocedalWright2006">{{Cite book |last1=Nocedal |first1=Jorge |title=Numerical Optimization |last2=Wright |first2=Stephen J. |publisher=[[Springer-Verlag]] |year=2006 |isbn=978-0-387-30303-1 |edition=2nd |location=Berlin, New York}}</ref>{{rp|620}} A sequence <math>(x_k)</math> that converges to <math>L</math> is said to ''converge at least R-linearly'' if there exists an error-bounding sequence <math>(\varepsilon_k)</math> such that <math display="inline"> |x_k - L|\le\varepsilon_k\quad\text{for all }k </math> and <math> (\varepsilon_k) </math> converges Q-linearly to zero; analogous definitions hold for R-superlinear convergence, R-sublinear convergence, R-quadratic convergence, and so on.<ref name=":0" /> Any error bounding sequence <math>(\varepsilon_k)</math> 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 <math>q</math> converge more quickly and those with smaller rates <math>\mu</math> converge more quickly for a given order, so these greatest-rate-lower-bound error-upper-bound sequences are those that have the greatest possible <math>q</math> and the smallest possible <math>\mu</math> given that <math>q</math>. For the example <math display="inline">(b_k)</math> given above, the tight bounding sequence <math display="inline">(\varepsilon_k) = 2, 1, 1/2, 1/4, 1/8, 1/16, \ldots, 1/2^{k - 1}, \ldots</math>converges Q-linearly with rate 1/2, so <math display="inline">(b_k)</math> converges R-linearly with rate 1/2. Generally, for any staggered geometric progression <math>(a r^{\lfloor k / m \rfloor})</math>, the sequence will not converge Q-linearly but will converge R-linearly with rate <math display="inline">\sqrt[m]{|r|}. </math> These examples demonstrate why the "R" in R-linear convergence is short for "root." ===Examples=== The [[geometric progression]] <math display="inline">(a_k) = 1, \frac{1}{2}, \frac{1}{4}, \frac{1}{8}, \frac{1}{16}, \frac{1}{32}, \ldots, 1/{2^k}, \dots </math> converges to <math>L = 0</math>. Plugging the sequence into the definition of Q-linear convergence (i.e., order of convergence 1) shows that <math display="block">\lim_{k \to \infty} \frac{\left| 1/2^{k+1} - 0\right|}{\left| 1/ 2^k - 0 \right|} = \lim_{k \to \infty} \frac{2^k}{2^{k+1}} = \frac{1}{2}. </math> Thus <math>(a_k)</math> converges Q-linearly with a convergence rate of <math>\mu = 1/2</math>; see the first plot of the figure below. More generally, for any initial value <math>a</math> in the real numbers and a real number common ratio <math>r</math> between -1 and 1, a geometric progression <math>(a r^k)</math> converges linearly with rate <math>|r|</math> and the sequence of partial sums of a [[geometric series]] <math display="inline">(\sum_{n=0}^k ar^n)</math> also converges linearly with rate <math>|r|</math>. The same holds also for geometric progressions and geometric series parameterized by any [[Complex number|complex numbers]] <math>a \in \mathbb{C}, r \in \mathbb{C}, |r| < 1.</math> The staggered geometric progression <math display="inline">(b_k) = 1, 1, \frac{1}{4}, \frac{1}{4}, \frac{1}{16}, \frac{1}{16}, \ldots, 1/4^{\left\lfloor \frac{k}{2} \right\rfloor}, \ldots,</math> using the [[Floor_and_ceiling_functions|floor function]] <math display="inline">\lfloor x \rfloor</math> that gives the largest integer that is less than or equal to <math>x,</math> 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 <math>(a r^{\lfloor k / m \rfloor})</math>, the sequence will not converge Q-linearly but will converge R-linearly with rate <math display="inline">\sqrt[m]{|r|}; </math> these examples demonstrate why the "R" in R-linear convergence is short for "root." The sequence <math display="block">(c_k) = \frac{1}{2}, \frac{1}{4}, \frac{1}{16}, \frac{1}{256}, \frac{1}{65,\!536}, \ldots, \frac{1}{2^{2^k}}, \ldots</math> 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 <math display="block">(d_k) = 1, \frac{1}{2}, \frac{1}{3}, \frac{1}{4}, \frac{1}{5}, \frac{1}{6}, \ldots, \frac{1}{k + 1}, \ldots</math> converges to zero Q-sublinearly and logarithmically and its convergence is shown as the fourth plot of the figure below. [[Image:ConvergencePlots.png|thumb|alt=Plot showing the different rates of convergence for the sequences ''a''<sub>''k''</sub>, ''b''<sub>''k''</sub>, ''c''<sub>''k''</sub> and ''d''<sub>''k''</sub>.|Log-linear plots of the example sequences ''a''<sub>''k''</sub>, ''b''<sub>''k''</sub>, ''c''<sub>''k''</sub>, and ''d''<sub>''k''</sub> that exemplify linear, linear, superlinear (quadratic), and sublinear rates of convergence, respectively.|600px|center]] === Convergence rates to fixed points of recurrent sequences === Recurrent sequences <math display="inline">x_{k+1}:=f(x_k)</math>, called [[Fixed-point iteration|fixed point iterations]], define discrete time autonomous [[Dynamical system|dynamical systems]] and have important general applications in mathematics through various [[fixed-point theorems]] about their convergence behavior. When ''f'' is [[continuously differentiable]], given a [[Fixed point (mathematics)|fixed point]] ''p'', <math display="inline">f(p)=p,</math> such that <math display="inline">|f'(p)| < 1</math>, the fixed point is an [[attractive fixed point]] and the recurrent sequence will converge at least linearly to ''p'' for any starting value <math>x_0</math> sufficiently close to ''p''. If <math>|f'(p)| = 0</math> and <math display="inline">|f''(p)| < 1</math>, then the recurrent sequence will converge at least quadratically, and so on. If <math>|f'(p)| > 1</math>, then the fixed point is a [[repulsive fixed point]] and sequences cannot converge to ''p'' from its immediate [[Neighbourhood (mathematics)|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 <math>q</math>:<ref>{{cite web |last=Senning |first=Jonathan R. |title=Computing and Estimating the Rate of Convergence |url=http://www.math-cs.gordon.edu/courses/ma342/handouts/rate.pdf |access-date=2020-08-07 |website=gordon.edu}}</ref> <math display="block">q \approx \frac{\log \left|\displaystyle\frac{x_{k+1} - x_k}{x_k - x_{k-1}}\right|}{\log \left|\displaystyle\frac{x_k - x_{k-1}}{x_{k-1} - x_{k-2}}\right|}.</math> For numerical approximation of an exact value through a numerical method of order <math>q</math> see.<ref>{{cite web |last=Senning |first=Jonathan R. |title=Verifying Numerical Convergence Rates |url=https://www.csc.kth.se/utbildning/kth/kurser/DN2255/ndiff13/ConvRate.pdf |access-date=2024-02-09}}</ref> === Accelerating convergence rates === {{Main|Series acceleration}} Many methods exist to accelerate the convergence of a given sequence, i.e., to [[sequence transformation|transform one sequence]] into a second sequence that converges more quickly to the same limit. Such techniques are in general known as "[[series acceleration]]" methods. These may reduce the [[computational cost|computational costs]] of approximating the limits of the original sequences. One example of series acceleration by sequence transformation is [[Aitken's delta-squared process]]. 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 <math>(x_k)</math> converges linearly, Aitken's method transforms it into a sequence <math>(a_k)</math> that still converges linearly (except for pathologically designed special cases), but faster in the sense that <math display="inline">\lim_{k \rightarrow \infty} (a_k-L)/(x_k-L)= 0</math>. 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== {{more citations needed section|date=August 2020}} === Definitions === A sequence of discretized approximations <math>(y_k)</math> of some continuous-domain function <math>S</math> that converges to this target, together with a corresponding sequence of discretization scale parameters <math>(h_k)</math> that converge to 0, is said to have asymptotic ''order of convergence'' <math>q</math> and asymptotic ''rate of convergence'' <math>\mu</math> if <math display="block">\lim _{k \rightarrow \infty} \frac{\left|y_k - S\right|}{h_k^{q}}=\mu,</math> for some positive constants <math>\mu</math> and <math>q</math> and using <math>|x|</math> to stand for an appropriate [[distance metric]] on the [[Function space|space of solutions]], most often either the [[uniform norm]], the [[Taxicab geometry|absolute difference]], or the [[Euclidean distance]]. Discretization scale parameters may be spacings of a [[regular grid]] 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]], the single-dimension spacings of an irregular [[sparse grid]], or a characteristic quantum of energy or momentum in a [[Quantum mechanics|quantum mechanical]] [[Basis set (chemistry)|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 <math>y_h</math> generated using the method with a scale parameter <math>h</math> and then the method is said to have asymptotic ''order of convergence'' <math>q</math> and asymptotic ''rate of convergence'' <math>\mu</math> if <math display="block">\lim _{h \rightarrow 0} \frac{\left|y_h - S\right|}{h^{q}}=\mu,</math> again for some positive constants <math>\mu</math> and <math>q</math> and an appropriate metric <math>|x|.</math> This implies that the error of a discretization asymptotically scales like the discretization's scale parameter to the <math>q</math> power, or <math display="inline">\left|y_h - S \right| = O(h^{q})</math> using [[Big O notation|asymptotic big O notation]]. More precisely, it implies the leading order error is <math>\mu h^{q},</math> which can be expressed using [[Small o notation|asymptotic small o notation]] as<math display="inline">\left|y_h - S\right| = \mu h^{q} + o(h^{q}).</math> 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 method|finite difference methods]] based on multidimensional grids where the different dimensions have different grid spacings or for [[Finite element method|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 :<math> \frac{dy}{dx} = -\kappa y </math> with initial condition <math>y(0) = y_0</math>. We can approximate a solution to this one-dimensional equation using a sequence <math>(y_n)</math> applying the [[forward Euler method]] for numerical discretization using any regular grid spacing <math>h</math> and grid points indexed by <math>n </math> as follows: :<math> \frac{y_{n+1} - y_n}{h} = -\kappa y_{n}, </math> which implies the first-order [[linear recurrence with constant coefficients]] :<math> y_{n+1} = y_n(1 - h\kappa). </math> Given <math>y(0) = y_0</math>, the sequence satisfying that recurrence is the [[geometric progression]] <math display="block"> y_{n} = y_0(1 - h\kappa)^n = y_0\left(1 - nh\kappa + \frac{n(n-1)}{2}h^2\kappa^2 + ....\right). </math> The exact analytical solution to the differential equation is <math>y = f(x) = y_0\exp(-\kappa x)</math>, corresponding to the following [[Taylor expansion]] in <math>nh\kappa </math>: <math display="block">f(x_n) = f(nh) = y_0\exp(-\kappa nh) = y_0\left(1 - nh\kappa + \frac{n^2 h^2\kappa^2}{2} + ...\right).</math> Therefore the error of the discrete approximation at each discrete point is :<math display="block">|y_n - f(x_n)| = \frac{nh^2\kappa^2}{2} + \ldots</math> For any specific <math>x = p</math>, given a sequence of forward Euler approximations <math>((y_n)_k)</math>, each using grid spacings <math>h_k</math> that divide <math>p</math> so that <math>n_{p,k} = p/h_k</math>, one has <math display="block">\lim_{h_k \rightarrow 0} \frac{|y_k(p) - f(p)|}{h_k} = \lim_{h_k \rightarrow 0} \frac{|y_{k, n_{p,k}} - f(h_k n_{p,k})|}{h_k} = \frac{h_k n_{p,k} \kappa^2}{2} = \frac{p \kappa^2}{2}</math> for any sequence of grids with successively smaller grid spacings <math>h_k</math>. Thus <math>((y_n)_k)</math> converges to <math>f(x)</math> [[Pointwise convergence|pointwise]] with a convergence order <math>q = 1</math> and asymptotic error constant <math>p \kappa^2 / 2</math> at each point <math>p > 0.</math> Similarly, the sequence converges [[Uniform convergence|uniformly]] with the same order and with rate <math>L \kappa^2 / 2</math> on any bounded interval of <math>p \leq L</math>, but it does not converge uniformly on the unbounded set of all positive real values, <math>[0, \infty).</math> == Comparing asymptotic rates of convergence == === Definitions === In [[asymptotic analysis]] in general, one sequence <math>(a_k)_{k \in \mathbb{N}}</math> that converges to a [[Limit (mathematics)|limit]] <math>L</math> is said to asymptotically converge to <math>L</math> with a faster order of convergence than another sequence <math>(b_k)_{k \in \mathbb{N}}</math> that converges to <math>L</math> in a shared [[metric space]] with [[distance metric]] <math>|\cdot|,</math> such as the [[Real number|real numbers]] or [[Complex number|complex numbers]] with the ordinary [[absolute difference]] metrics, if <math display="block">\lim _{k \rightarrow \infty} \frac{\left|a_k - L\right|}{|b_k - L|} = 0,</math> the two are said to asymptotically converge to <math>L</math> with the same order of convergence if <math display="block">\lim_{k \rightarrow \infty} \frac{\left|a_k - L\right|}{|b_k - L|} = \mu</math> for some positive finite constant <math>\mu,</math> and the two are said to asymptotically converge to <math>L</math> with the same rate and order of convergence if <math display="block">\lim_{k \rightarrow \infty} \frac{\left|a_k - L\right|}{|b_k - L|} = 1.</math> These comparative definitions of rate and order of asymptotic convergence are fundamental in [[asymptotic analysis]].<ref name="Balcázar">{{cite journal |last1=Balcázar |first1=José L. |last2=Gabarró |first2=Joaquim |title=Nonuniform complexity classes specified by lower and upper bounds |url=http://archive.numdam.org/article/ITA_1989__23_2_177_0.pdf |url-status=live |journal=RAIRO – Theoretical Informatics and Applications – Informatique Théorique et Applications |language=en |volume=23 |issue=2 |page=180 |issn=0988-3754 |archive-url=https://web.archive.org/web/20170314153158/http://archive.numdam.org/article/ITA_1989__23_2_177_0.pdf |archive-date=14 March 2017 |access-date=14 March 2017 |via=Numdam}}</ref><ref name="Cucker">{{cite book |last1=Cucker |first1=Felipe |title=Condition: The Geometry of Numerical Algorithms |last2=Bürgisser |first2=Peter |publisher=Springer |year=2013 |isbn=978-3-642-38896-5 |location=Berlin, Heidelberg |pages=467–468 |chapter=A.1 Big Oh, Little Oh, and Other Comparisons |doi=10.1007/978-3-642-38896-5 |chapter-url=https://books.google.com/books?id=SNu4BAAAQBAJ&pg=PA467}}</ref> For the first two of these there are associated expressions in [[Big O notation|asymptotic O notation]]: the first is that <math>a_k - L = o(b_k - L)</math> in small o notation<ref name=":22">{{Cite book |last=Apostol |first=Tom M. |author-link=Tom M. Apostol |title=Calculus |date=1967 |publisher=John Wiley & Sons |isbn=0-471-00005-1 |edition=2nd |volume=1 |location=USA |pages=286}}</ref> and the second is that <math>a_k - L = \Theta(b_k - L) </math> in Knuth notation.<ref name="knuth">{{cite journal |last=Knuth |first=Donald |date=April–June 1976 |title=Big Omicron and big Omega and big Theta |journal=SIGACT News |volume=8 |issue=2 |pages=18–24 |doi=10.1145/1008328.1008329 |s2cid=5230246 |doi-access=free |s2cid-access=free}}</ref> The third is also called asymptotic equivalence, expressed <math>a_k - L \sim b_k - L.</math><ref name=":2">{{Cite book |last=Apostol |first=Tom M. |title=Calculus |date=1967 |publisher=John Wiley & Sons |isbn=0-471-00005-1 |edition=2nd |volume=1 |location=USA |pages=396}}</ref><ref>{{SpringerEOM|id=Asymptotic_equality|title=Asymptotic equality}}</ref> === Examples === For any two [[Geometric progression|geometric progressions]] <math>(a r^k)_{k \in \mathbb{N}}</math> and <math>(b s^k)_{k \in \mathbb{N}},</math> with shared limit zero, the two sequences are asymptotically equivalent if and only if both <math>a = b</math> and <math>r = s.</math> They converge with the same order if and only if <math>r = s.</math> <math>(a r^k)</math> converges with a faster order than <math>(b s^k)</math> if and only if <math>r < s.</math> The convergence of any [[geometric series]] 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 <math>k,</math> <math>(a k^{-n})_{k \in \mathbb{N}}</math> and <math>(b k^{-m})_{k \in \mathbb{N}},</math> with shared limit zero, the two sequences are asymptotically equivalent if and only if both <math>a = b</math> and <math>n = m.</math> They converge with the same order if and only if <math>n = m.</math> <math>(a k^{-n})</math> converges with a faster order than <math>(b k^{-m})</math> if and only if <math>n > m.</math> For any sequence <math>(a_k)_{k \in \mathbb{N}}</math> with a limit of zero, its convergence can be compared to the convergence of the shifted sequence <math>(a_{k-1})_{k \in \mathbb{N}},</math> rescalings of the shifted sequence by a constant <math>\mu,</math> <math>(\mu a_{k-1})_{k \in \mathbb{N}},</math> and scaled <math>q</math>-powers of the shifted sequence, <math>(\mu a_{k-1}^q)_{k \in \mathbb{N}}.</math> 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 <math>(|x_k - L|)_{k \in \mathbb{N}}</math> is asymptotically equivalent to the shifted, exponentiated, and rescaled sequence of iterate errors <math>(\mu |x_{k-1} - L|^q)_{k \in \mathbb{N}},</math> it is said to converge with order <math>q</math> and rate <math>\mu.</math> == Non-asymptotic rates of convergence == {{more citations needed section|date=October 2024}} 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 method|iterative methods]], one common practical approach is to discuss these rates in terms of the number of iterates or the [[CPU time|computer time]] required to reach close [[Neighbourhood (mathematics)|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 [[Discretization|discretized approximation]] methods, similar approaches can be used with a discretization scale parameter such as an inverse of a number of [[Regular grid|grid]] or [[Polygon mesh|mesh]] points or a [[Fourier series]] [[cutoff frequency]] 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== {{Reflist}} * {{Differential equations topics}} [[Category:Numerical analysis]] [[Category:Rates|Convergence]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite book
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite web
(
edit
)
Template:Differential equations
(
edit
)
Template:Differential equations topics
(
edit
)
Template:Main
(
edit
)
Template:More citations needed section
(
edit
)
Template:Reflist
(
edit
)
Template:Rp
(
edit
)
Template:Short description
(
edit
)
Template:Slink
(
edit
)
Template:SpringerEOM
(
edit
)