This is a free preview. For full access
Sequences and Series
Taylor Series Approximation and Error
Description
Taylor series use polynomials to approximate smooth functions near a chosen point. This makes hard-to-calculate functions easier to work with in science and engineering. A common example is an oscillatory voltage in an alternating current, or AC, circuit.
Taylor’s Theorem gives the rule for build...
Show More
Transcript
许多科学问题涉及难以直接计算的函数,例如交流电路中的振荡电压。
在实际应用中,这些函数通常被更容易计算的多项式表达式所替代。
泰勒定理提供了一种系统的方法来构建这些多项式逼近。该定理指出,一个函数在选定的点 a 附近等于一个 n 阶泰勒多项式加上一个余项。
泰勒多项式是泰勒级数的有限部分,由函数在点 a 处的值及其直到 n 阶的导数组成。每一新增项都更精确地捕捉了函数的局部行为,因此在 a 附近,近似效果通常会提高。
余项用于衡量近似误差,即同一位置处实际函数值与多项式值之间的差值。该误差取决于介于 a 与 x 之间某一点上 ...
Show More