📚 PDF资源导航

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

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

Taylor series expansions allow us to approximate complicated functions as infinite polynomials, built entirely from derivatives at a single point. In IB Mathematics: Analysis and Approaches (HL) and OCR A Level Mathematics, you must be able to derive Maclaurin and Taylor polynomials, determine intervals of convergence, and use them to approximate function values, evaluate limits, and solve differential equations. This article consolidates the key concepts, formulas, and exam techniques for mastering Taylor series.

泰勒级数展开能够将复杂的函数近似为无穷多项式,这些多项式完全由某一点处的各阶导数构造而成。在 IB 数学分析与方法(HL)以及 OCR A Level 数学中,你需要掌握麦克劳林与泰勒多项式的推导方法,确定收敛区间,并运用它们逼近函数值、求极限以及解微分方程。本文整合了泰勒级数的核心概念、公式与应试技巧,帮助你彻底攻克这一考点。

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

Given an infinitely differentiable function f(x), the Taylor series centred at x = a is an infinite sum that matches the function’s value and all its derivatives at a. It is written as f(x) = Σ (f⁽ⁿ⁾(a) / n!) (x − a)ⁿ from n = 0 to ∞. The partial sum up to n = N is called the Nth-degree Taylor polynomial, denoted Tₙ(x), and it serves as a local approximation of f(x) near x = a.

对于一个无穷可导的函数 f(x),以 x = a 为中心的泰勒级数是一个无穷求和,它在 a 点处的函数值以及所有阶导数值都和原函数完全一致。该级数写作 f(x) = Σ (f⁽ⁿ⁾(a) / n!) (x − a)ⁿ(n 从 0 到 ∞)。前 N 项的部分和称为 N 次泰勒多项式 Tₙ(x),可作为 f(x) 在 x=a 附近的局部逼近。

The idea is simple: if two functions share the same value, slope, curvature, and higher-order behaviour at a point, they will be nearly identical in a neighbourhood of that point. Taylor’s theorem quantifies how well Tₙ(x) approximates f(x), and the Lagrange remainder term gives the error bound. Both IB and OCR exam questions frequently ask for the derivation of T₂(x) or T₃(x) and their use in approximation.

这一思想十分朴素:如果两个函数在一点处具有相同的函数值、斜率、曲率以及更高阶的变化特征,那么它们在该点附近几乎完全重合。泰勒定理量化了 Tₙ(x) 逼近 f(x) 的精确程度,拉格朗日余项则给出了误差上界。IB 与 OCR 试题经常要求推导 T₂(x) 或 T₃(x) 并将其用于近似计算。


2. Maclaurin Series as a Special Case | 麦克劳林级数:特殊的泰勒级数

When the centre is a = 0, the Taylor series simplifies to a Maclaurin series: f(x) = Σ (f⁽ⁿ⁾(0) / n!) xⁿ. This is the most common form tested because derivatives at 0 are often easier to compute. IB HL exams, in particular, frequently ask for the Maclaurin series of eˣ, sin x, cos x, ln(1+x), and (1+x)ᵏ.

当中心 a = 0 时,泰勒级数简化为麦克劳林级数:f(x) = Σ (f⁽ⁿ⁾(0) / n!) xⁿ。这是最常考查的形式,因为函数在 0 处的各阶导数通常更容易计算。特别是 IB HL 考试,经常要求写出 eˣ、sin x、cos x、ln(1+x) 和 (1+x)ᵏ 的麦克劳林级数。

To generate a Maclaurin polynomial of degree N, you compute f(0), f'(0), f”(0), …, f⁽ᴺ⁾(0), substitute into Tₙ(x) = f(0) + f'(0)x + (f”(0)/2!)x² + … + (f⁽ᴺ⁾(0)/N!)xᴺ. The pattern of signs and denominators often reveals the general term, which is important for writing the series in sigma notation.

要生成一个 N 次麦克劳林多项式,需计算出 f(0)、f'(0)、f”(0)、……、f⁽ᴺ⁾(0),代入公式 Tₙ(x) = f(0) + f'(0)x + (f”(0)/2!)x² + … + (f⁽ᴺ⁾(0)/N!)xᴺ。符号与分母的规律常常能揭示出通项,这对用求和符号书写级数至关重要。


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

The derivation process is always the same: differentiate repeatedly, evaluate at the centre a, divide by factorial, and multiply by (x − a)ⁿ. For example, to find the 3rd-degree Taylor polynomial of f(x) = √x at a = 4, compute f(4)=2, f'(x)=½ x⁻½ so f'(4)=¼, f”(x)=−¼ x⁻³/² so f”(4)=−1/32, f”'(x)=⅜ x⁻⁵/² so f”'(4)=3/256. Then T₃(x) = 2 + ¼(x−4) − (1/64)(x−4)² + (1/512)(x−4)³.

推导过程始终如一:反复求导,在中心 a 处取值,除以阶乘,再乘以 (x − a)ⁿ。例如,求 f(x) = √x 在 a = 4 处的 3 次泰勒多项式:先算出 f(4)=2,f'(x)=½ x⁻½ 得 f'(4)=¼,f”(x)=−¼ x⁻³/² 得 f”(4)=−1/32,f”'(x)=⅜ x⁻⁵/² 得 f”'(4)=3/256。于是 T₃(x) = 2 + ¼(x−4) − (1/64)(x−4)² + (1/512)(x−4)³。

Pay attention to the algebraic simplification of coefficients. In many exam questions, leaving coefficients as fractions without decimal approximations is preferred because it showcases exact values. Also, always write the polynomial in powers of (x − a), not in expanded form, unless the question specifically asks for expansion.

要特别注意系数的代数化简。许多试题中,保留精确分数形式而不是小数近似更受青睐,因为这体现了精确值。同时,多项式必须以 (x − a) 的幂次写出,不要展开,除非题目明确要求展开。


4. Common Maclaurin Series to Memorise | 必须牢记的常见麦克劳林级数

These standard series appear repeatedly in both IB and OCR exams, and knowing them by heart saves valuable time. They also serve as building blocks for composite series.

以下标准级数频频出现在 IB 和 OCR 考试中,牢记它们可以节约宝贵时间,同时它们也是构造复合级数的基石。

Function f(x) Maclaurin Series (first four non-zero terms) General term Interval of convergence
1 + x + x²/2! + x³/3! + … xⁿ/n! (−∞, ∞)
sin x x − x³/3! + x⁵/5! − x⁷/7! + … (−1)ⁿ x²ⁿ⁺¹/(2n+1)! (−∞, ∞)
cos x 1 − x²/2! + x⁴/4! − x⁶/6! + … (−1)ⁿ x²ⁿ/(2n)! (−∞, ∞)
ln(1+x) x − x²/2 + x³/3 − x⁴/4 + … (−1)ⁿ⁻¹ xⁿ/n (−1, 1]
(1+x)ᵏ 1 + kx + k(k−1)/2! x² + … C(k, n) xⁿ |x| < 1 (unless k ∈ ℕ)

In the binomial expansion (1+x)ᵏ, the coefficient C(k, n) = k(k−1)…(k−n+1)/n! works for any real k. When k is a positive integer, the series terminates and becomes a finite polynomial. For non-integer k, the series converges only for |x| < 1.

在二项式展开 (1+x)ᵏ 中,系数 C(k, n) = k(k−1)…(k−n+1)/n! 对任意实数 k 都成立。当 k 为正整数时,级数终止为有限多项式;对于非整数 k,级数只在 |x| < 1 时收敛。


5. Taylor Series with Non-Zero Centre | 非零中心的泰勒级数

Exam questions often require the Taylor expansion about a point other than zero, such as a = π/2 for sin x or a = 1 for ln x. The method is identical: compute derivatives at that centre and substitute into the general formula. For ln x at a = 1, the series becomes (x−1) − (x−1)²/2 + (x−1)³/3 − … which is just the Maclaurin series of ln(1+u) with u = x−1.

