📚 PDF资源导航

Taylor Series in AQA Mathematics | AQA 数学:泰勒级数 考点精讲

📚 Taylor Series in AQA Mathematics | AQA 数学:泰勒级数 考点精讲

Taylor series provide a powerful way to express a wide class of functions as infinite sums of polynomial terms, built from the function’s derivatives at a single point. In AQA Further Mathematics, mastering Taylor and Maclaurin expansions opens the door to limits, approximations, and deeper analysis of series behaviour. This revision guide walks through every key concept, formula, and exam technique you need, with clear bilingual explanations.

泰勒级数提供了一种强有力的方法,将许多函数表示为无穷多项式之和,这些项由函数在单点的各阶导数构成。在AQA进阶数学中,掌握泰勒和麦克劳林展开式为极限、近似以及级数行为的深入分析打开了大门。这篇考点精讲将带你梳理每一个关键概念、公式和考试技巧,并配有清晰的双语解释。

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

A Taylor series expands a function f(x) about a point x = a into an infinite polynomial involving powers of (x − a). If the series converges, it represents the function exactly.

泰勒级数将函数 f(x) 在点 x = a 附近展开为一个关于 (x − a) 幂次的无穷多项式。如果该级数收敛,它就精确地表示原函数。

The expansion is constructed from the value of f and its derivatives at a. The more terms you include, the better the polynomial approximates f(x) near a.

这个展开式由 f 及其在 a 点的各阶导数值构造而成。包含的项数越多,多项式在 a 附近对 f(x) 的近似就越好。


2. The General Formula | 一般公式

The Taylor series of f(x) about x = a is given by:

f(x) 在 x = a 处的泰勒级数公式为:

f(x) = f(a) + f'(a)(x − a) + f”(a)/2! (x − a)² + f”'(a)/3! (x − a)³ + … + f⁽ⁿ⁾(a)/n! (x − a)ⁿ + …

This can be written compactly using sigma notation:

这可以用求和符号简洁地写成:

f(x) = Σₙ₌₀∞ [f⁽ⁿ⁾(a)/n!] (x − a)ⁿ

Here f⁽ⁿ⁾(a) denotes the n-th derivative of f evaluated at a, with f⁽⁰⁾(a) = f(a). The factorial n! and powers of (x − a) increase with each term.

其中 f⁽ⁿ⁾(a) 表示 f 在 a 处的 n 阶导数,规定 f⁽⁰⁾(a) = f(a)。阶乘 n! 和 (x − a) 的幂次随每一项递增。


3. Maclaurin Series as a Special Case | 麦克劳林级数作为特例

When the expansion centre is a = 0, the series is called a Maclaurin series. The formula simplifies to:

当展开中心 a = 0 时,该级数被称为麦克劳林级数。公式简化为:

f(x) = Σₙ₌₀∞ [f⁽ⁿ⁾(0)/n!] xⁿ

Many standard series you will encounter in AQA exams are Maclaurin expansions, such as those for eˣ, sin x, and cos x.

在AQA考试中你会遇到的许多标准级数都是麦克劳林展开式,例如 eˣ、sin x 和 cos x 的展开。

The Maclaurin series is often easier to compute because evaluating derivatives at zero typically simplifies the expressions.

麦克劳林级数通常更容易计算,因为在零点求导数值往往会使表达式简化。


4. Deriving Taylor Polynomials | 推导泰勒多项式

To find the n-th degree Taylor polynomial Tₙ(x) for f(x) about a, you calculate f(a), f'(a), f”(a), … up to f⁽ⁿ⁾(a).

要求得 f(x) 在 a 处的 n 次泰勒多项式 Tₙ(x),你需要依次计算 f(a), f'(a), f”(a), … 直到 f⁽ⁿ⁾(a)。

Then assemble the terms: Tₙ(x) = f(a) + f'(a)(x−a) + f”(a)/2! (x−a)² + … + f⁽ⁿ⁾(a)/n! (x−a)ⁿ.

然后组合各项:Tₙ(x) = f(a) + f'(a)(x−a) + f”(a)/2! (x−a)² + … + f⁽ⁿ⁾(a)/n! (x−a)ⁿ。

For example, to find the cubic Taylor polynomial for ln(1+x) about a=0, compute derivatives at 0: f(0)=0, f'(0)=1, f”(0)=−1, f”'(0)=2. Thus T₃(x) = x − x²/2 + x³/3.

例如,求 ln(1+x) 在 a=0 处的三次泰勒多项式,计算各阶导数在 0 处的值:f(0)=0, f'(0)=1, f”(0)=−1, f”'(0)=2。因此 T₃(x) = x − x²/2 + x³/3。


