📚 PDF资源导航

Taylor Series for GCSE Maths: Key Points | GCSE 数学:泰勒级数 考点精讲

📚 Taylor Series for GCSE Maths: Key Points | GCSE 数学:泰勒级数 考点精讲

Welcome to this focused revision guide on Taylor series, adapted for GCSE Maths. While the Taylor series itself is typically an A‑level Further Mathematics topic, its core ideas – approximating complicated functions with simple polynomials – appear in GCSE whenever you use a tangent to estimate a value or expand a binomial. This article breaks down the Maclaurin series for eˣ, sin x and cos x, shows how polynomial approximations work, and connects these to estimation techniques you already know. You will learn to build low‑degree Taylor polynomials and avoid common mistakes when applying them.

欢迎阅读本 GCSE 数学泰勒级数考点精讲。虽然泰勒级数通常属于 A‑level 进阶数学,但其核心思想——用多项式逼近复杂函数——在 GCSE 中已经有迹可循:每次你用切线估计函数值或进行二项式展开,都是在做多项式逼近。本文将拆解 eˣ、sin x 与 cos x 的麦克劳林级数,展示多项式逼近如何随着项数增加而越来越精确,并与你熟悉的估计技巧建立联系。你将学会构造低阶泰勒多项式,并避开应用中的常见误区。


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

A Taylor series represents a function as an infinite sum of terms calculated from the function’s derivatives at a single point. For GCSE purposes, we focus on the Maclaurin series – a special case where the point is 0. This turns a function like sin x into a polynomial: an endless string of powers of x that, when added together, perfectly recreates the original function if we take infinitely many terms. In practice, we stop after a few terms to get a good approximation.

泰勒级数将函数表示为在某一点处由各阶导数算出的无穷多项之和。为了符合 GCSE 的难度,我们重点讨论 麦克劳林级数——展开点位于 0 的特例。它可以把 sin x 这样的函数转化为多项式:无穷多个 x 的幂项相加,当取无穷项时完美还原原函数。实际计算中,我们仅取前几项即可获得相当好的逼近。


2. The Maclaurin Series 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! + …

Here f'(0) is the first derivative evaluated at 0, f”(0) is the second derivative, and n! (n factorial) means n × (n‑1) × … × 1. Each coefficient is a derivative value divided by a factorial. This pattern is the heart of all polynomial approximations in this guide.

函数 f(x) 的麦克劳林级数为:

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

其中 f'(0) 是函数在 0 处的一阶导数值,f”(0) 是二阶导数值,n! 表示 n 的阶乘。每一项的系数都是导数值除以对应阶乘。这一模式是本文所有多项式逼近的核心。


3. Tangent Line as a First‑Degree Taylor Polynomial | 切线就是一阶泰勒多项式

When you use a tangent to estimate a function value at GCSE, you are actually using the first two terms of its Maclaurin series. For a curve y = f(x) near x = 0, the tangent line is y = f(0) + f'(0)x. This is a degree‑1 Taylor polynomial. It matches the function’s value and slope at x = 0. All higher terms (x² and beyond) capture curvature, which the tangent ignores.

在 GCSE 中用切线估计函数值时,你其实在使用麦克劳林级数的前两项。对于 x = 0 附近的曲线 y = f(x),切线方程为 y = f(0) + f'(0)x,这正是 1 阶泰勒多项式。它在 x = 0 处与原函数的值和斜率一致。所有更高次项(x² 及以上)描述弯曲程度,而切线忽略了这些。


4. Maclaurin Series for eˣ | eˣ 的麦克劳林级数

The exponential function eˣ is wonderfully simple: all its derivatives are eˣ, so at x = 0 every derivative equals 1. Plugging into the formula gives:

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

This means eˣ ≈ 1 + x + x²/2 + x³/6 for small x, with the approximation becoming more accurate as more terms are added. At x = 1, the series gives e ≈ 1 + 1 + 0.5 + 0.1667… = 2.7083…, already close to the true value 2.71828… using just four terms.

指数函数 eˣ 的导数非常简洁:各阶导数均为 eˣ,因此在 x = 0 处所有导数值都为 1。代入公式得到:

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

