AsymptoticSum
AsymptoticSum[f,x,xx0]
computes an asymptotic approximation of the indefinite sum for x centered at x0.
AsymptoticSum[f,{x,a,b},αα0]
computes an asymptotic approximation of the definite sum for α centered at α0.
AsymptoticSum[f,…,{ξ,ξ0,n}]
computes the asymptotic approximation to order n.
Details and Options
- Asymptotic approximations to sums are also known as asymptotic expansions and perturbation expansions. They are also known by specific methods to compute some of them, such as the Euler–Maclaurin method, summation by parts, etc.
- Asymptotic approximations are typically used to compute sums for which no exact result can be found or to get simpler answers for computation, comparison and interpretation.
- AsymptoticSum[f,…,xx0] computes the leading term in an asymptotic expansion for the sum 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.
-
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 α0 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 expansion. 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 Regularization None what regularization scheme to use 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, AsymptoticSum typically solves more problems or produces simpler results, but it potentially uses more time and memory.
Examples
open allclose allBasic Examples (3)
Scope (13)
Indefinite Sums (5)
Compute an asymptotic expansion for a rational sum:
Compare with the result given by Sum:
Asymptotic expansion for a polynomial-exponential sum:
Compare with the result given by Sum:
Asymptotic expansion for a hypergeometric sum:
Estimate the value at a point:
Compare with the value given by NSum:
Asymptotic expansion for a rational-exponential sum:
Asymptotic expansion for a PolyGamma sum:
Definite Sums (4)
Compute an asymptotic expansion for a rational sum:
Compare with the result given by NSum:
Asymptotic expansion for a rational-exponential sum:
Compare with the result given by NSum:
Compute an asymptotic expansion for a hypergeometric sum:
Compare with the exact result:
Asymptotic expansion for a HarmonicNumber sum:
Compare with the result given by NSum:
Parametric Sums (4)
Compute an asymptotic expansion with respect to a parameter:
Compute an asymptotic expansion for an infinite exponential sum:
Compare with the exact result:
Asymptotic expansion for a sum related to Zeta:
Compare with a numerical approximation:
Asymptotic expansion for an alternating Gaussian exponential sum:
Options (3)
GeneratedParameters (1)
Applications (9)
Compute an approximation for an finite sum:
Compute the numerical approximation for increasing values of n:
Compare with the exact results given by Sum:
Compute a Riemann sum approximation for a definite integral:
Compute the approximation for large values of n:
Compare with the result given by Integrate:
Obtain the exact result using DiscreteLimit:
Plot the approximations and the exact value:
Compute a numerical approximation for an improper integral:
Compute the approximation for large values of n:
Compare with the result given by NIntegrate:
Compare with an expansion of the exact result:
Compute an asymptotic expansion for :
Compare the approximate and exact values for :
Compute an asymptotic approximation for a Gaussian sum:
Compare the approximate and exact values for :
Compute the first-order asymptotic approximation for a rational sum:
Show that is asymptotically equivalent to 1/n, as n approaches Infinity:
Verify the required equivalence using AsymptoticEquivalent:
Verify the result using the result from Sum:
Properties & Relations (3)
AsymptoticSum computes the sum up to a given order:
Use Sum to compute the sum in closed form:
Use NSum to compute a numerical approximation:
Text
Wolfram Research (2019), AsymptoticSum, Wolfram Language function, https://reference.wolfram.com/language/ref/AsymptoticSum.html (updated 2020).
CMS
Wolfram Language. 2019. "AsymptoticSum." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/AsymptoticSum.html.
APA
Wolfram Language. (2019). AsymptoticSum. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AsymptoticSum.html