考试常要求在非零点作泰勒展开,例如 sin x 在 a = π/2 处,或 ln x 在 a = 1 处。方法完全一致:在该中心处计算各阶导数,代入通式。对于 ln x 在 a = 1 处的展开,得到 (x−1) − (x−1)²/2 + (x−1)³/3 − …,这实际上就是 ln(1+u) 的麦克劳林级数,其中 u = x−1。

Recognising substitutions can dramatically simplify your work. If you know the Maclaurin series of f(u), then f(x−a) immediately gives the Taylor series centred at a. For example, the series of e³ˣ is obtained by substituting u = 3x into the series for eᵘ. However, if a composition changes the centre, be careful: eˣ⁻¹ at a = 1 gives a Maclaurin-looking series in (x−1), but you must still derive via derivatives or use substitution with the known series of eᵘ.

善于识别变量代换可以极大简化计算。如果你已知 f(u) 的麦克劳林级数,那么 f(x−a) 直接给出以 a 为中心的泰勒级数。例如,e³ˣ 的级数只需将 u = 3x 代入 eᵘ 的级数即可。但如果复合函数改变了中心,则需谨慎:eˣ⁻¹ 在 a = 1 处的展开看似麦克劳林级数,但仍需通过求导或利用已知 eᵘ 的级数作代换来获得。


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

Not every Taylor series converges for all x. The set of x-values for which the series converges to f(x) is the interval of convergence, and half its length is the radius of convergence R. The ratio test is the standard tool: for a power series Σ aₙ(x−a)ⁿ, compute L = lim |aₙ₊₁/aₙ| as n→∞, then R = 1/L. If L = 0, R = ∞; if L = ∞, R = 0.

并非所有泰勒级数都对任意 x 收敛。能使级数收敛到 f(x) 的 x 值集合称为收敛区间,该区间长度的一半称为收敛半径 R。比值判别法是标准工具:对于幂级数 Σ aₙ(x−a)ⁿ,计算 L = lim |aₙ₊₁/aₙ|(n→∞),则 R = 1/L。若 L = 0,则 R = ∞;若 L → ∞,则 R = 0。

After finding R, you must check the endpoints x = a ± R separately, because the ratio test is inconclusive there. Substitute each endpoint directly into the original series and test convergence using comparison, alternating series test, or p-series test. For instance, the Maclaurin series of ln(1+x) has R = 1; at x = 1 it converges (alternating harmonic series), but at x = −1 it diverges (harmonic series). Thus the interval is (−1, 1].

得到 R 之后,必须单独检查端点 x = a ± R,因为比值判别法在端点处失效。直接将端点代入原级数,利用比较判别法、交错级数判别法或 p-级数判别法检验收敛性。例如,ln(1+x) 的麦克劳林级数 R = 1;在 x = 1 处收敛(交错调和级数),在 x = −1 处发散(调和级数),因此区间为 (−1, 1]。


7. Error Estimation Using the Lagrange Remainder | 用拉格朗日余项估计误差

Taylor’s theorem states that f(x) = Tₙ(x) + Rₙ(x), where the Lagrange remainder is Rₙ(x) = f⁽ⁿ⁺¹⁾(c) / (n+1)! (x−a)ⁿ⁺¹ for some c between a and x. This expression allows you to bound the error when truncating a Taylor series. To find an upper bound, maximise |f⁽ⁿ⁺¹⁾(c)| for c in the interval between a and x.

泰勒定理指出 f(x) = Tₙ(x) + Rₙ(x),其中拉格朗日余项为 Rₙ(x) = f⁽ⁿ⁺¹⁾(c) / (n+1)! (x−a)ⁿ⁺¹,c 是介于 a 与 x 之间的某个值。该表达式使你可以界定截断泰勒级数时的误差上限。要找出误差上界,需在 a 与 x 之间的区间上最大化 |f⁽ⁿ⁺¹⁾(c)|。

