Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Asymptotic analysis

From Wikipedia, the free encyclopedia
Description of limiting behavior of a function
This article is about the behavior of functions as inputs approach infinity or some other limit value. For asymptotes ingeometry, seeAsymptote.

Inmathematical analysis,asymptotic analysis, also known asasymptotics, is a method of describinglimiting behavior.

As an illustration, suppose that we are interested in the properties of a functionf (n) asn becomes very large. Iff(n) =n2 + 3n, then asn becomes very large, the term3n becomes insignificant compared ton2. The functionf(n) is said to be "asymptotically equivalent ton2, asn → ∞". This is often written symbolically asf (n) ~n2, which is read as "f(n) is asymptotic ton2".

An example of an important asymptotic result is theprime number theorem. Letπ(x) denote theprime-counting function (which is not directly related to the constantpi), i.e.π(x) is the number ofprime numbers that are less than or equal tox. Then the theorem states thatπ(x)xlnx.{\displaystyle \pi (x)\sim {\frac {x}{\ln x}}.}

Definition

[edit]

Formally, given functionsf (x) andg(x), we define abinary relationf(x)g(x)(as x){\displaystyle f(x)\sim g(x)\quad ({\text{as }}x\to \infty )}if and only if (de Bruijn 1981, §1.4)limxf(x)g(x)=1.{\displaystyle \lim _{x\to \infty }{\frac {f(x)}{g(x)}}=1.}

The symbol~ is thetilde. The relation is anequivalence relation on the set of functions ofx; the functionsf andg are said to beasymptotically equivalent. Thedomain off andg can be any set for which the limit is defined: e.g. real numbers, complex numbers, positive integers.

The same notation is also used for other ways of passing to a limit: e.g.x → 0,x ↓ 0,|x| → 0. The way of passing to the limit is often not stated explicitly, if it is clear from the context.

Although the above definition is common in the literature, it is problematic ifg(x) is zero infinitely often asx goes to the limiting value. For that reason, some authors use an alternative definition. The alternative definition, inlittle-o notation, is thatf ~g if and only iff(x)=g(x)(1+o(1)).{\displaystyle f(x)=g(x)(1+o(1)).}

This definition is equivalent to the prior definition ifg(x) is not zero in someneighbourhood of the limiting value.[1][2]

Properties

[edit]

Iffg{\displaystyle f\sim g} andab{\displaystyle a\sim b}, then, under some mild conditions,[further explanation needed] the following hold:

Such properties allow asymptotically equivalent functions to be freely exchanged in many algebraic expressions.

Also, if we further havegh{\displaystyle g\sim h}, then, because the asymptote is atransitive relation, then we also havefh{\displaystyle f\sim h}.

Examples of asymptotic formulas

[edit]

Asymptotic expansion

[edit]
Main article:Asymptotic expansion

Anasymptotic expansion of a functionf(x) is in practice an expression of that function in terms of aseries, thepartial sums of which do not necessarily converge, but such that taking any initial partial sum provides an asymptotic formula forf. The idea is that successive terms provide an increasingly accurate description of the order of growth off.

In symbols, it means we havefg1,{\displaystyle f\sim g_{1},} but alsofg1g2{\displaystyle f-g_{1}\sim g_{2}} andfg1gk1gk{\displaystyle f-g_{1}-\cdots -g_{k-1}\sim g_{k}} for each fixedk. In view of the definition of the{\displaystyle \sim } symbol, the last equation meansf(g1++gk)=o(gk){\displaystyle f-(g_{1}+\cdots +g_{k})=o(g_{k})} in thelittle o notation, i.e.,f(g1++gk){\displaystyle f-(g_{1}+\cdots +g_{k})} is much smaller thangk.{\displaystyle g_{k}.}

