📚 PDF资源导航

Taylor Series for CCEA A-Level Maths – Key Revision | CCEA A-Level数学 泰勒级数考点精讲

📚 Taylor Series for CCEA A-Level Maths – Key Revision | CCEA A-Level数学 泰勒级数考点精讲

Taylor series transform functions into infinite polynomials, providing powerful tools for approximation and solving limits. In CCEA A-Level Mathematics, you are expected to derive Maclaurin expansions, apply the series to estimate function values, and analyse convergence to avoid misuse. This article breaks down every essential concept you need to master.

泰勒级数将函数转化为无穷多项式,为近似计算和极限求解提供了强大工具。在 CCEA A-Level 数学中,你需要掌握麦克劳林展开的推导、利用级数估计函数值,并正确分析收敛区间以避免错误。本文梳理了所有必须精通的考点。

1. Taylor Series Definition | 泰勒级数定义

The Taylor series of a function f(x) about a point x = a is given by an infinite sum of terms involving derivatives evaluated at a. When the series converges, it equals f(x) for all x within the interval of convergence.

函数 f(x) 在 x = a 处的泰勒级数是一个包含函数在 a 点各阶导数的无限多项之和。级数在收敛区间内等于 f(x)。

f(x) = f(a) + f'(a)(x-a) + f”(a)(x-a)²/2! + f”'(a)(x-a)³/3! + …

This is often written with sigma notation: f(x) = Σ [f⁽ⁿ⁾(a) / n!] (x – a)ⁿ from n=0 to ∞. The term f⁽ⁿ⁾(a) denotes the nth derivative evaluated at a.

通常用求和符号表示:f(x) = Σ [f⁽ⁿ⁾(a) / n!] (x – a)ⁿ,n 从 0 到无穷大。f⁽ⁿ⁾(a) 表示在 a 处的 n 阶导数。


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

When the expansion point is a = 0, the Taylor series becomes the Maclaurin series. This special case appears in most CCEA exam questions because many standard functions are simplest to expand around zero.

当展开点 a = 0 时,泰勒级数就化为麦克劳林级数。因为许多标准函数在零点展开最简便,所以 CCEA 考试中绝大多数题目都围绕麦克劳林级数展开。

f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + …

The Maclaurin series is simply the Taylor series centred at the origin. All the key expansions you must memorise are Maclaurin series.

麦克劳林级数就是以原点为中心的泰勒级数。你必须记忆的关键展开式都属于麦克劳林级数。


3. Step-by-Step: Finding Coefficients | 逐步求系数

To find a Maclaurin series up to a required power, you differentiate repeatedly, evaluate each derivative at x = 0, and divide by the factorial of the order. Organise your work in a table to avoid errors.

要按要求的次数求麦克劳林级数,你需要反复求导、计算在 x = 0 处的导数值,再除以阶数的阶乘。用表格整理可以避免计算错误。

Step Action
1 Find f(x) and compute f(0).
2 Differentiate to get f'(x), then f'(0).
3 Continue for f”(x), f”'(x), etc., always evaluating at 0.
4 Build term: f⁽ⁿ⁾(0) xⁿ / n!.

For example, to expand f(x) = e²ˣ up to x³, you compute f(0)=1, f'(0)=2, f”(0)=4, f”'(0)=8, giving 1 + 2x + 2x² + (4/3)x³.

例如展开 f(x) = e²ˣ 到 x³ 项,计算得 f(0)=1, f'(0)=2, f”(0)=4, f”'(0)=8,得到 1 + 2x + 2x² + (4/3)x³。


4. Series for eˣ | eˣ 的级数展开

The exponential function is the most straightforward series because its derivative is always itself. All derivatives at 0 equal 1, so the Maclaurin series is simply the sum of xⁿ/n!.

指数函数是最简单的级数,因为它与自身导数恒等。所有在 0 处的导数值均为 1,因此麦克劳林级数就是 xⁿ/n! 的求和。

eˣ = 1 + x + x²/2! + x³/3! + … = Σ xⁿ/n! for all real x.

This series converges for every real number, so you can use it to approximate e, e⁰·⁵, or any power without restriction on the domain.

该级数对全体实数收敛,因此你可以用它来近似 e、e⁰·⁵ 或任意次幂,没有任何定义域限制。


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

The sine and cosine functions produce alternating signs and only odd/even powers respectively. Their derivatives cycle every four steps, making the series easy to remember.

正弦和余弦函数分别产生奇次幂和偶次幂,且符号交错。它们的导数每四步循环一次,使得级数容易记忆。

sin x = x – x³/3! + x⁵/5! – x⁷/7! + … for all real x.

cos x = 1 – x²/2! + x⁴/4! – x⁶/6! + … for all real x.

Both series converge for all real values. You can derive one from the other by differentiating or integrating term-by-term within the interval of convergence.

这两个级数对全体实数收敛。你可以通过对级数逐项求导或积分从一个展开式推导出另一个。


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

The natural logarithm requires careful handling because its Maclaurin expansion is valid only for -1 < x ≤ 1. The series follows a simple pattern with alternating signs and denominators matching the power.

自然对数的展开需要特别注意,因为其麦克劳林展开仅在 -1 < x ≤ 1 时有效。该级数符号交错,分母与幂次相同。

ln(1+x) = x – x²/2 + x³/3 – x⁴/4 + … = Σ (-1)ⁿ⁺¹ xⁿ/n for n≥1, |x| < 1.

At x = 1 the series becomes the alternating harmonic series, which converges to ln 2. At x = -1 it diverges, breaking the endpoint condition.

当 x = 1 时级数变为交错调和级数,收敛至 ln 2;而 x = -1 时发散,不满足端点条件。


7. Binomial Expansion (1+x)ⁿ | 二项式展开

The Maclaurin series for (1+x)ⁿ, where n is any real number, generalises the binomial theorem you met at AS level. It is valid for |x| < 1 unless n is a non‑negative integer.

(1+x)ⁿ(其中 n 为任意实数)的麦克劳林级数推广了 AS 阶段所学的二项式定理。除非 n 是非负整数,否则该展开仅在 |x| < 1 时成立。

(1+x)ⁿ = 1 + nx + n(n-1)x²/2! + n(n-1)(n-2)x³/3! + …

If n is a positive integer, the series terminates after n+1 terms, giving a polynomial. This is a useful check: for n=2 you recover 1+2x+x².

若 n 为正整数,级数在 n+1 项后终止,得到一个多项式。这是一个有用的检验:n=2 时,直接还原为 1+2x+x²。


8. Interval of Convergence | 收敛区间

Every Taylor series has an interval of x‑values for which the sum equals the function. CCEA expects you to determine and state this interval, especially for ln(1+x) and binomial series.

每个泰勒级数都有使其和等于原函数的 x 取值区间。CCEA 考试要求你确定并写出此区间,特别是对 ln(1+x) 和二项式级数。

  • eˣ, sin x, cos x: valid for all real x.
  • ln(1+x): valid for -1 < x ≤ 1.
  • (1+x)ⁿ (n not integer): valid for |x| < 1.
  • eˣ, sin x, cos x:对全体实数有效。
  • ln(1+x):有效区间为 -1 < x ≤ 1。
  • (1+x)ⁿ(n 非整数):有效区间为 |x| < 1。

Always check endpoints separately; the series may converge conditionally at an endpoint even if the general ratio test gives a radius of convergence.

务必单独检验端点;即便比值法给出的收敛半径内包含端点,级数也可能仅在端点条件收敛。


9. Lagrange Remainder and Error Estimation | 拉格朗日余项与误差估计

When you truncate a Taylor series after the term in xⁿ, the remainder Rₙ(x) measures the error. Lagrange’s form gives a bound that helps justify approximations in exam questions.

当你在 xⁿ 项后截断泰勒级数时,余项 Rₙ(x) 度量了误差。拉格朗日余项给出了误差的上界,用于在考题中证明近似值的精确度。

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

If M is the maximum value of |f⁽ⁿ⁺¹⁾(t)| on the interval, then |Rₙ(x)| ≤ M |x-a|ⁿ⁺¹/(n+1)!. Use this to guarantee, for example, that sin(0.1) is accurate to 6 decimal places when using the first three non‑zero terms.

设 M 为区间上 |f⁽ⁿ⁺¹⁾(t)| 的最大值,则 |Rₙ(x)| ≤ M |x-a|ⁿ⁺¹/(n+1)!。例如,你可以用前三项非零项证明 sin(0.1) 精确到小数点后 6 位。


10. Using Substitutions for Composite Functions | 复合函数的代换法

You can derive expansions of functions like e³ˣ, sin(2x) or ln(1-2x) by substituting directly into known Maclaurin series. This avoids lengthy differentiation and is often the quickest route.

你可以通过直接将变量代入已知麦克劳林级数来得到 e³ˣ, sin(2x) 或 ln(1-2x) 等复合函数的展开式。这避免了冗长的求导过程,往往是最快的途径。

Example: To expand e³ˣ up to x³, replace x in the eˣ series with 3x:
e³ˣ ≈ 1 + (3x) + (3x)²/2! + (3x)³/3! = 1 + 3x + (9/2)x² + (9/2)x³.

例:将 eˣ 展开式中的 x 换为 3x 即得 e³ˣ 的展开式到 x³ 项。

Similarly, for ln(1-2x) use the ln(1+x) series with x replaced by -2x. Always check that the transformed variable stays within the interval of convergence.

类似地,对于 ln(1-2x),用 ln(1+x) 的展开式并将 x 替换为 -2x。务必确保新变量仍落在收敛区间内。


11. Applications: Approximations and Limits | 应用:近似与极限

Taylor series allow you to approximate function values without a calculator and evaluate tricky limits where direct substitution fails. In CCEA exams, you may be asked to find lim x→0 (sin x – x)/x³ using series.

泰勒级数使你可以脱离计算器近似函数值,并求解直接代入失效的复杂极限。CCEA 考试可能要求你用级数求极限 lim x→0 (sin x – x)/x³。

sin x – x ≈ (x – x³/6 + …) – x = -x³/6 + …, so (sin x – x)/x³ → -1/6.

For approximations, state the order of the expansion used and quote the Lagrange error bound to justify the accuracy. This reasoning often scores method marks.

在近似计算中,应说明所用展开式的阶数并引用拉格朗日误差界来证明精确度。这一论证过程常能获取方法分。


12. Common Mistakes and Tips | 常见错误与提示

  • Forgetting to divide by factorials – e.f. writing sin x = x – x³/6 is correct, but x – x³/6! is not.
  • Using a series outside its interval of convergence, e.g. claiming ln(1+x) ≈ x – x²/2 for x=2.
  • Misaligning signs for alternating series; a quick check with a known value (e.g. x=0.1) helps verify.
  • Confusing the Maclaurin series for cos x and sin x – remember cos starts with 1 and even powers, sin with x and odd powers.
  • 漏除阶乘 – 如 sin x = x – x³/6 是正确的,写 x – x³/6! 则是错误的。
  • 在收敛区间外使用级数,例如对 x=2 使用 ln(1+x) ≈ x – x²/2。
  • 交错级数的符号错乱;用已知值(如 x=0.1)快速验算可以避免。
  • 混淆 cos x 与 sin x 的展开式 – 记住 cos 以 1 和偶次幂起头,sin 以 x 和奇次幂起头。

Always lay out derivatives in a clear table, show substitution into the general term, and highlight the radius of convergence in your final answer.

始终用清晰的表格展示各阶导数,代入通项时写明步骤,并在最终答案中指明收敛半径。


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