Maclaurin Series Expansion: Key Exam Points | 麦克劳林展开考点精讲

📚 Maclaurin Series Expansion: Key Exam Points | 麦克劳林展开考点精讲

The Maclaurin series is a powerful tool for expressing functions as infinite polynomials, central to the IB and OCR A-Level Mathematics curriculum. Mastering it unlocks a wide range of problem-solving techniques, from approximating tricky functions to evaluating limits and solving differential equations. This article breaks down the essential concepts, standard expansions, error analysis, and exam-style strategies to help you approach Maclaurin series questions with confidence.

麦克劳林级数是将函数表示为无穷多项式的重要工具,在IB和OCR A-Level数学课程中占有核心地位。掌握麦克劳林展开能够解锁各种解题技巧,包括近似复杂函数、求极限以及求解微分方程。本文深入剖析基本概念、标准展开式、误差分析及考试常见题型,帮助你自信应对麦克劳林级数相关问题。


1. Definition and the Fundamental Formula | 定义与基本公式

A Maclaurin series is a Taylor series expansion of a function about x = 0. Provided the function f is infinitely differentiable at 0, the series is given by f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … + f⁽ⁿ⁾(0)xⁿ/n! + … . In sigma notation, it is expressed as Σₙ₌₀∞ f⁽ⁿ⁾(0)xⁿ/n!.

麦克劳林级数是函数在 x = 0 处的泰勒级数展开。只要函数 f 在 0 处无限可微,该级数就可表示为 f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … + f⁽ⁿ⁾(0)xⁿ/n! + … 。用求和符号可写成 Σₙ₌₀∞ f⁽ⁿ⁾(0)xⁿ/n!。

To generate the series, you repeatedly differentiate the function and evaluate at zero. The coefficients are determined entirely by the derivatives at 0. For example, if f(x) = eˣ, then f⁽ⁿ⁾(0) = 1 for all n, giving the familiar series 1 + x + x²/2! + x³/3! + … .

生成级数的方法是反复对函数求导并代入 x = 0 计算。系数完全由函数在 0 处的各阶导数决定。例如,对于 f(x) = eˣ,f⁽ⁿ⁾(0) = 1 对所有的 n 成立,从而得到熟悉的级数 1 + x + x²/2! + x³/3! + …。


2. Standard Maclaurin Expansions to Memorise | 必须熟记的标准展开式

IB and OCR exams expect instant recall of several key series. The most critical ones are: eˣ = Σₙ₌₀∞ xⁿ/n!; sin x = Σₙ₌₀∞ (-1)ⁿx²ⁿ⁺¹/(2n+1)!; cos x = Σₙ₌₀∞ (-1)ⁿx²ⁿ/(2n)!; ln(1+x) = Σₙ₌₁∞ (-1)ⁿ⁺¹xⁿ/n, valid for -1 < x ≤ 1; and the binomial series (1+x)ᵅ = 1 + αx + α(α-1)x²/2! + ... , converging for |x| < 1.

IB 和 OCR 考试要求能够迅速写出几个关键级数。最重要的有:eˣ = Σₙ₌₀∞ xⁿ/n!;sin x = Σₙ₌₀∞ (-1)ⁿx²ⁿ⁺¹/(2n+1)!;cos x = Σₙ₌₀∞ (-1)ⁿx²ⁿ/(2n)!;ln(1+x) = Σₙ₌₁∞ (-1)ⁿ⁺¹xⁿ/n,收敛域为 -1 < x ≤ 1;以及二项式级数 (1+x)ᵅ = 1 + αx + α(α-1)x²/2! + ...,在 |x| < 1 时收敛。

Function f(x) Maclaurin Series Radius of Convergence
1 + x + x²/2! + x³/3! + …
sin x x – x³/3! + x⁵/5! – …
cos x 1 – x²/2! + x⁴/4! – …
ln(1+x) x – x²/2 + x³/3 – x⁴/4 + … 1
(1+x)ᵅ 1 + αx + α(α-1)x²/2! + … 1

Using these as building blocks makes it far easier to handle composite functions—simply substitute and simplify. For instance, the series for e⁻ˣ² is obtained by replacing x with -x² in the expansion of eˣ.

把这些基础展开式作为“积木”,处理复合函数就会容易得多——只需代入并化简即可。例如,将 eˣ 展开式中的 x 替换为 -x²,就能得到 e⁻ˣ² 的级数。


3. Expanding Composite Functions by Substitution | 通过代换展开复合函数

When a function can be seen as a standard series composed with a power of x or a simple linear term, substitution works efficiently. To find the Maclaurin series of sin(3x) up to x⁵, simply replace x by 3x in the sine series: sin(3x) ≈ 3x – (3x)³/3! + (3x)⁵/5! = 3x – 9x³/2 + 81x⁵/40.

当函数可视为标准级数与 x 的幂或简单线性项复合时,代换法非常高效。要求 sin(3x) 的麦克劳林级数(到 x⁵),只需将正弦级数中的 x 替换为 3x:sin(3x) ≈ 3x – (3x)³/3! + (3x)⁵/5! = 3x – 9x³/2 + 81x⁵/40。

