📚 PDF资源导航

Maclaurin Expansion: IGCSE WJEC Maths Key Points | 麦克劳林展开:IGCSE WJEC 数学考点精讲

📚 Maclaurin Expansion: IGCSE WJEC Maths Key Points | 麦克劳林展开:IGCSE WJEC 数学考点精讲

In IGCSE WJEC Mathematics, the Maclaurin expansion is a powerful tool for approximating complicated functions using simple polynomials. By evaluating a function and its derivatives at x = 0, we can create an infinite series that behaves like the original function near zero. This revision guide breaks down the key concepts, common expansions and typical exam questions to help you master this topic efficiently.

在 IGCSE WJEC 数学中,麦克劳林展开是用简单多项式逼近复杂函数的强大工具。通过计算函数及其在 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 sum of terms calculated from the values of its derivatives at a single point. In practice, taking the first few terms gives a polynomial approximation that is very accurate near the origin.

麦克劳林级数是泰勒级数的一个特例,展开中心为 x = 0。它将函数 f(x) 表示为由其单点各阶导数值计算出的无穷多项之和。实际取前几项即可得到一个在原点附近非常高精度的多项式逼近。

For a function to have a Maclaurin series, it must be infinitely differentiable at x = 0. Many common functions such as ex, sin x, cos x and ln(1+x) have well-known Maclaurin expansions that you are expected to remember or be able to derive quickly in the WJEC exam.

要使函数存在麦克劳林级数,它必须在 x = 0 处无穷可微。许多常用函数如 ex、sin x、cos x 和 ln(1+x) 都有已知的麦克劳林展开式,你需要在 WJEC 考试中熟记或能快速推导。


2. The General Formula | 一般公式

The general Maclaurin series formula is given by f(x) = f(0) + f'(0)x + f”(0)x2/2! + f”'(0)x3/3! + … + f(n)(0)xn/n! + … . Each coefficient involves a derivative evaluated at zero and a factorial denominator.

麦克劳林级数的一般公式为 f(x) = f(0) + f'(0)x + f”(0)x2/2! + f”'(0)x3/3! + … + f(n)(0)xn/n! + … . 每一项的系数由零点的导数值和阶乘分母构成。

f(x) = Σ (from n=0 to ∞) [f(n)(0) / n!] xn

To generate the expansion, compute f(0), f'(0), f”(0) and so on, then substitute into the formula. The first term (n=0) is f(0) because 0! = 1 and x0 = 1. Ideally you should aim to spot patterns in the derivatives to write the series compactly.

要生成展开式,先计算 f(0)、f'(0)、f”(0) 等,然后代入公式。第一项 (n=0) 为 f(0),因为 0! = 1 且 x0 = 1。理想情况是能找出导数的规律,从而紧凑地写出级数。


3. Maclaurin Series for ex | ex 的麦克劳林展开

The exponential function f(x) = ex is the simplest to expand because all its derivatives are ex, and at x = 0 they equal 1. Therefore f(n)(0) = 1 for every n. Substituting into the general formula gives the series 1 + x + x2/2! + x3/3! + … .

指数函数 f(x) = ex 是最容易展开的,因为它的所有导数仍为 ex,且在 x = 0 处等于 1。故而对所有 n 都有 f(n)(0) = 1。代入一般公式即得级数 1 + x + x2/2! + x3/3! + … .

ex = 1 + x + x2/2! + x3/3! + x4/4! + …

This expansion converges for all real x, which makes it extremely useful for approximation. Even with just the first four terms you can obtain a good estimate for e0.1 or e0.5. WJEC questions often ask you to evaluate e raised to a small power using the first few terms.

该展开式对所有实数 x 收敛,使其在近似计算中极为有用。即便只取前四项,也能很好地估算 e0.1 或 e0.5。WJEC 试题常要求用前几项计算 e 的某小次幂。


4. Maclaurin Series for sin x | sin x 的麦克劳林展开

For f(x) = sin x, the derivatives cycle every four steps: f(x) = sin x, f'(x) = cos x, f”(x) = -sin x, f”'(x) = -cos x, and then repeats. Evaluating at 0 gives f(0)=0, f'(0)=1, f”(0)=0, f”'(0)=-1, f(4)(0)=0, etc. Only odd powers survive.

对于 f(x) = sin x,导数每四步循环一次:f(x) = sin x, f'(x) = cos x, f”(x) = -sin x, f”'(x) = -cos x,然后重复。在 0 点计算得 f(0)=0, f'(0)=1, f”(0)=0, f”'(0)=-1, f(4)(0)=0 等。只有奇次幂项保留。