The relationfg1gk1gk{\displaystyle f-g_{1}-\cdots -g_{k-1}\sim g_{k}} takes its full meaning ifgk+1=o(gk){\displaystyle g_{k+1}=o(g_{k})} for allk, which means thegk{\displaystyle g_{k}} form anasymptotic scale. In that case, some authors mayabusively writefg1++gk{\displaystyle f\sim g_{1}+\cdots +g_{k}} to denote the statementf(g1++gk)=o(gk).{\displaystyle f-(g_{1}+\cdots +g_{k})=o(g_{k}).} One should however be careful that this is not a standard use of the{\displaystyle \sim } symbol, and that it does not correspond to the definition given in§ Definition.

In the present situation, this relationgk=o(gk1){\displaystyle g_{k}=o(g_{k-1})} actually follows from combining stepsk andk−1; by subtractingfg1gk2=gk1+o(gk1){\displaystyle f-g_{1}-\cdots -g_{k-2}=g_{k-1}+o(g_{k-1})} fromfg1gk2gk1=gk+o(gk),{\displaystyle f-g_{1}-\cdots -g_{k-2}-g_{k-1}=g_{k}+o(g_{k}),} one getsgk+o(gk)=o(gk1),{\displaystyle g_{k}+o(g_{k})=o(g_{k-1}),} i.e.gk=o(gk1).{\displaystyle g_{k}=o(g_{k-1}).}

In case the asymptotic expansion does not converge, for any particular value of the argument there will be a particular partial sum which provides the best approximation and adding additional terms will decrease the accuracy. This optimal partial sum will usually have more terms as the argument approaches the limit value.

Examples of asymptotic expansions

[edit]

Worked example

[edit]

Asymptotic expansions often occur when an ordinary series is used in a formal expression that forces the taking of values outside of its domain of convergence. For example, we might start with theformal power series11w=n=0wn{\displaystyle {\frac {1}{1-w}}=\sum _{n=0}^{\infty }w^{n}}

The expression on the left is valid on the entirecomplex planew1{\displaystyle w\neq 1}, while the right hand side converges only for|w|<1{\displaystyle |w|<1}. Multiplying byew/t{\displaystyle e^{-w/t}} and integrating both sides yields0ewt1wdw=n=0tn+10euundu{\displaystyle \int _{0}^{\infty }{\frac {e^{-{\frac {w}{t}}}}{1-w}}\,dw=\sum _{n=0}^{\infty }t^{n+1}\int _{0}^{\infty }e^{-u}u^{n}\,du}

The integral on the left hand side can be expressed in terms of theexponential integral. The integral on the right hand side, after the substitutionu=w/t{\displaystyle u=w/t}, may be recognized as thegamma function. Evaluating both, one obtains the asymptotic expansione1tEi(1t)=n=0n!tn+1{\displaystyle e^{-{\frac {1}{t}}}\operatorname {Ei} \left({\frac {1}{t}}\right)=\sum _{n=0}^{\infty }n!\;t^{n+1}}

Here, the right hand side is clearly not convergent for any non-zero value oft. However, by keepingt small, and truncating the series on the right to a finite number of terms, one may obtain a fairly good approximation to the value ofEi(1/t){\displaystyle \operatorname {Ei} (1/t)}. Substitutingx=1/t{\displaystyle x=-1/t} and noting thatEi(x)=E1(x){\displaystyle \operatorname {Ei} (x)=-E_{1}(-x)} results in the asymptotic expansion given earlier in this article.

Asymptotic distribution

[edit]
Main article:Asymptotic distribution

Inmathematical statistics, anasymptotic distribution is a hypothetical distribution that is in a sense the "limiting" distribution of a sequence of distributions. A distribution is an ordered set of random variablesZi fori = 1, …,n, for some positive integern. An asymptotic distribution allowsi to range without bound, that is,n is infinite.

A special case of an asymptotic distribution is when the late entries go to zero—that is, theZi go to 0 asi goes to infinity. Some instances of "asymptotic distribution" refer only to this special case.

This is based on the notion of anasymptotic function which cleanly approaches a constant value (theasymptote) as the independent variable goes to infinity; "clean" in this sense meaning that for any desired closeness epsilon there is some value of the independent variable after which the function never differs from the constant by more than epsilon.

