AsymptoticIntegrate
AsymptoticIntegrate[f,x,xx0]
计算不定积分 的渐近逼近,x 以 x0 为中心.
AsymptoticIntegrate[f,{x,a,b},αα0]
计算不定积分 的渐近逼近,α 以 α0 为中心.
AsymptoticIntegrate[f,…,{ξ,ξ0,n}]
计算 n 阶渐近逼近.
更多信息和选项
- 积分的渐近逼近亦被称为渐近展开式和摄动展开式. 其中有些展开式也可以用特定的方法来计算,如拉普拉斯方法、稳相法和最速下降法等.
- 渐近逼近通常用于求解无法找到精确解的问题,或者为计算、比较和解释寻求更简单的答案.
- AsymptoticIntegrate[f,…,xx0] 计算 f 的积分的渐近展开式中的首项. 使用 SeriesTermGoal 指定更多项.
- 如果精确结果为 g[x],在 x0 处的 n 阶渐近逼近为 gn[x],那么当 xx0 时,结果为 AsymptoticLess[g[x]-gn[x],gn[x]-gn-1[x],xx0] 或 g[x]-gn[x]∈o[gn[x]-gn-1[x]].
- 渐近逼近 gn[x] 常以和 gn[x]αkϕk[x] 的形式给出,其中 {ϕ1[x],…,ϕn[x]} 是当 xx0 时的渐近尺度 ϕ1[x]≻ϕ2[x]≻⋯>ϕn[x]. 当 xx0 时,结果为 AsymptoticLess[g[x]-gn[x],ϕn[x],xx0] 或 g[x]-gn[x]∈o[ϕn[x]].
- 常见的渐近尺度包括:
-
Taylor 尺度,当 xx0 时 Laurent 尺度,当 xx0 时 Laurent 尺度,当 x±∞ 时 Puiseux 尺度,当 xx0 时 - 用于表示渐近逼近的尺度是从问题中自动推断出来的,通常可以包含更多的奇异尺度.
- 中心点 x0 可以为任意有限或无限大实数及复数.
- 阶数 n 必须为一个正整数,指定渐近解的近似阶数. 与多项式的次数无关.
- 可以给出以下选项:
-
AccuracyGoal Automatic 所求绝对精度的位数 Assumptions $Assumptions 对参数的设定 GenerateConditions Automatic 是否给出与参数的条件有关的答案 GeneratedParameters None 怎样命名生成的参数 Method Automatic 所用的方法 PerformanceGoal $PerformanceGoal 优化的目标 PrecisionGoal Automatic 所求精度的位数 SeriesTermGoal Automatic 近似的项数 WorkingPrecision Automatic 内部计算使用的精度 - PerformanceGoal 的可能设置包括 $PerformanceGoal、"Quality" 和 "Speed". 当设置为 "Quality" 时,AsymptoticIntegrate 通常可以解出更多的问题或者产生更简单的结果,但是可能会耗费更多的时间和内存.
范例
打开所有单元关闭所有单元范围 (21)
不定积分 (3)
与 Integrate 给出的结果相比较:
与 NIntegrate 给出的结果相比较:
指数积分 (6)
与 LaplaceTransform 给出的结果相比较:
振荡积分 (4)
普通定积分 (4)
变换积分 (4)
与使用 LaplaceTransform 得到的精确结果的级数展开式相比较:
与使用 MellinTransform 得到的精确结果的级数展开式相比较:
与使用 FourierCosTransform 得到的精确结果的级数展开式相比较:
与使用 FourierSinTransform 得到的精确结果的级数展开式相比较:
应用 (7)
属性和关系 (4)
AsymptoticIntegrate 按给定阶数计算积分:
用 Integrate 算出解析形式的积分:
用 NIntegrate 计算数值近似:
用 AsymptoticExpectation 计算渐近期望:
用 AsymptoticIntegrate 获取同样的结果:
文本
Wolfram Research (2018),AsymptoticIntegrate,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AsymptoticIntegrate.html (更新于 2020 年).
CMS
Wolfram 语言. 2018. "AsymptoticIntegrate." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2020. https://reference.wolfram.com/language/ref/AsymptoticIntegrate.html.
APA
Wolfram 语言. (2018). AsymptoticIntegrate. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/AsymptoticIntegrate.html 年