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

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

In A-Level CCEA Mathematics, Maclaurin series is a central topic that bridges differentiation, algebra and approximation. A Maclaurin series is the expansion of a function as an infinite sum of terms calculated from the values of its derivatives at a single point, usually x = 0. This technique enables us to represent complicated functions as polynomials, making them much easier to analyse, integrate or differentiate. Understanding the conditions for validity and the ability to handle standard expansions are essential skills tested in the examination.

在 CCEA 的 A-Level 数学中,麦克劳林展开是连接微分、代数与近似计算的核心内容。麦克劳林级数是将函数在 x = 0 处展开为无穷多项之和,每一项由函数在该点的各阶导数决定。通过这种方法,复杂的函数可以被表示为多项式,从而使积分、求导和数值估算变得简便。掌握展开的有效条件以及常见函数的级数形式,是应对考试的必备能力。


1. What is a Maclaurin Series? | 什么是麦克劳林级数?

A Maclaurin series is a special case of the Taylor series, centred at x = 0. It expresses a function f(x) as an infinite polynomial whose coefficients involve f(0), f'(0), f”(0) and all higher-order derivatives evaluated at zero. If such an expansion exists and converges to the function within a certain interval, it provides an exact representation of the function.

麦克劳林级数是泰勒级数在 x = 0 处的特例。它将函数 f(x) 表示为一个无穷多项式,其系数与 f(0)、f'(0)、f”(0) 以及所有更高阶的导数在零点的取值有关。如果这样的展开存在并在某个区间内收敛到原函数,它就给出了函数的精确表达式。


2. General Formula and Derivation | 一般公式与推导

The Maclaurin series for a function f(x) is given by:

函数 f(x) 的麦克劳林级数由以下公式给出:

f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … + f⁽ⁿ⁾(0)xⁿ/n! + …

This is derived by assuming that f(x) can be represented as an infinite power series a₀ + a₁x + a₂x² + a₃x³ + … . By differentiating term by term and evaluating at x = 0, we find that aₙ = f⁽ⁿ⁾(0)/n!. This procedure requires the function to be infinitely differentiable at x = 0.

这个公式的推导过程是假设 f(x) 可表示为无穷幂级数 a₀ + a₁x + a₂x² + a₃x³ + … ,然后通过逐项求导并在 x = 0 处代入,得到 aₙ = f⁽ⁿ⁾(0)/n!。该过程要求函数在 x = 0 处无限次可导。


3. Maclaurin Series for Standard Functions | 常见函数的麦克劳林级数

You are expected to know the expansions of several basic functions by heart. For the exponential function:

你必须牢记几个基本函数的展开式。对于指数函数:

eˣ = 1 + x + x²/2! + x³/3! + … + xⁿ/n! + …

Trigonometric functions alternate signs:

三角函数则符号交替:

sin x = x − x³/3! + x⁵/5! − … + (−1)ⁿ x²ⁿ⁺¹/(2n+1)! + …

cos x = 1 − x²/2! + x⁴/4! − … + (−1)ⁿ x²ⁿ/(2n)! + …

The natural logarithm series and the binomial series require careful attention to their domains:

自然对数级数和二项式级数需要特别注意其定义域:

ln(1+x) = x − x²/2 + x³/3 − x⁴/4 + … + (−1)ⁿ⁻¹ xⁿ/n + … , for −1 < x ≤ 1

(1+x)ⁿ = 1 + nx + n(n−1)x²/2! + n(n−1)(n−2)x³/3! + … , for |x| < 1

Memorising these patterns not only saves time but also forms the basis for more complex manipulations in the exam.

熟记这些模式不仅能节省时间,更是应对考试中更复杂变形的基础。


4. Validity and Radius of Convergence | 有效性及收敛半径

Every Maclaurin series has a radius of convergence R. For |x| < R the series converges to the function; outside this interval it may diverge. For eˣ, sin x and cos x the series converges for all real x (R = ∞). For ln(1+x) the interval is −1 < x ≤ 1, and for (1+x)ⁿ it is |x| < 1 unless n is a non‑negative integer, in which case the series becomes a finite polynomial and is valid for all x.

每个麦克劳林级数都有一个收敛半径 R。当 |x| < R 时级数收敛到函数;在该区间外可能发散。eˣ、sin x 和 cos x 的级数对所有实数 x 收敛(R = ∞)。ln(1+x) 的收敛区间是 −1 < x ≤ 1,而 (1+x)ⁿ 的收敛区间为 |x| < 1,除非 n 为非负整数,此时级数变为有限多项式且对所有 x 有效。

Examiners frequently ask candidates to state the range of x for which an expansion is valid, so always check the domain after obtaining a series.

考官经常要求考生说明展开有效的 x 取值范围,因此在得到级数后务必检查定义域。


5. Approximating Functions with Finite Terms | 用有限项逼近函数

In practical problems we truncate the series after a few terms to obtain a polynomial approximation. For example, eˣ ≈ 1 + x + x²/2! + x³/3! can be used to estimate e⁰·². The smaller |x| is, the faster the series converges, and the fewer terms are needed for a given accuracy.

在实际问题中,我们截取级数的前几项来获得多项式近似。例如,eˣ ≈ 1 + x + x²/2! + x³/3! 可用来估算 e⁰·²。|x| 越小,级数收敛越快,达到给定精度所需的项数越少。

When using a truncated Maclaurin series, always note that the approximation is only valid near x = 0 and for values inside the circle of convergence.

使用截断的麦克劳林级数时,务必注意该近似仅在 x = 0 附近及收敛区间内有效。


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

CCEA exams may test your understanding of the remainder term Rₙ(x) after truncating at the n‑th degree. One common form is Lagrange’s remainder:

CCEA 考试可能考查你对截断到 n 次项后余项 Rₙ(x) 的理解。一种常见的形式是拉格朗日余项:

Rₙ(x) = f⁽ⁿ⁺¹⁾(c) xⁿ⁺¹/(n+1)!

where c lies between 0 and x. If we can find an upper bound for |f⁽ⁿ⁺¹⁾(c)| on the interval, we can bound the error, which is especially useful in justifying the number of terms needed for a desired precision.

此处 c 介于 0 与 x 之间。若能找出 |f⁽ⁿ⁺¹⁾(c)| 在区间上的上界,便可限制误差,这对于论证为达到期望精度所需的项数尤其有用。


7. Using Known Expansions to Find New Series | 利用已知展开求新级数

A powerful exam technique is to derive less familiar series from the standard ones by substitution, addition, multiplication or differentiation. For instance, to expand e³ˣ, replace x by 3x in the eˣ series:

一种强大的考试技巧是通过代换、相加、相乘或求导,从标准展开推导出不太熟悉的级数。例如,要展开 e³ˣ,只需将 eˣ 级数中的 x 代换成 3x:

e³ˣ = 1 + (3x) + (3x)²/2! + (3x)³/3! + … = 1 + 3x + 9x²/2! + 27x³/3! + …

Similarly, sin(2x) uses the sin x series with x replaced by 2x. To find the series for x sin x, multiply the sin x series by x term‑by‑term. Recognising these manipulations can turn a seemingly unfamiliar question into a straightforward application of familiar patterns.

类似地,sin(2x) 只需将 sin x 级数中的 x 换为 2x。求 x sin x 的级数时,可将 sin x 级数逐项乘以 x。能识别这些变形方法,就能将看似陌生的题目转化为对熟悉模式的直接应用。


8. Applications to Limits and Integrals | 在极限与积分中的应用

Maclaurin expansions simplify limit evaluation when direct substitution leads to an indeterminate form. For example, to find lim(x→0) (sin x − x)/x³, replace sin x with x − x³/6 + … to obtain (−x³/6 + …)/x³ = −1/6 as x → 0.

当直接代入导致不定式时,麦克劳林展开可以简化极限计算。例如,求 lim(x→0) (sin x − x)/x³ 时,将 sin x 替换为 x − x³/6 + …,得到 (−x³/6 + …)/x³ → −1/6。

Furthermore, integrals that cannot be expressed in elementary functions can often be approximated by expanding the integrand and integrating term‑by‑term. An example is ∫₀¹ e⁻ˣ² dx. First expand e⁻ˣ² = 1 − x² + x⁴/2! − … and integrate the polynomial to get an approximate value.

此外,无法用初等函数表示的积分通常可通过展开被积函数并逐项积分来近似。例如 ∫₀¹ e⁻ˣ² dx,先展开 e⁻ˣ² = 1 − x² + x⁴/2! − …,再对多项式积分得到近似值。


9. Exam-Style Problems and Strategies | 考试题型与策略

CCEA questions often follow a predictable pattern: given f(x), find the first few non‑zero terms of its Maclaurin series, state the general term if possible, and then use the expansion to approximate a value or evaluate a limit. Sometimes you are asked to find the range of x for which the series converges.

CCEA 的题目往往遵循可预见的模式:给定 f(x),求其麦克劳林级数的前几个非零项,若可能写出通项,然后用展开式近似某个数值或计算极限。有时也会要求找出级数收敛的 x 范围。

A reliable strategy is to compute derivatives systematically, evaluate them at zero, and substitute into the formula. When a standard function is involved, it is quicker to adapt a known expansion. Always check the conditions for validity, and if a remainder estimate is required, use Lagrange’s form with a sensible bound for the derivative.

可靠的策略是系统性地计算导数,在零点处求值,再代入公式。当涉及标准函数时,直接改编已知展开会更快。要始终检查有效性条件;若需要余项估计,则使用拉格朗日余项并给出导数的合理上界。


10. Common Pitfalls and Tips | 常见错误与提示

Several mistakes appear repeatedly in exam scripts. One is forgetting to divide by the factorial when writing the series coefficient. Another is misapplying the binomial expansion when n is not a positive integer — the series is then infinite and requires |x| < 1. Students also sometimes confuse the expansions of ln(1+x) and ln(1−x) or overlook alternating signs.

阅卷中反复出现的一些错误包括:写级数系数时忘记除以阶乘;当 n 不是正整数时错误地使用二项式展开——此时级数无穷且要求 |x| < 1;有时会混淆 ln(1+x) 与 ln(1−x) 的展开式,或遗漏交替符号。

Always write the first few terms explicitly and check that they match the original function at x = 0. When using a substitution, remember to substitute into the domain condition as well. A small time investment in verifying your series can prevent heavy loss of marks.

务必明确写出前几项,并检查它们在 x = 0 时与原函数是否吻合。使用代换时,记得在定义域条件中也进行代换。花少量时间验证你的级数可以避免大量失分。


11. Deriving One Series from Another through Differentiation and Integration | 通过求导与积分从已知级数推导新级数

Sometimes the examination expects you to obtain a new series by differentiating or integrating a known expansion term‑by‑term within its interval of convergence. For example, starting from the geometric series 1/(1−x) = 1 + x + x² + x³ + … (|x| < 1), integrating gives −ln(1−x) = x + x²/2 + x³/3 + … . Replacing x by −x yields ln(1+x).

有时候考试要求你在收敛区间内对已知展开式逐项求导或积分,从而得到新级数。例如,从几何级数 1/(1−x) = 1 + x + x² + x³ + … (|x| < 1) 出发,积分可得 −ln(1−x) = x + x²/2 + x³/3 + … 。用 −x 替换 x 便可得到 ln(1+x) 的展开式。

This approach is not only elegant but also circumvents the direct calculation of higher derivatives. Remember, however, that term‑by‑term differentiation and integration are valid only inside the interval of convergence, and the radius of convergence remains unchanged, although the behaviour at the endpoints may differ.

这种方法不仅简洁,还绕开了直接计算高阶导数的麻烦。但请记住,逐项求导和积分仅在收敛区间内部有效,收敛半径保持不变,尽管端点处的敛散性可能不同。


12. Summary and Exam Checklist | 总结与备考清单

To succeed in Maclaurin series questions, ensure you can: write down the general formula and the series for eˣ, sin x, cos x, ln(1+x) and (1+x)ⁿ without hesitation; determine the range of convergence; manipulate known series to find new ones; apply series to limits, approximations and integrals; and estimate errors using Lagrange’s remainder when asked.

要在麦克劳林级数题目中取得好成绩,请确保你能:毫不犹豫地写出一般公式以及 eˣ、sin x、cos x、ln(1+x) 和 (1+x)ⁿ 的级数;确定收敛范围;通过已知级数变形求出新级数;将级数应用于极限、近似和积分;以及在需要时用拉格朗日余项进行误差估计。

Practise past CCEA papers to become familiar with the phrasing and typical mark allocations. A systematic, step‑by‑step approach, combined with a strong memory of standard series, will make this topic one of your strongest on the paper.

通过练习历年 CCEA 真题来熟悉出题措辞和典型分值分布。系统化、按部就班的方法,再加上对标准级数的牢固记忆,将使这一专题成为你试卷上最强的部分之一。

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