Asymptotic
✖
Asymptotic
Details and Options



- Asymptotic is typically used to solve problems for which no exact solution can be found or to get simpler answers for computation, comparison and interpretation. In such cases, an asymptotic approximation often gives enough information for simplifying or solving application problems.
- Asymptotic[expr,x->x0] computes the leading term in an asymptotic expansion for expr. Use SeriesTermGoal to specify more terms.
- The expression expr can be any function
, an integral specified by Integrate, LaplaceTransform or InverseLaplaceTransform, a differential equation specified by DSolveValue, etc.
- The expansion point x0 can be any finite or infinite real or complex number.
- The approximation order n can be any positive integer or Infinity. If n is set to Infinity and expr is an analytic function of x, then Asymptotic returns the complete power series expansion of expr around x0. »
- If the exact result is g[x] and the asymptotic approximation of order n at x0 is gn[x], then AsymptoticLess[g[x]-gn[x],gn[x]-gn-1[x],xx0] or g[x]-gn[x]∈o[gn[x]-gn-1[x]] as xx0.
- The asymptotic approximation gn[x] is often given as a sum gn[x]
αkϕk[x], where {ϕ1[x],…,ϕn[x]} is an asymptotic scale ϕ1[x]≻ϕ2[x]≻⋯>ϕn[x] as xx0. Then AsymptoticLess[g[x]-gn[x],ϕn[x],xx0] or g[x]-gn[x]∈o[ϕn[x]] as xx0.
- Common asymptotic scales include:
-
Taylor scale when xx0 Laurent scale when xx0 Laurent scale when x±∞ Puiseux scale when xx0 - The scales used to express the asymptotic approximation are automatically inferred from the problem and can often include more exotic scales.
- The following options can be given:
-
AccuracyGoal Automatic digits of absolute accuracy sought Assumptions $Assumptions assumptions to make about parameters GenerateConditions Automatic whether to generate answers that involve conditions on parameters GeneratedParameters None how to name generated parameters Method Automatic method to use PerformanceGoal $PerformanceGoal aspects of performance to optimize PrecisionGoal Automatic digits of precision sought SeriesTermGoal Automatic number of terms in the approximation WorkingPrecision Automatic the precision used in internal computations - With the default setting of Automatic for GenerateConditions, conditions on parameters are typically not returned in the results from Asymptotic. Answers that include conditions on parameters may be obtained by setting GenerateConditions to True.
- Possible settings for PerformanceGoal include $PerformanceGoal, "Quality" and "Speed". With the "Quality" setting, Asymptotic typically solves more problems or produces simpler results, but it potentially uses more time and memory.
- With the default setting of Automatic for WorkingPrecision, AccuracyGoal and PrecisionGoal, Asymptotic may return an asymptotic approximation with a lower precision even if the input has infinite precision.

Examples
open allclose allBasic Examples (4)Summary of the most common use cases
Find the leading asymptotic approximation for Sin at 0:

https://wolfram.com/xid/0cf2vzojooa774a-cbfen

Plot the function and the approximation:

https://wolfram.com/xid/0cf2vzojooa774a-wad2

Use SeriesTermGoal to obtain a better approximation:

https://wolfram.com/xid/0cf2vzojooa774a-macivq


https://wolfram.com/xid/0cf2vzojooa774a-ja8zyr

Compute the leading term for an indefinite integral:

https://wolfram.com/xid/0cf2vzojooa774a-bmwil6

Obtain the same result using AsymptoticIntegrate:

https://wolfram.com/xid/0cf2vzojooa774a-bpucnr

Compute the leading term for an inverse Laplace transform:

https://wolfram.com/xid/0cf2vzojooa774a-h9g69r

Compute an asymptotic expansion for a differential equation:

https://wolfram.com/xid/0cf2vzojooa774a-i8x8r3

Obtain the same result using AsymptoticDSolveValue:

https://wolfram.com/xid/0cf2vzojooa774a-eu0cxk

Scope (36)Survey of the scope of standard use cases
Elementary Functions (8)
Leading asymptotic term for a polynomial near Infinity:

https://wolfram.com/xid/0cf2vzojooa774a-ilwlnp

Plot the function and the approximation:

https://wolfram.com/xid/0cf2vzojooa774a-nhshj


https://wolfram.com/xid/0cf2vzojooa774a-cb3dlh


