📚 PDF资源导航

Taylor Series for KS3 Mathematics | KS3 数学:泰勒级数 考点精讲

📚 Taylor Series for KS3 Mathematics | KS3 数学:泰勒级数 考点精讲

At Key Stage 3 you already know that polynomials like 3x² + 2x − 5 are simple, friendly functions. In this article we’ll discover a surprising idea: many complicated functions, such as sin x, cos x and eˣ, can be rewritten as infinitely long polynomials. That big idea is called a Taylor series, and it is one of the most powerful tools in all of mathematics.

在 KS3 阶段你已经知道 3x² + 2x − 5 这样的多项式是简单、友好的函数。本文我们要发现一个惊人的想法:许多复杂的函数(例如 sin x、cos x 和 eˣ)都可以改写成无限长的多项式。这个伟大的想法就叫做泰勒级数,它是整个数学中最强大的工具之一。

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

A Taylor series turns a function into an infinite sum of terms made from powers of x. Each term is built using the function’s derivatives at a single point. If that point is zero, we call it a Maclaurin series – which is the special case we’ll focus on here.

泰勒级数把一个函数变成由 x 的幂次构成的无穷多项之和。每一项都利用函数在某个点的导数来构建。如果该点是零,我们就称它为麦克劳林级数——这是本文要重点讨论的特殊情形。

Imagine trying to draw a smooth curve using only Lego bricks. The Taylor series does something similar: it reconstructs a curve by stacking simple power pieces (x, x², x³, …) with carefully chosen coefficients.

想象你只能用乐高积木画一条光滑曲线。泰勒级数做的事情类似:它通过堆叠简单的幂次积木(x、x²、x³……),并精心挑选系数,来重建一条曲线。

The key insight: if you know everything about a function at just one point, you can often predict its behaviour everywhere.

关键洞见:如果你在仅仅一个点完全了解一个函数,通常就能预测它在各处的行为。


2. Polynomials as Building Blocks | 把多项式理解为构建模块

At KS3 you work with linear functions like y = 2x + 1 and quadratics like y = x² − 4. These are short polynomials. A Taylor series simply extends this idea: it allows a polynomial to be infinitely long, so it can bend and wiggle exactly like sin x or eˣ.

在 KS3 你接触的是 y = 2x + 1 这样的一次函数和 y = x² − 4 这样的二次函数。这些都是短多项式。泰勒级数把这个想法延伸了:它允许多项式无限长,从而能像 sin x 或 eˣ 那样精确地弯曲和摆动。

Think of a polynomial as a mathematical chameleon. With enough terms of the form aₙxⁿ, it can mimic almost any smooth function.

把多项式想象成数学变色龙。只要有足够多的 aₙxⁿ 形式的项,它就能模仿几乎任何光滑函数。

We start with the constant term (x⁰), then add the linear term (x¹), then quadratic (x²), and keep going. Each new term adds a bit more accuracy.

我们从常数项(x⁰)开始,然后加上一次项(x¹),接着是二次项(x²),并不断继续。每增加一项,精度就提高一点。


3. The Maclaurin Series Formula – A First Look | 麦克劳林级数公式初探

For a function f(x), its Maclaurin series is given by:

对于函数 f(x),其麦克劳林级数由下式给出:

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

Here f'(0) means the first derivative evaluated at 0, f”(0) is the second derivative, and n! (n factorial) is n × (n−1) × … × 1.

这里 f'(0) 表示在 0 处的一阶导数,f”(0) 是二阶导数,而 n!(n 的阶乘)是 n × (n−1) × … × 1。

Notice the pattern: the coefficient of xⁿ is always f⁽ⁿ⁾(0) / n!. This simple rule generates all the terms.

请注意规律:xⁿ 的系数总是 f⁽ⁿ⁾(0) / n!。这条简单的规则生成了所有项。

You do not need to differentiate complicated functions perfectly at KS3 – just remember that the formula uses the function’s rate of change, its curvature, and higher-order changes.

在 KS3 你不需要完美地对复杂函数求导——只要记住公式使用了函数的变化速率、弯曲程度以及更高阶的变化即可。


4. Approximating sin x Near Zero | 在零附近近似 sin x

We know sin 0 = 0. The first derivative of sin x is cos x, and cos 0 = 1. So the linear approximation near zero is simply sin x ≈ x.

我们知道 sin 0 = 0。sin x 的一阶导数是 cos x,而 cos 0 = 1。因此在零附近的一次近似就是 sin x ≈ x。

This is a small-angle approximation you might have used in science: for very small x (in radians), sin x behaves almost exactly like x.

这是你在科学课上可能用过的小角近似:对于非常小的 x(以弧度计),sin x 几乎就像 x 一样。

But we can do better. The second derivative of sin x is −sin x, so f”(0) = 0, meaning no x² term. The next non-zero term comes from the third derivative, giving −x³/3!. Thus:

但我们能做得更好。sin x 的二阶导数是 −sin x,因此 f”(0) = 0,意味着没有 x² 项。下一个非零项来自三阶导数,得到 −x³/3!。于是:

sin x ≈ x − x³/6

This quadratic–cubic approximation already captures the curve’s downward bend after the initial rise.

这个二次-三次近似已经能捕捉到曲线先上升后向下弯曲的特征。


5. Building the Full Series for sin x | 构建 sin x 的完整级数

Continuing the pattern, the derivatives of sin x cycle every four steps: sin x → cos x → −sin x → −cos x → sin x. That gives a repeating block of coefficients.

延续这一规律,sin x 的导数每四步循环一次:sin x → cos x → −sin x → −cos x → sin x。这就产生了一组循环的系数。

The Maclaurin series for sin x uses only odd powers, alternating in sign:

sin x 的麦克劳林级数只用奇数次幂,符号交替变换:

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

This infinite sum is exact. Adding more terms makes the approximation match sin x over a wider interval.

这个无限和是精确的。添加更多项会让近似在更宽的区间上与 sin x 吻合。

At KS3 you can test this with a calculator: pick x = 0.5 rad, compute x − x³/6, and compare with sin 0.5. The error is tiny already.

在 KS3 你可以用计算器检验:取 x = 0.5 弧度,计算 x − x³/6,并与 sin 0.5 比较。误差已经非常小了。


6. Approximating cos x and eˣ | 近似 cos x 和 eˣ

The cosine function behaves similarly. Its value at 0 is 1, and its derivatives cycle too. The Maclaurin series for cos x uses even powers only:

余弦函数的表现类似。它在 0 处的值为 1,其导数同样循环。cos x 的麦克劳林级数只使用偶数次幂:

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

The exponential function eˣ is even simpler because all its derivatives equal eˣ, and e⁰ = 1. Its series uses all powers with no alternating signs:

指数函数 eˣ 甚至更简单,因为它所有的导数都等于 eˣ,且 e⁰ = 1。它的级数使用所有幂次,没有符号交替:

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

This series is the reason eˣ grows so fast: each new power adds another positive chunk.

这个级数解释了 eˣ 为何增长如此迅速:每一个新的幂次都增加一个正的部分。

These three series – sin, cos, exp – are the ‘rock stars’ of Maclaurin expansions and are well worth memorising.

这三个级数——sin、cos、exp——是麦克劳林展开中的“明星”,非常值得牢记。


7. Step-by-Step Example: sin x Expansion | 循序渐进案例:sin x 展开

Let us build the first four non-zero terms of the sin x series from scratch using the formula f⁽ⁿ⁾(0)/n!.

让我们用公式 f⁽ⁿ⁾(0)/n! 从头构建 sin x 级数的前四个非零项。

  • n = 0: f(0) = sin 0 = 0 → term 0
  • n = 1: f'(0) = cos 0 = 1 → term 1·x/1! = x
  • n = 2: f”(0) = −sin 0 = 0 → term 0
  • n = 3: f”'(0) = −cos 0 = −1 → term −1·x³/3! = −x³/6
  • n = 4: f⁽⁴⁾(0) = sin 0 = 0 → 0
  • n = 5: f⁽⁵⁾(0) = cos 0 = 1 → term 1·x⁵/5! = x⁵/120
  • n = 7: f⁽⁷⁾(0) = −1 → −x⁷/5040

中文对照:

  • n = 0: f(0) = sin 0 = 0 → 项为 0
  • n = 1: f'(0) = cos 0 = 1 → 项为 1·x/1! = x
  • n = 2: f”(0) = −sin 0 = 0 → 项为 0
  • n = 3: f”'(0) = −cos 0 = −1 → 项为 −1·x³/3! = −x³/6
  • n = 4: f⁽⁴⁾(0) = sin 0 = 0 → 0
  • n = 5: f⁽⁵⁾(0) = cos 0 = 1 → 项为 x⁵/120
  • n = 7: f⁽⁷⁾(0) = −1 → −x⁷/5040

Adding them together gives sin x ≈ x − x³/6 + x⁵/120 − x⁷/5040. The approximation is already superb for |x| < π/2.

把它们加在一起得到 sin x ≈ x − x³/6 + x⁵/120 − x⁷/5040。对于 |x| < π/2,这个近似已经非常出色。


8. Visualising Approximations | 可视化近似

If you plot y = sin x and then add more and more terms of its Maclaurin series, you see the polynomial ‘hugging’ the sine wave ever more tightly around x = 0.

如果你画出 y = sin x,然后逐一添加其麦克劳林级数的更多项,你会看到多项式在 x = 0 附近越来越紧地“拥抱”正弦波。

With only one term (y = x), the approximation is a straight line tangent to the curve at the origin. Adding −x³/6 bends the line downwards, matching the sine’s first trough. By the time you include x⁵ and x⁷ terms, the polynomial is almost indistinguishable from sin x over a full period.

