📚 Maclaurin Series: Essential Concepts for IB and CIE Mathematics | IB CIE 数学:麦克劳林展开 考点精讲
The Maclaurin series is a powerful tool for representing functions as infinite polynomials, central to both IB Higher Level and CIE A-Level Mathematics. In examinations, you are expected to derive series from first principles, recognise standard expansions, and apply them to approximations, limits, and error estimation. This article covers every key point you need, from the definition to tricky exam-style problems.
麦克劳林级数是将函数表示为无穷多项式的重要工具,是 IB 高阶数学和 CIE A-Level 数学的核心考点。考试中,你需要掌握从基本原理推导级数、识别标准展开式、以及将其应用于近似计算、极限求解和误差估计。本文覆盖从定义到复杂题型的全部关键内容,帮助你精准提分。
1. Definition and the Maclaurin Formula | 麦克劳林公式的定义
A Maclaurin series is a Taylor series expansion of a function about 0. If a function f(x) has derivatives of all orders at x = 0, its Maclaurin series is given by:
麦克劳林级数是函数在 x=0 处的泰勒展开。如果函数 f(x) 在 x=0 处存在所有阶导数,其麦克劳林级数为:
f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … + f⁽ⁿ⁾(0)xⁿ/n! + …
Here f⁽ⁿ⁾(0) denotes the nth derivative evaluated at x = 0. The series is an infinite sum; for many functions it converges to f(x) for x within the radius of convergence.
这里 f⁽ⁿ⁾(0) 表示在 x=0 处的 n 阶导数。级数为无穷求和;对于许多函数,在收敛半径内级数收敛于 f(x)。
In precise terms, we write f(x) = Σ_{n=0}^{∞} [f⁽ⁿ⁾(0) / n!] xⁿ, with the convention f⁽⁰⁾(0) = f(0).
精确表达为 f(x) = Σ_{n=0}^{∞} [f⁽ⁿ⁾(0) / n!] xⁿ,其中约定 f⁽⁰⁾(0)=f(0)。
2. Derivation and Connection to Taylor Series | 推导以及与泰勒级数的关系
The Maclaurin series is simply the Taylor series centred at a = 0. Recall the Taylor series: f(x) = Σ_{n=0}^{∞} [f⁽ⁿ⁾(a) / n!] (x − a)ⁿ. Setting a = 0 yields the Maclaurin form directly. This origin-centred expansion is particularly useful because many functions are easiest to differentiate and evaluate at zero.
麦克劳林级数就是中心在 a=0 的泰勒级数。回顾泰勒级数公式:f(x) = Σ_{n=0}^{∞} [f⁽ⁿ⁾(a) / n!] (x − a)ⁿ,令 a=0 即得麦克劳林形式。由于许多函数在零点求导和取值最为简便,这种以原点为中心的展开格外实用。
To derive a Maclaurin series for a given function, you compute f(0), f'(0), f”(0), etc., then substitute into the formula. In exams, you are often asked to find the series up to a specified term, e.g. up to x⁴.
对给定函数推导麦克劳林级数时,依次计算 f(0)、f'(0)、f”(0) 等,然后代入公式。考试通常要求展开到指定项,如直到 x⁴ 项。
3. Standard Maclaurin Expansions You Must Memorise | 必须熟记的标准麦克劳林展开式
The following expansions are fundamental and appear in almost every exam. Both IB and CIE syllabi expect you to know these off by heart and be able to use them in substitutions.
以下展开式是基础,几乎每场考试都会出现。IB 和 CIE 大纲均要求熟记并能熟练运用它们进行代换。
- eˣ = 1 + x + x²/2! + x³/3! + x⁴/4! + … + xⁿ/n! + … (valid for all real x) | 对所有实数 x 成立
- sin x = x − x³/3! + x⁵/5! − x⁷/7! + … (valid for all real x) | 对所有实数 x 成立
- cos x = 1 − x²/2! + x⁴/4! − x⁶/6! + … (valid for all real x) | 对所有实数 x 成立
- ln(1+x) = x − x²/2 + x³/3 − x⁴/4 + … (valid for −1 < x ≤ 1) | 对 −1 < x ≤ 1 有效
- (1+x)ⁿ = 1 + nx + n(n−1)x²/2! + n(n−1)(n−2)x³/3! + … (valid for |x| < 1; if n is a positive integer the series terminates) | |x| < 1 时有效;若 n 为正整数,级数为有限项
These five expansions are the building blocks for solving more complicated problems via composition, multiplication, or integration. Knowing their intervals of convergence is equally important.
这五个展开式是通过复合、乘法或积分解决复杂问题的基础。掌握它们的收敛区间同样至关重要。
4. Step-by-Step Method to Find a Maclaurin Series | 求麦克劳林级数的步骤方法
When asked to derive the Maclaurin series for a function like g(x) = e^(sin x) up to the term in x³, follow these steps:
当需要推导例如 g(x) = e^(sin x) 到 x³ 项的麦克劳林级数时,按照以下步骤:
- Compute successive derivatives. Find g'(x), g”(x), g”'(x) and simplify. | 逐次求导。求出 g'(x)、g”(x)、g”'(x) 并化简。
- Evaluate at zero. Substitute x = 0 to get g(0), g'(0), g”(0), g”'(0). | 在零点取值。代入 x=0 得到 g(0)、g'(0)、g”(0)、g”'(0)。
- Assemble the series. Use the formula g(x) ≈ g(0) + g'(0)x + g”(0)x²/2! + g”'(0)x³/3!. | 组合级数。根据公式 g(x) ≈ g(0) + g'(0)x + g”(0)x²/2! + g”'(0)x³/3!。
- Simplify coefficients. Present the final answer in the simplest fractional form. | 化简系数。以最简分数形式给出最终答案。
This direct method is straightforward but can become messy. Using known series and substitution often saves time (see later sections).
这种直接方法简单明了,但有时计算繁琐。利用已知级数与代换法可节省大量时间(见后文)。
5. Radius and Interval of Convergence | 收敛半径与收敛区间
A Maclaurin series is an infinite series; it converges only for certain x-values. The radius of convergence R indicates the distance from 0 within which the series converges absolutely. For a series Σ a_n xⁿ, the ratio test is the standard tool: compute lim_{n→∞} |a_{n+1}/a_n| = L; then R = 1/L (if L ≠ 0).
麦克劳林级数是无穷级数,只在某些 x 值上收敛。收敛半径 R 表示从原点起级数绝对收敛的距离范围。对 Σ a_n xⁿ,常用比值法:计算 lim_{n→∞} |a_{n+1}/a_n| = L,则 R = 1/L(若 L ≠ 0)。
Classic examples: eˣ, sin x, cos x have R = ∞; ln(1+x) has R = 1 (and converges at x = 1, series = ln 2); (1+x)ⁿ has R = 1. CIE often requires stating the range of validity, while IB may go deeper into testing endpoints.
经典实例:eˣ、sin x、cos x 的 R = ∞;ln(1+x) 的 R = 1(在 x=1 处收敛,级数为 ln 2);(1+x)ⁿ 的 R = 1。CIE 常要求指明展开的有效范围,IB 可能进一步考察端点收敛性。
6. The Lagrange Error Bound | 拉格朗日误差界
When a Maclaurin series is truncated after the term involving xⁿ, the remainder (error) can be estimated using Lagrange’s formula:
当麦克劳林级数在包含 xⁿ 的项后截断时,余项(误差)可由拉格朗日公式估算:
R_n(x) = f⁽ⁿ⁺¹⁾(c) xⁿ⁺¹ / (n+1)!,
where c is some number between 0 and x. To find an upper bound, we maximise |f⁽ⁿ⁺¹⁾(c)| over the interval.
其中 c 是介于 0 和 x 之间的某个数。为求误差上界,我们在该区间上最大化 |f⁽ⁿ⁺¹⁾(c)|。
For example, to estimate e⁰·² using the first four terms (up to x³), the error satisfies |error| ≤ (e⁰·² · 0.2⁴) / 4! < 0.0001. This bound is a favourite in IB exam questions asking "determine how many terms are needed to achieve a given accuracy".
例如,用前四项(到 x³)估计 e⁰·² 的误差满足 |误差| ≤ (e⁰·² · 0.2⁴) / 4! < 0.0001。这种误差界是 IB 考题中的常见设问:“确定需要多少项才能达到给定精度”。
7. Using Maclaurin Series to Evaluate Limits | 利用麦克劳林级数求极限
Series expansions are an elegant way to resolve indeterminate forms such as 0/0. Replace each function by its Maclaurin series truncated to the lowest order necessary, simplify, and then take the limit.
级数展开是解决 0/0 型不定式的精妙方法。将每个函数代换为其展开到必要最低阶的麦克劳林级数,化简后再求极限。
Example: Find lim_{x→0} (eˣ − 1 − x) / x². Substitute eˣ = 1 + x + x²/2! + x³/3! + … ; then numerator = (1 + x + x²/2 + …) − 1 − x = x²/2 + … . Dividing by x² gives 1/2 + higher-order terms, so the limit is 1/2.
示例:求 lim_{x→0} (eˣ − 1 − x) / x²。代入 eˣ = 1 + x + x²/2! + x³/3! + …,则分子 = (1 + x + x²/2 + …) − 1 − x = x²/2 + …。除以 x² 得 1/2 + 高阶项,故极限为 1/2。
This technique often beats L’Hôpital’s rule in complexity and is explicitly required when L’Hôpital would require too many differentiations.
当洛必达法则需要过多求导时,这种方法往往更简洁,且是考试明确推荐的做法。
8. Substitution and Composition of Series | 级数的代换与复合
Once you know the basic series, you can obtain new ones by substituting expressions for x. This is far quicker than differentiating from scratch.
掌握基本级数后,通过将表达式代入 x 即可获得新级数,这远比从头求导快捷。
Example: Find the Maclaurin series for e^(−x²) up to x⁶. Substitute u = −x² into eᵘ = 1 + u + u²/2! + u³/3! + … to obtain e^(−x²) = 1 − x² + x⁴/2! − x⁶/3! + … . Each term is simply (uⁿ)/n! with u = −x².
示例:求 e^(−x²) 到 x⁶ 的麦克劳林级数。令 u = −x² 代入 eᵘ = 1 + u + u²/2! + u³/3! + …,得 e^(−x²) = 1 − x² + x⁴/2! − x⁶/3! + …。每项仅需计算 (uⁿ)/n!,u = −x²。
Be careful: if x is replaced by a series, higher-order terms can interact. For composite series like e^(sin x) or ln(cos x), it is safest to use the direct derivative method unless instructed otherwise.
注意:若 x 被替换为另一个级数,高阶项之间会相互作用。对于 e^(sin x) 或 ln(cos x) 等复合级数,除非有特殊说明,使用直接求导法最稳妥。
9. Multiplication and Division of Maclaurin Series | 麦克劳林级数的乘除运算
Given the series for f(x) and g(x), the series for the product f(x)g(x) can be found by multiplying the two series and collecting like powers, ignoring terms beyond the desired degree. For division, the method of equating coefficients (or using the formula for geometric series) often works.
已知 f(x) 和 g(x) 的级数,乘积 f(x)g(x) 的级数可通过将两级数相乘并合并同类项得到,超出所需次数的项可忽略。除法可采用系数比较法(或使用几何级数公式)。
Example: Find the Maclaurin series for sec x up to x⁴. Since sec x = 1/cos x, write cos x = 1 − x²/2 + x⁴/24 − … and set sec x = a₀ + a₂x² + a₄x⁴ (only even powers). Multiply by cos x and equate coefficients to 1. Solving gives sec x = 1 + x²/2 + 5x⁴/24 + … .
示例:求 sec x 到 x⁴ 的麦克劳林级数。由 sec x = 1/cos x,写出 cos x = 1 − x²/2 + x⁴/24 − …,并设 sec x = a₀ + a₂x² + a₄x⁴(仅偶次项)。乘以 cos x 并使系数与 1 相等,解得 sec x = 1 + x²/2 + 5x⁴/24 + …。
10. Common Exam Question Types and Strategies | 常见题型与应对策略
Exam questions break into several classic types. Recognising them will guide your approach.
考试题型可归纳为几类经典模式,识别题型能指导你的解题策略。
| Question Type 题型 | Typical Task 典型任务 | Key Tactic 关键技巧 |
|---|---|---|
| Derive from definition 由定义推导 |
Find series up to xⁿ for a given f(x) | Compute repeated derivatives; organise work in a table |
| Use standard series 使用标准级数 |
Write series for e^(2x), sin(3x), ln(1−x) etc. | Direct substitution; adjust signs and coefficients |
| Approximation and error 近似与误差 |
Use the series to estimate a value; bound the error | Apply Lagrange remainder; find maximum on interval |
| Limit evaluation 极限计算 |
Evaluate lim_{x→0} f(x)/g(x) | Expand numerator and denominator; cancel lowest powers |
| Composite functions 复合函数 |
Series for e^(sin x) or √(1+x²) | Use known series inside; carefully track degree |
| Proof of identities 证明恒等式 |
Show e^(ix) = cos x + i sin x (Euler) | Expand both sides; compare real and imaginary parts |
A golden rule: always check the domain of convergence when substituting. For example, the series for ln(1+x) only works for −1 < x ≤ 1, so ln(3) cannot be found directly using that expansion.
黄金法则:代换时务必检查收敛域。例如,ln(1+x) 的展开仅适用于 −1 < x ≤ 1,因此 ln(3) 无法直接用该展开式求得。
11. Common Pitfalls and How to Avoid Them | 易错点与规避方法
- Forgetting factorials. The coefficient of xⁿ contains 1/n!, not just the derivative value alone. Always divide by n!. | 漏除阶乘。xⁿ 的系数含 1/n!,不仅仅是导数值。务必除以 n!。
- Sign errors in sin/cos expansions. Remember the alternating signs: sin x starts positive; cos x starts positive, then negative. | 正余弦展开符号错误。牢记交错符号:sin x 从正开始;cos x 从正开始,下一项为负。
- Using expansions outside the radius of convergence. The series may diverge or give wrong values. State the valid interval. | 在收敛半径外用展开式。级数可能发散或给出错误值。应注明有效区间。
- Over-truncation leading to loss of essential terms. When computing limits, keep enough terms so that the lowest non-zero power remains. | 截断过早起导致关键项丢失。求极限时需保留足够项,确保最低非零次幂得以保留。
- Misapplying the error bound. The Lagrange remainder requires the (n+1)th derivative, not the nth. And c is unknown, so we bound by the maximum absolute value on [0,x] (or [x,0] if x < 0). | 误差界应用错误。拉格朗日余项需要 (n+1) 阶导数,非 n 阶。且 c 未知,需在 [0,x](或 x<0 时的 [x,0])上用最大绝对值来界定。
Consistent practice with actual past exam questions will solidify these concepts. For IB, pay special attention to error bound questions; for CIE, focus on series manipulation and validity intervals.
通过历年真题的持续练习可巩固这些概念。IB 考生需特别关注误差界问题;CIE 考生则应侧重级数运算与有效区间。
12. Summary and Final Advice | 总结与最终建议
The Maclaurin series is a unifying topic that bridges differentiation, integration, sequences and series, and approximation theory. Mastery comes from memorising the five standard expansions, understanding the derivation process, and applying substitution, multiplication, and error estimation fluently. Approach every problem by first identifying which function and which technique will yield the required terms with the least effort. With this systematic approach, Maclaurin series questions become predictable marks on your exam.
麦克劳林级数是连接微分、积分、数列与级数以及近似理论的枢纽课题。熟练掌握它需要熟记五个标准展开式、理解推导流程,并能流畅运用代换、乘法和误差估计。面对每一道题目,先辨认应该使用哪个函数和哪种技巧,以最少的计算获得所需项。遵循这套系统方法,麦克劳林级数题目将成为你考卷上稳定得分的题目。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导