📚 PDF资源导航

GCSE OCR Maths: Taylor Series Exam Focus | GCSE OCR 数学:泰勒级数考点精讲

📚 GCSE OCR Maths: Taylor Series Exam Focus | GCSE OCR 数学:泰勒级数考点精讲

Taylor series is a powerful tool that expresses a function as an infinite sum of terms calculated from the values of its derivatives at a single point. While Taylor series do not appear explicitly in the GCSE OCR Mathematics syllabus, exploring them can enrich your understanding of how polynomials can approximate harder functions such as sin x, cos x, and eˣ. This article will walk you through the key ideas in a GCSE-friendly way, linking to the kinds of curve-sketching and approximation skills you already possess. It also serves as an excellent bridge to A-Level and Further Mathematics.

泰勒级数是一种强大的工具,它将一个函数表示为一个无穷级数,其每一项都由该函数在某个点处的各阶导数计算得出。尽管泰勒级数并不直接出现在 GCSE OCR 数学考纲中,但探索它能加深你对“多项式如何逼近更复杂函数(如 sin x, cos x 和 eˣ)”的理解。本文将以适合 GCSE 学生的方式梳理核心概念,并与你已经掌握的曲线画图和近似估算技巧联系起来。同时,这也是通往 A-Level 和进阶数学的绝佳桥梁。


1. What is a Taylor Series? | 什么是泰勒级数?

A Taylor series is an infinite series representation of a function f(x) around a point x = a. It is built entirely from the function’s derivatives evaluated at that point. The series is:

泰勒级数是函数 f(x) 在点 x = a 附近的无穷级数展开。它完全由函数在该点处的各阶导数值构造而成。级数形式如下:

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

Here f'(a) is the first derivative at a, f”(a) is the second derivative, and f⁽ⁿ⁾(a) is the n-th derivative. The symbol n! means n factorial (e.g. 3! = 3×2×1 = 6). The idea is to match the function’s value, slope, curvature, and all higher-order behaviour at x = a. When we take infinitely many terms, the series equals the function exactly for many common functions like sine, cosine, and exponential, as long as we stay within the interval of convergence.

其中 f'(a) 是函数在 a 点的一阶导数,f”(a) 是二阶导数,而 f⁽ⁿ⁾(a) 是 n 阶导数。符号 n! 表示 n 的阶乘(例如 3! = 3×2×1 = 6)。其思想是在 x = a 处让多项式与函数的值、斜率、曲率以及所有高阶变化精确吻合。如果我们取无穷多项,对于像正弦、余弦和指数函数等许多常见函数而言,只要在收敛区间内,级数就完全等于原函数。


2. The Taylor Polynomial Approximation | 泰勒多项式逼近

If we stop after a finite number of terms, we obtain a Taylor polynomial. This polynomial approximates f(x) near x = a. The more terms we include, the closer the approximation becomes over a wider interval. For example, the linear approximation uses only two terms: f(a) + f'(a)(x-a). This is simply the tangent line at x = a and is a very rough estimate. Adding the quadratic term f”(a)(x-a)²/2! captures curvature and improves the fit dramatically.

如果我们只取有限项,就得到泰勒多项式。该多项式在 x = a 附近逼近 f(x)。包含的项数越多,逼近效果在更宽的区间内就越精确。例如,线性逼近仅使用两项:f(a) + f'(a)(x-a)。这其实就是 x = a 处的切线,是一个非常粗略的估计。加上二次项 f”(a)(x-a)²/2! 就可以捕捉到曲率,大幅改善逼近效果。

At GCSE, you already use a simple version of this idea when you substitute x = a into a quadratic or cubic expression to find the y-coordinate. The Taylor polynomial generalises this to any differentiable function by also matching slopes and higher derivatives.

在 GCSE 阶段,当你把 x = a 代入二次或三次表达式求 y 坐标时,其实就已经用到了这个思想的简单版本。泰勒多项式将其推广到任意可微函数,并在此基础上让斜率和更高阶导数也相互吻合。


3. Maclaurin Series: The Special Case | 麦克劳林级数:特例

When the expansion point is set to a = 0, the Taylor series simplifies and is called a Maclaurin series. This is the most common form used for elementary functions. The formula becomes:

当展开点设定为 a = 0 时,泰勒级数简化为麦克劳林级数。这是初等函数最常用的展开形式,其公式为:

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

Because calculations are much easier at x = 0, Maclaurin series are the starting point for nearly all the standard expansions you will encounter, including those for sin x, cos x, eˣ, and ln(1+x).

由于在 x = 0 处的计算要简便得多,麦克劳林级数几乎是你将遇到的所有标准展开式的起点,包括 sin x、cos x、eˣ 和 ln(1+x) 的展开。


4. Deriving the Series for sin x | sin x 的级数推导

Let’s build the Maclaurin series for f(x) = sin x. We evaluate the function and its derivatives at 0:

我们来构建 f(x) = sin x 的麦克劳林级数。先计算函数及其各阶导数在 0 处的值:

f(0) = sin 0 = 0
f'(0) = cos 0 = 1
f”(0) = -sin 0 = 0
f”'(0) = -cos 0 = -1
f⁽⁴⁾(0) = sin 0 = 0

This pattern repeats with period 4. Substituting into the Maclaurin formula, only odd-power terms survive because all even-order derivatives vanish at 0. The series becomes:

这个模式以 4 为周期循环。代入麦克劳林公式后,只有奇次幂项保留下来,因为所有偶数阶导数在 0 处均为零。级数如下:

sin x = x – x³/3! + x⁵/5! – x⁷/7! + x⁹/9! – …

The alternating signs come from the cycle of derivative values (0, 1, 0, -1, …). Even for GCSE, you can test this: if x is small (say 0.2), then sin 0.2 ≈ 0.2 – (0.2)³/6 = 0.2 – 0.001333 = 0.198667, which is very close to the true value of about 0.198669.

正负号交替来源于导数值的循环(0, 1, 0, -1, …)。即使对 GCSE 水平来说,你也可以检验一下:若 x 很小(比如 0.2),那么 sin 0.2 ≈ 0.2 – (0.2)³/6 = 0.2 – 0.001333 = 0.198667,这与真实值约 0.198669 非常接近。


5. Deriving the Series for cos x | cos x 的级数推导

Similarly, for f(x) = cos x we compute derivatives at 0:

类似地,对 f(x) = cos x 计算其在 0 处的导数:

f(0) = 1, f'(0) = 0, f”(0) = -1, f”'(0) = 0, f⁽⁴⁾(0) = 1, …

Now the odd-power terms vanish, leaving only even powers. The Maclaurin series is:

现在奇次幂项消失,只留下偶次幂。麦克劳林级数为:

cos x = 1 – x²/2! + x⁴/4! – x⁶/6! + x⁸/8! – …

Once again, the signs alternate. Notice that differentiating the sin x series term-by-term gives exactly the cos x series, which is what we expect because (sin x)’ = cos x. This is a handy consistency check.

符号同样是交替出现的。注意,如果对 sin x 的级数逐项求导,恰好得到 cos x 的级数,这也符合 (sin x)’ = cos x 的关系。这是一个很方便的一致性检验。


6. The Exponential Function eˣ | 指数函数 eˣ 的展开

The exponential function f(x) = eˣ has the remarkable property that all its derivatives are eˣ. At x = 0, e⁰ = 1, so every derivative at 0 is exactly 1. Substituting into the Maclaurin formula gives:

指数函数 f(x) = eˣ 有一个显著特性:它的所有阶导数都是 eˣ 本身。在 x = 0 处,e⁰ = 1,因此所有阶导数在 0 处的值恰好都是 1。代入麦克劳林公式得到:

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

There are no zero coefficients and no sign changes. This series converges for all real x. Even a GCSE student may recognise eˣ as the limit of (1 + 1/n)ⁿ, and the series provides a concrete way to compute e = 1 + 1 + 1/2! + 1/3! + 1/4! + … ≈ 2.71828, which is the base of natural logarithms.

这里既没有零系数,也没有符号变化。该级数对所有实数 x 都收敛。即便 GCSE 学生也可能知道 eˣ 是 (1 + 1/n)ⁿ 的极限,而级数则提供了一种计算 e 的具体方法:e = 1 + 1 + 1/2! + 1/3! + 1/4! + … ≈ 2.71828,这就是自然对数的底数。


7. Convergence and the Remainder Term | 收敛性与余项

An infinite series is only useful if it actually approaches the function as more terms are added. For many functions, the Taylor series converges to f(x) within a certain radius of convergence. For sin x, cos x, and eˣ, the radius is infinite — that is, the series works for all real x. However, functions like ln(1+x) have a finite radius (|x| < 1). The difference between the true function value and the n-th partial sum is called the remainder. In practice, we often use Lagrange's remainder formula to estimate the error when truncating the series.

一个无穷级数只有在随着项数增加而真正趋近于原函数时才有意义。对许多函数而言,泰勒级数会在某个收敛半径内收敛到 f(x)。对于 sin x、cos x 和 eˣ,收敛半径是无穷大——也就是说该级数对所有实数 x 都有效。然而,像 ln(1+x) 这样的函数只有有限收敛半径(|x| < 1)。函数真实值与第 n 阶部分和之间的差称为余项。实际应用中,我们常使用拉格朗日余项公式来估计截断级数后的误差。

At GCSE level, you don’t need to calculate the remainder, but it’s useful to know that stopping early gives an approximation that gets better as you keep more terms, especially when x is small. This matches your experience with rounding and estimating in number topics.

在 GCSE 阶段并不需要计算余项,但了解“提早截断会给出一个近似值,且项数越多近似效果越好(尤其当 x 较小时)”是很有用的。这与你做数字主题中的四舍五入和估算时的经验是一致的。


8. Visualising Approximations | 可视化逼近

Graphing the Taylor polynomials together with the original function helps build intuition. For sin x, the first-degree polynomial P₁(x) = x is the tangent line at the origin. The third-degree polynomial P₃(x) = x – x³/6 hugs the sine curve closely near zero but diverges after about ±2. The fifth-degree polynomial P₅(x) sticks even closer over a wider range. Each extra term ‘bends’ the polynomial to fit the wavy shape of the sine wave.

将泰勒多项式的图像与原函数画在一起有助于建立直觉。对于 sin x,一次多项式 P₁(x) = x 是原点处的切线。三次多项式 P₃(x) = x – x³/6 在零附近紧贴正弦曲线,但在约 ±2 之后开始偏离。五次多项式 P₅(x) 在更大范围上贴合得更紧密。每增加一项都在“弯折”多项式,使其更加贴合正弦波的起伏形状。

This is a nice extension of the GCSE skill of sketching graphs of polynomials and recognising how adding terms changes the curve. You can try plotting these on your graphical calculator or using software like Desmos.

这是对 GCSE 中绘制多项式图像并认识“增加项如何改变曲线”这一技能的良好拓展。你可以尝试用图形计算器或 Desmos 等软件来绘制这些图像。


9. How Does This Relate to GCSE? | 这与 GCSE 有何关系?

While full Taylor series are beyond GCSE, the underlying concept of local linearity is not. When you estimate the value of a curve at a point close to a known value, you are effectively using the linear approximation. For example, if you know that at x = 3, y = 9 for y = x², and the gradient is 6, then near x = 3 the tangent line y = 9 + 6(x-3) gives a rough estimate of x². This is exactly the linear Taylor polynomial of x² about x = 3.

尽管完整的泰勒级数超出了 GCSE 范围,但其底层概念“局部线性化”却并不陌生。当你根据已知点去估计曲线上相近点的值时,本质上就是在使用线性逼近。例如,你知道 y = x² 在 x = 3 时 y = 9,且梯度为 6,那么在 x = 3 附近,切线 y = 9 + 6(x-3) 就是对 x² 的一个粗略估计。这正是 x² 在 x = 3 处的线性泰勒多项式。

OCR GCSE questions occasionally ask you to find an approximate value using a tangent or to explain why a tangent is a good approximation when a small step is made. Recognising this as a truncated Taylor series gives you a deeper insight.

OCR GCSE 题目有时会要求你利用切线求近似值,或解释为何当步长很小时切线是良好的近似。将其视为截断的泰勒级数能带给你更深层次的理解。


10. Common Mistakes to Avoid | 常见错误提醒

One frequent error is forgetting to divide by the factorial in each term. The coefficient of (x-a)ⁿ is f⁽ⁿ⁾(a)/n!, not simply f⁽ⁿ⁾(a). Another mistake is mixing up the signs, especially with trigonometric series where the sign alternates. Always double-check the pattern of derivatives at the expansion point.

一个常见的错误是忘记在每一项中除以阶乘。(x-a)ⁿ 的系数是 f⁽ⁿ⁾(a)/n!,而不仅仅是 f⁽ⁿ⁾(a)。另一个错误是符号混淆,特别是在三角函数的级数中,符号是交替变化的。务必要在展开点处反复核查导数的规律。

Also, many learners incorrectly assume that a Taylor series is valid for all x. Remember that for some functions, like 1/(1-x), the series only converges when |x| < 1. If you are building an approximation for a GCSE-style question, always ensure that the value you plug in is within the valid range, or at least very close to the expansion point.

此外,许多学习者会错误地假设泰勒级数对所有 x 都有效。请记住,对于某些函数,例如 1/(1-x),级数仅在 |x| < 1 时收敛。如果你正在为 GCSE 风格的题目构建近似式,一定要确保代入的 x 值在有效范围内,或至少非常接近展开点。


11. Practice Problem (GCSE Style) | GCSE 风格练习题

Let’s use the Maclaurin series for sin x to approximate sin 10°. First, convert to radians: 10° = π/18 ≈ 0.1745 rad. Use the first two non-zero terms: sin x ≈ x – x³/6. Then sin 0.1745 ≈ 0.1745 – (0.1745)³/6. Compute step by step: (0.1745)³ ≈ 0.00531; divided by 6 gives ≈ 0.000885. So the approximation is 0.1745 – 0.000885 = 0.173615. The true value of sin 10° is about 0.173648, so the error is only 0.000033, which is highly accurate for a two-term approximation.

让我们用 sin x 的麦克劳林级数来近似 sin 10°。首先换算成弧度:10° = π/18 ≈ 0.1745 rad。取前两个非零项:sin x ≈ x – x³/6。那么 sin 0.1745 ≈ 0.1745 – (0.1745)³/6。逐步计算:(0.1745)³ ≈ 0.00531;除以 6 得到约 0.000885。于是近似值为 0.1745 – 0.000885 = 0.173615。sin 10° 的真实值约为 0.173648,误差仅为 0.000033,对一个两项逼近而言已经非常精确了。

This kind of example shows how powerful polynomial approximations can be, and it mimics the style of GCSE estimation questions where you replace a curved graph with a straight line or a simple polynomial.

这个例子展示了多项式逼近的强大能力,同时也模仿了 GCSE 估算题中将曲线替换为直线或简单多项式的风格。


12. Summary | 总结

Taylor series and Maclaurin series allow us to rewrite complicated functions as infinite polynomials. By matching function value, slope, curvature and higher derivatives at a single point, we can create a sequence of polynomial approximations that get better as we add more terms. The core expansions for sin x, cos x, and eˣ are the most fundamental and appear repeatedly in both pure and applied mathematics. Even though they fall outside the strict GCSE OCR specification, the reasoning behind them is directly linked to tangents, local linearity, and the behaviour of graphs — all core GCSE skills. Understanding Taylor series at an introductory level will not only bolster your confidence in approximation tasks but also prepare you for the more sophisticated calculus in A-Level Maths and Further Maths.

泰勒级数和麦克劳林级数让我们能够将复杂函数重新表达为无穷多项式。通过在一个点处匹配函数值、斜率、曲率以及更高阶导数,我们可以构造出一系列多项式逼近,而且项数越多逼近效果越好。sin x、cos x 和 eˣ 的核心展开式是最基本的,在纯数学和应用数学中反复出现。尽管它们超出了严格的 GCSE OCR 考纲范围,但背后的推理与切线、局部线性化以及图像行为密切相关——这些全都是 GCSE 的核心技能。对泰勒级数有了入门级的理解,不仅能增强你在近似估算类题目中的信心,还能为你后续学习 A-Level 数学和进阶数学中更复杂的微积分做好准备。

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