📚 PDF资源导航

Taylor Series for A-Level AQA Mathematics: Key Points | A-Level AQA 数学:泰勒级数 考点精讲

📚 Taylor Series for A-Level AQA Mathematics: Key Points | A-Level AQA 数学:泰勒级数 考点精讲

Taylor series represent one of the most powerful tools in calculus, allowing us to express complicated functions as infinite sums of polynomial terms. In AQA A-Level Mathematics, you are expected to derive and apply Maclaurin series (the special case of Taylor series about zero) for standard functions, use series to approximate function values, and understand the range of validity for such expansions. This article systematically covers every key aspect of the topic, providing you with clear explanations, useful examples, and exam-focused tips.

泰勒级数是微积分中最强大的工具之一,它使我们能够将复杂的函数表示为无穷多项式之和。在 AQA A-Level 数学中,你需要能够推导并应用标准函数的麦克劳林级数(即关于零点的泰勒级数特例),利用级数近似函数值,并理解此类展开的有效范围。本文系统地梳理了该主题的每个核心考点,提供了清晰的解释、实用的例题和备考技巧。

1. Introduction to Taylor Series | 泰勒级数简介

A Taylor series expands a function f(x) about a point x = a into an infinite sum of terms involving powers of (x – a). The idea is to match the function’s value and all its derivatives at the chosen centre. If the series is centred at a = 0, it is called a Maclaurin series, which is the main focus in AQA exams.

泰勒级数将函数 f(x) 在点 x = a 附近展开为包含 (x – a) 幂次的无穷项之和。其核心思想是使级数在展开点处的函数值及各阶导数与原始函数完全吻合。当展开中心 a = 0 时,该级数称为麦克劳林级数,这也是 AQA 考试的重点。

The general Taylor series for f(x) about x = a is: f(x) = f(a) + f'(a)(x-a) + f”(a)(x-a)²/2! + f”'(a)(x-a)³/3! + … + f⁽ⁿ⁾(a)(x-a)ⁿ/n! + …

函数 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! + …

In A-Level exams, you will rarely need to use the full general form; Maclaurin expansions (a = 0) dominate the syllabus.

在 A-Level 考试中,你很少需要用到完整的一般形式;麦克劳林展开(a = 0)是考纲的核心内容。


2. Maclaurin Series: The Special Case a = 0 | 麦克劳林级数:a = 0 的特例

Setting a = 0 in the Taylor formula gives the Maclaurin series: f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … + f⁽ⁿ⁾(0)xⁿ/n! + …

在泰勒公式中令 a = 0 即得到麦克劳林级数:f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … + f⁽ⁿ⁾(0)xⁿ/n! + …

This formula is the starting point for almost everything in the Taylor series topic. You must be comfortable calculating derivatives of the given function at x = 0 and substituting them into the series.

这个公式是泰勒级数主题中几乎所有内容的出发点。你必须能够熟练计算给定函数在 x = 0 处的各阶导数,并代入级数中。

Common functions you will be asked to expand include eˣ, sin x, cos x, ln(1 + x), and (1 + x)ⁿ. Each has a distinctive pattern of derivatives at zero.

你通常需要展开的常见函数包括 eˣ、sin x、cos x、ln(1 + x) 以及 (1 + x)ⁿ。它们在零点处的各阶导数各自具有鲜明的规律。


3. The General Formula and Its Components | 一般公式及其组成

The Maclaurin series formula can be written as:

f(x) = Σ (f⁽ⁿ⁾(0) / n!) xⁿ, from n = 0 to ∞

where f⁽⁰⁾(0) simply means f(0), and 0! = 1 by definition.

麦克劳林级数公式可写作:

f(x) = Σ (f⁽ⁿ⁾(0) / n!) xⁿ,n 从 0 到 ∞

其中 f⁽⁰⁾(0) 即 f(0),且按定义 0! = 1。

To construct the series you need: the value of the function at 0; the first, second, third, etc., derivatives evaluated at 0; and the factorial denominators. Be careful with the factorial: 2! = 2, 3! = 6, 4! = 24, and so on.

构建级数你需要:函数在 0 处的值;在 0 处计算的一阶、二阶、三阶等导数;以及阶乘分母。需注意阶乘:2! = 2,3! = 6,4! = 24,依此类推。

In AQA questions, you will often be given a function and asked to find the first three non-zero terms of its Maclaurin expansion, or to derive the expansion up to and including the term in x³ or x⁴.

