AsymptoticIntegrate
AsymptoticIntegrate[f,x,xx0]
computes an asymptotic approximation of the indefinite integral for x centered at x0.
AsymptoticIntegrate[f,{x,a,b},αα0]
computes an asymptotic approximation of the definite integral for α centered at α0.
AsymptoticIntegrate[f,…,{ξ,ξ0,n}]
computes the asymptotic approximation to order n.
Details and Options
- Asymptotic approximations to integrals are also known as asymptotic expansions and perturbation expansions. They are also known by specific methods to compute some of them, such as Laplace's method, method of stationary phase and method of steepest descent, etc.
- Asymptotic approximations are typically used to solve problems for which no exact solution can be found or to get simpler answers for computation, comparison and interpretation.
- AsymptoticIntegrate[f,…,xx0] computes the leading term in an asymptotic expansion for the integral of f. Use SeriesTermGoal to specify more terms.
- 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 center x0 can be any finite or infinite real or complex number.
- The order n must be a positive integer and specifies order of approximation for the asymptotic solution. It is not related to polynomial degree.
- 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 - Possible settings for PerformanceGoal include $PerformanceGoal, "Quality" and "Speed". With the "Quality" setting, AsymptoticIntegrate typically solves more problems or produces simpler results, but it potentially uses more time and memory.
Examples
open allclose allBasic Examples (3)
Scope (21)
Indefinite Integrals (3)
Compute an asymptotic expansion for a trigonometric integral about x=0:
Compare with the result given by Integrate:
Asymptotic expansion for a power tower integral about x=0:
Estimate the value at a point:
Compare with the value given by NIntegrate:
Compute an asymptotic expansion of an indefinite integral with respect to a parameter:
Exponential Integrals (6)
Compute an asymptotic expansion for a Laplace transform integral:
Compare with the result given by LaplaceTransform:
Define a function with a Gaussian kernel having a maximum at t=-1:
Compute the leading term in the asymptotic approximation for the integral over {0,2}:
Compare the result with a numerical approximation:
Define a function with a Gaussian kernel having a maximum at t=0:
Compute an asymptotic approximation for the integral over {0,2}:
Compare the result with a numerical approximation:
Define a function with an exponential kernel having a maximum at t=1:
Compute the leading term in the asymptotic approximation for the integral over {1,2}:
Compare the result with a numerical approximation:
Define a function with an exponential kernel having a maximum at t=1:
Compute the leading term in the asymptotic approximation for the integral over {0,3}:
Compare the result with a numerical approximation:
Define a function with an exponential kernel having a maximum at t=π/2:
Compute the leading term in the asymptotic approximation for the integral over {0,3}:
Oscillatory Integrals (4)
Compute an asymptotic expansion for a Fourier-type integral on :
Find the leading-term approximation for an complex oscillatory integral on :
Compute the required approximation:
Compare with a numerical approximation:
Find the leading-term approximation for a real oscillatory integral involving Sin:
Compare with a numerical approximation:
Compute an asymptotic expansion for a real oscillatory integral involving Cos:
General Definite Integrals (4)
Compute an asymptotic expansion for the integral of a rational function at x=0:
Compare with the result given by Integrate:
Asymptotic expansion for a trigonometric integral at x=π/2:
Compare with the result given by Integrate:
Asymptotic expansion for a complete elliptic integral at x=0:
Compare with the result given by Integrate:
Asymptotic expansion for an integral at x=-Infinity:
Transform Integrals (4)
Asymptotic expansion for the Laplace transform of a function:
Compare with a series expansion of the exact result using LaplaceTransform:
Asymptotic expansion for the Mellin transform of a function:
Compare with a series expansion of the exact result using MellinTransform:
Asymptotic expansion for the Fourier cosine transform of a function:
Compare with a series expansion of the exact result using FourierCosTransform:
Asymptotic expansion for the Fourier sine transform of a function:
Compare with a series expansion of the exact result using FourierSinTransform:
Options (1)
Applications (7)
Obtain an asymptotic expansion for a definite integral:
Compare with a numerical approximation:
Improve the asymptotic approximation by increasing the number of terms:
Find the area under the curve of from to :
Find the area for a specific value of :
Compute the volume enclosed when for is rotated about the axis:
Find the volume for a specific value of :
Define an asymptotic version of LaplaceTransform:
Use it to compute the asymptotic Laplace transform of a periodic function:
Compare with a numerical approximation:
Compute the asymptotic mean for a ProbabilityDistribution with domain :
Normalize the PDF:
Compute the asymptotic mean for the given distribution:
Compare with an expansion of the exact result:
Obtain an asymptotic expansion for the integral representation of BesselJ:
Compare with numerical values of the Bessel function:
Compute an asymptotic approximation for an oscillatory integral:
Properties & Relations (4)
AsymptoticIntegrate computes the integral up to a given order:
Use Integrate to compute the integral in closed form:
Use NIntegrate to compute a numerical approximation:
Use AsymptoticExpectation to compute an asymptotic expectation:
Obtain the same result using AsymptoticIntegrate:
Text
Wolfram Research (2018), AsymptoticIntegrate, Wolfram Language function, https://reference.wolfram.com/language/ref/AsymptoticIntegrate.html (updated 2020).
CMS
Wolfram Language. 2018. "AsymptoticIntegrate." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/AsymptoticIntegrate.html.
APA
Wolfram Language. (2018). AsymptoticIntegrate. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AsymptoticIntegrate.html