📚 PDF资源导航

Taylor Series Key Points for IGCSE CCEA Maths | IGCSE CCEA 数学:泰勒级数考点精讲

📚 Taylor Series Key Points for IGCSE CCEA Maths | IGCSE CCEA 数学:泰勒级数考点精讲

Taylor series allows us to represent a wide variety of functions as infinite sums of powers of (x – a). For IGCSE CCEA Mathematics, understanding how to derive, use, and interpret Taylor polynomials gives you a powerful tool for approximation and limit evaluation. This article covers the essentials you need to master, from the basic definition to convergence tests and error bounds.

泰勒级数让我们能够将许多函数表示为 (x – a) 的幂次无穷和。在 IGCSE CCEA 数学中,理解如何推导、使用和解读泰勒多项式,将为你提供强大的近似计算和极限求解工具。本文涵盖了从基本定义到收敛检验与误差界的核心考点,助你全面掌握。


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

A Taylor series expands a function f(x) about a point x = a into an infinite polynomial. The series is given by f(a) + f'(a)(x – a) + f”(a)(x – a)²/2! + f”'(a)(x – a)³/3! + … . Each term uses the derivatives of f evaluated at a, divided by factorial coefficients. This representation is exact if the function is infinitely differentiable and the remainder tends to zero.

泰勒级数将函数 f(x) 在点 x = a 附近展开为一个无限多项式。级数形式为 f(a) + f'(a)(x – a) + f”(a)(x – a)²/2! + f”'(a)(x – a)³/3! + … 。每一项都使用 f 在 a 处的各阶导数除以阶乘系数。如果函数无限可微且余项趋于零,这种表示就是精确的。

The general term of the Taylor series is f⁽ⁿ⁾(a)(x – a)ⁿ / n! for the nth derivative, with the sum running from n = 0 to ∞.

泰勒级数的通项为 f⁽ⁿ⁾(a)(x – a)ⁿ / n!,其中 n 从 0 求和到 ∞。

You will often be asked to write the first few non-zero terms of the expansion, so familiarise yourself with factorial notation and repeated differentiation.

考试中常要求写出展开式的前几个非零项,因此要熟记阶乘表示法和多次求导。


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

When the expansion point is zero (a = 0), the Taylor series is called a Maclaurin series. The formula simplifies to f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … . Maclaurin series are heavily examined because many functions are easier to expand around zero.

当展开点为零 (a = 0) 时,泰勒级数就称为麦克劳林级数。公式简化为 f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … 。由于许多函数在零点附近更容易展开,麦克劳林级数是考查的重点。

In CCEA IGCSE, standard Maclaurin series for eˣ, sin x, cos x, and ln(1+x) are expected to be known or derived from memory. You may also be required to manipulate them – for example, substituting 2x or -x.

在 CCEA IGCSE 考试中,要求掌握或推导 eˣ、sin x、cos x 和 ln(1+x) 的标准麦克劳林级数。你还可能需要对其进行变形,例如用 2x 或 -x 代入。


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

To build a Taylor polynomial of degree n, you truncate the series after the (x – a)ⁿ term. The nth-degree polynomial Pₙ(x) approximates f(x) near a. You must evaluate f(a), f'(a), f”(a), …, f⁽ⁿ⁾(a) by differentiation and substitute into Pₙ(x) = Σₖ₌₀ⁿ f⁽ᵏ⁾(a)(x – a)ᵏ/k!.

要构建 n 次泰勒多项式,只需在 (x – a)ⁿ 项后截断级数。n 次多项式 Pₙ(x) 在 a 附近逼近 f(x)。你需要通过求导计算 f(a)、f'(a)、f”(a)、…、f⁽ⁿ⁾(a),并代入 Pₙ(x) = Σₖ₌₀ⁿ f⁽ᵏ⁾(a)(x – a)ᵏ/k!。

For example, to find the cubic Taylor polynomial for f(x) = √x about a = 4, compute f(4) = 2, f'(x) = ½ x⁻½ → f'(4) = ¼, f”(x) = -¼ x⁻³/² → f”(4) = -⅓₂, f”'(x) = ⅜ x⁻⁵/² → f”'(4) = ⅗₁₂. Then P₃(x) = 2 + ¼(x-4) – (⅓₂)(x-4)²/2 + (⅗₁₂)(x-4)³/6.

例如,求 f(x) = √x 在 a = 4 处的三次泰勒多项式:计算 f(4)=2, f'(x)=½ x⁻½ → f'(4)=¼, f”(x)=-¼ x⁻³/² → f”(4)=-⅓₂, f”'(x)=⅜ x⁻⁵/² → f”'(4)=⅗₁₂。于是 P₃(x) = 2 + ¼(x-4) – (⅓₂)(x-4)²/2 + (⅗₁₂)(x-4)³/6。

Always simplify coefficients fully. The polynomial is an approximation; the larger the degree, the better the approximation near a.

务必彻底化简系数。该多项式是近似值;次数越高,在 a 附近的近似效果越好。


4. Taylor Series for eˣ | eˣ 的泰勒级数

All derivatives of eˣ are eˣ, so at a = 0, f⁽ⁿ⁾(0) = 1 for all n. The Maclaurin series is eˣ = 1 + x + x²/2! + x³/3! + x⁴/4! + … = Σₙ₌₀∞ xⁿ/n!. This expansion is valid for all real x (infinite radius of convergence).

eˣ 的各阶导数都是 eˣ,因此在 a = 0 处对任意 n 都有 f⁽ⁿ⁾(0) = 1。其麦克劳林级数为 eˣ = 1 + x + x²/2! + x³/3! + x⁴/4! + … = Σₙ₌₀∞ xⁿ/n!。此展开式对所有实数 x 成立(收敛半径为无穷大)。

If you need the expansion about a = c, use eᶜ + eᶜ(x – c) + eᶜ(x – c)²/2! + … . Recognising this pattern saves time in exam questions that require substitution or composition.

如果需要关于 a = c 的展开式,使用 eᶜ + eᶜ(x – c) + eᶜ(x – c)²/2! + … 。识别出这一模式,能在需要代入或复合的考题中节省时间。


5. Taylor Series for sin x and cos x | sin x 与 cos x 的泰勒级数

The derivatives of sin x cycle every four: sin x → cos x → -sin x → -cos x → sin x. At 0, the values are 0, 1, 0, -1, repeating. Thus sin x = x – x³/3! + x⁵/5! – x⁷/7! + … . Only odd powers appear; signs alternate.

sin x 的导数每四次循环一次:sin x → cos x → -sin x → -cos x → sin x。在 0 处的值依次为 0, 1, 0, -1,重复。因此 sin x = x – x³/3! + x⁵/5! – x⁷/7! + … 。只出现奇数次幂,符号交替。

For cos x, derivatives at 0 give 1, 0, -1, 0, … so cos x = 1 – x²/2! + x⁴/4! – x⁶/6! + … . Only even powers appear, with alternating signs.

对于 cos x,在 0 处的各阶导数值为 1, 0, -1, 0, …,因此 cos x = 1 – x²/2! + x⁴/4! – x⁶/6! + … 。只出现偶数次幂,符号交替。

These series converge for all x. You can approximate sin 0.1 by using x – x³/6, giving an error less than |x⁵/120|.

这些级数对所有 x 都收敛。可以用 x – x³/6 来近似 sin 0.1,误差小于 |x⁵/120|。


6. Taylor Series for ln(1+x) | ln(1+x) 的泰勒级数

ln(1+x) has derivatives that produce a Maclaurin series: f(x) = ln(1+x) → f(0)=0, f'(x) = 1/(1+x) → f'(0)=1, f”(x) = -1/(1+x)² → f”(0)=-1, f”'(x) = 2/(1+x)³ → f”'(0)=2, and in general f⁽ⁿ⁾(0) = (-1)ⁿ⁻¹ (n-1)!. Thus ln(1+x) = x – x²/2 + x³/3 – x⁴/4 + … , for -1 < x ≤ 1.

ln(1+x) 的导数可导出麦克劳林级数:f(x) = ln(1+x) → f(0)=0, f'(x) = 1/(1+x) → f'(0)=1, f”(x) = -1/(1+x)² → f”(0)=-1, f”'(x) = 2/(1+x)³ → f”'(0)=2,一般地 f⁽ⁿ⁾(0) = (-1)ⁿ⁻¹ (n-1)!。因此 ln(1+x) = x – x²/2 + x³/3 – x⁴/4 + … ,收敛域为 -1 < x ≤ 1。

This series is only valid for x in (-1, 1]. At x = 1, it gives the alternating harmonic series ln 2 = 1 – ½ + ⅓ – ¼ + … . Always check the radius of convergence when using the series for approximations.

该级数仅在 x ∈ (-1, 1] 内有效。当 x = 1 时,得到交错调和级数 ln 2 = 1 – ½ + ⅓ – ¼ + … 。用该级数进行近似时,务必检查收敛半径。


7. Convergence and Radius of Convergence | 收敛性与收敛半径

A Taylor series converges to the function only for x where the remainder Rₙ(x) → 0 as n → ∞. The radius of convergence R is the distance from the expansion point a within which the series converges. It can be found using the ratio test: R = lim |aₙ/aₙ₊₁| for the series Σ aₙ(x-a)ⁿ, if the limit exists.

泰勒级数仅在余项 Rₙ(x) 当 n → ∞ 时趋于零的 x 值处收敛到原函数。收敛半径 R 是到展开点 a 的距离,在该范围内级数收敛。可以用比值检验求得:对于级数 Σ aₙ(x-a)ⁿ,如果极限存在,则 R = lim |aₙ/aₙ₊₁|。

For eˣ, sin x, cos x, R = ∞. For ln(1+x) about 0, R = 1. For a binomial expansion (1+x)ᵏ, the series converges for |x| < 1. Understanding convergence prevents applying series outside their valid intervals.

对 eˣ、sin x、cos x 而言,R = ∞。对 ln(1+x) 在 0 处展开,R = 1。对二项式展开 (1+x)ᵏ,级数在 |x| < 1 时收敛。理解收敛性能避免在无效区间内使用级数。


8. Approximations and Error Bounds | 近似与误差界

When you truncate a Taylor series, you introduce an error given by the Lagrange remainder: Rₙ(x) = f⁽ⁿ⁺¹⁾(c)(x – a)ⁿ⁺¹ / (n+1)! for some c between a and x. This formula provides a bound on the maximum error if you maximise |f⁽ⁿ⁺¹⁾(c)| over that interval.

截断泰勒级数时,会引入由拉格朗日余项给出的误差:Rₙ(x) = f⁽ⁿ⁺¹⁾(c)(x – a)ⁿ⁺¹ / (n+1)!,其中 c 是 a 与 x 之间的某点。如果在区间内最大化 |f⁽ⁿ⁺¹⁾(c)|,该公式就能给出最大误差的上界。

For example, to approximate √4.1 using the cubic Taylor polynomial for √x about 4, the error is bounded by max |f””(c)| (0.1)⁴/4! for c in [4, 4.1]. You can compute f””(x) = -15/(16 x⁷/²) and use its maximum magnitude to find the error bound.

例如,用 √x 在 4 处的三次泰勒多项式近似 √4.1,误差的上界为 max |f””(c)| (0.1)⁴/4!,其中 c 在 [4, 4.1] 内。计算 f””(x) = -15/(16 x⁷/²),取其绝对值的最大值即可求出误差界。

In exams, you might be asked to determine the degree needed to guarantee an error less than a specified tolerance. Set the Lagrange remainder bound less than the tolerance and solve for n.

考试中可能会要求你确定需要多少次多项式才能保证误差小于给定的容许值。只需令拉格朗日余项的界限小于该容许值,然后求解 n。


9. Using Taylor Series to Evaluate Limits | 使用泰勒级数求极限

Taylor expansions can simplify limits of indeterminate forms like 0/0. Replace functions with their series up to the needed power and cancel terms. For example, limₓ→₀ (eˣ – 1 – x)/x² = limₓ→₀ ((1+x+x²/2+…)-1-x)/x² = ½. Higher-order terms vanish as x→0.

泰勒级数可以简化诸如 0/0 型的不定式极限。将函数替换为其级数到需要的幂次,然后约去项。例如,limₓ→₀ (eˣ – 1 – x)/x² = limₓ→₀ ((1+x+x²/2+…)-1-x)/x² = ½。当 x→0 时,高阶项趋于零。

This technique is particularly useful when L’Hôpital’s rule would require multiple differentiations. Just expand each function around 0, keep sufficient terms, and simplify the rational expression.

当洛必达法则需要多次求导时,这一技巧尤其有用。只需将每个函数在 0 附近展开,保留足够多项,然后化简有理表达式即可。


10. Exam Tips for CCEA IGCSE | CCEA IGCSE 考试技巧

  • Memorise the standard Maclaurin series for eˣ, sin x, cos x, ln(1+x).
    熟记 eˣ、sin x、cos x、ln(1+x) 的标准麦克劳林级数。

  • Know how to derive series from general formula f⁽ⁿ⁾(a)/n!.
    掌握如何由一般公式 f⁽ⁿ⁾(a)/n! 推导级数。

  • Check the radius of convergence before using a series for approximation.
    用级数近似之前,先检查收敛半径。

  • Express answers in simplest factorial form; factor signs clearly.
    将答案写成最简阶乘形式;清楚地写出符号。

  • For error questions, always state the Lagrange remainder and find the maximum derivative value.
    涉及误差的题目,务必写出拉格朗日余项并找到导数的最大值。

  • Practise limit evaluations by expanding to the first non-cancelling power.
    通过展开到第一个不抵消的幂次来练习求极限。

When manipulating series, substitution is valid as long as the new variable stays inside the radius of convergence. For example, replace x with 2x in eˣ series to get e²ˣ = Σ (2x)ⁿ/n!.

进行级数变换时,只要新变量保持在收敛半径内,代入就是有效的。例如,将 eˣ 级数中的 x 替换为 2x,得到 e²ˣ = Σ (2x)ⁿ/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课程辅导,国外大学本科硕士研究生博士课程论文辅导

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