Mastering Taylor Series Transformations and Operations for IB Math | IB数学:泰勒级数的变换与运算

📚 Mastering Taylor Series Transformations and Operations for IB Math | IB数学:泰勒级数的变换与运算

Taylor series are among the most powerful tools in IB Higher Level Mathematics, allowing us to approximate any sufficiently smooth function with a polynomial. However, many students struggle when asked to manipulate known Taylor series rather than compute them from scratch. This article covers the essential transformations and algebraic operations in a way that matches IB exam expectations.

泰勒级数是IB高级数学中最强大的工具之一,它能让我们用多项式近似任意足够光滑的函数。然而,许多学生在面对“对已知泰勒级数进行变换与运算”而非从零计算时感到棘手。本文将完全按照IB考试要求,系统讲解泰勒级数的各类变换与代数运算技巧。

1. Understanding the Core Definition | 理解核心定义

The Taylor series of a function f(x) centered at x = a is defined as:

f(x) = Σₙ₌₀᪵ [f⁽ⁿ⁾(a) / n!] (x − a)ⁿ

In IB, you are usually asked to work with Maclaurin series, where a = 0, simplifying the formula to:

f(x) = f(0) + f′(0)x + f″(0)x²/2! + f‴(0)x³/3! + …

Understanding this base formula is essential before any transformation, because every operation we discuss reduces to manipulating this infinite sum.

函数 f(x) 在 x = a 处的泰勒级数定义为:

f(x) = Σₙ₌₀᪵ [f⁽ⁿ⁾(a) / n!] (x − a)ⁿ

在IB中,通常要求处理的是麦克劳林级数,即 a = 0 的情形,公式简化为:

f(x) = f(0) + f′(0)x + f″(0)x²/2! + f‴(0)x³/3! + …

理解这个基础公式是所有变换的前提,因为我们讨论的每种运算最终都可归结为对无穷和的处理。


2. Linearity: Addition and Subtraction | 线性:加法与减法

If f(x) and g(x) both have known Taylor series centered at the same point, then the series for f(x) + g(x) is simply the term-by-term sum. The same applies to subtraction and scalar multiplication: c·f(x) has terms c·aₙ.

Example: using eˣ = 1 + x + x²/2 + x³/6 + … and sin(x) = x − x³/6 + …, we can immediately write:

eˣ + sin(x) = 1 + 2x + x²/2 + 0·x³ + …

Notice the x³ term cancels. Always check for cancellation—this is a common IB exam trap.

若 f(x) 和 g(x) 在同一个中心点都有已知的泰勒级数,则 f(x) + g(x) 的级数就是逐项相加。减法与数乘同理:c·f(x) 的每一项为 c·aₙ。

例如:已知 eˣ = 1 + x + x²/2 + x³/6 + … 以及 sin(x) = x − x³/6 + …,可以立即写出:

eˣ + sin(x) = 1 + 2x + x²/2 + 0·x³ + …

注意 x³ 项抵消了。务必检查是否存在抵消——这是IB考试常见的陷阱。


3. Substitution: The Most Powerful Shortcut | 代入法:最强大的捷径

If you know the series for f(x), then f(xᵏ) or f(cx) can be found by substituting. For example, replacing x with x² in the exponential series:

eˣ² = 1 + x² + x⁴/2 + x⁶/6 + x⁸/24 + …

The same approach handles e^(−x), e^(2x), sin(x²), cos(√x), and more. The key insight is that substitution preserves the coefficient pattern—only the variable changes.

如果你知道 f(x) 的级数,那么 f(xᵏ) 或 f(cx) 可以直接通过代入求得。例如,在指数级数中用 x² 替换 x:

eˣ² = 1 + x² + x⁴/2 + x⁶/6 + x⁸/24 + …

同样的方法可处理 e^(−x)、e^(2x)、sin(x²)、cos(√x) 等。关键洞察是:代入保持系数模式不变——只有变量在变化。


4. Differentiation of a Taylor Series | 泰勒级数的微分

Within its interval of convergence, a Taylor series can be differentiated term by term. This is a favourite IB technique because it requires no limit calculations:

d/dx [Σ aₙxⁿ] = Σ n·aₙxⁿ⁻¹

Example: differentiate ln(1+x) = x − x²/2 + x³/3 − x⁴/4 + … to obtain:

1/(1+x) = 1 − x + x² − x³ + x⁴ − …

This geometric series result can then be used to expand many rational functions.

在收敛区间内,泰勒级数可以逐项微分。这是IB非常青睐的技巧,因为完全无需计算极限:

d/dx [Σ aₙxⁿ] = Σ n·aₙxⁿ⁻¹

例:对 ln(1+x) = x − x²/2 + x³/3 − x⁴/4 + … 逐项微分可得到:

1/(1+x) = 1 − x + x² − x³ + x⁴ − …

这个等比级数结果可进一步用于展开许多有理函数。


5. Integration of a Taylor Series | 泰勒级数的积分

Term-by-term integration works the same way, increasing the power of x by one and dividing by the new power:

∫ Σ aₙxⁿ dx = C + Σ aₙxⁿ⁺¹/(n+1)

This technique is essential when the antiderivative of a function cannot be expressed in elementary terms. A classic IB example is the sine integral:

∫ sin(x)/x dx = x − x³/(3·3!) + x⁵/(5·5!) − x⁷/(7·7!) + …

Begin by dividing the sin(x) series by x, then integrate term by term.

逐项积分与微分同理,将 x 的幂次加一并除以新幂次:

∫ Σ aₙxⁿ dx = C + Σ aₙxⁿ⁺¹/(n+1)

当原函数的原函数无法用初等函数表示时,这个技巧至关重要。IB经典例子是正弦积分函数:

∫ sin(x)/x dx = x − x³/(3·3!) + x⁵/(5·5!) − x⁷/(7·7!) + …

先把 sin(x) 的级数除以 x,再逐项积分即可。


6. Multiplication of Series | 级数的乘法

Multiplying two Taylor series uses a convolution-like rule: the coefficient of xⁿ in the product is the sum a₀bₙ + a₁bₙ₋₁ + … + aₙb₀. In practice, for IB, you only need to compute the first few terms.

Example: find the first three terms of eˣ·sin(x):

eˣ·sin(x) = (1 + x + x²/2)(x − x³/6) + … = x + x² + x³/3 + …

Ignore products that yield powers higher than the requested degree — this keeps the calculation fast and error-free.

两个泰勒级数相乘遵循类卷积规则:乘积中 xⁿ 的系数为 a₀bₙ + a₁bₙ₋₁ + … + aₙb₀。实际操作中,IB只要求计算前几项。

例:求 eˣ·sin(x) 的前三项:

eˣ·sin(x) = (1 + x + x²/2)(x − x³/6) + … = x + x² + x³/3 + …

忽略所有产生高于所需阶数的乘积项——这能显著加快计算速度并避免错误。


7. Division of Series | 级数的除法

Series division is less straightforward. One reliable method is to use the geometric series: rewrite the denominator as 1 + u, then expand as 1/(1+u) = 1 − u + u² − …. For example:

1/(1+x²) = 1 − x² + x⁴ − x⁶ + …

Alternatively, use the method of undetermined coefficients: assume the quotient equals a₀ + a₁x + a₂x² + …, multiply by the denominator, and equate coefficients with the numerator.

级数除法不太直接。一种可靠方法是利用等比级数:将分母改写为 1 + u 的形式,然后展开 1/(1+u) = 1 − u + u² − …。例如:

1/(1+x²) = 1 − x² + x⁴ − x⁶ + …

另一种方法是待定系数法:假设商为 a₀ + a₁x + a₂x² + …,乘以分母后与分子逐项对比系数。


8. Composition and the Chain of Series | 复合与级数链

Substitution can be nested: for example, e^(sin x) requires substituting the sin(x) series into the eˣ series:

e^(sin x) = 1 + (x − x³/6) + (x − x³/6)²/2 + … = 1 + x + x²/2 − x⁴/8 + …

The critical step is to expand the internal function before multiplying out, keeping only terms up to the desired order. IB Paper 3 frequently tests this exact skill.

代入可以嵌套使用:例如,计算 e^(sin x) 需要把 sin(x) 的级数代入 eˣ 的级数中:

e^(sin x) = 1 + (x − x³/6) + (x − x³/6)²/2 + … = 1 + x + x²/2 − x⁴/8 + …

关键在于先展开内部函数再进行乘法运算,同时只保留所需阶数的项。IB Paper 3 经常考查这一技能。


9. Handling the Remainder Term | 处理余项

When a Taylor series is truncated after n terms, the error is given by the Lagrange remainder:

Rₙ(x) = f⁽ⁿ⁺¹⁾(c)·xⁿ⁺¹/(n+1)! for some c between 0 and x

In IB, you may be asked to bound |Rₙ(x)| by finding the maximum of |f⁽ⁿ⁺¹⁾(c)| on the interval. For alternating series, a simpler bound applies: the error is less than the first omitted term.

当泰勒级数截断到 n 项后,误差由拉格朗日余项给出:

Rₙ(x) = f⁽ⁿ⁺¹⁾(c)·xⁿ⁺¹/(n+1)!,其中 c 介于 0 和 x 之间

在IB中,常要求你通过寻找区间上 |f⁽ⁿ⁺¹⁾(c)| 的最大值来界定 |Rₙ(x)|。对于交错级数,有更简单的界:误差小于第一个被省略的项。


10. Translating the Centre | 平移中心点

To find a Taylor series about x = a, substitute t = x − a. The function becomes f(t + a), which you then expand in powers of t and finally replace t with x − a. Equivalently, write f(x) = f(a) + f′(a)(x−a) + f″(a)(x−a)²/2 + … and compute derivatives at a.

For example, expand eˣ about x = 1. Using t = x−1, eˣ = e·eᵗ = e(1 + t + t²/2 + …) so:

eˣ = e + e(x−1) + e(x−1)²/2 + …

This technique is essential when approximating functions near points other than zero.

要求函数在 x = a 处的泰勒级数,可作代换 t = x − a。函数变为 f(t + a),先按 t 的幂展开,最后将 t 替换为 x − a。等价地,写 f(x) = f(a) + f′(a)(x−a) + f″(a)(x−a)²/2 + … 并直接计算 a 处的导数值。

例如:将 eˣ 在 x = 1 处展开。令 t = x−1,则 eˣ = e·eᵗ = e(1 + t + t²/2 + …),因此:

eˣ = e + e(x−1) + e(x−1)²/2 + …

当需要在零点以外的点附近近似函数时,这个技巧至关重要。


11. Standard Maclaurin Series You Must Memorise | 必须牢记的常用麦克劳林级数

The following series appear repeatedly in IB exams. Keep this table handy:

Function Series Convergence
1 + x + x²/2! + x³/3! + … All real x
sin(x) x − x³/3! + x⁵/5! − … All real x
cos(x) 1 − x²/2! + x⁴/4! − … All real x
ln(1+x) x − x²/2 + x³/3 − x⁴/4 + … −1 < x ≤ 1
1/(1−x) 1 + x + x² + x³ + … −1 < x < 1
arctan(x) x − x³/3 + x⁵/5 − x⁷/7 + … −1 ≤ x ≤ 1

Notice the patterns: sin and arctan contain only odd powers with alternating signs; cos and 1/(1−x) contain only even or all powers; the ln series resembles the integral of 1/(1+x).

以下级数在IB考试中反复出现,请务必牢记此表:

函数 级数 收敛域
1 + x + x²/2! + x³/3! + … 全体实数 x
sin(x) x − x³/3! + x⁵/5! − … 全体实数 x
cos(x) 1 − x²/2! + x⁴/4! − … 全体实数 x
ln(1+x) x − x²/2 + x³/3 − x⁴/4 + … −1 < x ≤ 1
1/(1−x) 1 + x + x² + x³ + … −1 < x < 1
arctan(x) x − x³/3 + x⁵/5 − x⁷/7 + … −1 ≤ x ≤ 1

注意其中的规律:sin 和 arctan 只含奇次幂且符号交替;cos 只含偶次幂;1/(1−x) 含全部幂次;ln 级数类似 1/(1+x) 的积分。


12. Common IB Exam Pitfalls and How to Avoid Them | 常见IB考试陷阱及规避方法

Students frequently lose marks for several recurring reasons. First, forgetting that substitution changes both the power of x and the factorial denominator: in sin(x²), the term x⁴/3! is correct, not x⁴/3. Second, mixing up the alternating signs when integrating or differentiating series. Third, truncating too early in multiplication problems. Fourth, forgetting to state the interval of convergence when asked.

To avoid these errors, always write out the first few terms of the original series before transforming, check the degree of each term carefully, and memorise the intervals of convergence for the standard series listed above. When in doubt, verify your series numerically by substituting a small value of x, for example x = 0.1, into both the function and your polynomial.

学生常因几个反复出现的原因而失分。第一,忘记代入操作同时改变 x 的幂和阶乘分母:在 sin(x²) 中,正确的项是 x⁴/3! 而非 x⁴/3。第二,在级数微分或积分时搞错交替正负号。第三,在乘法问题中过早截断。第四,题目要求时忘记说明收敛区间。

为避免这些错误,进行变换前务必先写出原始级数的前几项,仔细检查每项的阶数,并牢记上表中标准级数的收敛区间。如有疑问,可通过代入小值如 x = 0.1 到原函数和你的多项式中进行数值验证。


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