📚 Maclaurin Series in A-Level Maths | A-Level 数学:麦克劳林展开 考点精讲
Maclaurin series is a powerful tool in A-Level Mathematics that allows us to express complicated functions as infinite polynomials centred at x = 0. It is essentially a special case of the Taylor series, and mastering it opens the door to approximating functions, solving differential equations, and evaluating limits. In this revision guide, we will break down every key aspect of Maclaurin expansions that you are expected to know for the exam, from the fundamental formula to practical applications and common pitfalls. Whether you are aiming for a solid pass or a top grade, this bilingual walkthrough will strengthen both your conceptual understanding and your exam technique.
麦克劳林展开是 A-Level 数学中一种强大的工具,它能把复杂函数表示为以 x = 0 为中心的无穷多项式。它本质上是泰勒级数的特例,掌握它有助于逼近函数、解微分方程以及求极限。在这篇复习指南中,我们将逐一拆解考试中你必须掌握的麦克劳林展开的所有关键考点,从基本公式到实际应用和常见易错点。无论你是希望扎实通过,还是冲刺高分,这篇双语精讲都将加深你的概念理解并提升应试技巧。
1. Definition and the General Formula | 定义与一般公式
A Maclaurin series is a Taylor series expansion of a function f(x) about x = 0. The full infinite 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 written as Σ [f⁽ⁿ⁾(0) xⁿ / n!] from n=0 to ∞. The key point here is that all derivatives are evaluated at zero. This series is valid for values of x within the interval of convergence, which must be checked separately.
麦克劳林级数是函数 f(x) 在 x = 0 处的泰勒展开。完整的无穷级数为 f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … + f⁽ⁿ⁾(0)xⁿ/n! + … 。用求和符号可写作 Σ [f⁽ⁿ⁾(0) xⁿ / n!](n 从 0 到 ∞)。关键点在于所有导数都在零点取值。该级数仅在其收敛区间内成立,而这需要单独检验。
2. Standard Maclaurin Series You Must Memorise | 必须牢记的标准麦克劳林展开式
The exam expects you to know the expansions of eˣ, sin x, cos x, ln(1+x), and (1+x)ⁿ. For eˣ: 1 + x + x²/2! + x³/3! + … , valid for all real x. For sin x: x – x³/3! + x⁵/5! – … , also valid for all x. For cos x: 1 – x²/2! + x⁴/4! – … , valid for all x. For ln(1+x): x – x²/2 + x³/3 – x⁴/4 + … , valid for -1 < x ≤ 1. For (1+x)ⁿ (binomial series): 1 + nx + n(n-1)x²/2! + n(n-1)(n-2)x³/3! + ... , valid for |x| < 1 (unless n is a non‑negative integer, in which case it is a finite polynomial).
考试要求你熟记 eˣ、sin x、cos x、ln(1+x) 以及 (1+x)ⁿ 的展开式。eˣ: 1 + x + x²/2! + x³/3! + … ,对所有实数 x 成立。sin x: x – x³/3! + x⁵/5! – … ,也对所有 x 成立。cos x: 1 – x²/2! + x⁴/4! – … ,对所有 x 成立。ln(1+x): x – x²/2 + x³/3 – x⁴/4 + … ,在 -1 < x ≤ 1 内成立。二项式级数 (1+x)ⁿ: 1 + nx + n(n-1)x²/2! + n(n-1)(n-2)x³/3! + ... ,在 |x| < 1 时成立(除非 n 是非负整数,此时为有限多项式)。
3. Deriving Maclaurin Series Step by Step | 逐步推导麦克劳林级数
To derive a Maclaurin series from scratch, follow these steps. First, compute f(0). Then find the first few derivatives: f'(x), f”(x), f”'(x), and so on, and evaluate each at x = 0. Substitute these values into the general formula. For example, to find the series for f(x) = e²ˣ, we have f(0)=1, f'(x)=2e²ˣ ⇒ f'(0)=2, f”(x)=4e²ˣ ⇒ f”(0)=4, f”'(x)=8e²ˣ ⇒ f”'(0)=8. Plugging in gives 1 + 2x + 4x²/2! + 8x³/3! + … = 1 + 2x + 2x² + (4/3)x³ + … . Always show the pattern unless the question specifies a certain number of terms.
要从零推导麦克劳林级数,按以下步骤操作。首先计算 f(0)。接着求出前几阶导数:f'(x)、f”(x)、f”'(x) 等,并分别代入 x = 0 求值。将这些值代入一般公式。例如,求 f(x) = e²ˣ 的级数:f(0)=1,f'(x)=2e²ˣ ⇒ f'(0)=2,f”(x)=4e²ˣ ⇒ f”(0)=4,f”'(x)=8e²ˣ ⇒ f”'(0)=8。代入得 1 + 2x + 4x²/2! + 8x³/3! + … = 1 + 2x + 2x² + (4/3)x³ + … 。除非题目指定项数,否则应展示规律性。
4. Finding Higher‑Order Derivatives Using Maclaurin Series | 利用麦克劳林级数求高阶导数
An extremely useful exam trick is to equate coefficients once a Maclaurin series is known. If you know that f(x) = Σ aₙ xⁿ and also that aₙ = f⁽ⁿ⁾(0)/n!, you can read off high‑order derivatives without differentiating repeatedly. For instance, given that the series for f(x) = x²eˣ is x²(1 + x + x²/2! + x³/3! + …) = x² + x³ + x⁴/2! + x⁵/3! + …, the coefficient of x⁵ is 1/3! so f⁽⁵⁾(0)/5! = 1/3! ⇒ f⁽⁵⁾(0) = 5!/3! = 20. This method is much faster than direct differentiation, especially for higher orders.
一个极其有用的考试技巧是,在已知麦克劳林级数后,通过对比系数来求导数值。由于 f(x) = Σ aₙ xⁿ 且 aₙ = f⁽ⁿ⁾(0)/n!,便可直接读出高阶导数而无需反复求导。例如,已知 f(x) = x²eˣ 的级数为 x²(1 + x + x²/2! + x³/3! + …) = x² + x³ + x⁴/2! + x⁵/3! + …,其中 x⁵ 的系数为 1/3!,故 f⁽⁵⁾(0)/5! = 1/3! ⇒ f⁽⁵⁾(0) = 5!/3! = 20。这种方法比直接求导快得多,尤其对高阶导数更显优势。
5. Composite Functions and Substitution | 复合函数与代入法
You can often build Maclaurin series for composite functions by substituting into known standard expansions. For example, to expand eˣ², substitute x² for x in the series for eˣ: eˣ² = 1 + (x²) + (x²)²/2! + (x²)³/3! + … = 1 + x² + x⁴/2! + x⁶/3! + … . Similarly, for sin(2x), replace x with 2x: sin(2x) = (2x) – (2x)³/3! + (2x)⁵/5! – … = 2x – (8x³)/6 + (32x⁵)/120 – … = 2x – (4/3)x³ + (4/15)x⁵ – … . Be careful with the domain after substitution: the original validity interval for ln(1+u) is -1 < u ≤ 1, so ln(1+2x) is valid for -1 < 2x ≤ 1 ⇒ -½ < x ≤ ½.
你常常可以通过向已知标准展开式代入来构建复合函数的麦克劳林级数。例如,要展开 eˣ²,将 eˣ 级数中的 x 替换为 x²:eˣ² = 1 + (x²) + (x²)²/2! + (x²)³/3! + … = 1 + x² + x⁴/2! + x⁶/3! + … 。类似地,对 sin(2x),将 x 换成 2x:sin(2x) = (2x) – (2x)³/3! + (2x)⁵/5! – … = 2x – (8x³)/6 + (32x⁵)/120 – … = 2x – (4/3)x³ + (4/15)x⁵ – … 。注意代入后的定义域:ln(1+u) 原本的有效区间是 -1 < u ≤ 1,因此 ln(1+2x) 需满足 -1 < 2x ≤ 1 ⇒ -½ < x ≤ ½。
6. Multiplying and Dividing Series | 级数的乘法与除法
When two functions are multiplied, you can multiply their Maclaurin series term‑by‑term, truncating at the desired degree. For instance, to find the series for eˣ sin x up to x³, multiply (1 + x + x²/2 + x³/6 + …) by (x – x³/6 + …). Multiply termwise: 1·x = x, 1·(-x³/6) = -x³/6, x·x = x², x·(-x³/6) = -x⁴/6 (ignore, beyond x³), (x²/2)·x = x³/2. Collecting terms: eˣ sin x ≈ x + x² + ( -1/6 + 1/2 )x³ = x + x² + x³/3. Division can be done by writing the quotient as a product and equating coefficients, or using the known series for 1/(1+u) when applicable.
当两个函数相乘时,可将它们的麦克劳林级数逐项相乘,并在所需次数截断。例如,求 eˣ sin x 的级数到 x³,将 (1 + x + x²/2 + x³/6 + …) 与 (x – x³/6 + …) 相乘。逐项相乘:1·x = x,1·(-x³/6) = -x³/6,x·x = x²,x·(-x³/6) = -x⁴/6(忽略,超过三次),(x²/2)·x = x³/2。合并同类项:eˣ sin x ≈ x + x² + ( -1/6 + 1/2 )x³ = x + x² + x³/3。除法可将商写为乘积并通过比较系数处理,或在适用时利用已知的 1/(1+u) 级数。
7. Approximating Functions and Error Estimation | 函数逼近与误差估计
Truncated Maclaurin polynomials provide approximations to functions near x = 0. The accuracy increases with the degree of the polynomial, but an error always remains unless the series is finite. Lagrange error bound states that for a function with derivatives up to (n+1) times, the remainder Rₙ(x) = f⁽ⁿ⁺¹⁾(c) xⁿ⁺¹/(n+1)! for some c between 0 and x. In A‑Level questions, you may be asked to find an approximate value and then state the error bound, or to find the range of x for which the error is less than a given tolerance. This concept links beautifully to the idea of convergence radius.
截断的麦克劳林多项式在 x = 0 附近为函数提供近似值。精度随多项式的次数提高而提高,但除非级数是有限的,否则总存在误差。拉格朗日误差界指出,对于具有直至 n+1 阶导数的函数,余项 Rₙ(x) = f⁽ⁿ⁺¹⁾(c) xⁿ⁺¹/(n+1)!,其中 c 介于 0 与 x 之间。在 A‑Level 考试中,你可能需要求出一个近似值并陈述误差界,或求出使误差小于给定容忍度的 x 范围。这一概念与收敛半径的思想巧妙衔接。
8. Using Maclaurin Series to Evaluate Limits | 利用麦克劳林级数求极限
Maclaurin series can simplify limit calculations that produce indeterminate forms like 0/0. Replace each function by its series expansion, simplify algebraically, and then take the limit as x → 0. For example, lim_(x→0) (sin x – x)/x³: using sin x = x – x³/6 + x⁵/120 – …, the expression becomes ( -x³/6 + x⁵/120 – … )/x³ = -1/6 + x²/120 – … → -1/6 as x→0. This method is often faster than repeated application of L’Hôpital’s rule and is directly tested in some exam boards.
麦克劳林级数可以简化产生 0/0 等不定式的极限计算。将每个函数用其级数展开式替换,代数化简,然后取 x → 0 时的极限。例如,lim_(x→0) (sin x – x)/x³:利用 sin x = x – x³/6 + x⁵/120 – …,表达式变为 ( -x³/6 + x⁵/120 – … )/x³ = -1/6 + x²/120 – … → -1/6 (当 x→0)。这种方法通常比反复使用洛必达法则更快,在某些考试局的试题中会直接考查。
9. Maclaurin Series for Inverse Trigonometric and Hyperbolic Functions | 反三角与双曲函数的麦克劳林展开
Although not as common, you should be familiar with expansions like arctan x = x – x³/3 + x⁵/5 – x⁷/7 + … , valid for |x| ≤ 1. This can be derived by integrating the geometric series for 1/(1+x²). Hyperbolic functions have expansions similar to their trigonometric counterparts, just without alternating signs: sinh x = x + x³/3! + x⁵/5! + … and cosh x = 1 + x²/2! + x⁴/4! + … . These are sometimes asked in the context of differential equations or integration.
尽管不常出现,你仍应熟悉像 arctan x = x – x³/3 + x⁵/5 – x⁷/7 + … (对 |x| ≤ 1 成立)这样的展开式。它可以由对 1/(1+x²) 的几何级数积分得到。双曲函数的展开式与对应的三角函数类似,只是没有正负号交替:sinh x = x + x³/3! + x⁵/5! + … ,cosh x = 1 + x²/2! + x⁴/4! + … 。这些有时会在微分方程或积分的情境下考查。
10. Small Angle Approximations as Special Cases | 作为特例的小角度近似
The well‑known small angle approximations sin x ≈ x, cos x ≈ 1 – x²/2, and tan x ≈ x are simply the first one or two non‑zero terms of their respective Maclaurin series. These are extremely powerful in physics and mechanics problems. Knowing the next term, e.g. sin x ≈ x – x³/6, helps in understanding the order of error and in combining approximations. In exam questions, you may be asked to justify an approximation using the Maclaurin expansion explicitly.
广为人知的小角度近似 sin x ≈ x、cos x ≈ 1 – x²/2、tan x ≈ x 实际上就是相应麦克劳林级数的前一个或两个非零项。它们在物理和力学问题中非常有用。知晓下一项,例如 sin x ≈ x – x³/6,有助于理解误差的量级以及组合近似。在考试题中,你可能会被要求明确用麦克劳林展开来论证某一近似。
11. Validity and Convergence Intervals | 有效性与收敛区间
Every Maclaurin series has an interval of convergence, determined by ratio test or known properties. For eˣ, sin x, cos x, the interval is all real numbers. For ln(1+x), it is -1 < x ≤ 1. For (1+x)ⁿ with non‑integer n, it is |x| < 1. A common exam question asks you to state the range of values for which the expansion is valid. Misjudging this can lead to incorrect approximations and loss of marks. Always check endpoints separately, especially for alternating series and conditional convergence.
每个麦克劳林级数都有一个由比值判别法或已知性质决定的收敛区间。eˣ、sin x、cos x 的区间是所有实数。ln(1+x) 是 -1 < x ≤ 1。具有非整数 n 的 (1+x)ⁿ 是 |x| < 1。常见的考题会要求你陈述展开式有效的取值范围。判断错误会导致近似错误并失分。务必单独检查端点,尤其是对交错级数和条件收敛的情形。
12. Common Mistakes and Exam Tips | 常见错误与应试技巧
Common pitfalls include forgetting factorial denominators, mixing up signs in alternating series, mis‑evaluating f(0), and using the wrong expansion centre (Maclaurin must be at 0). When substituting, ensure the new expression matches the standard form exactly, e.g., when expanding ln(1 – x), you must replace x with -x, giving -x – x²/2 – x³/3 – … . Always state the general term if asked for an infinite series. In time‑pressured exams, writing out the first four non‑zero terms is usually sufficient unless otherwise specified. Practise deriving series both from definition and by substitution, and always check validity ranges.
常见错误包括遗忘阶乘分母、弄错交错级数的正负号、f(0) 算错,以及使用错误的展开中心(麦克劳林必须在 0 处)。代入时,要确保新表达式精确匹配标准形式,例如,展开 ln(1 – x) 时,须将 x 替换为 -x,得到 -x – x²/2 – x³/3 – … 。若题目要求无穷级数,务必写出通项。在时间紧张的考试中,除非另有说明,写出前四个非零项通常足够。练习运用定义和代入两种方法推导级数,并始终检查有效范围。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导