在 AQA 考题中,通常会给出一个函数,要求你求出其麦克劳林展开的前三个非零项,或推导出直到含 x³ 或 x⁴ 项为止的展开式。


4. Standard Maclaurin Expansions You Must Know | 必须掌握的标准麦克劳林展开

The following standard Maclaurin series are given in the formula booklet for AQA, but you also need to be able to derive them and recognise their patterns. They are:

以下标准麦克劳林级数在 AQA 公式手册中提供,但你仍需能够自行推导并识别其规律。它们是:

Function Maclaurin Expansion Validity
1 + x + x²/2! + x³/3! + … + xⁿ/n! + … all real x
sin x x – x³/3! + x⁵/5! – … + (-1)ⁿ x²ⁿ⁺¹/(2n+1)! + … all real x
cos x 1 – x²/2! + x⁴/4! – … + (-1)ⁿ x²ⁿ/(2n)! + … all real x
ln(1 + x) x – x²/2 + x³/3 – … + (-1)ⁿ⁻¹ xⁿ/n + … -1 < x ≤ 1
(1 + x)ⁿ (binomial) 1 + nx + n(n-1)x²/2! + n(n-1)(n-2)x³/3! + … |x| < 1 (for non-integer n); see notes for integer n

For the binomial expansion, when n is a positive integer the series is finite and valid for all x. When n is not a positive integer, the series is infinite and valid only for |x| < 1.

对于二项式展开,当 n 为正整数时,级数是有限的,且对所有 x 成立。当 n 不是正整数时,级数为无穷级数,且仅当 |x| < 1 时有效。


5. Deriving a Maclaurin Expansion Step by Step | 麦克劳林展开的分步推导

Let’s derive the expansion for f(x) = eˣ as an example. Step 1: find f(0) = e⁰ = 1. Step 2: compute derivatives: f'(x) = eˣ, so f'(0) = 1; f”(x) = eˣ, f”(0) = 1; and in general f⁽ⁿ⁾(0) = 1 for all n.

以 f(x) = eˣ 为例进行推导。第一步:求 f(0) = e⁰ = 1。第二步:计算导数:f'(x) = eˣ,因此 f'(0) = 1;f”(x) = eˣ,f”(0) = 1;一般地,对所有 n 有 f⁽ⁿ⁾(0) = 1。

Step 3: substitute into the formula: f(x) = 1 + 1·x + 1·x²/2! + 1·x³/3! + … = 1 + x + x²/2 + x³/6 + … This is the Maclaurin series for eˣ, and it converges for all real x.

第三步:代入公式:f(x) = 1 + 1·x + 1·x²/2! + 1·x³/3! + … = 1 + x + x²/2 + x³/6 + … 这就是 eˣ 的麦克劳林级数,它对所有实数 x 收敛。

Exam questions may ask you to find up to the term in x³ or x⁴. Always write the terms in ascending powers of x and simplify the coefficients where possible.

考题可能要求你求出直到 x³ 或 x⁴ 项为止的展开式。务必按 x 的升幂排列各项,并尽可能化简系数。


6. Approximating Functions Using a Finite Number of Terms | 用有限项近似函数

One of the most practical uses of Taylor/Maclaurin series is numerical approximation. For small values of x, truncating the series after the first few terms gives a polynomial that closely mirrors the original function.

泰勒/麦克劳林级数最实际的应用之一是数值近似。对于较小的 x 值,截取级数的前几项得到的多项式可以非常接近原函数。

For instance, using the Maclaurin series for sin x, we can approximate sin(0.1) as: 0.1 – (0.1)³/6 ≈ 0.1 – 0.0001667 = 0.0998333. The true value is about 0.0998334, illustrating the high accuracy of even a two-term approximation for small x.

例如,利用 sin x 的麦克劳林级数,我们可以将 sin(0.1) 近似为:0.1 – (0.1)³/6 ≈ 0.1 – 0.0001667 = 0.0998333。真实值约为 0.0998334,这表明即使只取两项,对于较小的 x 已具有很高的精度。

The AQA specification expects you to be able to use known series to estimate numerical values, and sometimes to bound the error by considering the next term (typical for alternating series).

AQA 考纲希望你能利用已知级数估计数值,有时还需通过考察下一项来界定误差(常见于交错级数)。


7. Validity and the Range of Convergence | 有效性与收敛范围

Every infinite series expansion has an interval of convergence. You must state the validity of your expansion. The Maclaurin series for eˣ, sin x, and cos x are valid for all real x (infinite radius of convergence).