https://wolfram.com/xid/0cf2vzojooa774a-ct0rsb


https://wolfram.com/xid/0cf2vzojooa774a-bmau5m


https://wolfram.com/xid/0cf2vzojooa774a-d0aatg


https://wolfram.com/xid/0cf2vzojooa774a-fdpbay


https://wolfram.com/xid/0cf2vzojooa774a-xgl96

Polynomial exponential functions:

https://wolfram.com/xid/0cf2vzojooa774a-cgcqu


https://wolfram.com/xid/0cf2vzojooa774a-cg0wcq

Rational exponential functions:

https://wolfram.com/xid/0cf2vzojooa774a-gf5s6y


https://wolfram.com/xid/0cf2vzojooa774a-tfp1g


https://wolfram.com/xid/0cf2vzojooa774a-dw8ew2


https://wolfram.com/xid/0cf2vzojooa774a-bte9a9


https://wolfram.com/xid/0cf2vzojooa774a-ydttf


https://wolfram.com/xid/0cf2vzojooa774a-ksegpo


https://wolfram.com/xid/0cf2vzojooa774a-gdha6


https://wolfram.com/xid/0cf2vzojooa774a-pr13qd


https://wolfram.com/xid/0cf2vzojooa774a-bs1dit


https://wolfram.com/xid/0cf2vzojooa774a-ifel25


https://wolfram.com/xid/0cf2vzojooa774a-7zp4x


https://wolfram.com/xid/0cf2vzojooa774a-bs8q30

Special Functions (8)
Leading asymptotic term for Gamma:

https://wolfram.com/xid/0cf2vzojooa774a-f2v245

Plot the function and the approximation:

https://wolfram.com/xid/0cf2vzojooa774a-46w6v

Leading asymptotic term for a composite function involving Gamma:

https://wolfram.com/xid/0cf2vzojooa774a-lz9he5


https://wolfram.com/xid/0cf2vzojooa774a-b9pld7

Plot the function and the approximation:

https://wolfram.com/xid/0cf2vzojooa774a-b0pdd2


https://wolfram.com/xid/0cf2vzojooa774a-m287vo


https://wolfram.com/xid/0cf2vzojooa774a-e0cgmu


https://wolfram.com/xid/0cf2vzojooa774a-3qjuy


https://wolfram.com/xid/0cf2vzojooa774a-wxhls


https://wolfram.com/xid/0cf2vzojooa774a-b5pjs3


https://wolfram.com/xid/0cf2vzojooa774a-lg9djv


https://wolfram.com/xid/0cf2vzojooa774a-ebhyy2


https://wolfram.com/xid/0cf2vzojooa774a-t2yju


https://wolfram.com/xid/0cf2vzojooa774a-bysjnd

Functions involving HarmonicNumber:

https://wolfram.com/xid/0cf2vzojooa774a-mu2cz


https://wolfram.com/xid/0cf2vzojooa774a-cdps62

Functions involving PolyGamma:

https://wolfram.com/xid/0cf2vzojooa774a-f2e5s


https://wolfram.com/xid/0cf2vzojooa774a-dhue

Asymptotic series for QPolyGamma:

https://wolfram.com/xid/0cf2vzojooa774a-ewr1h8

Plots of the first three approximations around :

https://wolfram.com/xid/0cf2vzojooa774a-binhar

Power Series Representations (3)
Compute the power series expansion of around 0:

https://wolfram.com/xid/0cf2vzojooa774a-qqgth0

Compute the power series expansion along with the radius of convergence:

https://wolfram.com/xid/0cf2vzojooa774a-08hhp

Compute the power series expansion of around 0:

https://wolfram.com/xid/0cf2vzojooa774a-c2u8lh

Obtain the first seven nonzero terms in the series:

https://wolfram.com/xid/0cf2vzojooa774a-edj6r3

Obtain the same result directly using Asymptotic:

https://wolfram.com/xid/0cf2vzojooa774a-jbetmn

Compute the power series expansion of around 1:

https://wolfram.com/xid/0cf2vzojooa774a-fra62q

Integrals (2)
Compute the leading term for an indefinite integral:

https://wolfram.com/xid/0cf2vzojooa774a-5ubuf

Obtain the same result using AsymptoticIntegrate:

https://wolfram.com/xid/0cf2vzojooa774a-fj4umf

Compute the leading term for an Inactive definite integral:

https://wolfram.com/xid/0cf2vzojooa774a-ijd8vx


https://wolfram.com/xid/0cf2vzojooa774a-kiafak

This gives the result for the integral from 0 to Infinity:

https://wolfram.com/xid/0cf2vzojooa774a-bq9syz


https://wolfram.com/xid/0cf2vzojooa774a-exvhrj


https://wolfram.com/xid/0cf2vzojooa774a-d1z5gs

Integral Transforms (13)
Compute the leading term for a Laplace transform:

https://wolfram.com/xid/0cf2vzojooa774a-d4gzmq

Compare with a numerical approximation:

https://wolfram.com/xid/0cf2vzojooa774a-cecua4


https://wolfram.com/xid/0cf2vzojooa774a-dxxssa

Compute the leading term for an inverse Laplace transform:

https://wolfram.com/xid/0cf2vzojooa774a-w0sef

Compute the leading term for a Mellin transform:

https://wolfram.com/xid/0cf2vzojooa774a-hnihhm

Compute the leading term for an inverse Mellin transform:

https://wolfram.com/xid/0cf2vzojooa774a-svdk8

Compute the leading term for a Fourier transform:

https://wolfram.com/xid/0cf2vzojooa774a-lueoqm

Compute the leading term for an inverse Fourier transform:

https://wolfram.com/xid/0cf2vzojooa774a-kc6zu

Compute the leading term for a Fourier sine transform:

https://wolfram.com/xid/0cf2vzojooa774a-lwbzos

Compute the leading term for an inverse Fourier sine transform:

https://wolfram.com/xid/0cf2vzojooa774a-emsvn

Compute the leading term for a Fourier cosine transform:

https://wolfram.com/xid/0cf2vzojooa774a-epwlgs

Compute the leading term for an inverse Fourier cosine transform:

https://wolfram.com/xid/0cf2vzojooa774a-ci08u8

Compute the leading term for a Hankel transform:

https://wolfram.com/xid/0cf2vzojooa774a-cp4k52

Compute the leading term for an inverse Hankel transform:

https://wolfram.com/xid/0cf2vzojooa774a-d0amxo

Compute the leading term for a convolution:

https://wolfram.com/xid/0cf2vzojooa774a-db3vcq

https://wolfram.com/xid/0cf2vzojooa774a-dn3lyi

https://wolfram.com/xid/0cf2vzojooa774a-ogxzh

Differential Equations (2)
Compute the leading term for the asymptotic solution of a linear differential equation:

https://wolfram.com/xid/0cf2vzojooa774a-izpyvm

Obtain the same result using AsymptoticDSolveValue:

https://wolfram.com/xid/0cf2vzojooa774a-jlnbi

Compute the leading term for the asymptotic solution of a DifferentialRoot:

https://wolfram.com/xid/0cf2vzojooa774a-fr7n0w


https://wolfram.com/xid/0cf2vzojooa774a-g0ss79

Options (1)Common values & functionality for each option
SeriesTermGoal (1)
By default, Asymptotic returns the leading term in the asymptotic expansion for a function:

https://wolfram.com/xid/0cf2vzojooa774a-btgag


https://wolfram.com/xid/0cf2vzojooa774a-ea8iv6

Use SeriesTermGoal to obtain more terms from the expansion:

https://wolfram.com/xid/0cf2vzojooa774a-cpgj6z

Applications (6)Sample problems that can be solved with this function
Compute the leading behavior of a function near a point:

https://wolfram.com/xid/0cf2vzojooa774a-e4vckc

https://wolfram.com/xid/0cf2vzojooa774a-j98tnr

Plot the function and the leading behavior:

https://wolfram.com/xid/0cf2vzojooa774a-io9y3

Compare the leading behavior of a function at 0 and Infinity:

https://wolfram.com/xid/0cf2vzojooa774a-gaxmmc

https://wolfram.com/xid/0cf2vzojooa774a-fppp4x


https://wolfram.com/xid/0cf2vzojooa774a-zoj93

Plot the function and the leading behaviors:

https://wolfram.com/xid/0cf2vzojooa774a-g6b75y

Obtain an asymptotic expansion for a definite integral:

https://wolfram.com/xid/0cf2vzojooa774a-gj1bz0

Compare with a numerical approximation:

