📚 Maclaurin Series Exam Essentials | 麦克劳林展开 考点精讲
The Maclaurin series is a powerful tool in calculus that expresses a function as an infinite sum of terms calculated from its derivatives at a single point – zero. In WJEC A-level and IB Mathematics: Analysis and Approaches (HL), a solid grasp of the Maclaurin expansion is essential for tackling power series questions, approximations, and limit evaluations. This guide consolidates the key concepts, standard expansions, convergence tests, and common pitfalls to help you master this topic with confidence.
麦克劳林级数是微积分中一个强大的工具,它将一个函数表示为在单点零处由其各阶导数计算出的无穷多项之和。在 WJEC A-level 和 IB 数学分析与方法 (HL) 中,牢固掌握麦克劳林展开对于解决幂级数问题、近似计算和极限求值至关重要。本指南汇总了核心概念、标准展开式、收敛性检验以及常见易错点,帮助你自信掌握这一专题。
1. Definition of the Maclaurin Series | 麦克劳林级数的定义
The Maclaurin series of a function f(x) is its Taylor series expansion about x = 0. If f is infinitely differentiable at x = 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! + …
函数 f(x) 的麦克劳林级数是在 x = 0 处的泰勒级数展开。若 f 在 x = 0 处无穷可导,则级数公式为 f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … + f⁽ⁿ⁾(0)xⁿ/n! + …
The general term is aₙ = f⁽ⁿ⁾(0)/n! · xⁿ, where f⁽ⁿ⁾(0) denotes the n-th derivative evaluated at 0.
通项为 aₙ = f⁽ⁿ⁾(0)/n! · xⁿ,其中 f⁽ⁿ⁾(0) 表示在 0 处的第 n 阶导数。
Key requirement: The function must have derivatives of all orders at x = 0. For some functions, the series converges to the function only within a certain radius of convergence.
关键要求:函数在 x = 0 处必须具有所有阶导数。对某些函数,级数仅在一定收敛半径内收敛于原函数。
Standard notation uses f⁽⁰⁾(0) = f(0). The symbol (n) in parentheses avoids confusion with powers.
标准记号使用 f⁽⁰⁾(0) = f(0),括号中的 (n) 用来与幂次区分。
2. Step-by-Step Derivation | 逐步推导过程
To find a Maclaurin series for a given function, follow four systematic stages. First, compute the function’s value and its successive derivatives at x = 0. Second, detect a pattern in the derivatives. Third, write the general n-th term. Finally, sum the terms and include the notation “+ …”.
为给定函数求取麦克劳林级数,遵循四个系统步骤。首先计算函数在 x = 0 处的值及其逐阶导数值;接着观察导数规律;第三步写出通项公式;最后将各项相加并加上 “+ …” 记号。
- Step 1: Evaluate f(0), f'(0), f”(0), f”'(0), …
- 第1步:求出 f(0), f'(0), f”(0), f”'(0), …
- Step 2: Identify recurrence or pattern in the sequence of derivatives.
- 第2步:识别导数序列中的递推规律或模式。
- Step 3: Formulate f⁽ⁿ⁾(0) in terms of n.
- 第3步:用 n 表示 f⁽ⁿ⁾(0)。
- Step 4: Substitute into the Maclaurin formula: ∑ [f⁽ⁿ⁾(0)/n!] xⁿ.
- 第4步:代入麦克劳林公式:∑ [f⁽ⁿ⁾(0)/n!] xⁿ。
Worked example: f(x) = eˣ. All derivatives equal eˣ, so f⁽ⁿ⁾(0) = 1. Thus the series is 1 + x + x²/2! + x³/3! + … = ∑ xⁿ/n!.
实例演算:f(x) = eˣ。所有阶导数均为 eˣ,因此 f⁽ⁿ⁾(0) = 1。级数为 1 + x + x²/2! + x³/3! + … = ∑ xⁿ/n!。
3. Standard Maclaurin Series You Must Memorise | 必须熟记的标准麦克劳林级数
Exam success demands instant recall of the following expansions. These are the bedrock of WJEC and IB questions on series manipulation, differentiation, and integration of series.
考试成功要求你对以下展开式熟记于心。它们是 WJEC 和 IB 有关级数运算、级数求导与积分题目的基石。
| Function f(x) | Maclaurin series | Convergence |
|---|---|---|
| eˣ | ∑ xⁿ/n! = 1 + x + x²/2! + x³/3! + … | all real x |
| sin x | ∑ (-1)ⁿ x²ⁿ⁺¹/(2n+1)! = x – x³/3! + x⁵/5! – … | all real x |
| cos x | ∑ (-1)ⁿ x²ⁿ/(2n)! = 1 – x²/2! + x⁴/4! – … | all real x |
| ln(1+x) | ∑ (-1)ⁿ⁺¹ xⁿ/n = x – x²/2 + x³/3 – … | -1 < x ≤ 1 |
| (1+x)ᵏ | 1 + kx + k(k-1)x²/2! + k(k-1)(k-2)x³/3! + … | |x| < 1 (or term. if k ∈ ℕ) |
When k is a positive integer, the binomial series terminates and becomes a finite polynomial – an important special case.
当 k 为正整数时,二项式级数会终止为有限多项式——这是一个重要的特殊情况。
4. Validity and Radius of Convergence | 有效性与收敛半径
Not every series converges for all x. The interval of convergence is critical. Use the ratio test or known intervals for standard functions.
并非所有级数对所有 x 都收敛。收敛区间至关重要。可使用比值判别法或已知标准函数的区间。
For ln(1+x), expansion is valid for -1 < x ≤ 1. The endpoint x = 1 gives the alternating harmonic series (converges), while x = -1 diverges. For the binomial series with non-integer k, convergence requires |x| < 1.
对于 ln(1+x),展开对 -1 < x ≤ 1 有效。端点 x = 1 给出交错调和级数(收敛),而 x = -1 发散。对于非整数 k 的二项式级数,收敛要求 |x| < 1。
The radius of convergence R is the distance from 0 to the nearest singularity in the complex plane. For many exam problems, you simply state the validity interval: e.g., “valid for |x| < 1".
收敛半径 R 是复平面上从 0 到最近奇点的距离。对多数考题,只需陈述有效区间,例如 “valid for |x| < 1"。
5. Composite Functions and Substitution | 复合函数与代换法
Many exam questions ask you to find a Maclaurin series for functions like e³ˣ, sin(2x), or ln(1 + x²). Instead of differentiating repeatedly, use substitution into standard series.
许多试题要求你寻找如 e³ˣ、sin(2x) 或 ln(1 + x²) 这类函数的麦克劳林级数。不必重复求导,可向标准级数中代换。
Example: To expand e⁻ˣ², substitute -x² into the series for eᵘ. e⁻ˣ² = 1 + (-x²) + (-x²)²/2! + … = 1 – x² + x⁴/2! – … . This method is quick and less error-prone.
示例:展开 e⁻ˣ²,将 -x² 代入 eᵘ 的级数中。e⁻ˣ² = 1 + (-x²) + (-x²)²/2! + … = 1 – x² + x⁴/2! – … 。此法快捷且不易出错。
Key caution: Always check the new validity interval. If the original series converges for |u| < R, then after substituting u = g(x), the new series converges for |g(x)| < R. For e⁻ˣ², the exponential series converges for all u, so valid for all x.
关键提醒:务必核查新的有效区间。若原级数对 |u| < R 收敛,代换 u = g(x) 后,新级数对 |g(x)| < R 收敛。对 e⁻ˣ²,指数级数对所有 u 收敛,故对一切 x 有效。
6. Term-by-Term Differentiation and Integration | 逐项求导与逐项积分
Within the interval of convergence, Maclaurin series can be differentiated and integrated term by term. This property yields series for related functions without starting from scratch.
在收敛区间内,麦克劳林级数可以逐项求导和逐项积分。这一性质让我们无需从头开始,就能得到相关函数的级数。
- Differentiation of sin x series gives cos x: d/dx (x – x³/3! + …) = 1 – x²/2! + … = cos x.
- sin x 级数的导数给出 cos x:d/dx (x – x³/3! + …) = 1 – x²/2! + … = cos x。
- Integration of 1/(1+x) series: ∫ (1 – x + x² – x³ + …) dx = x – x²/2 + x³/3 – … + C. Since the left integral is ln|1+x|, setting x=0 gives C=0 and recovers the ln(1+x) series (valid for |x|<1).
- 1/(1+x) 级数的积分:∫ (1 – x + x² – x³ + …) dx = x – x²/2 + x³/3 – … + C。左边积分为 ln|1+x|,令 x=0 得 C=0,恢复出 ln(1+x) 级数(对 |x|<1 有效)。
Term-by-term operations are legitimate only within the radius of convergence. Never differentiate or integrate term by term outside the interval of convergence without careful justification.
逐项运算仅在收敛半径内合法。在没有仔细论证的情况下,切勿在收敛区间外逐项求导或积分。
7. Binomial Series for Rational Powers | 有理数幂的二项式级数
The binomial series (1+x)ᵏ = 1 + kx + k(k-1)x²/2! + k(k-1)(k-2)x³/3! + … is particularly examinable for rational k, e.g., k = 1/2, -1/3. These produce infinite series that converge for |x| < 1.
二项式级数 (1+x)ᵏ = 1 + kx + k(k-1)x²/2! + k(k-1)(k-2)x³/3! + … 对有理数 k(如 k = 1/2, -1/3)是常见的考试热点。这些产生无穷级数,在 |x| < 1 时收敛。
Example: Find the Maclaurin series for √(1 – x) up to x³. Rewrite as (1 + (-x))¹/². Then terms: 1 + (1/2)(-x) + (1/2)(-1/2)(-x)²/2! + (1/2)(-1/2)(-3/2)(-x)³/3! = 1 – x/2 – x²/8 – x³/16 + …
示例:求 √(1 – x) 到 x³ 项的麦克劳林级数。改写为 (1 + (-x))¹/²。各项为:1 + (1/2)(-x) + (1/2)(-1/2)(-x)²/2! + (1/2)(-1/2)(-3/2)(-x)³/3! = 1 – x/2 – x²/8 – x³/16 + …
Always simplify coefficients and present the expansion in ascending powers of x. Marks are awarded for correct factorial and sign handling.
始终化简系数并按 x 的升幂形式呈现展开式。正确处理阶乘和符号即可得分。
8. Approximations and Error Estimation | 近似计算与误差估计
A truncated Maclaurin series provides a polynomial approximation. The accuracy improves as more terms are retained. For a convergent alternating series, the error is bounded by the magnitude of the next omitted term.
截断的麦克劳林级数给出多项式近似。保留的项数越多,精确度越高。对于收敛的交错级数,误差上界为下一个被略去项的绝对值。
Example: Use the first three non-zero terms of the sin x series to estimate sin(0.2). sin(0.2) ≈ 0.2 – (0.2)³/6 = 0.2 – 0.008/6 = 0.2 – 0.001333… = 0.198667. The next term (+0.2⁵/120 ≈ 0.00000267) is positive and very small, so the error is less than 0.0000027. Such bounding is often required in IB HL and WJEC questions.
示例:用 sin x 级数的前三个非零项估计 sin(0.2)。sin(0.2) ≈ 0.2 – (0.2)³/6 = 0.2 – 0.008/6 = 0.198667。下一项 (+0.2⁵/120 ≈ 0.00000267) 为正且非常小,故误差小于 0.0000027。这种误差界在 IB HL 与 WJEC 试题中常被要求。
For non-alternating series, Lagrange remainder or integral bounds are used. However, the alternating series estimation is the most common in this topic.
对非交错级数,可使用拉格朗日余项或积分上下界。但本专题最常见的是交错级数估计法。
9. Algebraic Manipulation of Series | 级数的代数运算
Questions often require adding, multiplying, or squaring series up to a specified order. Always work systematically up to the required power, discarding higher-order terms as you go.
题目常要求对级数进行加法、乘法或平方,并截断至指定阶数。务必系统性地运作到所需幂次,随时舍弃更高阶项。
To find the Maclaurin series for eˣ sin x up to x³: multiply the series (1 + x + x²/2 + x³/6 + …) and (x – x³/6 + …). Compute products: only terms up to x³ survive. Result = x + x² + (1/2 – 1/6)x³ + … = x + x² + x³/3 + …
求 eˣ sin x 到 x³ 的麦克劳林级数:将级数 (1 + x + x²/2 + x³/6 + …) 与 (x – x³/6 + …) 相乘。计算乘积:仅保留到 x³ 的项。结果为 x + x² + (1/2 – 1/6)x³ + … = x + x² + x³/3 + …
Substituting one series into another (composition) is rare but possible. Focus on simple products and linear combinations first.
将一个级数代入另一个级数(复合)少见但可行。优先关注简单的乘法和线性组合。
10. Using Maclaurin Series to Evaluate Limits | 利用麦克劳林级数求极限
When a limit yields the indeterminate form 0/0, expanding numerator and denominator as Maclaurin series often resolves the limit cleanly. Cancel powers of x and evaluate the constant term.
当极限为 0/0 型未定式时,将分子分母展开为麦克劳林级数往往能干净地解决极限。约去 x 的幂次后求常数项即可。
Example: Evaluate lim (x→0) [sin x – x] / x³. Expand sin x = x – x³/6 + x⁵/120 – … Then sin x – x = -x³/6 + x⁵/120 – … . Limit becomes (-x³/6 + …)/x³ = -1/6 + terms in x → -1/6 as x→0.
示例:求 lim (x→0) [sin x – x] / x³。展开 sin x = x – x³/6 + x⁵/120 – …,那么 sin x – x = -x³/6 + x⁵/120 – …。极限变为 (-x³/6 + …)/x³ = -1/6 + x 的高阶项 → -1/6 (x→0)。
This technique avoids multiple applications of L’Hôpital’s Rule and is especially elegant for limits involving higher powers.
该技巧避免了多次使用洛必达法则,对涉及高次幂的极限尤为简洁。
11. Common Pitfalls and How to Avoid Them | 常见误区与应对策略
- Missing factorial denominators: Always divide f⁽ⁿ⁾(0) by n! . Many candidates forget the factorial and lose marks.
- 遗漏阶乘分母:一定要将 f⁽ⁿ⁾(0) 除以 n!。许多考生忘了阶乘而丢分。
- Sign errors in alternating series: Check the pattern carefully with small n values (n=0,1,2) before writing the general term.
- 交错级数的符号错误:写通项之前先用小 n 值(n=0,1,2)仔细检验规律。
- Forgetting the constant term f(0): Every expansion must start with f(0) as the first term.
- 遗漏常数项 f(0):每个展开式都应以 f(0) 作为首项。
- Incorrect validity intervals: ln(1+x) does not converge for x=-1; binomial series for non-integer k does not converge for |x|≥1. State the interval explicitly.
- 有效区间错误:ln(1+x) 在 x=-1 时不收敛;非整数 k 的二项式级数在 |x|≥1 时不收敛。明确写出区间。
- Using degrees instead of radians: Maclaurin series for trigonometric functions assume x is in radians. Never use degrees.
- 混淆度与弧度:三角函数的麦克劳林级数假定 x 为弧度。绝不要使用度数。
12. Exam Tips and Final Review | 应试技巧与最终回顾
In WJEC papers, Maclaurin questions often appear in Pure Maths units as part of a longer structured problem. IB Analysis HL includes series expansion, limits, and approximations in Paper 1 and Paper 2. Show all derivative calculations clearly; partial marks are awarded for correct method even if a numeric error occurs.
在 WJEC 试卷中,麦克劳林问题通常出现在纯数学单元,作为一道较长结构题的一部分。IB 分析 HL 则在试卷一和试卷二中涉及级数展开、极限和近似。清晰展示所有导数计算过程;即便出现数值错误,方法正确仍可获得部分分数。
Memorise the standard series for eˣ, sin x, cos x, ln(1+x), and (1+x)ᵏ. Be ready to manipulate them via substitution, differentiation, and integration. Practice error estimation using the alternating series bound. Always state the interval of convergence when asked.
熟记 eˣ, sin x, cos x, ln(1+x) 和 (1+x)ᵏ 的标准级数。准备好通过代换、求导和积分对它们进行运算。练习利用交错级数界进行误差估计。当被要求时,始终陈述收敛区间。
Time management: derive series efficiently – if a standard series substitution works, use it; do not re-derive from scratch unless specifically required. For limits, a few terms usually suffice.
时间管理:高效推导级数——若可通过标准级数代换完成就直接使用;除非题目明确要求,否则不要从头推导。求极限时通常只需展开少数几项。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导