📚 Infinite Expansion of Taylor Series | 泰勒级数的无穷展开
Taylor series is one of the most powerful tools in mathematics, allowing us to represent a smooth function as an infinite sum of polynomial terms. This expansion reveals how a function behaves locally and enables computations that are otherwise impossible. In this article, we will explore the definition, derivation, convergence, and applications of Taylor series, specifically tailored for IB Mathematics students.
泰勒级数是数学中最强大的工具之一,它允许我们将一个光滑函数表示为无穷多项式项之和。这种展开揭示了函数在局部如何变化,并使我们能够完成原本不可能的计算。在本文中,我们将围绕定义、推导、收敛性及应用展开,专门为IB数学学生定制。
1. Definition and Formula | 定义与公式
For a function f(x) that is infinitely differentiable at a point x = a, the Taylor series is given by:
f(x) = Σₙ₌₀^∞ [f⁽ⁿ⁾(a) / n!] · (x − a)ⁿ
Here, f⁽ⁿ⁾(a) denotes the n-th derivative evaluated at a, and n! is the factorial of n. When a = 0, the series is called a Maclaurin series.
对于在 x = a 处无穷可微的函数 f(x),泰勒级数定义为:
f(x) = Σₙ₌₀^∞ [f⁽ⁿ⁾(a) / n!] · (x − a)ⁿ
其中 f⁽ⁿ⁾(a) 表示在 a 处的 n 阶导数,n! 是 n 的阶乘。当 a = 0 时,该级数称为麦克劳林级数。
2. Taylor Polynomials and Maclaurin Series | 泰勒多项式与麦克劳林级数
Instead of an infinite sum, we often use a finite Taylor polynomial of degree N to approximate a function: PN(x) = Σₙ₌₀^N [f⁽ⁿ⁾(a)/n!]·(x−a)ⁿ. The Maclaurin series is simply the Taylor series centered at 0.
我们常使用有限次的泰勒多项式 PN(x) = Σₙ₌₀^N [f⁽ⁿ⁾(a)/n!]·(x−a)ⁿ 来近似函数。麦克劳林级数就是中心为 0 的泰勒级数。
For example, the Maclaurin polynomial of degree 3 for sin(x) is x − x³/6. This polynomial approximates sin(x) well near 0, but loses accuracy as x moves away.
例如,sin(x) 的三次麦克劳林多项式为 x − x³/6。该多项式在 0 附近能很好地近似 sin(x),但随着 x 远离 0,精度会下降。
3. Remainder and Error Estimation | 余项与误差估计
The difference between a function and its Taylor polynomial is the remainder RN(x). For a function with continuous derivatives up to order N+1, Taylor’s theorem gives the Lagrange form:
RN(x) = f⁽ⁿ⁺¹⁾(ξ) / (N+1)! · (x − a)ⁿ⁺¹
for some ξ between a and x. This allows us to bound the error by finding the maximum of |f⁽ⁿ⁺¹⁾| on the interval.
函数与其泰勒多项式之差称为余项 RN(x)。若函数直到 N+1 阶导数连续,泰勒定理给出拉格朗日余项:
RN(x) = f⁽ⁿ⁺¹⁾(ξ) / (N+1)! · (x − a)ⁿ⁺¹
其中 ξ 在 a 和 x 之间。这样我们可以通过求区间上 |f⁽ⁿ⁺¹⁾| 的最大值来估计误差。
For example, to approximate √2 using the Taylor series of (1+x)1/2 at x=1, we can compute the remainder and guarantee accuracy to a desired decimal place.
例如,用 (1+x)1/2 在 x=1 处的泰勒级数近似 √2,我们可以计算余项来保证达到所需的小数精度。
4. Convergence and Radius of Convergence | 收敛性与收敛半径
Not every Taylor series converges to the original function for all x. The set of x for which the series converges is an interval, and its half-length is called the radius of convergence R. Inside the interval |x−a| < R, the series converges absolutely; outside, it diverges.
并非所有泰勒级数都对所有 x 收敛到原函数。级数收敛的 x 集合是一个区间,其半长度称为收敛半径 R。在区间 |x−a| < R 内,级数绝对收敛;在区间外发散。
We can find R using the ratio test: R = limₙ→∞ |aₙ/aₙ₊₁|, where aₙ = f⁽ⁿ⁾(a)/n!.
我们可以用比值审敛法求 R:R = limₙ→∞ |aₙ/aₙ₊₁|,其中 aₙ = f⁽ⁿ⁾(a)/n!。
For example, the series for eˣ has infinite radius of convergence, while the series for 1/(1+x²) has radius 1 even though the function is defined everywhere on the real line.
例如,eˣ 的级数收敛半径为无穷大,而 1/(1+x²) 的级数收敛半径为 1,尽管该函数在整个实数线上都有定义。
5. Common Maclaurin Expansions | 常见麦克劳林展开
Memorizing standard expansions is essential for IB exams. Here are the most frequently used ones (valid for all real x unless stated):
记住标准展开式对IB考试至关重要。以下是最常用的几个(除非特别说明,对所有实数 x 成立):
- eˣ = 1 + x + x²/2! + x³/3! + …
- sin x = x − x³/3! + x⁵/5! − x⁷/7! + …
- cos x = 1 − x²/2! + x⁴/4! − x⁶/6! + …
- ln(1+x) = x − x²/2 + x³/3 − x⁴/4 + … (|x|<1)
- (1+x)ᵖ = 1 + px + p(p−1)x²/2! + … (|x|<1)
These series are derived by repeatedly differentiating and evaluating at 0.
这些级数通过反复求导并在 0 处取值得到。
6. Operations on Taylor Series | 泰勒级数的运算
Once we know basic series, we can combine them using addition, subtraction, multiplication, and composition, just like polynomials. For instance, the Taylor series of eˣ·sin(x) can be found by multiplying the two series term by term.
一旦掌握了基本级数,我们就可以像处理多项式一样对它们进行加、减、乘和复合运算。例如,eˣ·sin(x) 的泰勒级数可以通过逐项相乘得到。
Differentiation and integration of Taylor series are also allowed termwise within the interval of convergence. This gives a convenient way to derive new series. For example, integrating the geometric series 1/(1+x) = 1 − x + x² − x³ + … from 0 to x yields the series for ln(1+x).
在收敛区间内,泰勒级数可以逐项求导和积分。这为推导新级数提供了便捷的方法。例如,对几何级数 1/(1+x) = 1 − x + x² − x³ + … 从 0 到 x 积分,就得到 ln(1+x) 的级数。
7. Applications: Approximations | 应用:近似计算
Taylor series allow us to compute values of transcendental functions to any desired accuracy. For instance, to calculate sin(0.5) without a calculator, we can use the first few terms: sin(0.5) ≈ 0.5 − 0.125/6 + 0.03125/120 ≈ 0.4794, which is correct to four decimal places.
泰勒级数使我们能够以任意精度计算超越函数的值。例如,不用计算器求 sin(0.5),我们可以使用前几项:sin(0.5) ≈ 0.5 − 0.125/6 + 0.03125/120 ≈ 0.4794,精确到四位小数。
In IB exams, you may be asked to estimate a definite integral like ∫₀¹ e⁻ˣ² dx, which has no elementary antiderivative. Expanding e⁻ˣ² as a Taylor series and integrating termwise gives a numerical approximation.
在IB考试中,你可能会被要求估计像 ∫₀¹ e⁻ˣ² dx 这样的定积分,它没有初等原函数。将 e⁻ˣ² 展开为泰勒级数并逐项积分即可得到数值近似。
8. Applications: Limits | 应用:求极限
Taylor series are extremely effective for evaluating indeterminate limits. For example, limₓ→₀ (sin x − x)/x³. Using sin x = x − x³/6 + x⁵/120 − …, we get (sin x − x)/x³ = −1/6 + x²/120 − …, so the limit is −1/6.
泰勒级数在计算不定式极限时非常有效。例如,limₓ→₀ (sin x − x)/x³。利用 sin x = x − x³/6 + x⁵/120 − …,可得 (sin x − x)/x³ = −1/6 + x²/120 − …,因此极限为 −1/6。
This technique is often faster than repeated application of L’Hôpital’s rule, and it gives more insight into the behavior of the function near the limit point.
这种方法通常比反复使用洛必达法则更快,并且能更深入地了解函数在极限点附近的行为。
9. Applications: Differential Equations | 应用:微分方程
Taylor series (or power series) can be used to solve differential equations that do not have solutions in terms of elementary functions. Assume a solution y = Σₙ₌₀^∞ aₙxⁿ, substitute into the differential equation, and equate coefficients to find a recurrence relation for aₙ.
泰勒级数(或幂级数)可用于求解没有初等函数解的微分方程。假设解 y = Σₙ₌₀^∞ aₙxⁿ,代入微分方程,比较系数得到 aₙ 的递推关系。
For example, the equation y″ + xy = 0 can be solved this way, yielding a power series that defines a special function. This is a standard method in IB HL Math.
例如,方程 y″ + xy = 0 可以用这种方法求解,得到一个定义特殊函数的幂级数。这是IB HL数学中的标准方法。
10. Euler’s Formula and Complex Analysis | 欧拉公式与复分析
By substituting x = iθ into the Taylor series for eˣ, we obtain Euler’s formula:
e^(iθ) = cos θ + i sin θ
This elegant result connects exponential, trigonometric, and complex numbers, and follows directly from the infinite expansions of eˣ, sin x, and cos x.
将 x = iθ 代入 eˣ 的泰勒级数,我们得到欧拉公式:
e^(iθ) = cos θ + i sin θ
这一优雅的结果将指数、三角和复数联系起来,且可直接由 eˣ、sin x、cos x 的无穷展开得出。
Setting θ = π gives e^(iπ) + 1 = 0, a famous identity often cited as the most beautiful equation in mathematics.
令 θ = π,得 e^(iπ) + 1 = 0,这是一个常被称为数学中最美方程的名等式。
11. Taylor Series vs. Other Approximations | 泰勒级数与其他近似比较
Taylor series are not the only approximation method. Alternatives include Fourier series, Padé approximants, and numerical interpolation. Taylor series are most accurate near the center point but may converge slowly far away; Fourier series are better for periodic functions.
泰勒级数并非唯一的近似方法。其他方法包括傅里叶级数、Padé 逼近和数值插值。泰勒级数在中心点附近最精确,但在远离中心时收敛可能变慢;傅里叶级数更适合周期函数。
In IB, you only need to know when Taylor series work and when they fail. The key is to check the radius of convergence and the behavior of the remainder.
在IB中,你只需要知道泰勒级数何时适用、何时失效。关键在于检查收敛半径和余项的行为。
12. Summary and Exam Tips | 总结与考试技巧
Taylor series are a versatile and examinable topic in IB Mathematics. To master them, practice deriving standard expansions, computing remainders, and applying series to limits, integrals, and differential equations. Always state the radius of convergence when writing a series.
泰勒级数是IB数学中一个多用途且可考的主题。要掌握它,请练习推导标准展开式、计算余项,以及将级数应用于极限、积分和微分方程。写出级数时,始终注明收敛半径。
Remember: for the exam, you are usually given the standard expansions, but you must know how to use them. Focus on operations like substitution, multiplication, and integration, as these are the most common questions.
记住:考试中通常会给出标准展开式,但你必须知道如何使用它们。重点关注换元、乘法和积分等运算,因为这些是最常见的问题类型。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply