Binomial Theorem Problem-Solving Strategies | 二项式问题解题策略

📚 Binomial Theorem Problem-Solving Strategies | 二项式问题解题策略

The binomial theorem is one of the most reliable scoring topics in A-Level mathematics. Once you master its core formulas and recognise the standard question patterns, you can solve nearly every binomial problem with confidence and speed.

二项式定理是 A-Level 数学中最稳定的得分点之一。一旦掌握了核心公式并识别出标准题型,你就能自信而快速地解决几乎所有的二项式问题。


1. The Binomial Theorem and Its Expansion | 二项式定理及其展开式

For a positive integer n, the binomial theorem states that (a + b)ⁿ can be expanded as a sum of n + 1 terms. Each term takes the form C(n, r) · a⁽ⁿ⁻ʳ⁾ · bʳ, where r runs from 0 to n, and C(n, r) is the binomial coefficient.

对于正整数 n,二项式定理指出 (a + b)ⁿ 可以展开为 n + 1 项之和。每一项的形式为 C(n, r) · a⁽ⁿ⁻ʳ⁾ · bʳ,其中 r 从 0 取到 n,C(n, r) 为二项式系数。

(a + b)ⁿ = C(n,0)aⁿ + C(n,1)a⁽ⁿ⁻¹⁾b + C(n,2)a⁽ⁿ⁻²⁾b² + … + C(n,n)bⁿ

This formula is the foundation of every strategy in this article. Memorise it thoroughly, including the pattern of descending powers of a and ascending powers of b.

该公式是本文所有策略的基础。请彻底记住它,包括 a 的幂次递减和 b 的幂次递增的规律。


2. Pascal’s Triangle and nCr Calculation | 帕斯卡三角与组合数计算

Pascal’s triangle gives you the binomial coefficients directly. Row n of the triangle contains C(n, 0), C(n, 1), …, C(n, n). Each interior entry is the sum of the two entries above it.

帕斯卡三角可以直接给出二项式系数。三角形的第 n 行包含 C(n, 0)、C(n, 1)、…、C(n, n)。每个内部数字等于其上方两个数字之和。

n Coefficients (row n)
0 1
1 1  1
2 1  2  1
3 1  3  3  1
4 1  4  6  4  1
5 1  5  10  10  5  1

For larger n, use the formula C(n, r) = n! / [r!(n − r)!]. On most A-Level calculators, this is the nCr button. Ensure you can switch between the triangle, factorial form, and calculator input fluently.

当 n 较大时,使用公式 C(n, r) = n! / [r!(n − r)!]。在大多数 A-Level 计算器上,这对应 nCr 按键。请确保你能熟练地在三角形、阶乘形式和计算器输入之间切换。


3. The General Term — Your Master Key | 通项——你的万能钥匙

The single most effective strategy for binomial problems is to write down the general term first. For the expansion of (a + b)ⁿ, the (r + 1)th term is T(r+1) = C(n, r) · a⁽ⁿ⁻ʳ⁾ · bʳ. Almost every exam question becomes a simple substitution exercise once the general term is correctly written.

求解二项式问题最有效的策略就是先写出通项。对于 (a + b)ⁿ 的展开式,第 (r + 1) 项为 T(r+1) = C(n, r) · a⁽ⁿ⁻ʳ⁾ · bʳ。一旦正确写出通项,几乎每道考试题都变成了简单的代入练习。

Example: Find the term in x⁶ in the expansion of (2x + 3)⁸.

示例:求 (2x + 3)⁸ 展开式中 x⁶ 项的系数。

The general term is T(r+1) = C(8, r)(2x)⁽⁸⁻ʳ⁾(3)ʳ = C(8, r)2⁽⁸⁻ʳ⁾3ʳ x⁽⁸⁻ʳ⁾. For x⁶, set 8 − r = 6, giving r = 2. Therefore the term is C(8, 2)(2x)⁶(3)² = 28 × 64 × 9 × x⁶ = 16128x⁶.

通项为 T(r+1) = C(8, r)(2x)⁽⁸⁻ʳ⁾(3)ʳ = C(8, r)2⁽⁸⁻ʳ⁾3ʳ x⁽⁸⁻ʳ⁾。要求 x⁶ 项,令 8 − r = 6,得 r = 2。因此该项为 C(8, 2)(2x)⁶(3)² = 28 × 64 × 9 × x⁶ = 16128x⁶。

