📚 Binomial Expansion: Exam Focus for IB and CCEA | 二项式展开考点精讲(IB & CCEA)
The binomial expansion is a cornerstone of algebra that appears consistently in both IB (Analysis & Approaches and Applications & Interpretation) and CCEA A-Level Mathematics. Mastering it requires fluency with factorial notation, combinations, Pascal’s triangle, and the ability to extend the expansion to rational powers. This article breaks down every essential skill and typical exam question, giving you a structured revision guide.
二项式展开是代数的基石,在 IB(分析与方法、应用与解释)和 CCEA A-Level 数学中反复出现。要真正掌握它,你必须熟练运用阶乘记法、组合数、帕斯卡三角,并能将展开式推广到有理指数。本文拆解每一个核心技能和典型考题,为你提供一份结构清晰的复习指南。
1. Binomial Theorem Basics | 二项式定理基础
For a positive integer n, the binomial theorem states that (a + b)n can be expressed as a sum of terms involving powers of a and b with coefficients given by the binomial coefficients. The expansion contains n+1 terms.
对于正整数 n,二项式定理指出 (a + b)n 可以表示为若干项的和,每一项包含 a 和 b 的幂,系数由二项式系数给出。展开式共有 n+1 项。
(a + b)n = ∑r=0n C(n, r) an−r br
(a + b)n = Σr=0n C(n, r) an−r br
The first term is an, the second is C(n,1)an−1b, and so on, ending with bn. Both IB and CCEA papers often ask you to write the full expansion for small n, such as n = 4 or 5, or to use the formula to extract specific coefficients.
第一项是 an,第二项是 C(n,1)an−1b,依此类推,最后一项为 bn。IB 和 CCEA 试卷常要求你写出较小 n(如 n=4 或 5)的完整展开式,或利用公式提取特定项的系数。
2. Pascal’s Triangle and Combinations | 帕斯卡三角与组合数
Pascal’s triangle offers a visual way to find binomial coefficients. Each row corresponds to the power n, starting with n=0 at the top. The r-th entry in row n (counting from r=0) is exactly C(n, r).
帕斯卡三角提供了寻找二项式系数的直观方法。每一行对应指数 n,顶端 n=0 开始。第 n 行中第 r 个数(从 r=0 算起)恰好是 C(n, r)。
| Pascal’s Triangle (n=0 to 4) | |||||
| 1 | n=0 | ||||
| 1 | 1 | n=1 | |||
| 1 | 2 | 1 | n=2 | ||
| 1 | 3 | 3 | 1 | n=3 | |
| 1 | 4 | 6 | 4 | 1 | n=4 |
In exams, you may be asked to complete a row of Pascal’s triangle or to use the relationship C(n, r) + C(n, r+1) = C(n+1, r+1) to generate coefficients. Understanding this link helps avoid algebraic slips when expanding manually.
考试中可能会让你补全帕斯卡三角的某一行,或利用关系式 C(n, r) + C(n, r+1) = C(n+1, r+1) 来递推系数。理解这一联系有助于在手动展开时避免代数错误。
3. Factorial Notation and nCr | 阶乘记法与 nCr
The binomial coefficient C(n, r) is defined as n! / [r!(n−r)!], where n! = n × (n−1) × … × 1. Both IB and CCEA syllabi expect you to evaluate these coefficients quickly, especially when combining them with algebraic terms.
二项式系数 C(n, r) 定义为 n! / [r!(n−r)!],其中 n! = n × (n−1) × … × 1。IB 和 CCEA 的考纲都要求你快速计算这些系数,尤其是在将它们与代数项结合时。
C(n, r) = n! / (r! (n−r)!)
You will often simplify ratios like C(n, r+1) / C(n, r) to find the relationship between successive coefficients. This is useful when proving identities or finding the greatest term in an expansion.
你经常需要化简 C(n, r+1) / C(n, r) 这样的比值,以找到相邻系数之间的关系。这在证明恒等式或寻找展开式中的最大项时非常有用。
4. General Term and the (r+1)th Term | 通项与第 r+1 项
The general term Tr+1 in the expansion of (a+b)n is given by C(n, r) an−r br. Note that the index r starts from 0, so the first term corresponds to r=0. Many students confuse the term number with the value of r; always check that Tr+1 uses the correct r.
(a+b)n 展开式中的通项 Tr+1 为 C(n, r) an−r br。注意 r 从 0 开始计数,所以第一项对应 r=0。很多学生混淆项数与 r 的值;务必确认 Tr+1 使用了正确的 r。
For example, to find the coefficient of x5 in (2x − 3)8, set a = 2x, b = −3, and solve for r such that the power of x becomes 5. This approach is directly tested in IB Paper 1 and CCEA structured questions.
例如,要求 (2x − 3)8 中 x5 的系数时,设 a = 2x, b = −3,并求解使 x 的指数为 5 的 r 值。这种方法在 IB 试卷一和 CCEA 的结构题中直接考查。
5. Expanding (a + b)ⁿ for Positive Integer n | 正整数指数展开 (a + b)ⁿ
Expanding expressions like (2+3x)4 or (x − 1/x)5 requires careful handling of signs and powers. Always write the general term first, substitute r = 0,1,2,…,n, and simplify each coefficient.
展开诸如 (2+3x)4 或 (x − 1/x)5 这样的式子时,必须仔细处理符号和幂次。先写出通项,再分别代入 r=0,1,2,…,n,并化简每个系数。
(x − 1/x)5 = ∑r=05 C(5, r) x5−r (−1/x)r
In CCEA exams, you may be required to simplify such expansions fully and combine like terms, especially when terms cancel. IB often embeds binomial expansion within larger problems on calculus or proof.
在 CCEA 考试中,你可能需要完全化简这类展开式并合并同类项,特别是当某些项相互抵消时。IB 则常将二项式展开嵌入到微积分或证明的大题之中。
6. Finding Coefficients and Constant Terms | 求系数与常数项
A classic exam question asks: ‘Find the term independent of x’ or ‘Find the coefficient of xk‘. The strategy is to write the general term, simplify the power of x, set the exponent equal to the desired value, and solve for r.
经典考题会问:“求与 x 无关的项”或“求 xk 的系数”。解题策略是写出通项,化简 x 的幂次,令指数等于所需的值,然后解出 r。
If the power is not an integer, check that r is an integer between 0 and n. Constant terms emerge when the net exponent of x is zero. This skill is essential for both IB HL and CCEA AS/A2 units.
若幂次不是整数,则需检查 r 是否为 0 到 n 之间的整数。当 x 的净指数为零时便得到常数项。这项技能对 IB HL 和 CCEA AS/A2 单元都很关键。
7. Expansion of (1 + x)ⁿ for Rational n | 有理数 n 的二项展开
When n is not a positive integer but any rational number (or even a negative integer), the binomial expansion becomes an infinite series. The formula is valid for |x| < 1 and uses a generalised binomial coefficient.
当 n 不是正整数,而是任意有理数(甚至负整数)时,二项式展开变为无穷级数。该公式在 |x| < 1 时有效,并使用推广的二项式系数。
(1 + x)n = 1 + nx + n(n−1)/2! x2 + n(n−1)(n−2)/3! x3 + …
You must be able to write the first few terms of expansions like (1 + x)−2 or √(1 + x) = (1 + x)½. IB and CCEA often set questions requiring you to state the range of validity and then use the series for approximation.
你必须能写出如 (1 + x)−2 或 √(1 + x) = (1 + x)½ 的展开式的前几项。IB 和 CCEA 常出题要求你说明收敛范围,再利用级数进行近似计算。
8. Validity Condition |x| < 1 | 收敛条件 |x| < 1
For the infinite binomial expansion of (1 + x)n where n is not a positive integer, the expansion converges only when |x| < 1. If the expression is (a + bx)n, you must first rewrite it as an (1 + (b/a)x)n and then require |(b/a)x| < 1.
对于 n 不是正整数的 (1 + x)n 无穷二项展开,级数仅在 |x| < 1 时收敛。如果是 (a + bx)n,你必须先将其改写为 an (1 + (b/a)x)n,然后要求 |(b/a)x| < 1。
Many candidates lose marks by forgetting to state the validity condition or by applying it incorrectly after factoring. Always specify the interval, for example, −1 < x < 1 or |x| < a/|b|.
很多考生因忘记说明收敛条件,或因提取公因子后错误套用条件而丢分。务必注明区间,例如 −1 < x < 1 或 |x| < a/|b|。
9. Using Expansions for Approximations | 利用展开式进行估算
Binomial expansions allow quick approximations of roots and powers. For example, to estimate √1.02, write it as (1 + 0.02)½ and use the first three terms: 1 + (½)(0.02) + (½)(−½)/2 (0.02)2. The error can be bounded by the next term.
二项展开式可用于快速估算根式和幂值。例如,要估算 √1.02,可写作 (1+0.02)½,并取前三项:1 + (½)(0.02) + (½)(−½)/2 (0.02)2。误差可由下一项来界定。
IB likes to ask, ‘Find the percentage error when using the first three terms to approximate a value.’ CCEA may combine this with partial fractions or ask you to evaluate an expression to a given degree of accuracy.
IB 喜欢问:“用前三项近似某个值时,百分误差是多少?” CCEA 可能将此与部分分式结合起来,或要求你计算出指定精度的表达式值。
10. Common Pitfalls and Exam Strategies | 常见错误与应试策略
One frequent mistake is misidentifying the value of r for a specific term. Remember that if a question asks for the ‘r-th term’, it usually means Tr = C(n, r−1) an−(r−1) br−1. Always check the wording carefully.
一个常见错误是弄错特定项所对应的 r 值。记住,如果题目问“第 r 项”,通常指 Tr = C(n, r−1) an−(r−1) br−1。务必仔细审题。
- English: Never expand (a + bx)n directly for rational n without factoring out an first. The expansion must always be in the form (1 + something)n.
- 中文:对于有理数 n,切勿在未提取 an 的情况下直接展开 (a+bx)n。展开式必须始终是 (1 + 某量)n 的形式。
- English: In questions involving descending powers, rearrange the terms so that the variable with the negative exponent is treated carefully when
Published by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导