5. Common Maclaurin Series to Memorise | 需记忆的常见麦克劳林级数

You are expected to recognise and use these standard Maclaurin series quickly in the exam:

考试中你需要快速识别并使用以下标准麦克劳林级数:

Function Maclaurin series
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 + kx + k(k−1)/2! x² + …

Note the intervals of convergence: eˣ converges for all x, sin x and cos x converge for all x, ln(1+x) converges for −1 < x ≤ 1, and the binomial series for |x| < 1 (or other restrictions depending on k).

注意收敛区间:eˣ 对所有 x 收敛,sin x 和 cos x 对所有 x 收敛,ln(1+x) 在 −1 < x ≤ 1 收敛,而二项式级数在 |x| < 1 时收敛(或依赖 k 有其他限制)。


6. Finding the Radius of Convergence | 求收敛半径

The Taylor series for a function converges only for values of x within a certain radius R from the centre a. The ratio test is the primary tool.

一个函数的泰勒级数仅在距离中心 a 的一定半径 R 内的 x 值处收敛。比值判别法是主要工具。

For a series Σ aₙ, compute L = limₙ→∞ |aₙ₊₁/aₙ|. The series converges if L < 1, diverges if L > 1. The radius of convergence is R = 1/L (when the limit exists).

对于级数 Σ aₙ,计算 L = limₙ→∞ |aₙ₊₁/aₙ|。若 L < 1 则级数收敛;若 L > 1 则发散。收敛半径 R = 1/L(当极限存在时)。

For example, the Maclaurin series for 1/(1−x) = 1 + x + x² + … has aₙ = xⁿ. Then |aₙ₊₁/aₙ| = |x|, so convergence requires |x| < 1, giving R = 1.

例如,1/(1−x) 的麦克劳林级数为 1 + x + x² + …,其中 aₙ = xⁿ。则 |aₙ₊₁/aₙ| = |x|,因此收敛要求 |x| < 1,给出收敛半径 R = 1。

You must also test endpoints separately to determine the full interval of convergence, a skill often examined in AQA papers.

你还必须单独检验端点以确定完整的收敛区间,这是AQA试卷中常考的考点。


7. Error Estimation and Lagrange Remainder | 误差估计与拉格朗日余项

When a Taylor polynomial Tₙ(x) is used to approximate f(x), the error Rₙ(x) = f(x) − Tₙ(x) can be bounded by the Lagrange remainder:

当使用泰勒多项式 Tₙ(x) 近似 f(x) 时,误差 Rₙ(x) = f(x) − Tₙ(x) 可以用拉格朗日余项来界定:

Rₙ(x) = f⁽ⁿ⁺¹⁾(c) / (n+1)! (x − a)ⁿ⁺¹

for some c between a and x. This form is crucial for proving convergence and for estimating maximum error in practical approximations.

其中 c 介于 a 与 x 之间。这一形式对于证明收敛性以及在实际近似中估计最大误差至关重要。

In an exam, you may be asked to determine the number of terms needed to guarantee an error less than a given bound. You find the maximum of |f⁽ⁿ⁺¹⁾(c)| on the relevant interval and solve for n.

在考试中,你可能会被问到需要多少项才能保证误差小于给定界限。你需要求出 |f⁽ⁿ⁺¹⁾(c)| 在相关区间上的最大值,然后解出 n。


8. Taylor Series for Composite Functions | 复合函数的泰勒级数

You can obtain Taylor series for more complicated functions by substituting into known series, multiplying series, or differentiating/integrating term‑by‑term.

你可以通过代入已知级数、将级数相乘或者逐项微分/积分,来求得更复杂函数的泰勒级数。

For instance, the series for eˣ² is obtained by replacing x with x² in the series for eˣ: 1 + x² + x⁴/2! + x⁶/3! + …

例如,将 eˣ 的级数中 x 替换为 x²,就得到 eˣ² 的级数:1 + x² + x⁴/2! + x⁶/3! + …

Similarly, to find the series for ln(cos x), you could compose the series for cos x with that of ln(1+u), though careful manipulation of small terms is required.

类似地,要找到 ln(cos x) 的级数,可以将 cos x 的级数代入 ln(1+u) 的级数,但需要对小项进行仔细处理。

AQA questions often ask for the first few non‑zero terms of such expansions, testing your ability to manipulate series confidently.

AQA试题经常要求写出此类展开式的前几项非零项,考查你自信处理级数的能力。


