📚 Binomial Expansion | 二项式展开
Binomial expansion is a fundamental topic in IGCSE CIE Mathematics that deals with expanding expressions of the form (a + b)n, where n is a positive integer. Mastering this topic allows you to quickly expand brackets without performing repeated multiplication, and it lays the groundwork for more advanced algebraic manipulation. In the CIE IGCSE syllabus, you are expected to expand binomials using both Pascal’s triangle and the combination formula, find specific terms in an expansion, and solve problems involving coefficients. This article provides a thorough breakdown of all key concepts, common pitfalls, and exam techniques you need to excel in binomial expansion questions.
二项式展开是IGCSE CIE数学中的一个基础性课题,主要处理形如 (a + b)n(其中 n 为正整数)的表达式的展开。掌握这一课题能够让你无需逐项相乘即可快速展开括号,同时为更高级的代数运算打下坚实基础。在CIE IGCSE课程大纲中,你应当学会使用帕斯卡三角形和组合数公式来展开二项式、找出展开式中的特定项,并解决涉及系数的问题。本文将对所有核心概念、常见易错点以及应试技巧进行全面剖析,助你在二项式展开题目中稳操胜券。
1. What is a Binomial? | 什么是二项式?
A binomial is an algebraic expression that contains exactly two terms joined by either a plus or minus sign. For example, (x + 2), (3a – 5b), and (2p + 7q) are all binomials. When we talk about binomial expansion, we refer to the process of raising a binomial to a positive integer power and writing the result as a sum of individual terms. Instead of manually multiplying (x + 2) by itself four times to find (x + 2)4, binomial expansion gives us a systematic method to write out all the terms directly. The general form we work with is (a + b)n, where a and b can be numbers, variables, or more complex expressions, and n is a positive integer (1, 2, 3, …). The expansion will always contain exactly (n + 1) terms, with the powers of a decreasing from n down to 0 and the powers of b increasing from 0 up to n.
二项式是指恰好包含两个项的代数表达式,两项之间用加号或减号连接。例如 (x + 2)、(3a – 5b) 和 (2p + 7q) 都是二项式。当我们谈论二项式展开时,指的是将一个二项式进行正整数次幂运算,并将结果写成若干个单项之和的过程。与其手动将 (x + 2) 自乘四次来求得 (x + 2)4,二项式展开为我们提供了一种系统化的方法,可以直接写出所有项。我们处理的一般形式是 (a + b)n,其中 a 和 b 可以是数字、变量或更复杂的表达式,而 n 是正整数(1, 2, 3, …)。展开式总是恰好包含 (n + 1) 个项,其中 a 的指数从 n 逐步降至 0,b 的指数从 0 逐步升至 n。
2. Pascal’s Triangle Method | 帕斯卡三角形法
Pascal’s triangle is one of the most elegant tools for finding binomial coefficients when the exponent n is relatively small (typically n ≤ 8 in IGCSE). The triangle is constructed so that each number is the sum of the two numbers directly above it. The first row (Row 0) is simply 1. Row 1 is 1 1, Row 2 is 1 2 1, Row 3 is 1 3 3 1, Row 4 is 1 4 6 4 1, and so on. To expand (a + b)n, you look at Row n of Pascal’s triangle — these numbers are the coefficients of the terms in the expansion. For instance, to expand (x + y)4, we use Row 4: 1, 4, 6, 4, 1. The expansion becomes 1x4 + 4x3y + 6x2y2 + 4xy3 + 1y4. Notice that the powers of x descend from 4 to 0 while the powers of y ascend from 0 to 4, and in each term the sum of the two exponents always equals 4.
当指数 n 相对较小(IGCSE 中通常 n ≤ 8)时,帕斯卡三角形是求二项式系数最为优雅的工具之一。三角形的构造规则是:每个数字等于它上方左右两个数字之和。第一行(第0行)就是 1;第1行是 1 1;第2行是 1 2 1;第3行是 1 3 3 1;第4行是 1 4 6 4 1,依此类推。要展开 (a + b)n,只需查看帕斯卡三角形的第 n 行——这些数字就是展开式中各项的系数。例如,展开 (x + y)4 时,我们使用第4行:1, 4, 6, 4, 1。展开式即为 1x4 + 4x3y + 6x2y2 + 4xy3 + 1y4。请注意,x 的指数从 4 递减到 0,y 的指数从 0 递增到 4,且每一项中两个指数之和始终等于 4。
3. Binomial Coefficients and nCr Notation | 二项式系数与 nCr 记号
While Pascal’s triangle is visual and intuitive, you also need to understand binomial coefficients through the language of combinations. The coefficient of each term in the expansion of (a + b)n is given by nCr (also written as C(n, r) or in bracket notation), where r is the position index running from 0 to n. The formula for the combination is nCr = n! / [r! (n – r)!], where n! (n factorial) means n × (n-1) × (n-2) × … × 3 × 2 × 1. For example, 5C2 = 5! / (2! × 3!) = 120 / (2 × 6) = 120 / 12 = 10. Your scientific calculator has a dedicated nCr button (usually accessed via the ‘nCr’ or ‘C’ function), which is much faster for exam conditions. The key relationship to remember is that the numbers in Row n of Pascal’s triangle are exactly nC0, nC1, nC2, …, nCn.
虽然帕斯卡三角形直观易懂,但你还需要通过组合的语言来理解二项式系数。(a + b)n 展开式中每一项的系数由 nCr(也写作 C(n, r) 或括号形式)给出,其中 r 是从 0 到 n 的位置索引。组合数公式为 nCr = n! / [r! (n – r)!],其中 n!(n 的阶乘)表示 n × (n-1) × (n-2) × … × 3 × 2 × 1。例如,5C2 = 5! / (2! × 3!) = 120 / (2 × 6) = 120 / 12 = 10。你的科学计算器上有专门的 nCr 按键(通常通过 ‘nCr’ 或 ‘C’ 功能调用),在考试中使用计算器会快得多。需要记住的关键关系是:帕斯卡三角形第 n 行的数字正好就是 nC0、nC1、nC2、…、nCn。
4. The General Term Formula | 通项公式
The most powerful tool in binomial expansion is the general term formula. For the expansion of (a + b)n, the term containing br (or equivalently, the (r + 1)th term, denoted Tr+1) is given by:
Tr+1 = nCr × an-r × br
Here, r starts at 0 and goes up to n, giving a total of (n + 1) terms. The first term T1 corresponds to r = 0: nC0 an b0 = 1 × an × 1 = an. The second term T2 corresponds to r = 1: nC1 an-1 b1. The last term Tn+1 corresponds to r = n: nCn a0 bn = bn. This formula is incredibly useful when you only need to find a specific term without writing out the entire expansion — a common requirement in IGCSE exam questions.
二项式展开中最强大的工具是通项公式。对于 (a + b)n 的展开式,含有 br 的项(即第 (r + 1) 项,记作 Tr+1)由下式给出:
Tr+1 = nCr × an-r × br
其中 r 从 0 取到 n,共计 (n + 1) 个项。第一项 T1 对应 r = 0:nC0 an b0 = 1 × an × 1 = an。第二项 T2 对应 r = 1:nC1 an-1 b1。最后一项 Tn+1 对应 r = n:nCn a0 bn = bn。当你只需要找出某一特定项而无需写出整个展开式时,这个公式极为有用——这正是IGCSE考试中的常见要求。
5. Finding a Specific Term | 求特定项
One of the most frequently tested skills is identifying a specific term in a binomial expansion without expanding the entire expression. To do this, you must first determine the correct value of r for the term you need. Suppose you want the term containing x5 in the expansion of (2x + 3)8. Here, a = 2x and b = 3, with n = 8. The general term is Tr+1 = 8Cr × (2x)8-r × 3r. The power of x in this term comes entirely from (2x)8-r, which gives x8-r. Setting this equal to x5 yields 8 – r = 5, so r = 3. Plugging r = 3 into the general term formula gives: T4 = 8C3 × (2x)5 × 33 = 56 × 32x5 × 27 = 56 × 864 × x5 = 48384x5. Always double-check your value of r by verifying that the term number is r + 1.
考试中最常考查的技能之一是找出二项式展开式中的特定项,而无需展开整个表达式。要做到这一点,你必须先确定所需项对应的 r 值。假设要在 (2x + 3)8 的展开式中找出含有 x5 的项。这里 a = 2x,b = 3,n = 8。通项为 Tr+1 = 8Cr × (2x)8-r × 3r。该项中 x 的幂完全来自 (2x)8-r,它给出 x8-r。令其等于 x5 得 8 – r = 5,因此 r = 3。将 r = 3 代入通项公式:T4 = 8C3 × (2x)5 × 33 = 56 × 32x5 × 27 = 56 × 864 × x5 = 48384x5。务必复查 r 值是否正确,并确认项编号是 r + 1。
6. Handling Negative Terms in Binomials | 处理二项式中的负项
When the binomial involves subtraction, such as (a – b)n, the expansion requires careful attention to alternating signs. The standard approach is to rewrite the expression as (a + (-b))n and apply the general term formula with b replaced by (-b). Each term then includes a factor of (-1)r, which causes the signs to alternate: positive for even r, negative for odd r. For example, expanding (x – 2)4 using the formula: Tr+1 = 4Cr × x4-r × (-2)r. For r = 0: +1 × x4 × 1 = x4; r = 1: 4 × x3 × (-2) = -8x3; r = 2: 6 × x2 × 4 = +24x2; r = 3: 4 × x × (-8) = -32x; r = 4: 1 × 1 × 16 = +16. The full expansion is x4 – 8x3 + 24x2 – 32x + 16. The signs strictly alternate starting with positive for the first term.
当二项式中涉及减法时,例如 (a – b)n,展开时需要特别注意符号的交替变化。标准处理方法是将其改写为 (a + (-b))n,然后将通项公式中的 b 替换为 (-b)。这样每一项都含有因子 (-1)r,导致符号交替出现:r 为偶数时为正,r 为奇数时为负。例如,使用公式展开 (x – 2)4:Tr+1 = 4Cr × x4-r × (-2)r。r = 0:+1 × x4 × 1 = x4;r = 1:4 × x3 × (-2) = -8x3;r = 2:6 × x2 × 4 = +24x2;r = 3:4 × x × (-8) = -32x;r = 4:1 × 1 × 16 = +16。完整展开式为 x4 – 8x3 + 24x2 – 32x + 16。符号严格交替,首项为正。
7. Coefficient Problems | 系数问题
A classic IGCSE exam question asks you to find the coefficient of a particular power of x in a given expansion. The key is to set up the general term, simplify the powers, equate to the target power, and solve for r. Consider: ‘Find the coefficient of x6 in the expansion of (x2 + 2/x)9.’ Rewrite as (x2 + 2x-1)9. The general term is Tr+1 = 9Cr × (x2)9-r × (2x-1)r = 9Cr × x18-2r × 2r × x-r = 9Cr × 2r × x18-3r. For the x6 term, set 18 – 3r = 6, giving 3r = 12, so r = 4. The coefficient is 9C4 × 24 = 126 × 16 = 2016. Many students lose marks by forgetting to include factors like 2r when calculating coefficients — always extract the full numerical multiplier.
经典的IGCSE考试题目会要求你找出给定展开式中某个特定 x 次幂的系数。解题关键是建立通项、化简指数、令其等于目标次幂,然后解出 r。例如:’求 (x2 + 2/x)9 展开式中 x6 的系数。’ 将其改写为 (x2 + 2x-1)9。通项为 Tr+1 = 9Cr × (x2)9-r × (2x-1)r = 9Cr × x18-2r × 2r × x-r = 9Cr × 2r × x18-3r。对于 x6 项,令 18 – 3r = 6,得 3r = 12,故 r = 4。系数为 9C4 × 24 = 126 × 16 = 2016。许多学生在计算系数时因忘记纳入 2r 这样的因子而失分——请务必提取完整的数值乘数。
8. Symmetry and the Middle Term | 对称性与中项
Binomial expansions exhibit a beautiful symmetry: the coefficients read the same forwards and backwards. Mathematically, nCr = nCn-r for all values of r. This symmetry is clearly visible in Pascal’s triangle and can serve as a quick check of your work. When n is even, there is a single middle term at position r = n/2 (which is the (n/2 + 1)th term). For example, in (a + b)6, the middle term corresponds to r = 3, giving the 4th term: 6C3 a3 b3 = 20a3b3. When n is odd, there are two middle terms at r = (n-1)/2 and r = (n+1)/2, and these two terms have equal coefficients. For (a + b)7, the middle terms are the 4th term (r = 3) and the 5th term (r = 4), both with coefficient 7C3 = 7C4 = 35. Understanding this symmetry saves time and provides a useful verification tool.
二项式展开呈现出优美的对称性:系数从两端读起来完全相同。数学上,对于所有 r 值满足 nCr = nCn-r。这种对称性在帕斯卡三角形中清晰可见,可作为快速核验的手段。当 n 为偶数时,存在唯一的一个中间项,位于 r = n/2(即第 (n/2 + 1) 项)。例如在 (a + b)6 中,中间项对应 r = 3,即第4项:6C3 a3 b3 = 20a3b3。当 n 为奇数时,存在两个中间项,分别位于 r = (n-1)/2 和 r = (n+1)/2,且这两项的系数相等。对于 (a + b)7,中间项为第4项(r = 3)和第5项(r = 4),两者的系数都是 7C3 = 7C4 = 35。理解这一对称性不仅能节省时间,还能作为有效的验证工具。
9. Common Mistakes and How to Avoid Them | 常见错误与避坑指南
Even strong students can lose marks on binomial expansion if they are not careful. Here are the most common mistakes and how to avoid them. Mistake 1: Confusing the term number with the index r. Remember that Tr+1 corresponds to r, not Tr. If a question asks for the 5th term, use
Published by TutorHao | IGCSE Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply