📚 PDF资源导航

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

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

Taylor series provide a powerful way to represent functions as infinite sums of polynomial terms. In the IB AQA Mathematics: Analysis and Approaches course, you need to understand how to construct Taylor and Maclaurin series, estimate remainders, and apply these expansions to approximations, limits, and differential equations. This article breaks down every key point you must master for the exam.

泰勒级数将函数表示为无穷多项式之和,是 IB AQA 数学分析与方法课程的核心工具。你需要掌握如何构造泰勒与麦克劳林级数、估计余项,并用于近似计算、极限与微分方程。本文逐点精讲考试必备的全部考点。


1. Definition of a Taylor Polynomial | 泰勒多项式的定义

A Taylor polynomial of degree n for a function f(x) centred at x = a is the unique polynomial of degree n that matches the value of f and its first n derivatives at x = a. It is given by Pₙ(x) = f(a) + f'(a)(x – a) + f”(a)(x – a)² / 2! + … + f⁽ⁿ⁾(a)(x – a)ⁿ / n!.

函数 f(x) 在 x = a 处的 n 次泰勒多项式是唯一一个在 x = a 处函数值及前 n 阶导数都与 f 匹配的 n 次多项式:Pₙ(x) = f(a) + f'(a)(x – a) + f”(a)(x – a)² / 2! + … + f⁽ⁿ⁾(a)(x – a)ⁿ / n!。

When a = 0 this is called a Maclaurin polynomial. The polynomial approximates f(x) near x = a, and the approximation improves as n increases, provided f is infinitely differentiable and the series converges.

当 a = 0 时称为麦克劳林多项式。该多项式在 x = a 附近逼近 f(x),且随着 n 增大,只要 f 无限可导且级数收敛,逼近效果就越好。


2. Taylor Series Infinite Form | 泰勒级数的无穷形式

If f is infinitely differentiable at x = a, we can extend the Taylor polynomial to an infinite Taylor series: f(x) = Σ [f⁽ⁿ⁾(a)/n!] (x – a)ⁿ, where the sum runs over n = 0 to ∞. The equality holds only within the radius of convergence and when the remainder term tends to zero as n → ∞.

若 f 在 x = a 处无穷可导,可将泰勒多项式推广为无穷泰勒级数:f(x) = Σ [f⁽ⁿ⁾(a)/n!] (x – a)ⁿ,求和从 n = 0 到 ∞。等号成立的条件是在收敛半径内且余项当 n → ∞ 时趋于 0。

In the IB exam you will not usually be required to prove convergence from scratch, but you must be able to write down the series for standard functions and determine the interval of convergence using the ratio test where appropriate.

IB 考试通常不要求从头证明收敛性,但必须能写出常见函数的级数,并适时用比值法确定收敛区间。


3. Maclaurin Series for Standard Functions | 标准函数的麦克劳林级数

You must memorise the Maclaurin expansions for eˣ, sin x, cos x, ln(1 + x), and (1 + x)ᵏ. These expansions are derived directly from the formula f⁽ⁿ⁾(0)/n! and are valid within specified intervals.

必须记住 eˣ、sin x、cos x、ln(1 + x) 和 (1 + x)ᵏ 的麦克劳林展开式。这些展开式由公式 f⁽ⁿ⁾(0)/n! 直接导出,并在特定区间内成立。

  • eˣ = 1 + x + x²/2! + x³/3! + … = Σ xⁿ/n!, for all real x.
  • sin x = x − x³/3! + x⁵/5! − … = Σ (-1)ⁿ x²ⁿ⁺¹/(2n+1)!, for all real x.
  • cos x = 1 − x²/2! + x⁴/4! − … = Σ (-1)ⁿ x²ⁿ/(2n)!, for all real x.
  • ln(1 + x) = x − x²/2 + x³/3 − … = Σ (-1)ⁿ⁻¹ xⁿ/n, for −1 < x ≤ 1.
  • (1 + x)ᵏ = 1 + kx + k(k−1)x²/2! + … = Σ [k choose n] xⁿ, for |x| < 1 (binomial series).

Being fluent in these standard series will save you time when tackling approximation or limit questions.

熟练掌握这些标准级数能帮助你快速应对近似计算和极限题目。


4. The Lagrange Remainder Term | 拉格朗日余项

The error when using an nth-degree Taylor polynomial to approximate f(x) is given by the Lagrange remainder: Rₙ(x) = f⁽ⁿ⁺¹⁾(c) (x – a)ⁿ⁺¹ / (n+1)!, for some c between a and x. This formula is essential for estimating the maximum possible error in an approximation.

用 n 次泰勒多项式逼近 f(x) 的误差由拉格朗日余项给出:Rₙ(x) = f⁽ⁿ⁺¹⁾(c) (x – a)ⁿ⁺¹ / (n+1)!,其中 c 介于 a 与 x 之间。该公式对估计近似值的最大可能误差至关重要。

To bound the error, you find the maximum absolute value of the (n+1)th derivative on the interval between a and x, and substitute that maximum into the remainder expression. The exam often asks you to determine the number of terms needed to achieve a given accuracy.

要限制误差,需要找到第 n+1 阶导数在 a 与 x 之间区间的最大绝对值,并代入余项表达式。考试常要求你确定达到给定精度所需的项数。


5. Radius and Interval of Convergence | 收敛半径与收敛区间

For a power series Σ cₙ (x – a)ⁿ, the radius of convergence R can be found using the ratio test: lim |cₙ₊₁/cₙ| = L, then R = 1/L. The interval of convergence is then (a – R, a + R), but the endpoints must be tested separately for convergence.

对于幂级数 Σ cₙ (x – a)ⁿ,收敛半径 R 可用比值法求得:lim |cₙ₊₁/cₙ| = L,则 R = 1/L。收敛区间为 (a – R, a + R),但端点需单独检验收敛性。

In IB AQA mathematics, you are mainly expected to apply this to Taylor series of rational, exponential, and trigonometric functions, and to be aware that some series (like eˣ) have an infinite radius of convergence, while others (like ln(1+x)) have a finite radius.

IB AQA 数学主要要求你将此应用于有理函数、指数函数和三角函数的泰勒级数,并知道某些级数(如 eˣ)有无限收敛半径,而有些(如 ln(1+x))则有限。


6. Approximating Definite Integrals | 用泰勒级数逼近定积分

When an integral such as ∫₀¹ e⁻ˣ² dx cannot be expressed in terms of elementary functions, we expand the integrand as a Maclaurin series, integrate term by term, and truncate to the desired accuracy. For example, e⁻ˣ² = 1 − x² + x⁴/2! − x⁶/3! + …, integrating gives x − x³/3 + x⁵/(5·2!) − … evaluated at the limits.

当像 ∫₀¹ e⁻ˣ² dx 这样的积分不能用初等函数表示时,将被积函数展开为麦克劳林级数、逐项积分,并截断到所需精度。例如 e⁻ˣ² = 1 − x² + x⁴/2! − x⁶/3! + …,积分得 x − x³/3 + x⁵/(5·2!) − … 再代入上下限。

This technique is a favourite in IB exam questions because it combines series expansion, integration, and error estimation with the alternating series error bound.

此技巧在 IB 考试中很受欢迎,因为它融合了级数展开、积分以及用交错级数误差限进行误差估计。


7. Limits Using Taylor Expansions | 用泰勒展开求极限

Taylor series can resolve indeterminate forms such as 0/0 efficiently. For example, lim_{x→0} (sin x − x)/x³ can be found by writing sin x = x − x³/3! + x⁵/5! − … Then the limit becomes (−x³/6 + O(x⁵))/x³ → −1/6 as x → 0.

泰勒级数能有效求解 0/0 型不定式。例如 lim_{x→0} (sin x − x)/x³,写出 sin x = x − x³/3! + x⁵/5! − …,则极限为 (−x³/6 + O(x⁵))/x³ → −1/6,当 x → 0。

You can also combine expansions: if a limit involves a composition like ln(cos x), first expand cos x = 1 − x²/2 + x⁴/24 − …, then substitute into ln(1 + u) with u = cos x − 1, keeping the appropriate order.

你还可以组合展开:若极限涉及复合函数如 ln(cos x),先展开 cos x = 1 − x²/2 + x⁴/24 − …,再代入 ln(1 + u),其中 u = cos x − 1,并保留适当阶数。


8. Taylor Series Solutions to Differential Equations | 泰勒级数解微分方程

For a first-order differential equation dy/dx = f(x, y) with initial condition y(a) = y₀, we can compute successive derivatives at x = a using the given equation, and then construct the Taylor polynomial for the solution. The method gives y(x) ≈ y(a) + y'(a)(x − a) + y”(a)(x − a)²/2! + …

对于一阶微分方程 dy/dx = f(x, y) 及初始条件 y(a) = y₀,可利用方程逐次求导计算 x = a 处的各阶导数,然后构造解的泰勒多项式:y(x) ≈ y(a) + y'(a)(x − a) + y”(a)(x − a)²/2! + …

The IB syllabus expects you to find the first few terms of the series solution, usually up to the (x − a)³ or (x − a)⁴ term. This provides a polynomial approximation to the solution near the initial point.

IB 考纲要求会求级数解的前几项,通常到 (x − a)³ 或 (x − a)⁴ 项,从而得到解在初始点附近的多项式近似。


9. Alternating Series Error Bound | 交错级数误差限

For an alternating series that satisfies the conditions of the alternating series test, the error when truncating after n terms is less than the absolute value of the first omitted term. This is a very practical error bound used with Maclaurin series for sin x, cos x, and ln(1 + x).

对于满足交错级数判别法条件的交错级数,截断在 n 项后的误差小于被省略的第一项的绝对值。这是一个非常实用的误差界,适用于 sin x、cos x 和 ln(1 + x) 的麦克劳林级数。

In exam questions, you might be asked to find the minimum number of terms needed so that the error is less than, say, 0.001. Simply find the first term with absolute value less than the tolerance.

考试中可能要求找出使误差小于某值(如 0.001)所需的最少项数。只需找出绝对值首次小于容限的项即可。


10. Substitution and Manipulation of Known Series | 已知级数的代换与处理

Once you know the Maclaurin series for eˣ, sin x, cos x, and 1/(1−x), you can obtain series for related functions by substitution, multiplication, or differentiation. For example, the series for e³ˣ is obtained by replacing x with 3x in the series for eˣ; the series for 1/(1+x²) comes from 1/(1−u) with u = −x².

一旦掌握了 eˣ、sin x、cos x 和 1/(1−x) 的麦克劳林级数,就可以通过代换、乘法或微分得到相关函数的级数。例如 e³ˣ 的级数只需将 eˣ 的级数中 x 替换为 3x 得到;1/(1+x²) 由 1/(1−u) 代 u = −x² 得到。

Additionally, you can differentiate or integrate a series term by term within its interval of convergence to obtain series for derived or integrated functions, such as obtaining arctan x from 1/(1+x²).

此外,你还可以在收敛区间内对级数逐项求导或积分,以获得导函数或积函数的级数,例如从 1/(1+x²) 得到 arctan x 的级数。


11. Common Exam Mistakes and How to Avoid Them | 常见考试错误及避免方法

Many students forget to divide by the factorial terms when writing Taylor polynomials. Always double-check that each derivative coefficient is divided by n!. Another common pitfall is using the Maclaurin series for ln(1+x) outside its interval of convergence (−1,1]; this series diverges for x > 1 or x ≤ −1.

许多学生在写泰勒多项式时忘记除以阶乘。务必检查每个导数系数都除以了 n!。另一个常见陷阱是在收敛区间 (−1,1] 之外使用 ln(1+x) 的麦克劳林级数;该级数在 x > 1 或 x ≤ −1 时发散。

Also, when estimating remainders, using the wrong value for c or failing to maximise the (n+1)th derivative can cost marks. Practice finding the maximum of the derivative on the relevant closed interval. Finally, in limits, failing to keep sufficient terms in the expansion can lead to incorrect cancellation and a wrong limit.

此外,估计余项时,错误地选取 c 值或未能最大化第 n+1 阶导数都会失分。应练习在相关闭区间上求导数的最大值。最后,求极限时若展开未保留足够多的项,会导致错误抵消并得到错误极限。


12. Summary and Exam Strategy | 总结与考试策略

Taylor series questions in IB AQA Mathematics typically blend multiple concepts: series construction, differentiation, integration, limits, and error bounds. Master the five standard Maclaurin series, the Lagrange remainder formula, and the alternating series error bound. When solving a problem, identify the centre a and the degree n required by the question. Build the series step by step, check factorials, and verify the interval of convergence if required. Practice with past paper questions to gain confidence in applying these techniques under timed conditions.

IB AQA 数学中的泰勒级数题目通常融合多种概念:级数构造、微分、积分、极限和误差界。掌握五个标准麦克劳林级数、拉格朗日余项公式和交错级数误差界。解题时,先确定题目要求的中心 a 和次数 n。逐步构造级数,检查阶乘,必要时验证收敛区间。通过练习往年试题,在限时条件下自信应用这些技巧。

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课程辅导,国外大学本科硕士研究生博士课程论文辅导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