Maclaurin Series Expansion | 麦克劳林展开

📚 Maclaurin Series Expansion | 麦克劳林展开

The Maclaurin series is a powerful tool for approximating functions using polynomials. Although it is not a standard topic in IGCSE AQA Mathematics, it forms a core part of A-level Further Mathematics and helps students understand how functions behave near x = 0. This article introduces the concept in a clear, step‑by‑step manner for curious IGCSE learners aiming higher.

麦克劳林展开是利用多项式逼近函数的有力工具。虽然它不属于 IGCSE AQA 数学的标准考纲,却是 A-level 进阶数学的核心内容,能帮助学生深刻理解函数在 x = 0 附近的行为。本文以清晰、循序渐进的方式介绍这一概念,供有志向的 IGCSE 学生提前学习。


1. What is the Maclaurin Series? | 什么是麦克劳林级数?

A Maclaurin series is a Taylor series expansion of a function f(x) about x = 0. It expresses a smooth function as an infinite sum of terms calculated from the derivatives of the function at a single point.

麦克劳林级数是泰勒级数在 x = 0 处的展开,它将光滑函数表示为根据该点各阶导数计算的无穷多项之和。

General formula: f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … + f⁽ⁿ⁾(0)xⁿ/n! + …

一般公式:f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … + f⁽ⁿ⁾(0)xⁿ/n! + …


2. Key Idea: Polynomial Approximation | 核心思想:多项式逼近

The series builds a polynomial that matches the function’s value, slope, curvature, and higher-order derivatives at x = 0. The more terms we include, the better the approximation near zero.

该级数构造的多项式在 x = 0 处与函数值、斜率、曲率以及更高阶导数完全相同。包含的项数越多,在零点附近的逼近效果越好。

For small x, even the first few terms often give excellent accuracy.

对于很小的 x,仅前几项通常就能达到极高的精度。


3. The Maclaurin Series Formula in Detail | 麦克劳林公式详解

The coefficient of xⁿ is f⁽ⁿ⁾(0)/n!. We divide by n! because differentiation repeatedly multiplies by the power; dividing by n! corrects for this.

xⁿ 的系数为 f⁽ⁿ⁾(0)/n!。要除以 n! 是因为反复求导会乘以幂次,除以 n! 可以抵消这种效应。

f(x) = ∑ (from n=0 to ∞) [f⁽ⁿ⁾(0)/n!] xⁿ


4. Expansion of eˣ | eˣ 的麦克劳林展开

All derivatives of eˣ are eˣ, so f⁽ⁿ⁾(0) = 1. The series becomes:

eˣ 的各阶导数仍为 eˣ,所以 f⁽ⁿ⁾(0) = 1。其级数形式为:

eˣ = 1 + x + x²/2! + x³/3! + x⁴/4! + …

This is one of the simplest and most famous Maclaurin series, valid for all real x.

这是最简单、最著名的麦克劳林级数之一,对所有实数 x 都成立。


5. Expansion of sin x | sin x 的麦克劳林展开

Derivatives of sin x cycle: sin x, cos x, −sin x, −cos x. Evaluating at 0 gives: 0, 1, 0, −1, … So only odd powers appear.

sin x 的导数循环出现:sin x, cos x, −sin x, −cos x。在 0 处取值得:0, 1, 0, −1, … 因此只有奇次幂存在。

sin x = x − x³/3! + x⁵/5! − x⁷/7! + …

The series alternates signs and converges for all real x.

该级数正负交替,对所有实数 x 都收敛。


6. Expansion of cos x | cos x 的麦克劳林展开

Derivatives of cos x cycle: cos x, −sin x, −cos x, sin x. At 0: 1, 0, −1, 0, … Only even powers appear.

cos x 的导数循环:cos x, −sin x, −cos x, sin x。在 0 处:1, 0, −1, 0, … 只有偶次幂出现。

cos x = 1 − x²/2! + x⁴/4! − x⁶/6! + …

Again, the series converges for all real x and is symmetric.

该级数同样对所有实数 x 收敛,且具有对称性。


7. Expansion of ln(1 + x) | ln(1 + x) 的麦克劳林展开

The function ln(1 + x) is defined for x > −1. Its derivatives at 0 give a series that only converges for −1 < x ≤ 1.

ln(1 + x) 在 x > −1 时有定义。其 0 处的导数给出的级数只在 −1 < x ≤ 1 收敛。

ln(1 + x) = x − x²/2 + x³/3 − x⁴/4 + …

Note the alternating signs and no factorial in the denominator.

注意正负交替,且分母没有阶乘。


8. Expansion of (1 + x)ⁿ (Binomial Series) | (1 + x)ⁿ 的二项式展开

For any real n, the Maclaurin series gives the general binomial expansion:

对任意实数 n,麦克劳林展开给出一般二项式级数:

(1 + x)ⁿ = 1 + nx + n(n−1)x²/2! + n(n−1)(n−2)x³/3! + …

This is valid for |x| < 1. When n is a positive integer, the series terminates and becomes the familiar binomial theorem.

该式在 |x| < 1 时成立。当 n 为正整数时,级数终止,成为熟悉的二项式定理。


9. How to Derive a Maclaurin Series Step by Step | 如何逐步推导麦克劳林级数

1. Find f(0).
2. Differentiate repeatedly to find f'(0), f”(0), f”'(0), …
3. Substitute into the formula.
4. Look for a pattern and write the series in sigma notation if possible.

1. 计算 f(0)。
2. 反复求导得到 f'(0), f”(0), f”'(0)……
3. 代入公式。
4. 寻找规律,并尽可能用求和符号表示。

Practice on simple functions like eˣ, sin x, and (1+x)⁻¹ to build confidence.

通过练习 eˣ、sin x、(1+x)⁻¹ 等简单函数来建立信心。


10. Convergence and the Interval of Validity | 收敛性与有效区间

Not all Maclaurin series converge for all x. For example, ln(1+x) converges only when −1 < x ≤ 1. The ratio test is often used to find the radius of convergence.

并非所有麦克劳林级数都对任意 x 收敛。例如 ln(1+x) 只在 −1 < x ≤ 1 收敛。通常使用比值判别法求收敛半径。

Notice that eˣ, sin x, and cos x converge for all real x, making them entire functions.

注意到 eˣ、sin x 和 cos x 对所有实数 x 收敛,它们是整函数。


11. Applications in Physics and Engineering | 在物理与工程中的应用

Maclaurin series allow scientists to simplify complex models, for instance:

  • Small-angle approximation: sin x ≈ x (radians), cos x ≈ 1 − x²/2.
  • Relativistic energy expansion for low speeds.
  • Pendulum period correction.

麦克劳林级数使科学家能够简化复杂模型,例如:

  • 小角近似:sin x ≈ x(弧度),cos x ≈ 1 − x²/2。
  • 低速下的相对论能量展开。
  • 单摆周期的修正。

12. Common Mistakes to Avoid | 常见错误与避免方法

Students often forget the factorial denominators, or they incorrectly evaluate derivatives at 0. Another pitfall is using a series outside its interval of convergence, leading to nonsense results.

学生经常忘记分母的阶乘,或者在 0 处求导时出错。另一个陷阱是将级数用在收敛区间之外,导致荒谬的结果。

Always check f(0) exists and the function is infinitely differentiable at 0.

务必检查 f(0) 是否存在,且函数在 0 处无限次可导。


Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version