A-Level 数学精讲:二项式展开 (Binomial Expansion) — 从公式到满分技巧

A-Level Mathematics: Mastering Binomial Expansion — From Formula to Full Marks

二项式展开是 A-Level 数学中最基础也最高频的考点之一。很多同学背下了公式,却在考试中反复丢分——不是漏了系数就是忘了收敛条件。今天这篇文章,我们从最底层的逻辑出发,带你一次性吃透 Binomial Expansion 的所有题型,并附上满分解题模板。

Binomial Expansion is one of the most fundamental yet frequently tested topics in A-Level Mathematics. Many students memorize the formula but repeatedly lose marks in exams — either missing coefficients or forgetting convergence conditions. In this article, we’ll start from the underlying logic, master every question type in Binomial Expansion, and provide full-mark solution templates.

1. 基础公式:二项式定理 / The Basic Formula: Binomial Theorem

对于正整数指数 \(n\),二项式展开为:

(a + b)^n = \displaystyle \sum_{r=0}^{n} {}^nC_r \, a^{n-r} b^r

其中 {}^nC_r = \displaystyle \frac{n!}{r!(n-r)!} 称为二项式系数(binomial coefficient),也就是我们常说的 “n choose r”。

For a positive integer exponent \(n\), the binomial expansion is given by the formula above, where {}^nC_r is the binomial coefficient — often read as “n choose r.”

2. 通项公式 / General Term

第 \(r+1\) 项(从 r=0 开始编号)的通项为:

T_{r+1} = {}^nC_r \, a^{n-r} b^r

这个公式是求解「特定项」问题的核心工具。无论是求 \(x^k\) 的系数,还是求常数项,都从这里出发。

The (r+1)-th term (indexed from r=0) is given by the formula above. This is the core tool for solving “specific term” problems — whether finding the coefficient of \(x^k\) or identifying the constant term.

3. 经典题型与解法 / Classic Question Types & Solutions

题型 / Question Type 解题思路 / Approach 常见失分点 / Common Pitfalls
求 xk 系数 / Find coefficient of xk 设通项,令 x 的指数 = k,解出 r 忘记处理 a 中的 x 项
求常数项 / Find constant term 令通项中 x 的指数 = 0,解 r r 必须是 0 到 n 的整数
含两个 x 的展开 / Expansion with two x-terms 先展开其中一个,再整体展开 分类讨论漏项
求近似值 / Approximation 取前几项,忽略高阶小量 未检查 |x| < 1

4. 例题精讲 / Worked Examples

例题 1 / Example 1:(2x - 3)^5 展开式中 \(x^3\) 的系数。

解 / Solution:

通项:T_{r+1} = {}^5C_r \, (2x)^{5-r} (-3)^r

整理 x 的指数:(2x)^{5-r} = 2^{5-r} \cdot x^{5-r}

5 - r = 3,得 r = 2

代入:T_3 = {}^5C_2 \cdot 2^{5-2} \cdot (-3)^2 \cdot x^3

= 10 \times 8 \times 9 \times x^3 = 720x^3

故 \(x^3\) 的系数为 720

例题 2 / Example 2:\left( x + \displaystyle \frac{2}{x} \right)^6 展开式中的常数项。

解 / Solution:

通项:T_{r+1} = {}^6C_r \, x^{6-r} \left( \displaystyle \frac{2}{x} \right)^r

化简 x 的指数:x^{6-r} \cdot x^{-r} = x^{6-2r}

6 - 2r = 0,得 r = 3

代入:T_4 = {}^6C_3 \cdot 2^3 = 20 \times 8 = 160

故常数项为 160

5. 无穷级数展开 (A2 重点) / Infinite Series Expansion (A2 Key Topic)

当指数为负数或分数时,展开变为无穷级数,并且仅在 |x| < 1 时收敛

$latex (1 + x)^n = 1 + nx + \displaystyle \frac{n(n-1)}{2!} x^2 + \frac{n(n-1)(n-2)}{3!} x^3 + \cdots \quad (|x| < 1)$

When the exponent is negative or fractional, the expansion becomes an infinite series, which converges only when |x| < 1.

常用展开式 / Common Expansions (必背!):

  • $latex (1 + x)^{-1} = 1 – x + x^2 – x^3 + \cdots \quad (|x| < 1)$
  • $latex (1 – x)^{-1} = 1 + x + x^2 + x^3 + \cdots \quad (|x| < 1)$
  • $latex \sqrt{1 + x} = 1 + \displaystyle \frac{x}{2} – \frac{x^2}{8} + \cdots \quad (|x| < 1)$

6. 考试满分 Checklist / Exam Full-Mark Checklist

  1. 写出通项公式 — 即使最后算错,通项也有步骤分
  2. 确认指数匹配 — 不要忽略了 \(a\) 中的 \(x\) 因子
  3. 验证 r 的范围 — \(0 \leq r \leq n\),且 r 必须是整数
  4. 检查收敛条件 — 无穷级数题必须声明 |x| < 1
  5. 化简最终答案 — 系数要化到最简形式
  1. Write the general term — even if the final answer is wrong, the general term earns method marks
  2. Match exponents correctly — don’t overlook the x-factor in \(a\)
  3. Validate r’s range — \(0 \leq r \leq n\), and r must be an integer
  4. Check convergence conditions — infinite series problems must declare |x| < 1
  5. Simplify the final answer — reduce coefficients to their simplest form

7. 常见错误红黑榜 / Common Mistakes: Do’s and Don’ts

❌ 错误 / Wrong ✅ 正确 / Right
(2x)^3 = 2x^3 (2x)^3 = 8x^3
忘记 {}^nC_0 = {}^nC_n = 1 首项和末项系数均为 1
(1 + 2x)^{-2} 不写收敛条件 声明:$latex |2x| < 1$ 即 $latex |x| < \frac{1}{2}$
符号错误:(-3)^2 = -9 (-3)^2 = 9

结语 / Conclusion

二项式展开看似简单,但 A-Level 真题中往往暗藏陷阱。从正整数幂到无穷级数,从系数求解到近似计算,每一种题型都需要你熟练掌握通项公式 + 条件判断的组合技。建议拿出近 5 年的真题,按照本文的 Checklist 逐题练习,一个月后你会感谢现在的自己。

Binomial Expansion may seem simple, but A-Level exam questions often hide subtle traps. From positive integer powers to infinite series, from coefficient extraction to approximation, every question type demands mastery of the general-term formula combined with condition checking. We recommend practicing with the past 5 years’ exam papers using the checklist above — a month from now, you’ll thank yourself.


📱 关注「TutorHao」微信公众号,获取更多 A-Level 数学高分攻略

🔍 搜索微信号:tutorhao | 或扫描下方二维码

© 2026 TutorHao. 一对一在线辅导,A-Level / GCSE 全科覆盖。联系 /contact/ 预约试听课。


Discover more from TutorHao

Subscribe to get the latest posts sent to your email.

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 TutorHao

Subscribe now to keep reading and get access to the full archive.

Continue reading