https://wolfram.com/xid/0cf2vzojooa774a-bc6x0n


https://wolfram.com/xid/0cf2vzojooa774a-bqohqc

Find the leading behavior of the solution for a differential equation for large values of :

https://wolfram.com/xid/0cf2vzojooa774a-gvp5s2

https://wolfram.com/xid/0cf2vzojooa774a-f0l72k


https://wolfram.com/xid/0cf2vzojooa774a-ewqoc6

Plot the solution along with the leading term:

https://wolfram.com/xid/0cf2vzojooa774a-c1257w

Find the leading term of the expansion for a meromorphic function at :

https://wolfram.com/xid/0cf2vzojooa774a-fgspef

Find the leading term at the origin:

https://wolfram.com/xid/0cf2vzojooa774a-dmdxkv


https://wolfram.com/xid/0cf2vzojooa774a-b9r6nk

The prime number theorem states that is an asymptotic approximation to the prime-counting function
:

https://wolfram.com/xid/0cf2vzojooa774a-iblwu

Compare the prime-counting function and the two approximations:

https://wolfram.com/xid/0cf2vzojooa774a-buobdr

Properties & Relations (6)Properties of the function, and connections to other functions
Asymptotic returns a result that is asymptotically equivalent to the input:

https://wolfram.com/xid/0cf2vzojooa774a-k2oh0j

Use AsymptoticEquivalent to verify the result:

https://wolfram.com/xid/0cf2vzojooa774a-oh2tg2

The result from Asymptotic is equal to the limit at the point if it exists:

https://wolfram.com/xid/0cf2vzojooa774a-f3lm9s


https://wolfram.com/xid/0cf2vzojooa774a-hjffhr

Asymptotic typically gives the leading term in the series expansion:

https://wolfram.com/xid/0cf2vzojooa774a-irg6a


https://wolfram.com/xid/0cf2vzojooa774a-qnixb

Asymptotic computes approximations for functions of a continuous variable:

https://wolfram.com/xid/0cf2vzojooa774a-d6ouex

DiscreteAsymptotic computes approximations for functions of a discrete variable:

https://wolfram.com/xid/0cf2vzojooa774a-gphe2

Use AsymptoticExpectation to find an asymptotic approximation of an expectation:

https://wolfram.com/xid/0cf2vzojooa774a-itsdg9

https://wolfram.com/xid/0cf2vzojooa774a-eqk7tf

Obtain the asymptotic approximation using Asymptotic:

https://wolfram.com/xid/0cf2vzojooa774a-nv3zd8


https://wolfram.com/xid/0cf2vzojooa774a-eubzot

Use AsymptoticProbability to find an asymptotic approximation of a probability:

https://wolfram.com/xid/0cf2vzojooa774a-edf4wp

https://wolfram.com/xid/0cf2vzojooa774a-nisnh

Obtain the asymptotic approximation using Asymptotic:

https://wolfram.com/xid/0cf2vzojooa774a-95jlg


https://wolfram.com/xid/0cf2vzojooa774a-dfiedo

Wolfram Research (2020), Asymptotic, Wolfram Language function, https://reference.wolfram.com/language/ref/Asymptotic.html (updated 2022).
Text
Wolfram Research (2020), Asymptotic, Wolfram Language function, https://reference.wolfram.com/language/ref/Asymptotic.html (updated 2022).
Wolfram Research (2020), Asymptotic, Wolfram Language function, https://reference.wolfram.com/language/ref/Asymptotic.html (updated 2022).
CMS
Wolfram Language. 2020. "Asymptotic." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2022. https://reference.wolfram.com/language/ref/Asymptotic.html.
Wolfram Language. 2020. "Asymptotic." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2022. https://reference.wolfram.com/language/ref/Asymptotic.html.
APA
Wolfram Language. (2020). Asymptotic. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Asymptotic.html
Wolfram Language. (2020). Asymptotic. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Asymptotic.html
BibTeX
@misc{reference.wolfram_2025_asymptotic, author="Wolfram Research", title="{Asymptotic}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/Asymptotic.html}", note=[Accessed: 25-March-2025
]}
BibLaTeX
@online{reference.wolfram_2025_asymptotic, organization={Wolfram Research}, title={Asymptotic}, year={2022}, url={https://reference.wolfram.com/language/ref/Asymptotic.html}, note=[Accessed: 25-March-2025
]}