This technique also applies to products that can be handled by multiplying series term by term, but only up to the required power. For f(x) = eˣ cos x, you can multiply the expansions of eˣ and cos x, collecting terms up to the specified degree. Always truncate any term whose degree exceeds the question’s limit.

该技巧也适用于乘积函数,此时可通过逐项相乘两个级数来处理,但只需乘到所需次数为止。对于 f(x) = eˣ cos x,你可以将 eˣ 和 cos x 的展开式逐项相乘,收集到指定次数的项。务必舍弃所有次数超过题目要求的项。


4. Differentiation Method for Generating a Series | 逐阶求导法生成级数

When substitution is not straightforward, directly computing derivatives is the safe route. For f(x) = sec x, you would calculate f(0)=1, f'(0)=0, f”(0)=1, f”'(0)=0, f⁽⁴⁾(0)=5, and so on. Then assemble the series as 1 + 1·x²/2! + 5·x⁴/4! + … = 1 + x²/2 + 5x⁴/24 + … .

当代换并不直接时,直接计算导数是最稳妥的方法。对于 f(x) = sec x,你可以求出 f(0)=1, f'(0)=0, f”(0)=1, f”'(0)=0, f⁽⁴⁾(0)=5 等,然后组合成级数:1 + 1·x²/2! + 5·x⁴/4! + … = 1 + x²/2 + 5x⁴/24 + …。

IB and OCR problems often ask for the first few non-zero terms, so paying attention to odd/even symmetry simplifies the work. Even functions like cos x and sec x only contain even powers, while odd functions like sin x and tan x only contain odd powers.

IB 和 OCR 的题目经常要求写出前几个非零项,因此注意奇偶对称性可以简化计算。偶函数如 cos x 和 sec x 只含偶次幂,而奇函数如 sin x 和 tan x 只含奇次幂。


5. Approximating Functions and Definite Integrals | 近似函数与定积分

One of the most practical uses of Maclaurin series is estimating function values and integrals that lack elementary antiderivatives. For example, to estimate ∫₀⁰·² e⁻ˣ² dx, you first expand e⁻ˣ² = 1 – x² + x⁴/2! – x⁶/3! + … , integrate termwise, and then evaluate the resulting polynomial at the upper bound.

麦克劳林级数最实用的应用之一是估算函数值以及无法用初等原函数表达的积分。例如,估算 ∫₀⁰·² e⁻ˣ² dx,可先将 e⁻ˣ² 展开为 1 – x² + x⁴/2! – x⁶/3! + …,再逐项积分,最后将求得的多项式在上限处求值。

∫₀⁰·² e⁻ˣ² dx ≈ [x – x³/3 + x⁵/10 – x⁷/42 + …]₀⁰·² ≈ 0.2 – 0.008/3 + 0.00032/10 ≈ 0.1974

The error decreases as you include more terms, which leads naturally to the question of how many terms are needed for a desired accuracy. This is where the Lagrange remainder becomes essential.

随着项数增加,误差减小,这自然引出一个问题:要达到指定精度需要取多少项?这正是拉格朗日余项发挥作用的地方。


6. Error Estimation and Lagrange Remainder | 误差估计与拉格朗日余项

The Maclaurin polynomial of degree n, Pₙ(x), is only an approximation to f(x). The error, or remainder, Rₙ(x) = f(x) – Pₙ(x), can be bounded using Lagrange’s form: Rₙ(x) = f⁽ⁿ⁺¹⁾(c) xⁿ⁺¹/(n+1)! for some c between 0 and x. The IB and OCR syllabi require you to find an upper bound for this remainder.

n 阶麦克劳林多项式 Pₙ(x) 只是 f(x) 的近似。误差,即余项 Rₙ(x) = f(x) – Pₙ(x),可用拉格朗日形式给出上界:对于某个介于 0 与 x 之间的 c,Rₙ(x) = f⁽ⁿ⁺¹⁾(c) xⁿ⁺¹/(n+1)!。IB 和 OCR 教学大纲要求能够求出该余项的上界。

To bound |Rₙ(x)|, find the maximum possible value of |f⁽ⁿ⁺¹⁾(c)| on the interval between 0 and x. For eˣ, the derivative is always eˣ, so on [0, 0.5] the maximum is e⁰·⁵ < 1.65. This gives a concrete numerical bound for the error when approximating √e by a quadratic polynomial.

要求出 |Rₙ(x)| 的上界,需要找到 |f⁽ⁿ⁺¹⁾(c)| 在 0 到 x 区间上的最大可能值。对于 eˣ,其导数始终为 eˣ,因此在 [0, 0.5] 上最大值为 e⁰·⁵ < 1.65。这为用二次多项式近似 √e 时的误差提供了一个具体的数值上界。


7. Radius and Interval of Convergence | 收敛半径与收敛区间

Not every Maclaurin series converges for all x. The series for ln(1+x) converges only when -1 < x ≤ 1. The radius of convergence R can be found using the ratio test: R = lim |aₙ/aₙ₊₁| if the limit exists. For the binomial series (1+x)ᵅ, R = 1, meaning the expansion is only valid for |x| < 1.

并非每个麦克劳林级数对所有 x 都收敛。ln(1+x) 的级数仅在 -1 < x ≤ 1 时收敛。收敛半径 R 可通过比值判别法求得:若极限存在,则 R = lim |aₙ/aₙ₊₁|。对于二项式级数 (1+x)ᵅ,R = 1,这意味着展开式仅在 |x| < 1 时成立。

IB and OCR examination questions frequently test the range of validity. When you are asked to expand 1/(1+2x) and then approximate something at x = -0.4 or x = 1, you must check whether the chosen x lies within the interval of convergence. Using the series outside its validity gives meaningless results.

IB 和 OCR 考试经常考查有效性范围。当你被要求展开 1/(1+2x) 并在 x = -0.4 或 x = 1 处近似时,必须检查所选 x 是否落在收敛区间内。在有效范围之外使用级数会得到无意义的结果。


8. Evaluating Limits Using Maclaurin Series | 用麦克劳林级数求极限

Series expansions transform indeterminate limits into straightforward algebraic evaluations. A classic limit is limₓ→₀ (sin x – x)/x³. Expanding sin x = x – x³/6 + x⁵/120 – … leads to ( -x³/6 + … )/x³ = -1/6 + O(x²), so the limit is -1/6.

级数展开能够将未定式极限化为直接的代数求值。经典的极限例子是 limₓ→₀ (sin x – x)/x³。展开 sin x = x – x³/6 + x⁵/120 – …,得 ( -x³/6 + … )/x³ = -1/6 + O(x²),所以极限为 -1/6。

When faced with a complex fraction like (eˣ – 1 – x)/x², writing eˣ = 1 + x + x²/2 + x³/6 + … simplifies it to (x²/2 + …)/x² = 1/2 + O(x). This method is far more elegant and less error-prone than applying L’Hôpital’s rule multiple times.

遇到复杂分式如 (eˣ – 1 – x)/x² 时,写出 eˣ = 1 + x + x²/2 + x³/6 + …,可化简为 (x²/2 + …)/x² = 1/2 + O(x)。这种方法比多次使用洛必达法则更加优雅,也更不易出错。


9. Solving Differential Equations with Series | 用级数求解微分方程

When a differential equation cannot be solved by standard integration methods, assuming a series solution y = Σ aₙ xⁿ and substituting it into the differential equation allows you to find a recurrence relation for the coefficients. This is a tested skill in IB Higher Level and OCR Further Mathematics.

当微分方程无法用常规积分方法求解时,可假设一个级数解 y = Σ aₙ xⁿ,将其代入微分方程,从而得到系数的递推关系。这是 IB 高级水平和 OCR 进阶数学中会考查的技能。

For example, solving y’ = 2xy with y(0) = 1 by substituting the series gives Σ n aₙ xⁿ⁻¹ = Σ 2 aₙ xⁿ⁺¹. Shifting indices and equating coefficients yields a₀ = 1, a₁ = 0, a₂ = 1, a₃ = 0, a₄ = 1/2, … which precisely matches the expansion of eˣ².

例如,用级数代入法求解 y’ = 2xy,y(0) = 1,可得 Σ n aₙ xⁿ⁻¹ = Σ 2 aₙ xⁿ⁺¹。移动下标并匹配系数,得 a₀ = 1, a₁ = 0, a₂ = 1, a₃ = 0, a₄ = 1/2, …,这与 eˣ² 的展开式完全吻合。


10. Exam Strategy and Common Pitfalls | 考试策略与常见误区

IB and OCR mark schemes heavily reward systematic working. Always clearly state the general formula and show the evaluation of at least the first two or three derivatives when deriving a series. If using substitution from a standard series, state the standard series first and then perform the substitution in a separate line.

IB 和 OCR 的评分标准非常看重解题步骤的系统性。在推导级数时,一定要清晰写出一般公式,并至少展示前两三个导数的计算过程。如果使用标准级数进行代换,应先写出标准级数,再另起一行进行代换。

Common mistakes include forgetting the factorial denominators, miscounting powers when substituting into sine or cosine series, and neglecting to check the domain of validity. Also, when approximating integrals, ensure you integrate the series before substituting the limits—many students incorrectly apply the limits to the series termwise without integrating first.

常见错误包括忘记阶乘分母、代入正弦或余弦级数时数错幂次,以及忽略检验有效范围。此外,在近似积分时,务必先对级数积分再代入上下限——许多学生错误地先将上下限代入级数各项,而没有事先积分。

The Maclaurin series is an indispensable analytical tool that reappears across calculus, complex numbers, and even differential equations in further studies. A deep understanding of its derivation, manipulation, and limitations will serve you well beyond the final exam.

麦克劳林级数是一种不可或缺的分析工具,在微积分、复数乃至进阶学习中的微分方程等章节都会反复出现。深入理解其推导、操作和局限性,将使你受益终身,远不止于期末考试。

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课程辅导,国外大学本科硕士研究生博士课程论文辅导

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