📚 Binomial Expansion for IB and OCR | IB OCR 数学:二项式展开 考点精讲
Binomial expansion is a core algebraic skill tested in both IB Mathematics: Analysis and Approaches, and OCR A Level Mathematics. It unlocks exact expansions for integer powers and rapidly converging approximations for fractional or negative powers. Mastering it builds fluency with factorials, sigma notation, and combinatorial reasoning—all of which reappear in calculus, probability, and series work.
二项式展开是 IB 数学分析与方法和 OCR A Level 数学的核心代数技能。它能为正整数幂提供精确展开,对于分数或负数幂则能给出快速收敛的近似。掌握二项式展开可以培养对阶乘、Σ 符号和组合推理的熟练运用,而这些能力在后来的微积分、概率和级数中都会反复出现。
1. The Binomial Theorem for Positive Integer n | 正整数指数 n 的二项式定理
For any positive integer n, the expansion of (a+b)ⁿ is given by the sum over k from 0 to n of ⁿCₖ aⁿ⁻ᵏ bᵏ, where ⁿCₖ = n! / [k!(n−k)!]. Each term combines a binomial coefficient with decreasing powers of a and increasing powers of b.
对任意正整数 n,(a+b)ⁿ 的展开式为 k 从 0 到 n 的求和:ⁿCₖ aⁿ⁻ᵏ bᵏ,其中 ⁿCₖ = n! / [k!(n−k)!]。每一项都由一个二项式系数与逐渐减小的 a 的幂和逐渐增大的 b 的幂组合而成。
In IB and OCR, you will often see the compact sigma form: (a+b)ⁿ = Σₖ₌₀ⁿ (n choose k) aⁿ⁻ᵏ bᵏ. The coefficients (n choose k) are symmetric because (n choose k) = (n choose n−k).
在 IB 和 OCR 中,你经常会看到简洁的 Σ 形式:(a+b)ⁿ = Σₖ₌₀ⁿ (n 选 k) aⁿ⁻ᵏ bᵏ。系数 (n 选 k) 是对称的,因为 (n 选 k) = (n 选 n−k)。
2. Notation and Connections to Pascal’s Triangle | 符号表示及其与帕斯卡三角形的联系
Binomial coefficients can be written as ⁿCₖ, C(n,k), or in column vector notation. The values for small n appear in Pascal’s triangle: each entry is the sum of the two above it. Row n gives the coefficients for (a+b)ⁿ.
二项式系数可以写作 ⁿCₖ、C(n,k) 或列向量形式。对于较小的 n,其值出现在帕斯卡三角形中:每个数等于它上方两数之和。第 n 行给出了 (a+b)ⁿ 的系数。
For IB, you must be comfortable evaluating ⁿCₖ by hand using factorial cancellation. OCR likewise expects manual calculations for small n and exact coefficients in simplified form.
对于 IB,你必须能够熟练地通过阶乘约分手动计算 ⁿCₖ。OCR 同样要求能对较小的 n 进行手动计算,并以化简形式给出精确系数。
3. The General Term and Its Uses | 通项及其应用
The (k+1)-th term is Tₖ₊₁ = ⁿCₖ aⁿ⁻ᵏ bᵏ. This general term is vital for finding a specific term without expanding the whole expression—saving time when asked for the term in xʳ, the constant term, or the middle term.
第 (k+1) 项为 Tₖ₊₁ = ⁿCₖ aⁿ⁻ᵏ bᵏ。这个通项对于无需完整展开即可求出某一特定项至关重要——当题目要求求 xʳ 的项、常数项或中间项时,可以节省大量时间。
Set k by equating the power of x to the target exponent. For example, in the expansion of (2+x²)¹⁰, the term in x⁶ comes from (x²)³, so k=3. Then T₄ = ¹⁰C₃ (2)⁷ (x²)³ = 120 × 128 x⁶ = 15360 x⁶.
通过将 x 的指数设为目标指数来设定 k。例如,在 (2+x²)¹⁰ 的展开式中,含 x⁶ 的项来自 (x²)³,因此 k=3。此时 T₄ = ¹⁰C₃ (2)⁷ (x²)³ = 120 × 128 x⁶ = 15360 x⁶。
4. Expansion of (1+x)ⁿ for Rational n | 有理数指数 n 时 (1+x)ⁿ 的展开
When n is not a positive integer—e.g. fractional or negative—the binomial series becomes an infinite series, valid for |x| < 1. The expansion is (1+x)ⁿ = 1 + nx + [n(n−1)/2!] x² + [n(n−1)(n−2)/3!] x³ + …
当 n 不是正整数时(例如分数或负数),二项式级数成为一个无穷级数,并在 |x| < 1 时收敛。展开式为 (1+x)ⁿ = 1 + nx + [n(n−1)/2!] x² + [n(n−1)(n−2)/3!] x³ + …
This is heavily examined in IB AA HL and OCR Further Pure. You must state the range of validity, often |x| < 1, or after a substitution like (a+bx)ⁿ, the validity becomes |bx/a| < 1.
这在 IB AA HL 和 OCR 纯数进阶中考查较多。你必须说明收敛范围,通常为 |x| < 1;若经过代换如 (a+bx)ⁿ,则收敛范围变为 |bx/a| < 1。
5. Adapting (a+bx)ⁿ to the Standard Form | 将 (a+bx)ⁿ 化为标准形式
To expand (a+bx)ⁿ where a ≠ 1, factor out aⁿ: (a+bx)ⁿ = aⁿ (1 + (b/a)x)ⁿ. Then apply the series to (1 + (b/a)x)ⁿ. This ensures the ‘1’ term is clean and the expansion is valid for |(b/a)x| < 1.
要展开 a ≠ 1 的 (a+bx)ⁿ,首先提取 aⁿ:(a+bx)ⁿ = aⁿ (1 + (b/a)x)ⁿ。然后对 (1 + (b/a)x)ⁿ 应用级数展开。这样可以保证 “1” 项干净,且展开的有效范围为 |(b/a)x| < 1。
Example: Expand (4+3x)⁻¹ in ascending powers of x up to x². Write as 4⁻¹ (1 + (3/4)x)⁻¹ = 1/4 [1 − (3/4)x + (3/4)²x² + …]. The validity is |(3/4)x| < 1 ⇒ |x| < 4/3.
示例:将 (4+3x)⁻¹ 按 x 的升幂展开至 x²。写作 4⁻¹ (1 + (3/4)x)⁻¹ = 1/4 [1 − (3/4)x + (3/4)²x² + …]。有效范围为 |(3/4)x| < 1 ⇒ |x| < 4/3。
6. Finding Approximations and Estimating Errors | 求近似值并估计误差
Truncating the infinite binomial series yields polynomial approximations. For instance, √(1+x) ≈ 1 + (1/2)x − (1/8)x² for small x. Substituting a small value gives a fast estimate of a root.
截断无穷二项级数可以得到多项式近似。例如,当 x 很小时,√(1+x) ≈ 1 + (1/2)x − (1/8)x²。代入一个较小的值即可快速估算根值。
IB often asks to approximate a value like √1.05 and bound the error using the next omitted term (alternating series error bound). OCR may ask for the percentage error or simply to compare with a calculator value.
IB 常要求学生近似计算如 √1.05 的值,并利用下一个被略去的项(交错级数误差界)来估计误差。OCR 可能会要求计算百分比误差,或简单地与计算器结果进行比较。
7. Solving Equations with Unknown Coefficients | 解含未知系数的方程
When a binomial expansion is given up to a certain power and set equal to another polynomial, you can equate coefficients of like powers to find unknown constants. This technique appears in both IB and OCR exam questions.
当给定一个二项式展开至某次幂,并使其等于另一个多项式时,可以通过比较同次幂系数来求未知常数。这一技巧在 IB 和 OCR 的试题中均有出现。
For example, if (1+px)⁶ = 1 + 24x + qx² + …, then comparing coefficients: the x term gives 6p = 24 ⇒ p = 4; then the x² term gives ¹⁵C₂ p² = q, so q = 15×16 = 240.
例如,若 (1+px)⁶ = 1 + 24x + qx² + …,比较系数:x 项给出 6p = 24 ⇒ p = 4;然后 x² 项给出 ¹⁵C₂ p² = q,因此 q = 15×16 = 240。
8. Dealing with Sums and Products of Expansions | 展开式的和与积
Sometimes you need to multiply two truncated expansions or find the expansion of (1+ax)ᵐ(1+bx)ⁿ up to x². Expand each separately, multiply, and collect terms up to the required power, discarding higher-order terms.
有时需要将两个截断展开式相乘,或求 (1+ax)ᵐ(1+bx)ⁿ 的展开式至 x²。分别展开每一项,相乘后收集至所需次幂的项,略去更高次项。
Carefully track which products contribute to each power. For x², three products may contribute: constant × x² term, x term × x term, and x² term × constant. Avoiding sign and simplification errors is essential.
要仔细追踪哪些乘积对每个次幂有贡献。对于 x²,可能有三类乘积:常数 × x² 项、x 项 × x 项、以及 x² 项 × 常数。避免符号错误和化简错误至关重要。
9. Expanding With More Than Two Terms | 多于两项的展开
For expressions like (a+b+c)ⁿ, you can group terms, e.g., treat (b+c) as a single block and then expand. Alternatively, use the multinomial theorem, though IB and OCR typically stick to small n where nested expansion is manageable.
对于像 (a+b+c)ⁿ 这样的表达式,可以将项分组,例如把 (b+c) 视为一个整体再展开。也可以使用多项式定理,不过 IB 和 OCR 通常限于较小的 n,此时嵌套展开是可行的。
A common question: find the coefficient of x² in (1+x+2x²)⁵. Group as (1 + [x+2x²])⁵ and use binomial expansion terms that can yield x²—namely k=1 giving [x+2x²] plus k=2 giving [x+2x²]², carefully extracting x² contributions.
常见题型:求 (1+x+2x²)⁵ 中 x² 的系数。将其分组为 (1 + [x+2x²])⁵,利用二项展开中能够产生 x² 的项——即 k=1 给出 [x+2x²] 加上 k=2 给出 [x+2x²]²,仔细提取出 x² 的贡献。
10. Common Pitfalls and How to Avoid Them | 常见陷阱与应对方法
Forgetting the validity condition for infinite series is a top error. Always state |x| < 1 (or the transformed inequality) and check it when substituting values for approximation.
忘记无穷级数的收敛条件是首要错误。务必说明 |x| < 1(或变换后的不等式),并在代入数值进行近似时加以检查。
Misreading ‘in ascending powers’ vs ‘descending’ can derail an answer. IB and OCR often specify the order. Ascending powers start with the constant term; descending with the highest power.
误读“升幂”与“降幂”可能导致答案完全偏离。IB 和 OCR 通常会明确指定顺序。升幂排列从常数项开始;降幂排列则从最高次幂开始。
Factorial simplification errors are common when computing ⁿCₖ. Simplify n!/(k!(n−k)!) by cancelling the larger of k! and (n−k)! before multiplying remaining factors.
在计算 ⁿCₖ 时,阶乘化简错误很常见。在乘法之前,先约去 k! 和 (n−k)! 中较大的那个,然后再乘以剩余因子,以避免数值过大。
11. Connections to Probability and Series | 与概率和级数的联系
Binomial coefficients underpin the binomial distribution in statistics: P(X=k) = ⁿCₖ pᵏ (1−p)ⁿ⁻ᵏ. Recognizing this structure accelerates solving probability problems in IB and OCR.
二项式系数是统计学中二项分布的基础:P(X=k) = ⁿCₖ pᵏ (1−p)ⁿ⁻ᵏ。识别出这一结构可以加速解决 IB 和 OCR 中的概率问题。
In calculus, series expansions for (1+x)ⁿ generate Maclaurin series for (1+x)ⁿ itself and related functions, linking algebraic expansion to differentiation and integration techniques.
在微积分中,(1+x)ⁿ 的级数展开生成了 (1+x)ⁿ 自身的麦克劳林级数以及相关函数的级数,将代数展开与微分、积分技巧联系起来。
12. Exam Strategy and Checking Work | 应试策略与检查方法
When a question asks for the first four terms, write the expansion clearly with ascending powers and simplify each coefficient fully. Substituting a small value (e.g., x=0.1) into original and expansion can numerically verify your work.
当题目要求写出前四项时,应将展开式按升幂清晰写出,并完全化简每个系数。代入一个小数值(如 x=0.1)到原式和展开式中,可以从数值上验证你的结果。
If asked to find a coefficient of xʳ, identify k via the power equation and directly compute the term—do not expand the whole series. Manage sign by including negative bases correctly: (−x)ⁿ = (−1)ⁿ xⁿ.
如果要求找出 xʳ 的系数,应通过幂方程确定 k,并直接计算该项——不要展开整个级数。通过正确处理负数底数来管理符号:(−x)ⁿ = (−1)ⁿ xⁿ。
Time management: expanding fully up to n=7 is a waste if only one term is needed. Use the general term for targeted extraction and reserve full expansion for questions explicitly asking for the entire expansion or when establishing patterns.
时间管理:如果只需要一项,那么完整展开至 n=7 就是一种浪费。使用通项进行针对性提取,只有在题目明确要求完整展开或建立模式时才进行完整展开。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导