Typical exam problems ask: “Find the maximum error when eˣ is approximated by 1 + x + x²/2 on [0, 0.5]”. The (n+1)th derivative of eˣ is eˣ, which is maximised at the right endpoint on that interval, giving max |eᶜ| = e⁰·⁵. The error term becomes e⁰·⁵ / 6 * (0.5)³ ≈ 0.022. This rigorous bound reassures us about the approximation quality.

常见考题如:“当 eˣ 在 [0, 0.5] 上用 1 + x + x²/2 近似时,求最大误差。” eˣ 的 (n+1) 阶导数仍为 eˣ,在该区间右端点处取得最大值,max |eᶜ| = e⁰·⁵。误差项为 e⁰·⁵ / 6 × (0.5)³ ≈ 0.022。这一严格上界确保了近似质量的可靠性。


8. Taylor Approximations for Indeterminate Limits | 泰勒级数求不定式极限

When evaluating limits that produce 0/0, using Taylor expansions often provides a cleaner solution than L’Hôpital’s rule, especially when multiple differentiations become messy. Replace the numerator and denominator with their Maclaurin polynomials of sufficient degree, then cancel powers of x. For example, limₓ→₀ (sin x − x) / x³ = limₓ→₀ (−x³/3! + x⁵/5! − …) / x³ = −1/6.

在求解 0/0 型极限时,使用泰勒展开往往比洛必达法则更清晰,尤其在多次求导过程变得烦琐时。将分子和分母替换为足够次数的麦克劳林多项式,然后约去 x 的幂次即可。例如 limₓ→₀ (sin x − x) / x³ = limₓ→₀ (−x³/3! + x⁵/5! − …) / x³ = −1/6。

Be sure to expand to a sufficiently high degree so that the leading non-zero term does not cancel completely. If you stop too early, the limit may incorrectly appear to be 0/0 or ∞/∞. In IB HL Paper 3 questions, you might be asked to find limits using series and then verify with L’Hôpital’s rule.

务必展开到足够高的次数,确保首项非零项不会完全抵消。如果你过早截断,极限可能错误地呈现为 0/0 或 ∞/∞。在 IB HL 试卷三中,可能会要求先用级数求极限,再用洛必达法则验证。


9. Integrating and Differentiating Power Series | 幂级数的逐项积分与逐项微分

A key property is that within its radius of convergence, a power series can be differentiated and integrated term by term, and the resulting series has the same radius of convergence (though endpoint behaviour may change). This allows us to derive new series from known ones. For instance, integrating the geometric series 1/(1+x) = 1 − x + x² − x³ + … term by term yields ln(1+x) = x − x²/2 + x³/3 − x⁴/4 + … for |x| < 1.

幂级数的一个关键性质是:在其收敛半径内,可以逐项求导和逐项积分,所得新级数具有相同的收敛半径(尽管端点行为可能改变)。这使我们能从已知级数推导出新级数。例如,将几何级数 1/(1+x) = 1 − x + x² − x³ + … 逐项积分即得 ln(1+x) = x − x²/2 + x³/3 − x⁴/4 + …,|x| < 1。

Similarly, differentiating the series for sin x gives cos x. These manipulations are extremely useful for constructing series of functions like arctan x or for evaluating definite integrals that have no elementary antiderivative, such as ∫₀¹ e⁻ˣ² dx, by expanding the integrand and integrating termwise.

类似地,对 sin x 的级数求导即得 cos x 的级数。这些操作在构造 arctan x 等函数的级数时极为有用,也可用于计算没有初等原函数的定积分,例如 ∫₀¹ e⁻ˣ² dx,只需展开被积函数再逐项积分。


10. Applications in Differential Equations | 在微分方程中的应用

Taylor series provide a method for approximating solutions to differential equations that cannot be solved analytically. Suppose y’ = f(x, y) with initial condition y(0) = y₀. By differentiating the equation repeatedly and evaluating at x=0, you can build the Maclaurin series for y(x). This technique is particularly emphasised in IB HL Paper 3 investigations.

泰勒级数为无法解析求解的微分方程提供了一种近似解法。假设 y’ = f(x, y),且初始条件为 y(0) = y₀。通过反复微分方程并在 x=0 处取值,可以建立起 y(x) 的麦克劳林级数。这一技巧在 IB HL 试卷三的探究题中尤其受到重视。

For example, if y’ = x + y², y(0)=1, then y'(0)=1. Differentiating both sides: y” = 1 + 2y y’, so y”(0) = 1 + 2(1)(1) = 3. Next, y”’ = 2(y’)² + 2y y”, so y”'(0) = 2(1)² + 2(1)(3) = 8. Thus y(x) ≈ 1 + x + (3/2)x² + (8/6)x³ = 1 + x + 1.5x² + 1.333…x³. This polynomial approximates the solution near x=0.

例如,若 y’ = x + y²,y(0)=1,则 y'(0)=1。方程两边求导得 y” = 1 + 2y y’,故 y”(0) = 1 + 2(1)(1) = 3。再求导得 y”’ = 2(y’)² + 2y y”,故 y”'(0) = 2(1)² + 2(1)(3) = 8。因此 y(x) ≈ 1 + x + (3/2)x² + (8/6)x³ = 1 + x + 1.5x² + 1.333…x³。该多项式在 x=0 附近近似原方程的解。


11. Exam Techniques and Common Pitfalls | 应试技巧与常见失分点

Mistakes often arise from forgotten factorial denominators, mis-computed derivatives, or premature decimal rounding. Always leave coefficients as exact fractions until the final step. When the question asks for an approximation to a given degree of accuracy, use the Lagrange remainder to justify the number of terms kept. Many students lose marks by not verifying endpoint convergence or by confusing the radius and the interval of convergence.

常见错误包括遗漏阶乘的分母、导数计算错误或过早进行小数取舍。系数应始终保持精确分数形式直到最终步骤。当题目要求达到指定精度的近似时,要用拉格朗日余项来论证所取项数的合理性。许多学生因为没有检验端点收敛性,或者混淆收敛半径与收敛区间而丢分。

In OCR exam papers, you might be asked to expand a rational function using partial fractions first, then apply the binomial theorem to each fraction. Combining series expansions of standard functions requires careful attention to the range of x for which the combination is valid. For composite functions such as eˣ·sin x, multiplication of series up to the required degree is an expected skill.

在 OCR 试卷中,可能会要求先用部分分式展开有理函数,再对每个分式应用二项式定理。将多个标准函数的级数展开进行组合时,需要格外留心组合级数有效的 x 范围。对于 eˣ·sin x 这样的复合函数,将级数相乘至所需次数也是必备技能。


12. Summary and Study Checklist | 总结与复习清单

Taylor series represent a cornerstone of calculus with far-reaching applications. Review the following checklist before your exam: can you write the general formula for a Taylor polynomial? Can you derive the first few terms of common Maclaurin series? Can you determine the radius and interval of convergence using the ratio test? Can you bound the error using the Lagrange remainder? Can you use series to evaluate limits and approximate integrals? If the answer to all is yes, you are well prepared for any Taylor series question on the IB or OCR paper.

泰勒级数是微积分中的一个基石,应用极为广泛。考前请对照以下清单复习:能否写出泰勒多项式的通式?能否推导出常见麦克劳林级数的前几项?能否用比值判别法确定收敛半径与收敛区间?能否用拉格朗日余项界定误差?能否用级数求极限和近似积分?如果以上答案均为“是”,那么你已为 IB 或 OCR 试卷中任何泰勒级数问题做好了充分准备。

Continue practising with past paper exercises, and always pay attention to the specific requirements of the question — whether it asks for the series in sigma notation, a polynomial of a certain degree, or an error bound. Mastery of Taylor series not only secures marks but deepens your understanding of how local behaviour encodes global information about a function.

请持续练习历年真题,并始终关注题目的具体要求——是要用求和符号表示级数,还是要给出指定次数的多项式,还是要求误差上界。掌握泰勒级数不仅能锁定考分,还能加深你对局部行为如何蕴含函数全局信息的理解。

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