sin x = x – x3/3! + x5/5! – x7/7! + …

Notice the alternating signs and the odd-numbered factorials. This series also converges for all real x. The simplest approximation sin x ≈ x is valid for very small angles in radians, which links back to basic trigonometry.

注意交错符号和奇数阶乘。该级数也对所有实数 x 收敛。最简单的近似 sin x ≈ x 对极小弧度角成立,这与基础三角学相联系。


5. Maclaurin Series for cos x | cos x 的麦克劳林展开

Cosine follows a similar cyclic pattern: f(x)=cos x, f'(x)=-sin x, f”(x)=-cos x, f”'(x)=sin x, f(4)(x)=cos x. At x=0 we get f(0)=1, f'(0)=0, f”(0)=-1, f”'(0)=0, f(4)(0)=1. Only even powers appear.

余弦也有相似的循环规律:f(x)=cos x, f'(x)=-sin x, f”(x)=-cos x, f”'(x)=sin x, f(4)(x)=cos x。在 x=0 处得 f(0)=1, f'(0)=0, f”(0)=-1, f”'(0)=0, f(4)(0)=1。仅出现偶次幂。

cos x = 1 – x2/2! + x4/4! – x6/6! + …

Like sin x, the series converges everywhere. The familiar small-angle approximation cos x ≈ 1 – x2/2 comes directly from taking the first two non-zero terms.

与 sin x 一样,该级数处处收敛。我们熟悉的小角近似 cos x ≈ 1 – x2/2 正是取自前两个非零项。


6. Maclaurin Series for ln(1+x) | ln(1+x) 的麦克劳林展开

The natural logarithm f(x) = ln(1+x) requires careful derivative evaluation: f(0)=0, f'(x)=1/(1+x) so f'(0)=1, f”(x)=-1/(1+x)2 so f”(0)=-1, f”'(x)=2/(1+x)3 so f”'(0)=2, and in general f(n)(0) = (-1)n-1(n-1)! for n ≥ 1.

自然对数 f(x) = ln(1+x) 需要仔细求导:f(0)=0, f'(x)=1/(1+x) 故 f'(0)=1, f”(x)=-1/(1+x)2 故 f”(0)=-1, f”'(x)=2/(1+x)3 故 f”'(0)=2,一般地对于 n ≥ 1 有 f(n)(0) = (-1)n-1(n-1)!.

ln(1+x) = x – x2/2 + x3/3 – x4/4 + …

This series converges only for -1 < x ≤ 1. The interval of convergence is a key exam point; outside this range the expansion is not valid. Many WJEC marks are awarded for stating the valid x values.

该级数仅在 -1 < x ≤ 1 上收敛。收敛区间是一个重要考点;超出此范围展开式便无效。WJEC 常对说明有效 x 值给分。


7. Binomial Expansion as a Maclaurin Series | 二项展开式作为麦克劳林级数

The binomial expansion (1+x)k = 1 + kx + k(k-1)x2/2! + k(k-1)(k-2)x3/3! + … for any real k and |x|<1 can be obtained directly from the Maclaurin formula. This links algebraic manipulation with calculus-based series.

对任意实数 k 且 |x|<1,二项展开式 (1+x)k = 1 + kx + k(k-1)x2/2! + k(k-1)(k-2)x3/3! + … 可直接由麦克劳林公式导出。这将代数操作与基于微积分的级数联系了起来。

When k is a positive integer, the series terminates and becomes a finite polynomial—exactly the binomial theorem you learned earlier. The Maclaurin approach therefore unifies polynomial approximations for a wide class of functions.

当 k 为正整数时,级数截断为有限多项式——这正是你早先学过的二项式定理。因此,麦克劳林方法统一了众多函数的级数多项式逼近。


8. Approximating Functions | 函数的近似

One of the main WJEC applications is using a truncated Maclaurin series to estimate function values. For instance, use the first three terms of ex to approximate e0.2: 1 + 0.2 + (0.2)2/2 = 1 + 0.2 + 0.02 = 1.22. The true value is about 1.22140, so the error is very small.

WJEC 的主要应用之一是利用截断的麦克劳林级数估算函数值。例如,用 ex 的前三项估算 e0.2:1 + 0.2 + (0.2)2/2 = 1 + 0.2 + 0.02 = 1.22。真实值约为 1.22140,误差极小。