每个无穷级数展开都有一个收敛区间。你必须说明展开式的有效范围。eˣ、sin x 和 cos x 的麦克劳林级数对所有实数 x 均有效(收敛半径为无穷大)。

However, ln(1 + x) is valid only for -1 < x ≤ 1. The binomial expansion (1 + x)ⁿ for non-integer n is valid for |x| < 1. If x takes a value outside the interval of convergence, the series cannot be used directly and may give nonsense results.

然而,ln(1 + x) 仅在 -1 < x ≤ 1 时有效。对于非整数 n 的二项式展开 (1 + x)ⁿ,有效范围为 |x| < 1。如果 x 取值在收敛区间之外,级数则无法直接使用,并可能给出荒谬的结果。

In the exam, you often need to check if a given x value lies within the valid range before performing an approximation. For example, to estimate ln(0.8) you would set x = -0.2 in ln(1 + x) because -0.2 is within (-1, 1].

在考试中,进行近似计算前往往需要检查给定的 x 值是否在有效范围内。例如,要估算 ln(0.8),你应在 ln(1 + x) 中设 x = -0.2,因为 -0.2 在 (-1, 1] 之内。


8. Expanding Composite Functions and Using Substitution | 复合函数的展开与代换法

You do not always have to start from scratch calculating derivatives. A powerful A-Level technique is to substitute a new expression into a known standard series. For example, to expand e²ˣ, simply replace x with 2x in the series for eˣ: 1 + (2x) + (2x)²/2! + (2x)³/3! + … = 1 + 2x + 2x² + (4/3)x³ + …

你并非总是需要从求导开始逐步计算。一项强大的 A-Level 技巧是将新的表达式代入已知的标准级数中。例如,要展开 e²ˣ,只需在 eˣ 的级数中将 x 替换为 2x:1 + (2x) + (2x)²/2! + (2x)³/3! + … = 1 + 2x + 2x² + (4/3)x³ + …

Care must be taken with the validity: if the original series is valid for all real x, like eˣ, then the substituted series is also valid for all real x. But for ln(1 + u), you need |u| < 1, so ln(1 + 3x) would require |3x| < 1, i.e. |x| < 1/3.

必须注意有效范围:若原级数对所有实数 x 有效(如 eˣ),则代换后的级数也对所有实数有效。但对 ln(1 + u),要求 |u| < 1,因此 ln(1 + 3x) 要求 |3x| < 1,即 |x| < 1/3。

This substitution method is frequently examined. You might be asked to find the series for x sin(2x) or e³ˣ and state the range of validity.

这种代换法是常见的考查内容。你可能会被要求求出 x sin(2x) 或 e³ˣ 的级数,并说明有效范围。


9. Maclaurin Series by Differentiation and Integration | 通过微分与积分求麦克劳林级数

Another key skill is differentiating or integrating known series term by term to obtain new expansions. For example, because the derivative of sin x is cos x, differentiating the sin x series gives: cos x = 1 – 3x²/3! + 5x⁴/5! – … = 1 – x²/2! + x⁴/4! – …, matching the standard cos x series.

另一项关键技能是对已知级数逐项微分或积分以获得新的展开式。例如,由于 sin x 的导数是 cos x,对 sin x 的级数逐项求导即得:cos x = 1 – 3x²/3! + 5x⁴/5! – … = 1 – x²/2! + x⁴/4! – …,这与标准的 cos x 级数一致。

Similarly, knowing that ∫ 1/(1+x) dx = ln(1+x), you can start from the geometric series 1/(1+x) = 1 – x + x² – x³ + … (valid for |x| < 1) and integrate termwise to get the series for ln(1+x). This is a standard derivation that may appear in questions.

类似地,由于 ∫ 1/(1+x) dx = ln(1+x),你可以从几何级数 1/(1+x) = 1 – x + x² – x³ + … (|x| < 1 时有效)出发,逐项积分得到 ln(1+x) 的级数。这是一个可能出现在考题中的标准推导。

Term-by-term differentiation and integration within the interval of convergence are valid, but you must be aware that the radius of convergence remains the same.

在收敛区间内逐项微分与积分是有效的,但需要注意收敛半径保持不变。


10. Error Estimation and the Lagrange Remainder (AQA’s Approach) | 误差估计与拉格朗日余项(AQA 的处理方式)

For alternating series like that of sin x and cos x, the error after truncating at the nth term is bounded by the absolute value of the next term. This simple alternating series estimate is the most common error–bound method tested at A-Level.

