📚 IB Math: Maclaurin Series Essentials | IB 数学:麦克劳林展开 考点精讲
The Maclaurin series is one of the most powerful tools in the IB Higher Level analysis syllabus, linking differentiation, sequences and series, and limits. It allows us to represent a differentiable function as an infinite sum of powers of x, centered at 0. Mastery of Maclaurin expansions not only helps in tackling dedicated series questions but also provides elegant shortcuts for evaluating limits, approximating function values, and solving differential equations.
麦克劳林级数是 IB 高等数学分析课程中最有力的工具之一,它将微分、数列与级数以及极限紧密联系起来。麦克劳林展开可以将任意可微函数表示为关于 x 的幂次无穷和,展开中心在 0 点。掌握麦克劳林展开不仅有助于解决专门的级数问题,还能为计算极限、近似函数值以及求解微分方程提供简洁的解题捷径。
1. What is a Maclaurin Series? | 什么是麦克劳林级数?
A Maclaurin series is a Taylor series expansion of a function about 0. If a function f(x) is infinitely differentiable at x = 0, its Maclaurin series is defined as the infinite polynomial that matches the value of f and all its derivatives at x = 0. The series provides a local approximation that can converge to the function itself within its interval of convergence.
麦克劳林级数是泰勒级数在 x=0 处的展开。若函数 f(x) 在 x=0 处无限可微,则它的麦克劳林级数被定义为在 x=0 处与 f 及其所有导数均匹配的无穷多项式。该级数给出一个局部近似,在其收敛区间内能够收敛到原函数本身。
The core idea is to write f(x) = Σₙ₌₀^∞ aₙ xⁿ and determine the coefficients aₙ by evaluating the derivatives at 0: aₙ = f⁽ⁿ⁾(0)/n!. This turns differentiation data into algebraic form.
核心思想是将函数写成 f(x) = Σₙ₌₀^∞ aₙ xⁿ,并通过在 0 点求导来确定系数 aₙ = f⁽ⁿ⁾(0)/n!。这就把微分信息转化成了代数形式。
2. Derivation and General Formula | 推导与一般公式
Assume f can be written as f(x) = a₀ + a₁x + a₂x² + a₃x³ + … . Setting x = 0 gives a₀ = f(0). Differentiating term by term: f'(x) = a₁ + 2a₂x + 3a₃x² + … , so f'(0) = a₁. Continuing, f”(0) = 2! a₂, f”'(0) = 3! a₃, and in general f⁽ⁿ⁾(0) = n! aₙ. This yields the general Maclaurin coefficient formula.
假设 f 可写成 f(x) = a₀ + a₁x + a₂x² + a₃x³ + …,令 x=0 即得 a₀ = f(0)。逐项求导:f'(x) = a₁ + 2a₂x + 3a₃x² + …,因此 f'(0) = a₁。继续求导可得 f”(0) = 2! a₂,f”'(0) = 3! a₃,一般地 f⁽ⁿ⁾(0) = n! aₙ。由此得出通用的麦克劳林系数公式。
f(x) = Σₙ₌₀^∞ f⁽ⁿ⁾(0)/n! xⁿ
The series is often written with the first few terms explicitly: f(x) = f(0) + f'(0)x + f”(0)/2! x² + f”'(0)/3! x³ + … + f⁽ⁿ⁾(0)/n! xⁿ + … . This formula is the foundation for all standard expansions.
级数通常也写成前几项的显式形式:f(x) = f(0) + f'(0)x + f”(0)/2! x² + f”'(0)/3! x³ + … + f⁽ⁿ⁾(0)/n! xⁿ + … 。这一公式是所有标准展开式的基础。
3. Common Maclaurin Expansions | 常见函数的麦克劳林展开式
The IB syllabus expects you to know the expansions of eˣ, sin x, cos x, ln(1+x), and (1+x)ᵅ off by heart. Recognising these patterns and their intervals of convergence is essential for exam success. The table below summarises the key series.
IB 大纲要求熟记 eˣ, sin x, cos x, ln(1+x) 以及 (1+x)ᵅ 的展开式。牢记这些展开式的规律及其收敛区间对于考试至关重要。下表总结了这些关键级数。
| Function | Maclaurin Series / 麦克劳林展开 | Interval of Convergence / 收敛区间 |
|---|---|---|
| eˣ | Σₙ₌₀^∞ xⁿ/n! = 1 + x + x²/2! + x³/3! + … | all x (所有实数) |
| sin x | Σₙ₌₀^∞ (-1)ⁿ x²ⁿ⁺¹/(2n+1)! = x – x³/3! + x⁵/5! – … | all x |
| cos x | Σₙ₌₀^∞ (-1)ⁿ x²ⁿ/(2n)! = 1 – x²/2! + x⁴/4! – … | all x |
| ln(1+x) | Σₙ₌₁^∞ (-1)ⁿ⁻¹ xⁿ/n = x – x²/2 + x³/3 – x⁴/4 + … | -1 < x ≤ 1 |
| 1/(1-x) | Σₙ₌₀^∞ xⁿ = 1 + x + x² + x³ + … | |x| < 1 |
| (1+x)ᵅ | 1 + αx + α(α-1)/2! x² + α(α-1)(α-2)/3! x³ + … | |x| < 1 (unless α ∈ ℕ) |
Note that for ln(1+x) the endpoint x = 1 gives the alternating harmonic series, which converges conditionally. The geometric series for 1/(1-x) is a foundational building block for many manipulations.
请注意 ln(1+x) 在端点 x=1 处给出的是条件收敛的交错调和级数。1/(1-x) 的几何级数是许多级数运算的基础构件。
4. Convergence and the Ratio Test | 收敛性与比值审敛法
To find the radius of convergence R for a Maclaurin series Σ aₙ xⁿ, apply the ratio test: L = limₙ→∞ |aₙ₊₁/aₙ| |x|. The series converges absolutely when L < 1, which gives |x| < R = 1/limₙ→∞ |aₙ₊₁/aₙ|. The endpoints must be tested separately using p-series, alternating series test, or other tests.
求麦克劳林级数 Σ aₙ xⁿ 的收敛半径 R,需使用比值审敛法:L = limₙ→∞ |aₙ₊₁/aₙ| |x|。当 L < 1 时级数绝对收敛,由此得出 |x| < R = 1/limₙ→∞ |aₙ₊₁/aₙ|。端点则需单独使用 p 级数、交错级数或其它判别法检验。
For eˣ, sin x, and cos x, the ratio test shows R = ∞, meaning the series converge for all real x. For the geometric series, lim |aₙ₊₁/aₙ| = 1, so R = 1. The expansion for ln(1+x) also has R = 1, and at x = 1 convergence is conditional while at x = -1 it diverges.
对 eˣ、sin x 和 cos x,比值法给出 R = ∞,即级数对所有实数均收敛。几何级数的 lim |aₙ₊₁/aₙ| = 1,故 R = 1。ln(1+x) 的展开半径也为 1,在 x=1 处条件收敛,而在 x=-1 处发散。
5. Substitution and Manipulation | 代入与级数操作
Once you know the basic expansions, you can obtain new series by substituting into existing ones. For example, replace x with -x in eˣ to get e⁻ˣ = Σ (-1)ⁿ xⁿ/n!. For e^(x²), substitute x²: e^(x²) = Σ x²ⁿ/n!. For sin(2x), use 2x in the sin series: sin(2x) = Σ (-1)ⁿ (2x)²ⁿ⁺¹/(2n+1)!.
一旦掌握了基本展开式,就可以通过代入得到新的级数。例如,在 eˣ 中将 x 替换为 -x 得到 e⁻ˣ = Σ (-1)ⁿ xⁿ/n!。对于 e^(x²),替换 x² 可得 e^(x²) = Σ x²ⁿ/n!。对于 sin(2x),把 2x 代入 sin 级数:sin(2x) = Σ (-1)ⁿ (2x)²ⁿ⁺¹/(2n+1)!。
You can also multiply or divide series, though the IB usually keeps this to the first few terms. For example, to find the Maclaurin series for x/(eˣ-1) up to x³, expand eˣ = 1 + x + x²/2! + x³/3! + …, then use long division or substitution. Always consider the domain: substituting x² into 1/(1-x) gives 1/(1-x²) = Σ x²ⁿ, valid for |x|<1.
你也可以进行级数的乘除运算,但 IB 通常只要求前几项。例如求 x/(eˣ-1) 到 x³ 的麦克劳林级数,可展开 eˣ = 1 + x + x²/2! + x³/3! + …,再使用长除法或代入法。时刻注意定义域:将 x² 代入 1/(1-x) 得到 1/(1-x²) = Σ x²ⁿ,有效区为 |x|<1。
6. Limits Using Maclaurin Series | 用麦克劳林级数求极限
Maclaurin expansions turn complicated limits into simple algebraic ones. For a limit as x → 0, substitute the series for each function, cancel higher-order terms, and evaluate. This technique is often faster than L’Hôpital’s rule and avoids repeated differentiation.
麦克劳林展开能将复杂的极限转化为简单的代数极限。对于 x→0 的极限,代入各个函数的级数,消去高阶项后求值即可。这种方法通常比洛必达法则更快,且能避免反复求导。
Example: limₓ→₀ (eˣ – 1 – x)/x². Use eˣ = 1 + x + x²/2! + x³/3! + … . Then eˣ – 1 – x = x²/2 + x³/6 + … . Dividing by x² gives 1/2 + x/6 + … , so the limit is 1/2.
示例:limₓ→₀ (eˣ – 1 – x)/x²。利用 eˣ = 1 + x + x²/2! + x³/3! + …,有 eˣ – 1 – x = x²/2 + x³/6 + …,除以 x² 得 1/2 + x/6 + …,故极限为 1/2。
Another classic: limₓ→₀ (sin x – x)/x³ = -1/6, obtained by expanding sin x = x – x³/6 + … . The key is to expand to a sufficient number of terms so that the lowest-degree non-vanishing term remains.
另一个经典例子:limₓ→₀ (sin x – x)/x³ = -1/6,通过展开 sin x = x – x³/6 + … 得出。关键在于要展开到足够多项,确保最低次非零项保留下来。
7. Approximations and Estimation | 近似计算与估计
A truncated Maclaurin series provides a polynomial approximation that works well near x = 0. For instance, using the first four terms of eˣ, e^0.2 ≈ 1 + 0.2 + (0.2)²/2 + (0.2)³/6 = 1 + 0.2 + 0.02 + 0.001333… = 1.221333…, which is very close to the true value e^0.2 ≈ 1.22140275.
截断的麦克劳林级数能给出一个在 x=0 附近效果良好的多项式近似。例如,取 eˣ 前四项,e^0.2 ≈ 1 + 0.2 + (0.2)²/2 + (0.2)³/6 = 1 + 0.2 + 0.02 + 0.001333… = 1.221333…,这与真实值 e^0.2 ≈ 1.22140275 非常接近。
The IB often asks to estimate the value of a function and bound the error using the Lagrange remainder or the next term (alternating series). Approximating sin(0.1) by 0.1 – (0.1)³/6 = 0.1 – 0.0001667 = 0.0998333, while the true value is 0.0998334, shows how just a couple of terms give remarkable accuracy.
IB 考试经常要求估算函数值,并利用拉格朗日余项或交错级数的下一项来估计误差。用 0.1 – (0.1)³/6 = 0.1 – 0.0001667 = 0.0998333 近似 sin(0.1),而真实值为 0.0998334,可见仅用两项就已极为精确。
8. Differentiation and Integration of Series | 级数的逐项求导与积分
A Maclaurin series can be differentiated or integrated term by term within its interval of convergence. This is a legitimate operation because power series converge uniformly inside their radius of convergence. For example, starting from the geometric series 1/(1-x) = Σ xⁿ for |x|<1, integrating gives -ln(1-x) = Σ xⁿ⁺¹/(n+1), which leads to the Maclaurin series for ln(1+x) after variable substitution.
在收敛区间内,麦克劳林级数可以逐项求导或逐项积分。这是因为幂级数在收敛半径内部一致收敛。例如,从几何级数 1/(1-x) = Σ xⁿ(|x|<1)出发,积分得到 -ln(1-x) = Σ xⁿ⁺¹/(n+1),经变量代换即可得到 ln(1+x) 的麦克劳林级数。
Similarly, differentiating the series for sin x gives cos x: derivative of x – x³/3! + x⁵/5! – … is 1 – x²/2! + x⁴/4! – …, which matches the Maclaurin series for cos x exactly. This demonstrates internal consistency and is a frequently tested concept.
同理,对 sin x 的级数求导可得 cos x:x – x³/3! + x⁵/5! – … 的导数为 1 – x²/2! + x⁴/4! – …,恰好与 cos x 的麦克劳林级数一致。这展示了内部自洽性,也是一个常考的概念。
9. Error Analysis: Lagrange Remainder | 误差分析:拉格朗日余项
When truncating a Maclaurin series after n terms, the error Rₙ(x) (or remainder) can be expressed using the Lagrange form. There exists a number c between 0 and x such that:
当把麦克劳林级数截断至 n 项时,误差 Rₙ(x)(或称余项)可以用拉格朗日余项形式表达。存在介于 0 与 x 之间的数 c,使得:
Rₙ(x) = f⁽ⁿ⁺¹⁾(c) / (n+1)! xⁿ⁺¹
For alternating series satisfying the Leibniz criteria, a simpler error bound is available: the error is less than the absolute value of the first omitted term. This is especially useful for sin x and cos x expansions.
对于满足莱布尼茨判别法的交错级数,存在更简单的误差界:误差小于被省略的第一项的绝对值。这对于 sin x 和 cos x 的展开尤为实用。
In exam problems, you may be asked to determine the smallest n such that the error in approximating e^0.5 by its nth-degree Maclaurin polynomial is less than 0.001. This involves bounding the remainder and solving for n.
在考试题目中,可能会要求找出最小的 n,使得用 n 次麦克劳林多项式近似 e^0.5 的误差小于 0.001。这需要对余项进行上界估算并求解 n。
10. Exam Strategies and Common Pitfalls | 考试策略与常见错误
First, memorise the standard expansions exactly. Many problems hinge on recognising that a given series is a variation of eˣ, sin x, or ln(1+x). Always check the interval of convergence and state it explicitly when required. The ratio test is your go-to tool for finding the radius.
第一,精确记忆标准展开式。许多问题的关键在于识别出给定的级数是 eˣ、sin x 或 ln(1+x) 的变体。务必检查收敛区间,并在需要时明确写出。比值审敛法是求收敛半径的首选工具。
Watch out for: forgetting the alternating signs in sin and cos, using the wrong index start for ln(1+x) (it starts at n=1), and ignoring absolute values in error bounds. When substituting, ensure the new variable keeps the series within its radius. Don’t mix up Maclaurin (a=0) with a general Taylor series unless requested.
要注意:漏掉 sin 和 cos 中的交错符号、记错 ln(1+x) 的起始索引(从 n=1 开始)、以及误差界中忽略绝对值。代入变量时,要确保新变量使级数仍在其半径内。除非题目要求,不要将麦克劳林级数(a=0)与一般泰勒级数混淆。
Finally, practice writing series in sigma notation. Being fluent in both expanded and sigma form will save time and reduce mistakes. When a limit problem looks messy, try a series expansion first — it often reveals the answer in one line.
最后,多练习用 sigma 符号书写级数。能熟练在展开形式与 sigma 形式间切换将节省时间并减少错误。当遇到复杂的极限问题时,优先尝试级数展开——往往一行就能得出答案。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导