Similarly, sin(0.1) ≈ 0.1 – (0.1)3/6 = 0.1 – 0.0001667 = 0.0998333, matching the actual value closely. Questions may ask you to find the percentage error or to determine how many terms are needed for a given accuracy.

类似地,sin(0.1) ≈ 0.1 – (0.1)3/6 = 0.1 – 0.0001667 = 0.0998333,与实际值十分吻合。考题可能要求计算百分误差或确定达到给定精度所需的项数。


9. Determining the Radius of Convergence | 收敛半径的确定

Although not always tested in depth at IGCSE, understanding that Maclaurin series have a domain of validity is crucial. For ex, sin x and cos x the series converge for all x; for ln(1+x) the interval is -1 < x ≤ 1; for binomial (1+x)k it is |x|<1. These intervals are often checked via the ratio test or by considering the original function's domain.

尽管在 IGCSE 阶段不总深入考查,但了解麦克劳林级数的有效域至关重要。ex、sin x 和 cos x 的级数对所有 x 收敛;ln(1+x) 的区间为 -1 < x ≤ 1;二项式 (1+x)k 为 |x|<1。这些区间常通过比值审敛法或考虑原函数定义域来检验。

WJEC questions might provide a series and ask you to state the values of x for which the expansion is valid, or to explain why a given approximation is poor for x outside that range. Always include the validity condition in your final answer.

WJEC 可能给出一个级数,要求说明展开有效的 x 值,或解释为何对于范围外的 x 近似效果差。最终答案务必包含有效条件。


10. Common Exam Question Types | 常见考题类型

Typical WJEC questions include: (a) Derive the Maclaurin series up to x3 or x4 for a given function; (b) Use the series to estimate a value and comment on accuracy; (c) Find a series for a related function by substitution or differentiation; (d) Write the general term using factorials and patterns.

典型的 WJEC 考题包括:(a) 推导给定函数到 x3 或 x4 的麦克劳林级数;(b) 利用级数估算数值并评述精度;(c) 通过代换或微分求相关函数的级数;(d) 利用阶乘和规律写出通项。

Question Type What to do
Derive up to x3 Compute f(0), f'(0), f”(0), f”'(0) and substitute.
Estimate a value Plug the small number into the truncated series; state the approximation symbol ≈.
Series by substitution Replace x in a known series with, e.g., 2x or -x.
Validity interval Check convergence: e.g., |x|<1 for binomial, -1

11. Summary and Key Takeaways | 总结与要点

Remember these essential Maclaurin expansions: ex = Σ xn/n!, sin x = Σ (-1)nx2n+1/(2n+1)!, cos x = Σ (-1)nx2n/(2n)!, ln(1+x) = Σ (-1)n-1xn/n. Always note the convergence interval. With practice, you can derive any of these quickly from the general formula.

熟记这些基本的麦克劳林展开式:ex = Σ xn/n!,sin x = Σ (-1)nx2n+1/(2n+1)!,cos x = Σ (-1)nx2n/(2n)!,ln(1+x) = Σ (-1)n-1xn/n。始终注明收敛区间。通过练习,你可以从一般公式迅速推导出这些展开式。

Maclaurin series = power series around 0
Accuracy improves with more terms; convergence interval is essential

Approach exam problems methodically: write down the first few derivatives, evaluate at 0, spot the pattern, and assemble the series. Check your work by substituting a small x-value to see if the approximation makes sense.

有条理地应对考题:列出前几阶导数,在 0 点求值,寻找规律,组合级数。代入一个小 x 值检查近似是否合理,以验证你的工作。


12. Practice Suggestions | 练习建议

To master this topic, try deriving the Maclaurin series for f(x) = 1/(1-x) and compare it with the geometric series. Also practise finding the expansion for esin x up to x3 using composition of series. Past WJEC papers offer many examples that combine differentiation skills with series work.

为掌握这一专题,试推导 f(x) = 1/(1-x) 的麦克劳林展开并与几何级数比较。同时练习利用级数复合求出 esin x 到 x3 的展开式。WJEC 历年试题中提供了许多结合微分技巧与级数运算的范例。

Regularly test yourself by writing out the standard expansions from memory and stating their intervals of convergence. Pay attention to algebraic simplification, especially with factorials, as careless mistakes often lose marks.

定期自我检测,凭记忆写出标准展开式并标出收敛区间。注意代数化简,尤其是阶乘部分,因为粗心错误常导致失分。

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