📚 A-Level Maths: Taylor Series Exam Essentials | A-Level 数学:泰勒级数 考点精讲
The Taylor series is one of the most powerful tools in A-Level Mathematics, allowing us to express complicated functions as infinite sums of polynomial terms. It underpins numerical approximations, differential equation solutions, and even the way calculators compute values like eˣ, sin x, and ln x. In this article, we break down every key point you need to master Taylor and Maclaurin series for the exam, from deriving expansions to estimating errors and avoiding common pitfalls.
泰勒级数是 A-Level 数学中最强大的工具之一,它让我们能够将复杂函数表示为无穷多项式之和。它支撑着数值逼近、微分方程解法,甚至计算器计算 eˣ、sin x 和 ln x 等函数值的方式。本文将为考试拆解掌握泰勒级数与麦克劳林级数所需的每一个关键点,从推导展开式到估计误差以及避免常见错误。
1. The Core Definition of Taylor Series | 泰勒级数的核心定义
A Taylor series expands a function f(x) about a point x = a as an infinite sum: f(x) = Σ (f⁽ⁿ⁾(a)/n!) (x − a)ⁿ, where f⁽ⁿ⁾(a) is the nth derivative evaluated at a. When a = 0, this becomes the Maclaurin series, a special but extremely common case. The series converges to f(x) within a certain radius, and partial sums give polynomial approximations.
泰勒级数将函数 f(x) 在点 x = a 附近展开为无穷级数:f(x) = Σ (f⁽ⁿ⁾(a)/n!) (x − a)ⁿ,其中 f⁽ⁿ⁾(a) 是在 a 处的 n 阶导数。当 a = 0 时,就得到了麦克劳林级数,这是一个特殊但极为常见的情形。该级数在某个半径内收敛到 f(x),其部分和给出多项式逼近。
2. Maclaurin Series: The Special Case at Zero | 麦克劳林级数:在零点的特例
The Maclaurin series is f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … . A-Level exams almost always focus on Maclaurin expansions because they simplify derivative evaluation and are the basis for standard series like eˣ, sin x, and cos x. You must be able to derive these from first principles by repeatedly differentiating and substituting x = 0.
麦克劳林级数为 f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + …。A-Level 考试几乎总是围绕麦克劳林展开,因为它们简化了求导运算,并且是 eˣ、sin x 和 cos x 等标准级数的基础。你必须能够通过反复求导并代入 x = 0 从第一原理推导这些级数。
3. Taylor Polynomials and Approximation | 泰勒多项式与逼近
Truncating the series after the nth term yields the nth-degree Taylor polynomial Tₙ(x), which approximates f(x) near x = a. For example, the linear approximation T₁(x) = f(a) + f'(a)(x−a) is the tangent line. Higher-degree polynomials capture curvature and produce much better approximations. Exam questions often ask you to use a given degree to estimate a function value.
在第 n 项之后截断级数就得到 n 次泰勒多项式 Tₙ(x),它在 x = a 附近逼近 f(x)。例如,线性逼近 T₁(x) = f(a) + f'(a)(x−a) 即为切线。更高次的多项式能捕捉曲率,产生更好的逼近。考试题常要求你用给定次数来估计一个函数值。
4. Standard Maclaurin Expansions You Must Memorise | 必须记住的标准麦克劳林展开式
These five series appear in virtually every paper: eˣ = 1 + x + x²/2! + x³/3! + …; sin x = x − x³/3! + x⁵/5! − …; cos x = 1 − x²/2! + x⁴/4! − …; ln(1+x) = x − x²/2 + x³/3 − x⁴/4 + …; and (1+x)ⁿ = 1 + nx + n(n−1)x²/2! + … . Knowing their general terms and intervals of convergence saves time and prevents differentiation errors.
这五个级数几乎出现在每一份试卷中:eˣ = 1 + x + x²/2! + x³/3! + …;sin x = x − x³/3! + x⁵/5! − …;cos x = 1 − x²/2! + x⁴/4! − …;ln(1+x) = x − x²/2 + x³/3 − x⁴/4 + …;以及 (1+x)ⁿ = 1 + nx + n(n−1)x²/2! + …。记住它们的通项和收敛区间能够节省时间并避免求导错误。
5. Interval and Radius of Convergence | 收敛区间与收敛半径
Not every Taylor series converges for all x. The ratio test is the standard method to find the radius of convergence R. For eˣ, sin x, and cos x, R = ∞ (they converge everywhere). For ln(1+x), R = 1 and convergence is on (−1, 1]. For (1+x)ⁿ with non-integer n, R = 1 and convergence typically lies in (−1, 1). Always check the endpoints separately in exam questions.
并非每个泰勒级数对所有 x 都收敛。比值判别法是求出收敛半径 R 的标准方法。对于 eˣ、sin x 和 cos x,R = ∞(处处收敛)。对于 ln(1+x),R = 1,收敛区间为 (−1, 1]。对于非整数 n 的 (1+x)ⁿ,R = 1,收敛通常位于 (−1, 1)。考试中务必单独检验端点。
6. Error Bounds: Lagrange Remainder | 误差估计:拉格朗日余项
The Lagrange form of the remainder Rₙ(x) = f⁽ⁿ⁺¹⁾(c) (x−a)ⁿ⁺¹/(n+1)! for some c between a and x gives an upper bound on the error when using Tₙ(x). A-Level questions often provide a bound on the derivative, e.g. |f⁽ⁿ⁺¹⁾(x)| ≤ M, and ask you to find the smallest n such that the error is less than a given tolerance.
拉格朗日余项形式 Rₙ(x) = f⁽ⁿ⁺¹⁾(c) (x−a)ⁿ⁺¹/(n+1)!,其中 c 介于 a 和 x 之间,给出了使用 Tₙ(x) 时的误差上界。A-Level 题目通常会给出导数的界,例如 |f⁽ⁿ⁺¹⁾(x)| ≤ M,并要求找出最小的 n 使得误差小于给定容限。
7. Using Taylor Series to Evaluate Limits | 利用泰勒级数求极限
When a limit yields 0/0, expanding functions into Maclaurin series often cancels the problematic terms. For instance, limₓ→₀ (sin x − x)/x³ = −1/6 immediately from sin x = x − x³/6 + … . This technique is a powerful alternative to L’Hôpital’s rule and is frequently tested in A-Level further mathematics.
当极限产生 0/0 不定式时,将函数展开为麦克劳林级数往往能消去造成问题的项。例如,由 sin x = x − x³/6 + … 立即得 limₓ→₀ (sin x − x)/x³ = −1/6。这一技巧是洛必达法则的有力替代,在 A-Level 进阶数学中经常考查。
8. Taylor Series in Differential Equations | 微分方程中的泰勒级数
Many A-Level problems ask you to find a series solution to a differential equation by assuming y = Σ aₙ xⁿ, substituting, and equating coefficients. You may also use repeated differentiation of the DE to find y”(0), y”'(0) etc., and then build the Maclaurin expansion term by term.
许多 A-Level 问题要求通过假设 y = Σ aₙ xⁿ、代入并比较系数来求微分方程的级数解。你也可以通过对微分方程反复求导来找出 y”(0)、y”'(0) 等等,然后逐项构建麦克劳林展开式。
9. Connecting Binomial Expansion and Taylor Series | 二项式展开与泰勒级数的联系
The binomial series (1+x)ⁿ = 1 + nx + n(n−1)x²/2! + … is a Maclaurin series. For non-integer n, it is an infinite series valid for |x| < 1. Recognising this connection helps you quickly write down expansions without differentiating, especially when a function can be rewritten in the form (1 + u)ⁿ.
二项式级数 (1+x)ⁿ = 1 + nx + n(n−1)x²/2! + … 就是一个麦克劳林级数。对于非整数 n,它是一个无穷级数,对 |x| < 1 有效。认识到这种联系可以帮助你无需求导便快速写出展开式,尤其是当函数可以改写为 (1 + u)ⁿ 的形式时。
10. Common Errors and How to Avoid Them | 常见错误及其避免方法
Top mistakes include forgetting to divide by factorials, confusing the signs in alternating series like sin and cos, using the series outside its interval of convergence, and applying Maclaurin to functions not differentiable at 0. Always check the general term and perform a quick test of the first few derivatives at zero to catch arithmetic slips.
主要错误包括忘记除以阶乘、混淆 sin 和 cos 等交错级数的符号、在收敛区间外使用级数,以及对在 0 处不可导的函数应用麦克劳林展开。务必检查通项,并快速检验前几个导数在零点的值以发现计算失误。
11. Graphical Interpretation and Visual Insight | 图形解释与直观洞察
Plotting f(x) alongside T₁(x), T₂(x), T₃(x) reveals how higher-degree Taylor polynomials better hug the curve near the expansion point. This visual understanding reinforces why the series works and helps you spot when an approximation will fail, for instance, beyond the radius of convergence.
将 f(x) 与 T₁(x)、T₂(x)、T₃(x) 画在同一坐标系中,可以揭示更高次的泰勒多项式如何在展开点附近更加贴近曲线。这种直观理解能加深你对级数有效性的认识,并帮助你发现逼近在何时会失效,例如超出收敛半径时。
12. Exam Strategy and Technique | 应试策略与技巧
Start by identifying the required centre (usually 0). Write down the formula explicitly before substituting. Keep intermediate derivatives neat. When asked for an error bound, clearly state the Lagrange form and justify your choice of M. For series manipulation, remember you can differentiate or integrate valid power series term by term within their interval of convergence.
首先要确定所需的展开中心(通常为 0)。在代入之前显式地写出公式。保持中间求导步骤整洁。当要求给出误差界时,清晰陈述拉格朗日形式并证明你对 M 的选择。对于级数操作,请记住你可以在收敛区间内逐项微分或积分有效的幂级数。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导