9. Applications in Limits and Approximations | 极限与近似中的应用

Taylor series provide a rigorous method for evaluating limits of indeterminate forms. Replace numerator and denominator functions with their series expansions, simplify, and then take the limit.

泰勒级数为计算不定型极限提供了一种严谨的方法。将分子和分母函数分别用它们的级数展开代替、化简,然后取极限。

For example, limₓ→₀ (sin x − x)/x³ can be found by writing sin x = x − x³/6 + …, so the numerator is −x³/6 + higher terms, giving a limit of −1/6.

例如,limₓ→₀ (sin x − x)/x³ 可以通过将 sin x 写成 x − x³/6 + … 来求得,分子变为 −x³/6 + 高阶项,从而极限为 −1/6。

Approximations using two or three terms of a series are common in physics and engineering contexts that appear in applied questions. Being able to justify the error bound adds rigour.

使用级数的前两三项进行近似在物理和工程情境中很常见,这些也会出现在应用题中。能证明误差界更增添了严谨性。


10. Exam-Style Questions and Techniques | 考试题型与技巧

Typical AQA questions may ask you to: (a) derive the Taylor series of a given function up to a specified degree; (b) find the Maclaurin series from known expansions; (c) determine the radius of convergence; (d) use the Lagrange remainder to bound the error; (e) evaluate a limit using series.

典型的AQA考题可能会要求你:(a) 推导给定函数到指定阶数的泰勒级数;(b) 由已知展开式写出麦克劳林级数;(c) 确定收敛半径;(d) 用拉格朗日余项界定误差;(e) 利用级数求极限。

Work systematically: find derivatives, evaluate at the centre, construct the polynomial, then look for patterns to generalise. When using known series, state clearly the standard expansion you are relying on.

解题时要系统化:求出导数,在展开中心取值,构造多项式,然后寻找规律以推广。当使用已知级数时,要清楚地陈述你所依据的标准展开式。

Always check the domain of convergence for your final series, as marks are often allocated for stating the valid range of x.

务必检查最终级数的收敛域,因为题目常常会设分要求写出 x 的有效范围。


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

  • Forgetting the factorial denominators: Each term f⁽ⁿ⁾(a)(x−a)ⁿ must be divided by n!.

    忘记阶乘分母:每一项 f⁽ⁿ⁾(a)(x−a)ⁿ 必须除以 n!。

  • Using the wrong centre: Mixing up a and 0 in Taylor vs Maclaurin contexts loses easy marks.

    用错展开中心:在泰勒与麦克劳林的情境中混淆 a 和 0 会轻易丢分。

  • Ignoring the convergence interval: A series expression alone is incomplete without stating its interval of validity.

    忽略收敛区间:仅写出级数表达式而不说明其有效区间是不完整的。

  • Misapplying the ratio test: When x appears in the general term, treat it as a constant during the limit process.

    错误应用比值判别法:当一般项中含有 x 时,在极限过程中要将其视为常数。

  • Sign errors in alternating series: The Maclaurin expansions for sin x, cos x, and ln(1+x) alternate in sign; missing a negative sign invalidates the whole series.

    交错级数中的符号错误:sin x、cos x 和 ln(1+x) 的麦克劳林展开式符号交替;漏掉一个负号会使整个级数无效。


12. Summary and Revision Tips | 总结与复习建议

Taylor series are a cornerstone of AQA Further Mathematics. Remember: the series is a polynomial built from derivatives; Maclaurin is Taylor at zero; convergence is tested via the ratio test and endpoints; the Lagrange remainder controls the error.

泰勒级数是AQA进阶数学的基石。记住:级数是由导数构成的多项式;麦克劳林级数是中心在零点的泰勒级数;收敛性通过比值判别法和端点检验来确定;拉格朗日余项控制误差。

Create a one‑page summary sheet of the standard Maclaurin series with their convergence intervals. Practise deriving expansions from first principles, but also recognise when to substitute into known series. Do past paper questions under timed conditions, paying close attention to the demand for validity ranges.

制作一页关于标准麦克劳林级数及其收敛区间的总结表。练习从基本原理推导展开式,但也要学会在什么时候代入已知级数。在计时条件下做历年真题,并特别关注对有效范围的要求。

Confidence with Taylor series enhances your overall analytical skills in calculus, sequences, and series, making it one of the most rewarding topics to master.

对泰勒级数的熟练掌握会提升你在微积分、数列与级数方面的整体分析能力,使其成为最值得精通的课题之一。

Published by TutorHao | AQA Further 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