Taylor Series Exam Essentials | 泰勒级数考点精讲

📚 Taylor Series Exam Essentials | 泰勒级数考点精讲

Taylor series is one of the most powerful tools in calculus, allowing us to express complicated functions as infinite sums of polynomial terms. In IB and CIE A‑Level Mathematics, mastery of Taylor and Maclaurin expansions is essential for solving limits, differential equations, and for understanding the local behaviour of functions. This article provides a structured, bilingual revision guide covering all key examination points.

泰勒级数是微积分中最强大的工具之一,它允许我们将复杂的函数表示为无穷多项多项式之和。在IB和CIE A‑Level数学中,掌握泰勒展开与麦克劳林展开对于求解极限、微分方程以及理解函数的局部行为至关重要。本文提供结构化的中英双语复习指南,涵盖所有重要考点。

1. Definition and Formula | 定义与公式

The Taylor series of a function f(x) that is infinitely differentiable at a point x = a is given by:

函数 f(x) 在点 x = a 处无穷可微的泰勒级数为:


f(x) = Σ [ f⁽ⁿ⁾(a) / n! ] (x − a)ⁿ
for n = 0 to ∞

Here f⁽ⁿ⁾(a) denotes the n‑th derivative of f evaluated at a, and n! is n factorial. The series expands the function around the centre a. When a = 0, the series simplifies to the Maclaurin series.

此处 f⁽ⁿ⁾(a) 表示 f 在 a 处的 n 阶导数,n! 为 n 的阶乘。该级数围绕中心 a 展开函数。当 a = 0 时,级数简化为麦克劳林级数。

This infinite sum converges to f(x) for all x within the interval of convergence, provided the remainder term tends to zero.

只要余项趋于零,该无穷和在收敛区间内的所有 x 处都收敛于 f(x)。


2. Maclaurin Series as a Special Case | 麦克劳林级数:特例

The Maclaurin series is the Taylor series centred at a = 0. It is the most frequently examined form because many standard expansions are Maclaurin series. The formula becomes:

麦克劳林级数是中心在 a = 0 的泰勒级数。这是考试中最常见的形式,因为许多标准展开式都是麦克劳林级数。公式变为:


f(x) = Σ [ f⁽ⁿ⁾(0) / n! ] xⁿ

Students must be able to derive Maclaurin series for functions such as eˣ, sin x, cos x, ln(1 + x), and (1 + x)ᵏ by computing derivatives at 0 and identifying patterns.

学生必须能够通过计算 0 处的导数并识别规律,推导出 eˣ、sin x、cos x、ln(1 + x) 和 (1 + x)ᵏ 等函数的麦克劳林级数。


3. Standard Maclaurin Expansions | 标准麦克劳林展开式

The following standard expansions must be memorised and are directly tested in IB and CIE exams:

以下标准展开式必须熟记,并在 IB 和 CIE 考试中直接考查:

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

Note the range of validity (convergence interval) for ln(1 + x) and the binomial series. These restrictions are often required in examination answers.

注意 ln(1 + x) 和二项式级数的有效范围(收敛区间)。这些限制在考试作答中经常被要求给出。


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

A Taylor polynomial of degree n is the truncated series up to the (x − a)ⁿ term. In many exam questions, you are asked to find the Taylor polynomial up to a specified degree, for instance the 3rd‑degree Taylor polynomial of ln x about x = 1.

n 次泰勒多项式是截取到 (x − a)ⁿ 项的级数。在许多考题中,要求你求出指定阶的泰勒多项式,例如 ln x 在 x = 1 处的三次泰勒多项式。

To do this, compute f(a), f'(a), f”(a), … up to f⁽ⁿ⁾(a), substitute into the formula, and simplify. Always write the polynomial in ascending powers of (x − a).

为此,计算 f(a), f'(a), f”(a), … 直到 f⁽ⁿ⁾(a),代入公式并化简。始终以 (x − a) 的升幂形式写出多项式。


5. The Lagrange Remainder and Error Bound | 拉格朗日余项与误差界

The Lagrange form of the remainder for a Taylor polynomial of degree n is:

n 次泰勒多项式的拉格朗日余项形式为:


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

where c lies between a and x. This formula allows us to bound the error when approximating a function with its Taylor polynomial. The maximum error is often found by taking the maximum absolute value of the (n+1)‑th derivative on the interval.

其中 c 介于 a 与 x 之间。该公式使我们能够在用泰勒多项式逼近函数时界定误差。最大误差通常通过取区间上第 (n+1) 阶导数的最大绝对值来求得。

Exam questions may ask: ‘Use the Lagrange remainder to show that the error in approximating e⁰·² using a 2nd‑degree Maclaurin polynomial is less than 0.01.’ Be familiar with bounding techniques.

考题可能要求:“使用拉格朗日余项证明用二次麦克劳林多项式逼近 e⁰·² 的误差小于 0.01。” 要熟悉误差界定技巧。


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

For a power series Σ cₙ (x − a)ⁿ, the radius of convergence R is found using the ratio test:

对于幂级数 Σ cₙ (x − a)ⁿ,收敛半径 R 使用比值审敛法求得:


R = lim |cₙ / cₙ₊₁| or 1 / lim sup |cₙ|¹/ⁿ

Once R is found, check the endpoints x = a ± R separately to determine the interval of convergence. In IB and CIE, you are often required to state the interval, for example, [−1, 1] or (−1, 1].

求得 R 后,单独检查端点 x = a ± R 以确定收敛区间。在 IB 和 CIE 中,经常要求给出区间,例如 [−1, 1] 或 (−1, 1]。


7. Taylor Series for Approximations | 泰勒级数用于近似计算

One major application is the numerical approximation of function values, integrals, and derivatives. For instance, use the Maclaurin series of eˣ to estimate √e, or that of sin x to approximate sin(0.1). The degree of the polynomial determines the accuracy.

一个主要应用是函数值、积分和导数的数值逼近。例如,使用 eˣ 的麦克劳林级数估计 √e,或用 sin x 的级数逼近 sin(0.1)。多项式的次数决定了精度。

Questions often involve substituting a small value into the series and evaluating to a required number of decimal places. Also, integrals of non‑elementary functions like ∫ e^(−x²) dx can be approximated by integrating the series term‑by‑term.

考题常涉及将一个小值代入级数并求值到指定小数位数。此外,非初等函数的积分如 ∫ e^(−x²) dx 可以通过逐项积分级数来逼近。


8. Evaluating Limits Using Series | 利用级数求极限

Taylor and Maclaurin series provide a systematic way to evaluate limits of indeterminate form. By expanding numerator and denominator into series, terms cancel and the limit emerges. For example:

泰勒和麦克劳林级数为计算不定式极限提供了系统方法。将分子分母展开为级数后,项会抵消,极限自然显现。例如:


lim(x→0) (sin x − x) / x³ = lim(x→0) (−x³/3! + …) / x³ = −1/6

This technique is especially useful in IB HL and CIE Further Mathematics. Ensure you expand to enough terms so that the first non‑zero term remains after cancellation.

该技巧在 IB HL 和 CIE 进阶数学中尤为有用。要确保展开足够的项,使得抵消后第一个非零项保留下来。


9. Solution of Differential Equations | 微分方程的求解

Taylor series can be used to find power series solutions to differential equations that cannot be solved by elementary methods. By assuming a series solution y = Σ aₙ xⁿ, differentiating term‑by‑term, substituting into the equation, and equating coefficients, we derive a recurrence relation for aₙ.

泰勒级数可用于求无法用初等方法求解的微分方程的幂级数解。假设级数解 y = Σ aₙ xⁿ,逐项微分,代入方程并比较系数,可导出 aₙ 的递推关系。

In IB and CIE, this is mostly encountered in the Higher Level or Further Mathematics options, but the concept aligns with the syllabus where students derive series from given derivatives.

在 IB 和 CIE 中,这主要出现在高阶或进阶数学选修部分,但其概念与学生从给定导数导出级数的教学大纲一致。


10. Common Mistakes and Misconceptions | 常见错误与误解

  • Forgetting the factorial in the denominator. Write n! explicitly after each derivative; do not omit it.
  • 忘记分母中的阶乘。每次求导后明确写出 n!,不要遗漏。
  • Confusing the centre a. Always use (x − a)ⁿ powers, not xⁿ, for Taylor series not centred at 0.
  • 混淆中心 a。对于非 0 中心的泰勒级数,始终用 (x − a)ⁿ 而不是 xⁿ。
  • Ignoring the range of validity. The series for ln(1 + x) is only valid for −1 < x ≤ 1. Stating the interval is a mark‑winning step.
  • 忽略有效范围。ln(1 + x) 的级数仅在 −1 < x ≤ 1 有效。写出区间是得分的一步。
  • Using the ratio test incorrectly. Always take the limit as n → ∞ of |aₙ₊₁ / aₙ| and set < 1.
  • 错误使用比值审敛法。始终取 n → ∞ 的 |aₙ₊₁ / aₙ| 极限并令其 < 1。

11. Worked Exam-Style Example | 真题风格示例

Question: Find the Maclaurin series for f(x) = ln(1 + 2x) up to and including the x³ term, and state the range of values of x for which the expansion is valid.

问题:求 f(x) = ln(1 + 2x) 的麦克劳林级数直到 x³ 项,并说明展开有效的 x 取值范围。

Solution:

解答:

f(x) = ln(1 + 2x) → f(0) = 0
f'(x) = 2/(1 + 2x) → f'(0) = 2
f”(x) = −4/(1 + 2x)² → f”(0) = −4
f”'(x) = 16/(1 + 2x)³ → f”'(0) = 16

Series: f(x) ≈ 0 + 2x + (−4)x²/2! + 16 x³/3! = 2x − 2x² + (8/3)x³.
Validity: −1 < 2x ≤ 1 → −½ < x ≤ ½.

级数:f(x) ≈ 2x − 2x² + (8/3)x³。
有效范围:−1 < 2x ≤ 1 → −½ < x ≤ ½。


12. Summary Checklist | 总结清单

  • Memorize the standard Maclaurin series for eˣ, sin x, cos x, ln(1 + x), (1 + x)ᵏ.
  • 熟记 eˣ、sin x、cos x、ln(1 + x)、(1 + x)ᵏ 的标准麦克劳林级数。
  • Know how to derive Taylor series about any centre a by computing derivatives and using the formula.
  • 懂得通过计算导数和利用公式导出任意中心 a 的泰勒级数。
  • Understand the Lagrange error bound and how to estimate accuracy.
  • 理解拉格朗日误差界以及如何估计精度。
  • Be comfortable with ratio test to find convergence radius, and check endpoints.
  • 熟练运用比值审敛法求收敛半径,并检查端点。
  • Apply series to limits, approximations, and simple differential equations.
  • 将级数应用于极限、近似和简单微分方程。
  • Always state the interval of convergence when required.
  • 需要时始终写明收敛区间。

Published by TutorHao | IB & CIE 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