📚 KS3 Maths: Mastering Maclaurin Expansion – A Beginner’s Guide | KS3 数学:麦克劳林展开考点精讲
Although Maclaurin expansion is usually studied at A-Level, understanding its core idea—representing complicated functions as simpler polynomials—begins right here in KS3. Through binomial expansions and pattern spotting, you can already glimpse how infinite series can approximate curves and values. This guide bridges your current algebra skills with advanced calculus concepts, giving you a head start.
虽然麦克劳林展开通常在A-Level阶段学习,但它的核心思想——用简单的多项式表示复杂函数——其实从KS3就开始了。通过二项式展开和寻找规律,你已经可以窥见无穷级数如何近似曲线和数值。这份考点精讲将你当前的代数技能与高等微积分概念连接起来,助你领先一步。
1. What Is a Maclaurin Expansion? | 什么是麦克劳林展开?
A Maclaurin expansion is a way to rewrite a function as an infinite sum of powers of x. It looks like a very long polynomial: f(x) = a₀ + a₁x + a₂x² + a₃x³ + … . The clever part is that all coefficients come from the function’s behaviour exactly at x = 0.
麦克劳林展开是一种把函数重写为无穷多项 x 的幂次之和的方法。它看起来像一个非常长的多项式:f(x) = a₀ + a₁x + a₂x² + a₃x³ + … 。巧妙之处在于,所有系数都完全来自函数在 x = 0 处的行为。
2. KS3 Foundation: Binomial Expansions | KS3 基础:二项式展开
In KS3 you expand brackets like (x + 1)² = x² + 2x + 1. This is a finite polynomial. Maclaurin expansions continue the same logic indefinitely. Try expanding (1 + x)³: multiply (1 + x)(1 + x)(1 + x) to get 1 + 3x + 3x² + x³. Notice the coefficients 1, 3, 3, 1. They follow a pattern!
在KS3中,你会展开括号,比如 (x + 1)² = x² + 2x + 1。这是一个有限多项式。麦克劳林展开则把同样的逻辑无限延续下去。试着展开 (1 + x)³:(1 + x)(1 + x)(1 + x) 得到 1 + 3x + 3x² + x³。注意系数 1, 3, 3, 1,它们遵循着一定的规律!
3. Polynomial Approximations – The Big Idea | 多项式近似 —— 核心思想
Curved graphs of functions like eˣ or sin x can be mimicked by stacking simple powers of x. Near x = 0, a straight line gives a rough fit, a quadratic a better fit, a cubic an even better one. The Maclaurin series tells you exactly which powers to use and what multipliers (coefficients) they need.
像 eˣ 或 sin x 这样的曲线可以用一系列 x 的简单幂次叠加来模仿。在 x = 0 附近,一条直线能大致拟合,二次函数拟合得更好,三次函数更精确。麦克劳林级数精确地告诉你应该使用哪些幂次,以及它们需要哪些乘数(系数)。
4. A Simple Linear Approximation | 一个简单的线性近似
Think of the function f(x) = 1 + x + x². At x = 0, f(0) = 1. If we only keep the first two terms, f(x) ≈ 1 + x for tiny x. This linear approximation works because the x² term becomes extremely small when x is close to 0. Maclaurin expansions formalise this trimming process.
考虑函数 f(x) = 1 + x + x²。在 x = 0 时,f(0) = 1。如果我们只保留前两项,那么对于很小的 x,f(x) ≈ 1 + x。这个线性近似能成立,是因为当 x 接近 0 时,x² 项变得极其微小。麦克劳林展开正是将这种裁剪过程规范化。
5. The Maclaurin Series Formula (Without Calculus) | 麦克劳林级数公式(无微积分版)
At A-Level you learn the formula involves derivatives, but for KS3 you can accept the results. The general shape is: f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … . Here, f'(0), f”(0) are numbers that capture how steep the function is and how it bends at zero. You don’t need to calculate them yet—just see the pattern of increasing powers and factorial denominators.
在A-Level中你会学到这个公式涉及导数,但在KS3阶段你可以直接接受结果。一般形式为:f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … 。这里,f'(0), f”(0) 是捕捉函数在零点有多陡峭以及如何弯曲的数值。你暂时不需要计算它们——只需观察到指数递增和分母阶乘的规律即可。
6. Famous Example: The Expansion of eˣ | 经典例子:eˣ 的展开式
The exponential function eˣ has a beautifully simple Maclaurin series: eˣ = 1 + x + x²/2! + x³/3! + x⁴/4! + … . Every term’s denominator is a factorial, and the numerator is just xⁿ. Try approximating e⁰·¹: keep terms up to x³ → 1 + 0.1 + 0.01/2 + 0.001/6 ≈ 1.10517, which matches the true value 1.10517.
指数函数 eˣ 有着极其简洁优美的麦克劳林级数:eˣ = 1 + x + x²/2! + x³/3! + x⁴/4! + … 。每一项的分母都是阶乘,分子就是 xⁿ。试着近似 e⁰·¹:保留到 x³ 项 → 1 + 0.1 + 0.01/2 + 0.001/6 ≈ 1.10517,这与真实值 1.10517 完全吻合。
7. Approximating sin x – Odd Powers Only | 近似 sin x —— 仅含奇次幂
The sine function’s Maclaurin expansion uses only odd powers of x: sin x = x – x³/3! + x⁵/5! – x⁷/7! + … . The alternating signs make it wiggle. For small angles, just x is a good approximation. Using x – x³/6 gives sin 0.2 ≈ 0.2 – 0.008/6 ≈ 0.198667, extremely close to the calculator value 0.198669.
正弦函数的麦克劳林展开只包含 x 的奇次幂:sin x = x – x³/3! + x⁵/5! – x⁷/7! + … 。交替的正负号使其上下波动。对于小角度,仅用 x 就是一个不错的近似。使用 x – x³/6 计算 sin 0.2 ≈ 0.2 – 0.008/6 ≈ 0.198667,与计算器给出的 0.198669 极为接近。
8. Approximating cos x – Even Powers Only | 近似 cos x —— 仅含偶次幂
The cosine series contains only even powers and starts with 1: cos x = 1 – x²/2! + x⁴/4! – x⁶/6! + … . Notice the pattern: for eˣ all terms are positive; for sin and cos the signs alternate. This teaches you that series can capture oscillation without any trigonometric calculation.
余弦级数只包含偶次幂,并以 1 开头:cos x = 1 – x²/2! + x⁴/4! – x⁶/6! + … 。注意其中的规律:eˣ 的所有项都是正的;而 sin 和 cos 的符号交替变化。这让你明白,级数无需任何三角计算就能捕捉到振荡特性。
9. Linking Back to KS3: Multiplying Series | 联系KS3:多项式的乘法
In KS3 you multiply two binomials. The same skill helps you square a Maclaurin series. For example, if you want to approximate e²ˣ, you can either use the series directly or multiply the eˣ series by itself and collect like terms. This reinforces algebraic manipulation skills while revealing deeper structures.
在KS3中,你会做两个二项式相乘的运算。同样的技能可以用来平方一个麦克劳林级数。比如,如果你想近似 e²ˣ,既可以直接使用级数,也可以将 eˣ 的级数乘以自身并合并同类项。这既巩固了代数操作技能,也揭示了更深层的结构。
10. Typical KS3-Style Questions Using Expansions | KS3 风格典型展开练习题
While full Maclaurin questions appear later, you can already tackle foundation exercises: (a) Expand (1 + x)⁴ and compare the coefficients with the pattern of Pascal’s triangle. (b) Use the first three terms of eˣ to estimate e⁰·² and check with a calculator. (c) Given sin x ≈ x – x³/6, estimate sin 0.3 and find the error.
尽管完整的麦克劳林题目出现在更高年级,但你现在已经可以应对基础练习了:(a) 展开 (1 + x)⁴,并将系数与帕斯卡三角形的规律比较。(b) 使用 eˣ 的前三项估算 e⁰·²,并用计算器验证。(c) 已知 sin x ≈ x – x³/6,估算 sin 0.3 并计算误差。
11. Practice Table: Approximating Values | 练习表格:数值近似
| Function | Maclaurin Terms Used | x = 0.2 Approximation | True Value (approx) |
| eˣ | 1 + x + x²/2 | 1 + 0.2 + 0.02 = 1.220 | 1.22140 |
| sin x | x – x³/6 | 0.2 – 0.001333 = 0.198667 | 0.198669 |
| cos x | 1 – x²/2 | 1 – 0.02 = 0.980 | 0.98007 |
This table shows you that even two or three terms already give incredibly accurate predictions near zero. As you add more terms, the approximations hug the true curve ever more tightly.
这张表格向你展示,即便只有两三项,也能在零点附近给出难以想象的精确预测。随着项数增加,近似曲线会越来越紧贴真实曲线。
12. Why Maclaurin Expansions Matter – From KS3 to Real Life | 麦克劳林展开为何重要 —— 从KS3到现实应用
Engineers use series to calculate trigonometric values inside calculators, simulate physics, and compress digital signals. By starting with strong KS3 algebra and understanding how polynomials can replace complicated functions, you build the intuitive foundation for calculus, which you’ll study thoroughly at GCSE and A-Level.
工程师们利用级数在计算器内部计算三角函数值、模拟物理过程以及压缩数字信号。通过在KS3阶段打下扎实的代数基础,并理解多项式如何替代复杂函数,你就为微积分建立了直观的根基——这些内容将在GCSE和A-Level中系统学习。
Published by TutorHao | KS3 Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导