对于如 sin x 和 cos x 这样的交错级数,在截断至第 n 项后的误差不超过下一项的绝对值。这种简单的交错级数误差估计是 A-Level 中最常考的方法。

The full Lagrange remainder term is not heavily examined in AQA pure mathematics, but understanding that the error can be expressed as f⁽ⁿ⁺¹⁾(c) xⁿ⁺¹/(n+1)! for some c between 0 and x is conceptually useful.

完整的拉格朗日余项在 AQA 纯数学中并未深入考查,但理解误差可表示为 f⁽ⁿ⁺¹⁾(c) xⁿ⁺¹/(n+1)!(其中 c 介于 0 与 x 之间)在概念上是有用的。

When a question asks you to determine how many terms are needed to achieve a given accuracy (e.g., 0.001), you can use the next-term bound. For sin 0.5, the term after x – x³/6 is x⁵/120 = 0.5⁵/120 ≈ 0.00026, so two terms already give an error less than 0.0003.

当题目要求你确定需要多少项才能达到给定精度(例如 0.001)时,你可以使用下一项界的办法。对于 sin 0.5,在 x – x³/6 之后的下一项为 x⁵/120 = 0.5⁵/120 ≈ 0.00026,因此两项已可使误差小于 0.0003。


11. AQA Exam-Style Questions and Common Pitfalls | AQA 考题风格与常见易错点

Typical AQA questions will present a function like f(x) = e²ˣ sin x and ask for the Maclaurin series up to the term in x³. You may need to multiply two known series together. Be systematic: write e²ˣ = 1 + 2x + 2x² + … and sin x = x – x³/6 + …, then multiply and collect powers.

典型的 AQA 考题会给出一个如 f(x) = e²ˣ sin x 的函数,要求求出直到 x³ 项的麦克劳林级数。你可能需要将两个已知级数相乘。务必有条理:写出 e²ˣ = 1 + 2x + 2x² + … 和 sin x = x – x³/6 + …,然后相乘并合并同次幂。

Common pitfalls include: forgetting factorial denominators, miswriting the signs in the sin/cos alternating pattern, using the series outside its validity, and not simplifying coefficients. Also, watch out for missing the term for f(0) – the constant term must be included.

常见易错点包括:遗漏阶乘分母、写错 sin/cos 交错模式中的正负号、在有效范围外使用级数、以及未化简系数。此外,注意不要遗漏 f(0) 项——常数项必须包括在内。

When asked to find a series for a rational function like 1/(2-x), rewrite it in the form (1/2) · 1/(1 – x/2) = ½ (1 + x/2 + (x/2)² + …). This is a common trick, and you must state the validity |x/2| < 1 ⇒ |x| < 2.

当被要求求有理函数如 1/(2-x) 的级数时,应将其改写为 (1/2) · 1/(1 – x/2) = ½ (1 + x/2 + (x/2)² + …) 的形式。这是一个常见技巧,你必须说明有效范围 |x/2| < 1 ⇒ |x| < 2。


12. Worked Example and Summary of Key Steps | 例题详解与关键步骤总结

Example: Find the Maclaurin series up to x³ for f(x) = ln(cos x).
Solution: First, f(0) = ln(cos 0) = ln 1 = 0. f'(x) = -tan x, so f'(0) = 0. f”(x) = -sec² x, giving f”(0) = -1. f”'(x) = -2 sec² x tan x, thus f”'(0) = 0. Substituting into formula: f(x) ≈ 0 + 0·x – 1·x²/2! + 0·x³/3! = -x²/2. (The series starts with -x²/2, and the next non-zero term is -x⁴/12.)

例题:求 f(x) = ln(cos x) 直到 x³ 项的麦克劳林级数。
解答:首先,f(0) = ln(cos 0) = ln 1 = 0。f'(x) = -tan x,故 f'(0) = 0。f”(x) = -sec² x,得 f”(0) = -1。f”'(x) = -2 sec² x tan x,因此 f”'(0) = 0。代入公式:f(x) ≈ 0 + 0·x – 1·x²/2! + 0·x³/3! = -x²/2。(级数以 -x²/2 开始,下一个非零项为 -x⁴/12。)

In your revision, memorise the standard series, practise substitution and term manipulation, always check validity, and be confident with differentiating up to at least the third derivative. Neat presentation of steps will help secure full marks.

在复习中,记住标准级数,练习代换与项的运算,总是检查有效范围,并熟练掌握至少到三阶导数的求导。清晰的步骤书写将有助于获得满分。

Published by TutorHao | AQA Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version