Asymptotic
Asymptotic[expr,xx0]
给出 expr 在 x0 附近的渐近逼近.
Asymptotic[expr,{x,x0,n}]
给出 expr 在 x0 附近的 n 阶渐近逼近.
更多信息和选项
- Asymptotic 通常用于求解无法找到精确解的问题,或者为计算、比较和解释寻求更简单的答案. 这种情况下,渐近逼近通常会提供足够的信息来简化或解决应用问题.
- Asymptotic[expr,x->x0] 计算 expr 的渐近展开式的首项. 用 SeriesTermGoal 可指定计算更多的项.
- 表达式 expr 可以是任何函数 ,Integrate、LaplaceTransform 或 InverseLaplaceTransform 指定的积分, 或是 DSolveValue 指定的微分方程等等.
- 展开点 x0 可以是任何有限或无限的实数或复数.
- 逼近阶数 n 可以是任何正整数或 Infinity. 如果 n 被设置为 Infinity,并且 expr 是 x 的解析函数,那么 Asymptotic 返回 expr 在 x0 周围的完全幂级数展开. »
- 如果精确结果为 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 时 - 用于表示渐近逼近的尺度是从问题中自动推断出来的,通常可以包含更多的奇异尺度.
- 可以给出以下选项:
-
AccuracyGoal Automatic 寻求的绝对准确度 Assumptions $Assumptions 对参数的设定 GenerateConditions Automatic 是否给出与参数的条件有关的答案 GeneratedParameters None 怎样命名生成的参数 Method Automatic 所用的方法 PerformanceGoal $PerformanceGoal 优化的目标 PrecisionGoal Automatic 寻求的精度 SeriesTermGoal Automatic 近似式的项数 WorkingPrecision Automatic 内部计算使用的精度 - 当 GenerateConditions 采用默认设置 Automatic 时,Asymptotic 返回的结果中通常不包含参数的条件. 通过将 GenerateConditions 设为 True 可返回包含参数条件的答案.
- PerformanceGoal 的可能设置包括 $PerformanceGoal、"Quality" 和 "Speed". 当设置为 "Quality" 时,Asymptotic 通常可以解出更多的问题或者产生更简单的结果,但是可能会耗费更多的时间和内存. .
- 当 WorkingPrecision、AccuracyGoal 和 PrecisionGoal 采用默认设置 Automatic 时,Asymptotic 可能返回精度较低的渐近逼近,即使输入具有无限精度.
范例
打开所有单元关闭所有单元基本范例 (4)
求 Sin 在 0 处的渐近逼近的首项:
用 SeriesTermGoal 获取更好的近似:
用 AsymptoticIntegrate 获得相同的结果:
用 AsymptoticDSolveValue 获得相同的结果:
范围 (36)
初等函数 (8)
特殊函数 (8)
幂级数表示 (3)
使用 Asymptotic 可获得同样的结果:
积分 (2)
积分变换 (13)
微分方程 (2)
选项 (1)
SeriesTermGoal (1)
默认情况下,Asymptotic 返回函数的渐近展开式的首项:
用 SeriesTermGoal 获取更多的项:
应用 (6)
比较函数在 0 和 Infinity 处的极限行为:
属性和关系 (6)
Asymptotic 返回的结果渐近等价于输入:
用 AsymptoticEquivalent 验证结果:
Asymptotic 的结果等于该点处的极限,如果极限存在的话:
Asymptotic 通常给出级数展开式的首项:
Asymptotic 计算连续变量函数的近似值:
DiscreteAsymptotic 计算离散变量函数的近似值:
用 AsymptoticExpectation 求期望值的渐近逼近:
用 Asymptotic 获取渐近逼近:
用 AsymptoticProbability 求概率的渐近逼近:
用 Asymptotic 获取渐近逼近:
文本
Wolfram Research (2020),Asymptotic,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Asymptotic.html (更新于 2022 年).
CMS
Wolfram 语言. 2020. "Asymptotic." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2022. https://reference.wolfram.com/language/ref/Asymptotic.html.
APA
Wolfram 语言. (2020). Asymptotic. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/Asymptotic.html 年