The trick is to always separate the x-power from the numerical factor. Isolate the exponent of x, solve for r, then substitute back to find the coefficient.

关键在于始终将 x 的幂次与数字系数分开处理。先提取 x 的指数,解出 r,再代回计算系数。


4. Finding a Constant Term | 求常数项

A common exam question asks for the term independent of x. This occurs exactly when the exponent of x in the general term equals zero. Set the x-exponent to 0, solve for r, and substitute.

考试中常见的问题是求不含 x 的项(常数项)。当通项中 x 的指数恰好为零时就会出现常数项。令 x 的指数为 0,解出 r,再代入即可。

Example: Find the constant term in the expansion of (2x + 1/x²)⁶.

示例:求 (2x + 1/x²)⁶ 展开式中的常数项。

The general term is:

通项为:

T(r+1) = C(6, r)(2x)⁽⁶⁻ʳ⁾(x⁻²)ʳ = C(6, r)2⁽⁶⁻ʳ⁾ x⁽⁶⁻³ʳ⁾

Set the exponent 6 − 3r = 0, so r = 2. Then T(3) = C(6, 2) × 2⁴ × x⁰ = 15 × 16 = 240. The constant term is 240.

令指数 6 − 3r = 0,得 r = 2。则 T(3) = C(6, 2) × 2⁴ × x⁰ = 15 × 16 = 240。常数项为 240。

This strategy works for any rational power of x in the bracket, including terms like 1/x, √x, or x³/2. Always combine the x-powers carefully using index laws.

该策略适用于括号中 x 的任何有理数幂次,包括 1/x、√x 或 x³/2 等形式。务必仔细运用指数法则合并 x 的幂次。


5. Coefficients vs Binomial Coefficients | 系数与二项式系数的区别

Students often lose marks by confusing these two ideas. The binomial coefficient is the number C(n, r) alone. The coefficient of a term in the expansion includes any numerical factors from a and b as well.

学生常因混淆这两个概念而失分。二项式系数仅指组合数 C(n, r) 本身。而展开式中某项的系数还包括来自 a 和 b 的数字因子。

For example, in the expansion of (3 + 2x)⁵, the term containing x³ is C(5, 3)(3)²(2x)³ = 10 × 9 × 8x³ = 720x³. The binomial coefficient is 10, but the coefficient of x³ is 720.

例如,在 (3 + 2x)⁵ 的展开式中,含 x³ 的项为 C(5, 3)(3)²(2x)³ = 10 × 9 × 8x³ = 720x³。二项式系数是 10,但 x³ 的系数是 720。

When a question asks for the coefficient of xᵏ, always multiply C(n, r) by the powers of the numerical constants in a and b. When it asks specifically for the binomial coefficient, give only C(n, r).

当题目要求 xᵏ 的系数时,务必用 C(n, r) 乘以 a 和 b 中数字常数的幂次。当题目明确要求二项式系数时,只给出 C(n, r)。


6. The Middle Term and Greatest Coefficient | 中间项与最大系数

For an even power n = 2m, the expansion has 2m + 1 terms, and the middle term is T(m+1). For an odd power n = 2m + 1, there are two middle terms, T(m+1) and T(m+2).

当指数 n = 2m 为偶数时,展开式有 2m + 1 项,中间项为 T(m+1)。当指数 n = 2m + 1 为奇数时,有两个中间项,即 T(m+1) 和 T(m+2)。

To find the greatest coefficient in an expansion, examine the ratio of consecutive terms: if T(r+1)/T(r) > 1, the coefficients are still increasing; find where this ratio crosses 1. For a pure binomial expansion (a + b)ⁿ with positive a and b, the largest binomial coefficient occurs at r = n/2 (if n is even) or at r = (n ± 1)/2 (if n is odd).

要求展开式中的最大系数,可考察相邻项的比值:若 T(r+1)/T(r) > 1,说明系数仍在增大;找到比值经过 1 的位置即可。对于 a、b 均为正的 (a + b)ⁿ 展开,最大的二项式系数出现在 r = n/2(n 为偶数)或 r = (n ± 1)/2(n 为奇数)处。


7. Sum of Coefficients | 系数之和

A frequently tested shortcut is the sum of all coefficients. To find it, simply set the variable to 1 in the original expression. For example, in (1 + x)ⁿ, the sum of all binomial coefficients is (1 + 1)ⁿ = 2ⁿ.

一个常考的快捷技巧是求所有系数之和。方法很简单:在原式中令变量等于 1。例如在 (1 + x)ⁿ 中,所有二项式系数之和为 (1 + 1)ⁿ = 2ⁿ。

Example: Find the sum of coefficients in the expansion of (2x − 3)⁷.

示例:求 (2x − 3)⁷ 展开式中各项系数之和。

Set x = 1: the sum is (2 × 1 − 3)⁷ = (−1)⁷ = −1. This is far quicker than expanding seven brackets. Equally, to find the sum of coefficients of even powers only, compute [f(1) + f(−1)] / 2; for odd powers use [f(1) − f(−1)] / 2.

令 x = 1,则系数之和为 (2 × 1 − 3)⁷ = (−1)⁷ = −1。这比展开七个括号快得多。类似地,若只求偶次幂项的系数之和,计算 [f(1) + f(−1)] / 2;奇次幂项则用 [f(1) − f(−1)] / 2。


8. Binomial Approximations and Fractional Indices | 二项式近似与分数指数

For the extension of the binomial theorem, when the power n is negative or fractional, the expansion (1 + x)ⁿ = 1 + nx + n(n−1)/2! x² + n(n−1)(n−2)/3! x³ + … is valid only when |x| < 1. This is essential for A-Level pure mathematics, particularly in numerical approximation questions.

当指数 n 为负数或分数时,二项式定理的推广形式 (1 + x)ⁿ = 1 + nx + n(n−1)/2! x² + n(n−1)(n−2)/3! x³ + … 仅在 |x| < 1 时成立。这是 A-Level 纯数学的重要内容,尤其在数值近似题中至关重要。

Example: Approximate (1.01)¹⁰ using the first three terms of the binomial expansion.

示例:利用二项式展开的前三项近似计算 (1.01)¹⁰。

(1 + 0.01)¹⁰ ≈ 1 + 10(0.01) + [10 × 9 / 2!](0.01)² = 1 + 0.1 + 0.0045 = 1.1045

The true value is 1.10462…, so the approximation is very accurate. The key trap is forgetting the divisional factors 2!, 3!, etc. in the coefficient of each higher term.

真实值为 1.10462…,因此该近似非常精确。这里的关键陷阱是忘记高次项系数中的阶乘因子 2!、3! 等。

When the bracket is not of the form (1 + x), such as (2 + x)⁻¹, first factor out the constant: (2 + x)⁻¹ = (1/2)(1 + x/2)⁻¹, then apply the series with |x/2| < 1.

当括号不是 (1 + x) 的形式,例如 (2 + x)⁻¹ 时,先提取常数因子: (2 + x)⁻¹ = (1/2)(1 + x/2)⁻¹,再在 |x/2| < 1 的条件下套用级数公式。


9. Products of Binomial Expansions | 二项式展开的乘积

When a question asks for the coefficient of xᵏ in the product of two expansions, do not expand everything. Multiply only the relevant pairs of terms whose x-powers add up to k.

当题目要求两个展开式乘积中 xᵏ 的系数时,不要全部展开。只需找出 x 幂次之和为 k 的相关项对相乘即可。

Example: Find the coefficient of x³ in (1 + 2x)⁵(1 − x)⁴.

示例:求 (1 + 2x)⁵(1 − x)⁴ 中 x³ 项的系数。

From the first expansion, the relevant terms are: constant 1, x-term 10x, x²-term 40x², x³-term 80x³. From the second expansion: constant 1, x-term −4x, x²-term 6x², x³-term −4x³. Pair the powers summing to 3:

第一个展开式的相关项为:常数项 1、x 项 10x、x² 项 40x²、x³ 项 80x³。第二个展开式为:常数项 1、x 项 −4x、x² 项 6x²、x³ 项 −4x³。将幂次之和为 3 的项配对:

1 × (−4x³) + 10x × 6x² + 40x² × (−4x) + 80x³ × 1 = −4 + 60 − 160 + 80 = −24

Thus the coefficient of x³ is −24. This targeted pairing saves enormous time and reduces arithmetic errors.

因此 x³ 的系数为 −24。这种有针对性的配对方式可以节省大量时间并减少运算错误。


10. Common Traps and How to Avoid Them | 常见陷阱与规避方法

Trap 1: Forgetting the constant’s power. In (3 + 2x)⁵, the coefficient includes 3⁽⁵⁻ʳ⁾ and 2ʳ, not just C(5, r). Always include these factors.

陷阱一:忘记常数的幂次。在 (3 + 2x)⁵ 中,系数包含 3⁽⁵⁻ʳ⁾ 和 2ʳ,而不只是 C(5, r)。务必包含这些因子。

Trap 2: Sign errors. When the second term is negative, e.g., (x − 2)⁶, every odd power of −2 is negative. Write the general term as C(6, r)x⁽⁶⁻ʳ⁾(−2)ʳ and handle the sign carefully, especially with fractional or large powers.

陷阱二:符号错误。当第二项为负时,例如 (x − 2)⁶,−2 的奇数次幂为负数。请将通项写成 C(6, r)x⁽⁶⁻ʳ⁾(−2)ʳ,并特别小心地处理符号。

Trap 3: Confusing r with the term number. T(r+1) is the (r + 1)th term, so the “3rd term” corresponds to r = 2. A surprising number of students set r = 3 for the 3rd term and get the wrong answer.

陷阱三:混淆 r 与项数。T(r+1) 表示第 (r + 1) 项,因此”第 3 项”对应 r = 2。相当多的学生求第 3 项时令 r = 3,导致答案错误。

Trap 4: Forgetting validity conditions. For fractional or negative powers, the series is valid only for |x| < 1. State this condition in your working and check it before applying the expansion.

陷阱四:忘记收敛条件。对于分数或负指数,级数仅在 |x| < 1 时成立。请在解题中写出该条件,并在套用展开式前予以检验。


11. Worked Exam-Style Problem | 考试风格例题精解

Problem: Given that the constant term in the expansion of (2x + k/x)⁶ is equal to 240, find the positive value of k.

例题:已知 (2x + k/x)⁶ 展开式中的常数项等于 240,求 k 的正数取值。

Write the general term:

写出通项:

T(r+1) = C(6, r)(2x)⁽⁶⁻ʳ⁾(k/x)ʳ = C(6, r)2⁽⁶⁻ʳ⁾kʳ x⁽⁶⁻²ʳ⁾

For the constant term, set 6 − 2r = 0, hence r = 3. Then:

对于常数项,令 6 − 2r = 0,得 r = 3。则:

T(4) = C(6, 3) × 2³ × k³ = 20 × 8 × k³ = 160k³

Given 160k³ = 240, we have k³ = 3/2, so k = (3/2)¹ᐟ³. This problem combines the general-term strategy with straightforward equation solving.

由 160k³ = 240,得 k³ = 3/2,因此 k = (3/2)¹ᐟ³。此题将通项策略与简单的方程求解结合起来。


12. Strategic Review | 策略总结

Master the binomial theorem by following this checklist on every problem:

掌握二项式定理,请在每道题中依照以下清单进行:

  • Write the general term first before doing anything else | 先写出通项,再做其他操作
  • Identify whether the question asks for the coefficient or the binomial coefficient | 明确题目要求的是系数还是二项式系数
  • Set the x-exponent to the required power (or zero for the constant term) and solve for r | 令 x 的指数等于所需幂次(求常数项时令其为零)并解出 r
  • Substitute r back, including all numerical constants and signs | 将 r 代回,包含所有数字常数和符号
  • For products, pair only the terms whose powers sum to the target exponent | 对于乘积,只配对幂次之和为目标指数的项
  • For approximations, check the |x| < 1 condition and use the factorial coefficients correctly | 对于近似计算,检查 |x| < 1 条件并正确使用阶乘系数

Binomial questions follow predictable patterns. With consistent practice of the general-term method, you will find them among the quickest and most reliable marks on the paper.

二项式题型模式可预测。通过持续练习通项法,你会发现这类题目是试卷中得分最快、最稳的题型之一。


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课程辅导,国外大学本科硕士研究生博士课程论文辅导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