只有一项(y = x)时,近似是一条在原点与曲线相切的直线。加上 −x³/6 使直线下弯,与正弦的第一个波谷吻合。当你加上 x⁵ 和 x⁷ 项时,多项式在整个周期上几乎与 sin x 难以区分。

This visual idea is why Taylor series are sometimes called ‘polynomial best fits’ at a point.

这种视觉上的想法说明了为什么泰勒级数有时被称为在某点处的“多项式最佳拟合”。


9. Convergence: How Far Can We Trust It? | 收敛性:我们能信任多远?

A Taylor series does not always work for all x. For sin x, cos x and eˣ, the series converges for every real number – you can pick any x, and the infinite sum will give the exact value.

泰勒级数并不总对所有的 x 都有效。对于 sin x、cos x 和 eˣ,级数对每个实数都收敛——你可以任选一个 x,无限和都会给出精确值。

However, some functions like 1/(1 − x) have a Taylor series that only works for |x| < 1. That interval is called the radius of convergence, and at KS3 you can simply be aware that it exists.

但是,像 1/(1 − x) 这样的函数的泰勒级数只在 |x| < 1 时成立。这个区间称为收敛半径,在 KS3 你只需知道它的存在就可以。

For the series introduced here, you are safe using them for small and moderate x values, which is where most physics and engineering approximations live.

对于这里介绍的级数,你可以安全地将它们用于较小和中等大小的 x 值,而这正是大多数物理和工程近似所处的地方。


10. Why Taylor Series Matter | 泰勒级数为何重要

Taylor series are not just a classroom trick – they power scientific computing. When your calculator evaluates sin 32°, it does not look up a giant table; it uses a Taylor polynomial truncated to perhaps 10 terms and gets an answer precise to 15 decimal places.

泰勒级数不只是一个课堂把戏——它们支撑着科学计算。当你的计算器计算 sin 32° 时,它并不查阅巨大的表格;它使用截取到也许 10 项的泰勒多项式,就能得到精确到 15 位小数的答案。

Engineers use Taylor expansions to simplify difficult differential equations into manageable polynomial equations. Physicists use them to approximate complex motions, from pendulums to planetary orbits.

工程师使用泰勒展开将困难的微分方程简化为易于处理的多项式方程。物理学家用它们近似从单摆到行星轨道的复杂运动。

Even at KS3, understanding that a series can represent a function builds a bridge between algebra and calculus that will serve you for years.

哪怕在 KS3,理解一个级数可以表示一个函数就在代数与微积分之间架起了一座桥,让你多年受益。


11. Common Mistakes to Avoid | 常见错误要避免

One typical error is forgetting the factorial denominators. Writing sin x = x − x³ + x⁵ − … without dividing by 3!, 5! etc. is incorrect because those terms would grow far too large.

一个典型的错误是忘记阶乘分母。将 sin x 写成 x − x³ + x⁵ − … 而不除以 3!、5! 等是不正确的,因为那些项会变得过大。

Another mistake is mixing up radians and degrees. The series for sin x expects x in radians. If you put in degrees, the approximation fails completely.

另一个错误是混淆弧度和角度。sin x 的级数要求 x 以弧度为单位。如果你代入角度值,近似会完全失效。

Finally, do not assume that adding more terms always improves accuracy for every x – for some series it does, but for others beyond the radius of convergence it makes things worse.

最后,不要认为增加更多项总能提高对所有 x 的精度——对某些级数是这样,但对其他超出收敛半径的级数,反而会变糟。


12. Key Takeaways for KS3 | KS3 要点总结

  • A Taylor series expresses a function as an infinite polynomial of x, centred at a specific point.
  • 泰勒级数将一个函数表示为以 x 为变量的无穷多项式,围绕一个特定点展开。
  • The Maclaurin series is a Taylor series centred at 0, and is the easiest to compute.
  • 麦克劳林级数是中心在 0 处的泰勒级数,是最容易计算的一种。
  • sin x ≈ x − x³/6 + x⁵/120 − x⁷/5040, cos x ≈ 1 − x²/2 + x⁴/24 − x⁶/720, and eˣ ≈ 1 + x + x²/2 + x³/6 + … are the essential expansions to remember.
  • sin x ≈ x − x³/6 + x⁵/120 − x⁷/5040,cos x ≈ 1 − x²/2 + x⁴/24 − x⁶/720,以及 eˣ ≈ 1 + x + x²/2 + x³/6 + … 是需要记住的基本展开式。
  • Always use radians, and always divide by the factorial.
  • 务必使用弧度,并且务必除以阶乘。
  • With just a few terms you can approximate these functions to surprising accuracy, building intuition for more advanced mathematics.
  • 仅用少数几项,你就可以以惊人的精度近似这些函数,为更高级的数学培养直觉。

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