这意味着当 x 很小时,eˣ ≈ 1 + x + x²/2 + x³/6,项数越多逼近越精确。在 x = 1 时,仅用四项即可得到 e ≈ 2.7083…,已非常接近真实值 2.71828…。


5. Maclaurin Series for sin x and cos x | sin x 与 cos x 的麦克劳林级数

Sine and cosine have alternating derivatives that cycle at x = 0: sin(0)=0, sin'(0)=1, sin”(0)=0, sin”'(0)=-1, and then repeat. This yields an alternating, odd‑power‑only series for sin x, and an alternating, even‑power‑only series for cos x:

sin x = x − x³/3! + x⁵/5! − x⁷/7! + …

cos x = 1 − x²/2! + x⁴/4! − x⁶/6! + …

Notice that sin x ≈ x for very small angles (in radians), which is the familiar GCSE small‑angle approximation. Adding the −x³/6 term improves the estimate dramatically for angles up to about 30°.

正弦与余弦在 x = 0 处的导数值循环出现:sin(0)=0, sin'(0)=1, sin”(0)=0, sin”'(0)=−1,然后重复。这导致 sin x 只含奇次幂交错项,cos x 只含偶次幂交错项:

sin x = x − x³/3! + x⁵/5! − x⁷/7! + …

cos x = 1 − x²/2! + x⁴/4! − x⁶/6! + …

注意,当角度很小时(以弧度计),sin x ≈ x,这正是 GCSE 中常见的小角近似。增加 −x³/6 项后,对于高达约 30° 的角度,逼近效果显著提升。


6. Building a Polynomial Approximation Step by Step | 逐步构建多项式逼近

To approximate a function at GCSE level, you typically follow these steps: (1) Choose a centre point a (often 0 for Maclaurin). (2) Compute f(a), f'(a), f”(a), etc. (3) Write the Taylor polynomial up to the desired degree n. For example, to approximate √(1+x) near x=0 to degree 2, f(0)=1, f'(0)=½, f”(0)=−¼, giving:

√(1+x) ≈ 1 + ½x − ⅛x²

Each extra term adds a correction based on the next derivative, refining the shape of the approximating curve.

在 GCSE 层面逼近函数时,通常遵循以下步骤:(1) 选择展开中点 a(麦克劳林级数取 a=0)。(2) 计算 f(a), f'(a), f”(a) 等。(3) 写出指定阶 n 的泰勒多项式。例如,逼近 √(1+x) 在 x=0 附近至 2 阶:f(0)=1, f'(0)=½, f”(0)=−¼,得到:

√(1+x) ≈ 1 + ½x − ⅛x²

每添加一项,就是根据下一阶导数添加修正,不断改进逼近曲线的形状。


7. How Many Terms Do You Need? | 需要多少项?

The number of terms needed depends on how far x is from the centre and on the desired accuracy. For x close to 0, even a quadratic (degree 2) or cubic (degree 3) Maclaurin polynomial can be extremely accurate. The alternating series for sin x and cos x allow easy error estimation: the error after stopping at a term is less than the absolute value of the next omitted term. This is a GCSE‑friendly way to check whether your estimate is reliable.

所需项数取决于 x 离展开中心的远近以及目标精度。当 x 接近 0 时,即使是二次或三次麦克劳林多项式也能极其精确。sin x 与 cos x 的交错级数可以简易估算误差:在某一项截断后,误差的绝对值小于下一个被省略项的绝对值。这是 GCSE 学生容易掌握的检验估计是否可靠的方法。


8. Taylor Series vs Binomial Expansion | 泰勒级数与二项式展开的对比

At GCSE, you expand (1+x)ⁿ for integer n using the binomial theorem. The Maclaurin series performs the same job for any real n, producing an infinite series. For example, with n = −1 we get (1+x)⁻¹ = 1 − x + x² − x³ + …, which is a Taylor series. Recognising this connection helps you see why binomial expansions are also polynomial approximations that can be used for estimation, just like the tangent line was a 1‑term binomial.

在 GCSE 中,你用二项式定理展开整数次幂的 (1+x)ⁿ。麦克劳林级数可将此推广到任意实数 n,产生无限级数。例如,n = −1 时得到 (1+x)⁻¹ = 1 − x + x² − x³ + …,这正是一个泰勒级数。认识这层关系能帮助你理解,二项式展开也是一种多项式逼近,可用于估计值,正如切线是只有一项的二项式逼近。


9. Graphical Interpretation of Low‑Degree Taylor Polynomials | 低阶泰勒多项式的图形解释

Plot the function f(x) = eˣ and its Taylor polynomials T₁(x) = 1 + x (tangent at 0), T₂(x) = 1 + x + x²/2, and T₃(x) = 1 + x + x²/2 + x³/6. Near x = 0, all three stick closely to the curve. As |x| grows, the linear approximation diverges quickly, while the quadratic and cubic stay closer over a wider interval. This visually shows that adding curvature terms captures the function’s behaviour far better than a straight line.

画出 f(x) = eˣ 及其泰勒多项式 T₁(x) = 1 + x(0 处切线)、T₂(x) = 1 + x + x²/2 和 T₃(x) = 1 + x + x²/2 + x³/6。在 x = 0 附近,三条线都紧贴原曲线。随着 |x| 增大,线性逼近迅速偏离,而二次和三次逼近在更宽区间内仍保持一致。这张图直观表明,增加曲率项远比单纯直线更能捕捉函数的走势。


10. Common Pitfalls in GCSE‑style Taylor Problems | GCSE 类泰勒问题中的常见误区

  • Forgetting to divide by factorials: The coefficient of x³ is f”'(0)/3!, not simply f”'(0). Many students drop the factorial, making coefficients much too large.
  • Using degrees instead of radians: The series for sin x and cos x require x in radians. Even a small angle in degrees will produce nonsense unless converted first.
  • Expecting high accuracy far from the centre: A Maclaurin series approximates well only near x=0. For larger x, a Taylor series centred elsewhere or more terms are needed.

对应的中文要点:

  • 忘记除以阶乘:x³ 项的系数是 f”'(0)/3!,并非简单的 f”'(0)。很多学生遗漏阶乘,导致系数过大。
  • 使用角度制而非弧度制:sin x 与 cos x 的级数要求 x 以弧度为单位。即便较小的角度,若未先转换也会得到荒谬结果。
  • 期望远离展开中心仍保持高精度:麦克劳林级数仅在 x=0 附近逼近良好。对于较大的 x,需要以其他点为中心的泰勒级数或更多项。

11. Practice Questions (GCSE‑friendly) | 练习题(适合 GCSE)

1. Write down the Maclaurin polynomial of degree 3 for f(x) = eˣ and use it to estimate e⁰·². Compare with your calculator’s value.

2. For f(x) = sin x, find the degree‑3 Maclaurin polynomial and estimate sin(0.3 rad). Determine the maximum error using the next omitted term.

3. The function f(x) = √(1+x) has f'(0)=½ and f”(0)=−¼. Construct the degree‑2 Maclaurin polynomial and approximate √1.04. Check by squaring your result.

1. 写出 f(x) = eˣ 的 3 阶麦克劳林多项式,并用它估计 e⁰·²,与计算器结果对比。

2. 对于 f(x) = sin x,求出其 3 阶麦克劳林多项式并估计 sin(0.3 rad)。利用下一个省略项确定最大误差。

3. 已知 f(x) = √(1+x) 满足 f'(0)=½, f”(0)=−¼。构造 2 阶麦克劳林多项式并近似计算 √1.04。通过平方验证结果。


12. Summary and GCSE Connections | 总结与 GCSE 衔接

The Taylor series links together many strands of GCSE Maths: straight‑line graphs (tangent approximation), algebraic expansion (binomial theorem), and numerical estimation. Recognising that a tangent is just the start of an infinite polynomial ladder demystifies why approximations work and how they can be improved. Keeping the core formulae for eˣ, sin x, and cos x in your toolkit adds a powerful layer to your estimation skills, bridging the gap to A‑level study with confidence.

泰勒级数将 GCSE 数学的多条线索串联起来:直线图像(切线逼近)、代数展开(二项式定理)以及数值估计。认识到切线不过是无穷多项式阶梯的第一步,就能明白逼近为何有效,以及如何逐步改进。将 eˣ、sin x 和 cos x 的核心公式收入囊中,能让你的估计能力更上层楼,自信地衔接 A‑level 学习。

Published by TutorHao | Maths 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