📚 Maclaurin Expansion Exam Tips | 麦克劳林展开考点精讲
While the Maclaurin expansion is not part of the GCSE AQA Mathematics specification, it is a cornerstone of AQA A-level Pure Mathematics and an excellent tool for students aiming to deepen their understanding of functions, derivatives, and approximations. This guide breaks down the key concepts, derivations, and exam techniques to help you master Maclaurin series, whether you are an ambitious GCSE student looking ahead or an A-level learner consolidating your skills.
虽然麦克劳林展开不属于 GCSE AQA 数学教学大纲,但它是 AQA A-level 纯数学的核心内容,也是希望加深对函数、导数和近似计算理解的学生一个极佳的工具。无论你是充满抱负、超前学习的 GCSE 学生,还是正在巩固知识的 A-level 学习者,本文都将详细梳理关键概念、推导过程和应试技巧,助你掌握麦克劳林级数。
1. What is a Maclaurin Series? | 什么是麦克劳林级数?
A Maclaurin series is a power series expansion of a function about the point x = 0. It allows us to represent infinitely differentiable functions as an infinite sum of terms calculated from the values of the function’s derivatives at zero. In essence, it is a Taylor series centred at zero.
麦克劳林级数是在 x = 0 附近对函数进行幂级数展开。它使我们能够将任意阶可导的函数表示为一项由该函数在零点处的各阶导数值所构成的无穷和。本质上,它就是中心在零点的泰勒级数。
2. The General Formula | 一般公式
The Maclaurin series for a function f(x) is given by:
f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … + f⁽ⁿ⁾(0)xⁿ/n! + …
The formula requires that f(x) is infinitely differentiable at x = 0. Each coefficient is the n-th derivative evaluated at zero divided by n factorial. For AQA exams, you will be expected to derive series for standard functions and use them in approximations.
函数 f(x) 的麦克劳林级数由以下公式给出:
f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … + f⁽ⁿ⁾(0)xⁿ/n! + …
该公式要求 f(x) 在 x = 0 处无限次可导。每一项系数是在零点处求得的 n 阶导数除以 n 的阶乘。AQA 考试要求你推导标准函数的级数,并利用它们进行近似计算。
3. Validity and Convergence | 有效性与收敛性
Not every function’s Maclaurin series converges to the function for all x. The series is only valid within its interval of convergence. For example, the series for ln(1+x) converges for -1 < x ≤ 1, while the series for eˣ converges for all real x. AQA questions may ask you to state the range of validity or to explain why an approximation is appropriate for a given x-value.
并非每个函数的麦克劳林级数在所有 x 处都收敛于原函数。级数只在其收敛区间内有效。例如,ln(1+x) 的级数在 -1 < x ≤ 1 内收敛,而 eˣ 的级数对所有实数 x 收敛。AQA 考题可能要求你说明有效范围,或解释为什么某个近似在给定的 x 值处是合适的。
4. Deriving the Series for eˣ | 推导 eˣ 的级数
For f(x) = eˣ, all derivatives are eˣ. Evaluating at x = 0 gives f⁽ⁿ⁾(0) = 1. Substituting into the general formula yields:
eˣ = 1 + x + x²/2! + x³/3! + … + xⁿ/n! + …
The series converges for all real x. This expansion is frequently used to approximate e, by setting x = 1, giving e ≈ 1 + 1 + 1/2 + 1/6 + …
对于 f(x) = eˣ,其所有阶导数都是 eˣ 本身。在 x = 0 处求值,得到 f⁽ⁿ⁾(0) = 1。代入一般公式即得:
eˣ = 1 + x + x²/2! + x³/3! + … + xⁿ/n! + …
该级数对所有实数 x 收敛。这一展开常常用来近似计算 e,只需令 x = 1,即可得 e ≈ 1 + 1 + 1/2 + 1/6 + …
5. sin x and cos x Series | 正弦与余弦的级数
For f(x) = sin x, the derivatives cycle: sin x → cos x → -sin x → -cos x → sin x. At x = 0, sin(0) = 0, cos(0) = 1. Only odd-power terms survive, giving:
sin x = x – x³/3! + x⁵/5! – x⁷/7! + …
For f(x) = cos x, derivatives cycle similarly: cos x → -sin x → -cos x → sin x → cos x. At x = 0, cos(0) = 1, sin(0) = 0. Only even-power terms appear:
cos x = 1 – x²/2! + x⁴/4! – x⁶/6! + …
Both series converge for all real x. These patterns are often tested by asking for the first few non-zero terms.
对于 f(x) = sin x,其导数循环为:sin x → cos x → -sin x → -cos x → sin x。在 x = 0 处,sin(0) = 0,cos(0) = 1。只有奇次幂项保留下来,由此得到:
sin x = x – x³/3! + x⁵/5! – x⁷/7! + …
对于 f(x) = cos x,导数同样循环:cos x → -sin x → -cos x → sin x → cos x。在零点处,cos(0) = 1,sin(0) = 0。只有偶次幂项出现:
cos x = 1 – x²/2! + x⁴/4! – x⁶/6! + …
两个级数对所有实数 x 都收敛。考试中经常要求写出前几个非零项来考查这些规律。
6. The Binomial Expansion Connection | 二项展开式的联系
The Maclaurin series naturally extends the binomial theorem to non-integer and negative powers. The general binomial series (1+x)ⁿ, where n is any real number, is:
(1+x)ⁿ = 1 + nx + n(n-1)x²/2! + n(n-1)(n-2)x³/3! + …
This series is valid for |x| < 1. It reduces to the finite binomial expansion when n is a positive integer, because terms beyond xⁿ become zero. In AQA exams, you might need to recognise this link and apply it to functions like √(1+x) or 1/(1+x).
麦克劳林级数自然地推广了二项式定理,使其适用于非整数和负指数。(1+x)ⁿ 的一般二项级数(n 为任意实数)为:
(1+x)ⁿ = 1 + nx + n(n-1)x²/2! + n(n-1)(n-2)x³/3! + …
该级数在 |x| < 1 时有效。当 n 为正整数时,它会退化为有限项的二项展开式,因为 xⁿ 之后的项都会变成零。在 AQA 考试中,你可能需要识别这一联系,并将其应用于诸如 √(1+x) 或 1/(1+x) 之类的函数。
7. Maclaurin Series for ln(1+x) | ln(1+x) 的麦克劳林级数
Let f(x) = ln(1+x). Then f'(x) = 1/(1+x) = (1+x)⁻¹, f”(x) = -(1+x)⁻², f”'(x) = 2(1+x)⁻³. Evaluating at x = 0, f(0) = 0, f'(0) = 1, f”(0) = -1, f”'(0) = 2. The series becomes:
ln(1+x) = x – x²/2 + x³/3 – x⁴/4 + …
The expansion is valid for -1 < x ≤ 1. At x = 1, it gives the alternating harmonic series for ln 2. This series often appears in examination questions that involve combining expansions or estimating logarithmic values.
设 f(x) = ln(1+x)。则 f'(x) = 1/(1+x) = (1+x)⁻¹,f”(x) = -(1+x)⁻²,f”'(x) = 2(1+x)⁻³。在 x = 0 处求值,f(0) = 0,f'(0) = 1,f”(0) = -1,f”'(0) = 2。于是级数为:
ln(1+x) = x – x²/2 + x³/3 – x⁴/4 + …
该展开式在 -1 < x ≤ 1 上有效。当 x = 1 时,它给出 ln 2 的交错调和级数。这一级数通常出现在要求结合不同展开式或估算对数值的考题中。
8. Series for (1+x)ⁿ – The Generic Binomial | (1+x)ⁿ 的一般二项级数
Although related to the binomial theorem, the generic binomial series merits its own spotlight. For any rational or irrational n, the Maclaurin expansion is:
(1+x)ⁿ = 1 + nx + n(n-1)x²/2! + n(n-1)(n-2)x³/3! + …
This is particularly useful for functions like (1+x)¹/², which gives √(1+x) ≈ 1 + ½ x – ⅛ x² + … . In AQA problems, you may be asked to use this expansion to approximate a value such as √1.02 by choosing a suitable n and x. Always check |x| < 1 for convergence.
尽管与二项式定理相关,一般二项级数仍然值得单独强调。对于任意有理数或无理数 n,麦克劳林展开式为:
(1+x)ⁿ = 1 + nx + n(n-1)x²/2! + n(n-1)(n-2)x³/3! + …
这对于 (1+x)¹/² 等函数极为有用,可以得到 √(1+x) ≈ 1 + ½ x – ⅛ x² + … 。在 AQA 题目中,可能要求你通过选取适当的 n 和 x 来近似计算某个值,比如 √1.02。务必检查 |x| < 1 以保证收敛。
9. Approximating Functions Using Series | 利用级数进行函数近似
One of the main applications of Maclaurin series is to approximate function values. By truncating the series after a few terms, we obtain a polynomial that closely matches the function near x = 0. For instance, using the first three terms of sin x gives sin(0.1) ≈ 0.1 – (0.1)³/6 = 0.0998333…, which is accurate to several decimal places. Examiners often ask for an approximation to a specified degree of accuracy, or for the order of the error.
麦克劳林级数的主要应用之一就是近似计算函数值。在截取级数前几项后,我们便得到一个在 x = 0 附近非常接近原函数的多项式。例如,使用 sin x 的前三项可得 sin(0.1) ≈ 0.1 – (0.1)³/6 = 0.0998333…,这个结果精确到小数点后若干位。考官常常要求你给出指定精度的近似值,或者估计误差的阶数。
10. Finding Limits Using Maclaurin Series | 用麦克劳林级数求极限
Maclaurin expansions are a powerful tool for evaluating limits that result in indeterminate forms like 0/0. By replacing functions with their series, terms cancel algebraically and the limit becomes straightforward. For example, to find limₓ→₀ (sin x – x)/x³, substitute sin x = x – x³/6 + …, then (x – x³/6 + … – x)/x³ = -1/6 + higher order terms, so the limit is -1/6. This technique is common in A-level pure maths and further maths.
麦克劳林展开式是计算诸如 0/0 这类未定型极限的强大工具。通过将函数替换为其级数形式,各项可以在代数上相互抵消,极限便显然易见了。例如,求 limₓ→₀ (sin x – x)/x³ 时,代入 sin x = x – x³/6 + …,得到 (x – x³/6 + … – x)/x³ = -1/6 + 高阶项,因此极限为 -1/6。这一技巧在 A-level 纯数学和进阶数学中都很常见。
11. Exam Tips and Common Pitfalls | 考试技巧与常见错误
Always start by identifying the function and its derivatives at zero. Write the general formula clearly before substituting. Common mistakes include: forgetting the factorial denominators, mis-evaluating f(0), using degrees instead of radians for trigonometric functions, and ignoring the interval of convergence. When expanding a composite function like eˢⁱⁿˣ, consider using known series rather than differentiating directly. Show all working, and if asked for an approximation, state the number of terms used and the possible error.
解题时首先要确定函数及其在零点处的导数。在代入之前,先清晰地写出一般公式。常见的错误包括:遗漏阶乘分母、在零点处求值错误、在三角函数中使用度数而非弧度,以及忽略收敛区间。在对 eˢⁱⁿˣ 这类复合函数进行展开时,可考虑使用已知级数而非直接求导。展示所有解题步骤;若要求给出近似值,需说明所用的项数和可能的误差。
12. Summary and Key Takeaways | 总结与关键要点
The Maclaurin series provides a polynomial representation of a function around x = 0. Master the standard expansions for eˣ, sin x, cos x, ln(1+x), and (1+x)ⁿ. Understand how to derive them from first principles using differentiation. Always verify the range of validity and apply the series to approximations, limit evaluations, and function analysis. With consistent practice, these series become a reliable toolkit for both pure and applied mathematics problems.
麦克劳林级数为函数提供了其在 x = 0 附近的多项式表示。务必熟练掌握 eˣ、sin x、cos x、ln(1+x) 和 (1+x)ⁿ 的标准展开式。理解如何通过求导从基本原理出发推导它们。始终验证有效范围,并将级数应用于近似计算、极限求解和函数分析。通过反复练习,这些级数将成为解决纯数学与应用数学问题的一把可靠利器。
Published by TutorHao | A-level Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply