📚 PDF资源导航

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

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

Taylor series provide a powerful way to represent functions as infinite sums of polynomial terms, enabling us to approximate complicated functions near a given point. In the IB and WJEC Mathematics curriculum, understanding how to derive, manipulate, and apply Taylor and Maclaurin series is essential for success in calculus-based questions, including approximations, limit evaluations, and error analysis. This revision guide breaks down every core concept you need to master, from the fundamental formula to convergence and remainders, with clear bilingual explanations and exam-focused tips.

泰勒级数提供了一种将函数表示为无限多项式之和的强大方法,使我们能够在给定点附近近似复杂的函数。在 IB 和 WJEC 数学课程中,理解如何推导、操作和应用泰勒级数与麦克劳林级数对于成功解答涉及微积分的题目至关重要,包括近似计算、极限求值以及误差分析。本复习指南将每个你需要掌握的核心概念分解,从基本公式到收敛性与余项,配以清晰的双语解释和面向考试的要点提示。

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

A Taylor series expands a function f(x) into an infinite sum of terms calculated from the values of its derivatives at a single point x = a. The idea is to approximate the function with a polynomial whose coefficients are determined by the function’s behaviour at that point.

泰勒级数将函数 f(x) 展开为一个无穷级数,其各项由函数在点 x = a 处的各阶导数值计算得出。其思想是用一个多项式来逼近函数,该多项式的系数由函数在该点处的行为决定。

If we have a smooth function and we know f(a), f ‘(a), f ”(a), …, we can construct a polynomial that matches the function’s value and the slopes of its derivatives at a. The more terms we include, the better the local approximation.

如果我们有一个光滑函数,并且知道 f(a)、f ‘(a)、f ”(a) 等,就可以构造一个在 a 点与函数值及各阶导数斜率相匹配的多项式。包含的项数越多,局部近似就越精确。

The resulting series is named after the English mathematician Brook Taylor, who introduced it in 1715. When a = 0, the series is called a Maclaurin series, a special case frequently examined.

该级数以英国数学家布鲁克·泰勒的名字命名,他于 1715 年引入了这一概念。当 a = 0 时,该级数称为麦克劳林级数,是一个经常被考查的特例。


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

A Maclaurin series is simply a Taylor series centred at a = 0. Its formula reduces to f(x) = f(0) + f ‘(0)x + f ”(0)x²/2! + f ”'(0)x³/3! + …

麦克劳林级数就是中心在 a = 0 处的泰勒级数。其公式简化为 f(x) = f(0) + f ‘(0)x + f ”(0)x²/2! + f ”'(0)x³/3! + …

Because many standard functions have straightforward derivative values at x = 0, Maclaurin series are often the first examples students encounter: eˣ, sin x, cos x, and ln(1+x). You must memorise these basic expansions and their general terms.

由于许多标准函数在 x = 0 处的导数值简单直接,麦克劳林级数通常是学生首先接触的例子:eˣ、sin x、cos x 和 ln(1+x)。你必须记住这些基本展开式及其通项。

WJEC and IB papers frequently ask for the derivation or use of Maclaurin series up to a specified number of non-zero terms, usually the first 3 or 4 terms. Always check whether the question asks for terms in ascending powers of x.

WJEC 和 IB 试卷经常要求推导或使用指定数量非零项的麦克劳林级数,通常是前 3 项或 4 项。始终检查题目是否要求按 x 的升幂写出各项。


3. Deriving Taylor Polynomials Step by Step | 逐步推导泰勒多项式

To build a Taylor polynomial of degree n at x = a, we impose conditions: the polynomial and its first n derivatives must equal those of f(x) at a. Starting with a general polynomial P(x) = c₀ + c₁(x-a) + c₂(x-a)² + … + cₙ(x-a)ⁿ, we differentiate repeatedly and evaluate at a.

为了构建在 x = a 处的 n 次泰勒多项式,我们设定条件:该多项式及其前 n 阶导数在 a 点必须等于 f(x) 的对应导数。从一般多项式 P(x) = c₀ + c₁(x-a) + c₂(x-a)² + … + cₙ(x-a)ⁿ 出发,反复求导并在 a 点求值。

We find c₀ = f(a), c₁ = f ‘(a), c₂ = f ”(a)/2!, c₃ = f ”'(a)/3!, and in general cₖ = f⁽ᵏ⁾(a)/k!. This gives the Taylor polynomial P(x) = Σ (from k=0 to n) f⁽ᵏ⁾(a)/k! (x-a)ᵏ.

我们得到 c₀ = f(a),c₁ = f ‘(a),c₂ = f ”(a)/2!,c₃ = f ”'(a)/3!,一般地 cₖ = f⁽ᵏ⁾(a)/k!。从而得到泰勒多项式 P(x) = Σ (k=0 到 n) f⁽ᵏ⁾(a)/k! (x-a)ᵏ。

When writing out the first few terms, pay careful attention to the factorials and alternating signs. Common mistakes include forgetting 2! in the third term or mishandling the exponent of (x-a).

在写出前几项时,要特别注意阶乘和符号变化。常见的错误包括在第三项中忘记 2!,或者错误地处理 (x-a) 的指数。


4. General Formula for Taylor Series | 泰勒级数的一般公式

The full Taylor series of a function f(x) about x = a is f(x) = Σ (n=0 to ∞) f⁽ⁿ⁾(a)/n! (x-a)ⁿ, provided the function is infinitely differentiable at a and the series converges to f(x).

函数 f(x) 关于点 x = a 的完整泰勒级数为 f(x) = Σ (n=0 到 ∞) f⁽ⁿ⁾(a)/n! (x-a)ⁿ,前提是该函数在 a 点无限次可导且该级数收敛到 f(x)。

The term f⁽ⁿ⁾(a) denotes the n-th derivative of f evaluated at a, with f⁽⁰⁾(a) = f(a). The notation (x-a)ⁿ highlights that the expansion is in powers of (x-a), so a shift of origin changes the entire series.

f⁽ⁿ⁾(a) 表示 f 在 a 点的第 n 阶导数,其中 f⁽⁰⁾(a) = f(a)。(x-a)ⁿ 的记法强调展开式是以 (x-a) 的幂级数进行的,因此原点的平移会改变整个级数。

In IB exams, you are often given the first few derivatives and asked to write down the series up to the term in (x-a)³. Practice computing derivatives systematically to avoid errors.

在 IB 考试中,通常会给出前几阶导数,并要求写出直到 (x-a)³ 项的级数。系统地计算导数以避免错误。


5. Common Maclaurin Series Expansions | 常见的麦克劳林级数展开

You must know by heart the following Maclaurin expansions and their intervals of convergence:

你必须熟记下列麦克劳林展开式及其收敛区间:

  • : 1 + x + x²/2! + x³/3! + … + xⁿ/n! + … , converges for all x.
  • sin x: x – x³/3! + x⁵/5! – x⁷/7! + … + (-1)ⁿ x²ⁿ⁺¹/(2n+1)! + … , all x.
  • cos x: 1 – x²/2! + x⁴/4! – x⁶/6! + … + (-1)ⁿ x²ⁿ/(2n)! + … , all x.
  • ln(1+x): x – x²/2 + x³/3 – x⁴/4 + … + (-1)ⁿ⁻¹ xⁿ/n + … , -1 < x ≤ 1.
  • (1+x)ᵐ: 1 + mx + m(m-1)x²/2! + m(m-1)(m-2)x³/3! + … , |x| < 1 (binomial series).
  • :1 + x + x²/2! + x³/3! + … + xⁿ/n! + …,对所有 x 收敛。
  • sin x:x – x³/3! + x⁵/5! – x⁷/7! + … + (-1)ⁿ x²ⁿ⁺¹/(2n+1)! + …,对所有 x 收敛。
  • cos x:1 – x²/2! + x⁴/4! – x⁶/6! + … + (-1)ⁿ x²ⁿ/(2n)! + …,对所有 x 收敛。
  • ln(1+x):x – x²/2 + x³/3 – x⁴/4 + … + (-1)ⁿ⁻¹ xⁿ/n + …,-1 < x ≤ 1。
  • (1+x)ᵐ:1 + mx + m(m-1)x²/2! + m(m-1)(m-2)x³/3! + …,|x| < 1(二项式级数)。

In WJEC papers, you may need to derive these from scratch by repeated differentiation, or to recognise a given series as one of these standards with a substitution (e.g., e²ˣ or sin(2x)).

在 WJEC 试卷中,你可能需要通过反复求导从头推导这些展开式,或者识别出一个给定的级数为上述标准形式之一并作变量代换(例如 e²ˣ 或 sin(2x))。


6. Interval of Convergence | 收敛区间

The Taylor series of a function does not always converge for all x; it has a radius of convergence R. We find R using the ratio test: lim |aₙ₊₁/aₙ| as n → ∞, and set this less than 1 to determine |x-a| < R.

函数的泰勒级数并不总是对所有 x 收敛;它有一个收敛半径 R。我们使用比值判别法求 R:lim |aₙ₊₁/aₙ| 当 n → ∞,并令其小于 1 以确定 |x-a| < R。

For example, the Maclaurin series for ln(1+x) converges for -1 < x ≤ 1. At x = 1, it becomes the alternating harmonic series which converges conditionally, but at x = -1 it diverges. Testing endpoints is crucial.

例如,ln(1+x) 的麦克劳林级数在 -1 < x ≤ 1 区间收敛。在 x = 1 处,它变为交错调和级数,条件收敛;但在 x = -1 处发散。验证端点至关重要。

IB questions often ask you to determine the interval of convergence after finding the series. You must be fluent in using the ratio test and checking boundary points with p-series or alternating series tests.

IB 问题常要求你在求出级数后确定其收敛区间。你必须熟练运用比值判别法,并用 p 级数或交错级数判别法检查边界点。


7. Lagrange Remainder and Error Bounds | 拉格朗日余项与误差界

When we truncate a Taylor series after n terms, the remainder Rₙ(x) tells us how far the polynomial is from the actual function. The Lagrange remainder is Rₙ(x) = f⁽ⁿ⁺¹⁾(c)/(n+1)! (x-a)ⁿ⁺¹ for some c between a and x.

当我们将泰勒级数截断到 n 项后,余项 Rₙ(x) 告诉我们多项式与实际函数之间的误差。拉格朗日余项为 Rₙ(x) = f⁽ⁿ⁺¹⁾(c)/(n+1)! (x-a)ⁿ⁺¹,其中 c 是介于 a 与 x 之间的某个数。

In exam questions, you may be asked to estimate the maximum error when approximating a function value using a Taylor polynomial. This requires finding an upper bound for |f⁽ⁿ⁺¹⁾(c)| on the interval.

在考试题中,可能会要求你估计用泰勒多项式近似函数值时的最大误差。这需要在区间上找到 |f⁽ⁿ⁺¹⁾(c)| 的一个上界。

For instance, to approximate sin(0.1) with a 3rd-degree Maclaurin polynomial, the error is bounded by |x⁵/5!| since the 5th derivative of sin is at most 1 in magnitude.

例如,用三次麦克劳林多项式近似 sin(0.1) 时,误差由 |x⁵/5!| 界定,因为 sin 的五阶导数的绝对值最大为 1。


8. Applications: Approximations | 应用:近似计算

One of the most practical uses of Taylor series is to approximate function values that are difficult to compute exactly, like e⁰·¹, ∛1.1, or sin(0.5). By using the first few terms, we get a quick numerical estimate.

泰勒级数最实际的用途之一是近似难以精确计算的函数值,例如 e⁰·¹、∛1.1 或 sin(0.5)。使用前几项,我们就能快速得到一个数值估计。

When performing such approximations, always state the polynomial used and the order of the error term, e.g., using a 4th-degree Taylor polynomial yields an error of O(x⁵). This shows awareness of the approximation quality.

进行此类近似时,务必说明所用的多项式以及误差项的阶数,例如,使用四次泰勒多项式产生的误差为 O(x⁵)。这能体现出你对近似质量的认识。

WJEC markschemes often reward candidates for writing the approximation clearly and for interpreting the significance of the remainder term. Present your working step by step.

WJEC 的评分标准通常会为清晰写出近似过程并解释余项意义的考生加分。请分步呈现你的推导过程。


9. Applications: Evaluating Limits | 应用:计算极限

Taylor series can resolve indeterminate forms like 0/0 by expanding the numerator and denominator into Maclaurin series and cancelling the lowest power of x. This is often faster than applying L’Hopital’s rule multiple times.

泰勒级数可以通过将分子和分母展开为麦克劳林级数并约去 x 的最低次幂,来解决 0/0 型不定式。这通常比多次应用洛必达法则更快。

Example: lim (x→0) (sin x – x)/x³. Using sin x = x – x³/6 + …, we get (-x³/6 + …)/x³ = -1/6 + higher order terms → -1/6. This technique is highly regarded in IB HL papers.

例:lim (x→0) (sin x – x)/x³。利用 sin x = x – x³/6 + …,得到 (-x³/6 + …)/x³ = -1/6 + 高阶项 → -1/6。这种技巧在 IB HL 试卷中很受重视。

Make sure to expand to sufficient terms so that after cancellation the leading term is non-zero. A common pitfall is stopping too early and getting 0/0 again.

务必展开到足够的项数,以便约去后首项非零。一个常见陷阱是过早停止,导致再次得到 0/0。


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

Instead of differentiating a complicated composite function many times, you can substitute into a known Maclaurin series. For example, to expand e²ˣ, replace x by 2x in the series for eˣ: 1 + 2x + (2x)²/2! + …

与其多次对复杂的复合函数求导,不如将变量代入已知的麦克劳林级数。例如,要展开 e²ˣ,就在 eˣ 的级数中用 2x 替换 x:1 + 2x + (2x)²/2! + …

Similarly, sin(x²) can be obtained by substituting x² into the series for sin x, and ln(1+3x) by substituting 3x into ln(1+x). Always adjust the interval of convergence accordingly: |3x| < 1 ⇒ |x| < 1/3.

类似地,通过将 x² 代入 sin x 的级数可得到 sin(x²);将 3x 代入 ln(1+x) 得到 ln(1+3x)。始终相应地调整收敛区间:|3x| < 1 ⇒ |x| < 1/3。

You can also combine series by addition, multiplication, or composition if the functions are expanded about the same centre. However, be careful with products: multiply series term by term and collect like powers.

如果函数都在同一中心展开,还可以通过加法、乘法或复合来合并级数。但处理乘积时要小心:逐项相乘并合并同次幂。


11. IB Exam Tips and Common Mistakes | IB 考试技巧与常见错误

Always read whether the question specifies ‘about x = a’ or ‘Maclaurin series’ (a = 0). Using the wrong centre is a frequent and costly mistake.

务必阅读题目是否明确指定了 ‘在 x = a 处’ 还是 ‘麦克劳林级数’ (a = 0)。使用错误的中心是一个常见且代价高昂的错误。

Pay attention to notation: write the general term correctly, including factorials and signs. Use parentheses to avoid errors with minus signs, e.g., f(-1) vs f(-1) in derivatives.

注意符号:正确写出通项,包括阶乘和符号。使用括号避免负号错误,例如在导数中区分 f(-1) 与 f(-1)。

When estimating errors, clearly state the Lagrange remainder formula and find the maximum value of the relevant derivative on the interval. Justify the bound you choose; do not simply guess.

估计误差时,清晰陈述拉格朗日余项公式,并找出相关导数在区间上的最大值。为你选择的界给出理由;不要随意猜测。

Practise deriving series from the definition, as WJEC often asks for the first three non-zero terms directly from derivatives. This builds a strong understanding and reduces reliance on memorisation.

通过定义练习推导级数,因为 WJEC 经常要求直接从导数写出前三项非零项。这能建立深刻的理解,减少对记忆的依赖。


12. Summary and Key Takeaways | 总结与核心要点

Taylor and Maclaurin series transform complex functions into polynomials, making calculus operations like integration, differentiation, approximation, and limit evaluation manageable. Master the standard expansions, the formula for coefficients, and the ratio test for convergence.

泰勒级数和麦克劳林级数将复杂函数转化为多项式,使积分、微分、近似和极限求值等微积分操作变得易于处理。掌握标准展开式、系数公式以及用于收敛性的比值判别法。

For top marks, always note the interval of convergence and, when asked, provide the error bound using the Lagrange remainder. Consistent practice with both theoretical derivations and applied problems will ensure you approach any Taylor series question with confidence.

为获得高分,请始终注明收敛区间,并在需要时使用拉格朗日余项提供误差界。在理论推导和应用问题上的持续练习,将确保你自信地应对任何泰勒级数题目。

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