Anasymptote is a straight line that a curve approaches but never meets or crosses. Informally, one may speak of the curve meeting the asymptote "at infinity" although this is not a precise definition. In the equationy=1x,{\displaystyle y={\frac {1}{x}},}y becomes arbitrarily small in magnitude asx increases.

Applications

[edit]

Asymptotic analysis is used in severalmathematical sciences. Instatistics, asymptotic theory provides limiting approximations of theprobability distribution ofsample statistics, such as thelikelihood ratiostatistic and theexpected value of thedeviance. Asymptotic theory does not provide a method of evaluating the finite-sample distributions of sample statistics, however. Non-asymptotic bounds are provided by methods ofapproximation theory.

Examples of applications are the following.

Asymptotic analysis is a key tool for exploring theordinary andpartial differential equations which arise in themathematical modelling of real-world phenomena.[3] An illustrative example is the derivation of theboundary layer equations from the fullNavier-Stokes equations governing fluid flow. In many cases, the asymptotic expansion is in power of a small parameter,ε: in the boundary layer case, this is thenondimensional ratio of the boundary layer thickness to a typicallength scale of the problem. Indeed, applications of asymptotic analysis in mathematical modelling often[3] center around a nondimensional parameter which has been shown, or assumed, to be small through a consideration of the scales of the problem at hand.

Asymptotic expansions typically arise in the approximation of certain integrals (Laplace's method,saddle-point method,method of steepest descent) or in the approximation of probability distributions (Edgeworth series). TheFeynman graphs inquantum field theory are another example of asymptotic expansions which often do not converge.

Asymptotic versus Numerical Analysis

[edit]

De Bruijn illustrates the use of asymptotics in the following dialog between Dr. N.A., aNumerical Analyst, and Dr. A.A., an Asymptotic Analyst:

N.A.: I want to evaluate my functionf(x){\displaystyle f(x)} for large values ofx{\displaystyle x}, with a relative error of at most 1%.

A.A.:f(x)=x1+O(x2)(x){\displaystyle f(x)=x^{-1}+\mathrm {O} (x^{-2})\qquad (x\to \infty )}.

N.A.: I am sorry, I don't understand.

A.A.:|f(x)x1|<8x2(x>104).{\displaystyle |f(x)-x^{-1}|<8x^{-2}\qquad (x>10^{4}).}

N.A.: But my value ofx{\displaystyle x} is only 100.

A.A.: Why did you not say so? My evaluations give

|f(x)x1|<57000x2(x>100).{\displaystyle |f(x)-x^{-1}|<57000x^{-2}\qquad (x>100).}

N.A.: This is no news to me. I know already that0<f(100)<1{\displaystyle 0<f(100)<1}.

A.A.: I can gain a little on some of my estimates. Now I find that

|f(x)x1|<20x2(x>100).{\displaystyle |f(x)-x^{-1}|<20x^{-2}\qquad (x>100).}

N.A.: I asked for 1%, not for 20%.

A.A.: It is almost the best thing I possibly can get. Why don't you take larger values ofx{\displaystyle x}?

N.A.: !!! I think it's better to ask my electronic computing machine.

Machine: f(100) = 0.01137 42259 34008 67153

A.A.: Haven't I told you so? My estimate of 20% was not far off from the 14% of the real error.

N.A.: !!! . . .  !

Some days later, Miss N.A. wants to know the value of f(1000), but her machine would take a month of computation to give the answer. She returns to her Asymptotic Colleague, and gets a fully satisfactory reply.[4]

See also

[edit]

Notes

[edit]
  1. ^"Asymptotic equality",Encyclopedia of Mathematics,EMS Press, 2001 [1994]
  2. ^Estrada & Kanwal (2002, §1.2)
  3. ^abHowison, S. (2005),Practical Applied Mathematics,Cambridge University Press
  4. ^Bruijn, Nicolaas Govert de (1981).Asymptotic methods in analysis. Dover books on advanced mathematics. New York: Dover publ. p. 19.ISBN 978-0-486-64221-5.

References

[edit]

External links

[edit]
Retrieved from "https://en.wikipedia.org/w/index.php?title=Asymptotic_analysis&oldid=1298855962"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp