This is a free preview. For full access
Sequences and Series
Testing Power Series Convergence Bounds
Description
Power series converge only for certain input values, so it is important to find the range where they work. The radius of convergence gives the distance from the center where the series still converges. The interval of convergence shows the real x-values that fit inside that range.
A general power...
Show More
Transcript
幂级数为数学函数提供了一种替代表示方法,该表示仅在输入值处于特定范围内时收敛。
根据级数的不同,存在三种收敛情况:级数可能仅在其中心点收敛,或对所有实数收敛,或在某一有限范围内收敛。
该范围称为收敛区间。收敛半径是级数中心到该区间边界的固定距离 R。
考虑函数 1 除以 1 减去 x,其幂级数以零为中心。
应用比值判别法可得到收敛区间。因此,该级数在负一到一之间的数值范围内收敛。此处,从中心到边界的距离为一,故收敛半径为一。
然而,比值检验法在边界处无法得出结论,这些端点必须单独检查。
在 x 等于1时,该级数发散。在 x 当其等于负一时,级数振荡且不收敛。因...
Show More