IB Math: Binomial Expansion Techniques | IB数学:二项式展开技巧

📚 IB Math: Binomial Expansion Techniques | IB数学:二项式展开技巧

The binomial theorem is one of the most essential tools in IB Mathematics, appearing in both Analysis and Approaches (AA) and Applications and Interpretation (AI) syllabi. Mastering binomial expansion not only secures straightforward marks but also builds a foundation for calculus, probability, and series work.

二项式定理是IB数学中最核心的工具之一,在分析与方法(AA)和应用与解释(AI)两套课程体系中均有涉及。熟练掌握二项式展开技巧,不仅能在考试中稳拿基础分,更能为微积分、概率和级数等内容打下坚实基础。


1. The Binomial Theorem Formula | 二项式定理公式

For a positive integer n, the expansion of (a+b)ⁿ is given by the binomial theorem.

对于正整数 n,(a+b)ⁿ 的展开式由二项式定理给出。

(a+b)ⁿ = Σₖ₌₀ⁿ C(n,k) aⁿ⁻ᵏ bᵏ

where C(n,k), also written as ⁿCₖ or (n choose k), is the binomial coefficient equal to n! / (k!(n-k)!).

其中 C(n,k),也记作 ⁿCₖ 或组合数 C(n,k),等于 n! / (k!(n-k)!)。

  • The expansion contains n+1 terms in total.

  • The sum of the powers of a and b in each term is always n.

  • The coefficients follow a symmetric pattern: C(n,k) = C(n,n-k).

  • 展开式中共有 n+1 项。

  • 每一项中 a 和 b 的幂次之和恒等于 n。

  • 系数具有对称性:C(n,k) = C(n,n-k)。


2. Pascal’s Triangle and Binomial Coefficients | 帕斯卡三角与二项式系数

Pascal’s triangle provides a quick way to find binomial coefficients for small values of n.

帕斯卡三角为计算较小的 n 值对应的二项式系数提供了快捷方法。

n Coefficients Row (n=0 to 4)
0 1 1
1 1 1 1 1
2 1 2 1 1 2 1
3 1 3 3 1 1 3 3 1
4 1 4 6 4 1 1 4 6 4 1

Each interior number is the sum of the two numbers directly above it. For n=5, the coefficients become 1, 5, 10, 10, 5, 1.

每个内部数字等于其正上方两个数字之和。对于 n=5,系数变为 1, 5, 10, 10, 5, 1。

While Pascal’s triangle is helpful for small n, the factorial formula is essential for larger exponents or when using a GDC.

帕斯卡三角适用于较小的 n 值,但当指数较大或需要使用图形计算器(GDC)时,阶乘公式更加关键。


3. The General Term | 通项公式

The general term in the expansion of (a+b)ⁿ is the (k+1)th term, written as:

(a+b)ⁿ 的展开式中,第 (k+1) 项的通项公式为:

Tₖ₊₁ = C(n,k) aⁿ⁻ᵏ bᵏ

For example, in (x+2)⁵, the general term is Tₖ₊₁ = C(5,k) x⁵⁻ᵏ 2ᵏ.

例如,在 (x+2)⁵ 中,通项为 Tₖ₊₁ = C(5,k) x⁵⁻ᵏ 2ᵏ。

This formula is the single most important tool for solving binomial problems, as it lets you isolate any specific term without expanding the whole expression.

该公式是解决二项式问题最重要的工具,它允许你单独求出任意指定项,而无需展开整个表达式。


4. Finding a Specific Term | 求指定项

To find a specific term, set the exponent of x to the desired value and solve for k.

求指定项时,只需令 x 的指数等于目标值,然后解出 k 即可。

Example: Find the 5th term in the expansion of (2x+3)⁷.

例:求 (2x+3)⁷ 展开式中的第 5 项。

Since Tₖ₊₁ is the (k+1)th term, the 5th term corresponds to k=4:

由于 Tₖ₊₁ 是第 (k+1) 项,因此第 5 项对应 k=4:

T₅ = C(7,4)(2x)³(3)⁴ = 35 × 8x³ × 81 = 22680x³

Always double-check: the sum of the exponents must equal n. Here 3 + 4 = 7. ✓

务必检查:各项指数之和必须等于 n。此处 3 + 4 = 7。✓


5. Finding the Constant Term | 求常数项(不含 x 的项)

The constant term is the term where x has an exponent of zero. This is a classic IB exam question.

常数项就是 x 的指数为零的项。这是IB考试中的经典题型。

Example: Find the constant term in (x + 2/x²)⁹.

例:求 (x + 2/x²)⁹ 中的常数项。

The general term is Tₖ₊₁ = C(9,k) x⁹⁻ᵏ (2/x²)ᵏ = C(9,k) 2ᵏ x⁹⁻ᵏ⁻²ᵏ = C(9,k) 2ᵏ x⁹⁻³ᵏ.

通项为 Tₖ₊₁ = C(9,k) x⁹⁻ᵏ (2/x²)ᵏ = C(9,k) 2ᵏ x⁹⁻ᵏ⁻²ᵏ = C(9,k) 2ᵏ x⁹⁻³ᵏ。

Set the exponent to zero: 9 – 3k = 0 → k = 3.

令指数为零:9 – 3k = 0 → k = 3。

Constant term = C(9,3) × 2³ = 84 × 8 = 672

The key is to simplify the exponent of x by combining the powers from both factors.

关键在于合并两个因式中 x 的幂次,从而化简 x 的指数。


6. Binomial Expansion with Negative or Fractional Powers | 负指数与分数指数的二项式展开

For IBAA HL (and some AI HL courses), the binomial theorem extends to cases where n is negative or fractional, provided |b/a| < 1 for convergence.

在IBAA HL(以及部分AI HL课程)中,二项式定理可推广到 n 为负数或分数的情况,但需要满足收敛条件 |b/a| < 1。

(1+x)ⁿ = 1 + nx + n(n-1)x²/2! + n(n-1)(n-2)x³/3! + …

This expansion is infinite, and the coefficient formula becomes C(n,k) = n(n-1)(n-2)…(n-k+1)/k!.

此时展开式是无穷级数,系数公式变为 C(n,k) = n(n-1)(n-2)…(n-k+1)/k!。

Example: Expand (1+x)⁻² up to the x³ term, valid for |x| < 1.

例:展开 (1+x)⁻² 至 x³ 项,在 |x| < 1 时成立。

(1+x)⁻² = 1 – 2x + 3x² – 4x³ + …

Note the alternating signs — these arise because n(n-1)(n-2)… contains both positive and negative factors.

注意符号交替出现——这是因为 n(n-1)(n-2)… 中同时含有正负因子。


7. Handling Coefficients and Signs | 系数与符号的处理技巧

When the binomial contains a negative term, such as (a-b)ⁿ, treat it as (a+(-b))ⁿ and apply the theorem carefully.

当二项式中含有负项时,如 (a-b)ⁿ,应将其视为 (a+(-b))ⁿ,再谨慎套用定理。

Example: Find the coefficient of x³ in (2x-1)⁶.

例:求 (2x-1)⁶ 中 x³ 的系数。

Tₖ₊₁ = C(6,k)(2x)⁶⁻ᵏ(-1)ᵏ

For x³, we need 6-k = 3 → k = 3.

对于 x³,需要 6-k = 3 → k = 3。

Coefficient = C(6,3) × 2³ × (-1)³ = 20 × 8 × (-1) = -160

A common mistake is forgetting the sign of (-1)ᵏ. Always check whether the term should be positive or negative.

常见错误是忽略 (-1)ᵏ 的符号。务必判断该项应为正还是为负。


8. Using the Binomial Theorem for Approximations | 利用二项式定理进行近似计算

For small values of x, the first few terms of a binomial expansion provide a good approximation.

当 x 充分小时,二项式展开的前几项即可提供很好的近似值。

Example: Approximate (0.98)⁵ using binomial expansion.

例:利用二项式展开近似计算 (0.98)⁵。

Rewrite 0.98 as 1 – 0.02. Then (0.98)⁵ = (1-0.02)⁵.

将 0.98 改写为 1 – 0.02,则 (0.98)⁵ = (1-0.02)⁵。

(1-0.02)⁵ ≈ 1 + 5(-0.02) + 10(-0.02)² = 1 – 0.1 + 0.004 = 0.904

The actual value of 0.98⁵ is approximately 0.9039, so the approximation is accurate to three decimal places.

0.98⁵ 的真实值约为 0.9039,这一近似精确到小数点后三位。

More terms would give even greater accuracy; the error after k terms is of order xᵏ⁺¹.

取更多项可进一步提升精度;截取 k 项后的误差量级为 xᵏ⁺¹。


9. The Relationship Between Binomial Expansion and the GDC | 二项式展开与图形计算器(GDC)的结合

In IB exams, you are expected to know how to compute binomial coefficients using your GDC’s nCr function.

在IB考试中,你需要掌握如何使用GDC上的 nCr 功能来计算二项式系数。

  • On most GDCs, the nCr function is found under the MATH or PRB menu.

  • For example, to compute C(10,3), type 10 nCr 3 and press ENTER to get 120.

  • Use the GDC to verify your hand calculations, but always show the setup and formula in your written work.

  • 在大多数GDC上,nCr 功能可以在 MATH 或 PRB 菜单中找到。

  • 例如,计算 C(10,3) 时,输入 10 nCr 3 并按回车即可得到 120。

  • 使用GDC验证手算结果,但书面作答时仍需写出公式和解题过程。


10. Common Exam Question Patterns | 常见考试题型

IB exams typically test binomial expansion in a predictable way. Recognising the pattern helps you plan your approach.

IB考试对二项式展开的考查方式较为固定。识别题型模式有助于规划解题策略。

Question Type Key Strategy
Find a specific term Use Tₖ₊₁ and match the exponent of x
Find the coefficient Solve for k, then compute C(n,k) and the constant factors
Constant term Set x exponent equal to zero
Two binomials multiplied Expand each, then combine like terms
Approximation Rewrite as (1±x)ⁿ for small x
Negative/fractional n Use infinite series and state validity range
题型 关键策略
求指定项 利用通项公式并匹配 x 的指数
求系数 解出 k,再计算组合数与常数因子
常数项 令 x 的指数为零
两个二项式相乘 分别展开,再合并同类项
近似计算 改写为 (1±x)ⁿ 形式,x 较小
负/分数指数 使用无穷级数并注明收敛范围

11. Common Mistakes and How to Avoid Them | 常见错误与规避方法

Even strong students lose marks on binomial expansion due to careless errors. Here are the most frequent pitfalls.

即使是能力较强的学生,也常因粗心大意而在二项式展开上失分。以下是最常见的几种错误。

  • Mistake: Confusing the term number with the value of k. The 1st term has k=0, not k=1.

  • Fix: Always write Tₖ₊₁ explicitly to avoid off-by-one errors.

  • 错误:将项数序号与 k 值混淆。第 1 项对应 k=0,而非 k=1。

  • 对策:始终写出通项 Tₖ₊₁,以避免差一错误。

  • Mistake: Forgetting to raise the full term to the power, e.g. writing (2x)³ as 2x³ instead of 8x³.

  • Fix: Use brackets: (2x)³ = 2³ × x³ = 8x³.

  • 错误:忘记对整个项乘方,例如将 (2x)³ 误写为 2x³ 而不是 8x³。

  • 对策:使用括号:(2x)³ = 2³ × x³ = 8x³。

  • Mistake: Ignoring the negative sign in terms like (-1)ᵏ or (-2)ᵏ.

  • Fix: Write out the general term fully and determine the sign from the parity of k.

  • 错误:忽略 (-1)ᵏ 或 (-2)ᵏ 中的负号。

  • 对策:完整写出通项,并根据 k 的奇偶性确定符号。


12. Worked Example: Full IB-Style Question | 完整例题:IB风格真题演练

Question: In the expansion of (3x – 2/x)⁸, find the constant term.

题目:在 (3x – 2/x)⁸ 的展开式中,求常数项。

Solution: Write the general term:

解答:写出通项:

Tₖ₊₁ = C(8,k)(3x)⁸⁻ᵏ(-2/x)ᵏ = C(8,k) 3⁸⁻ᵏ (-2)ᵏ x⁸⁻ᵏ x⁻ᵏ

Combine the x exponents: x⁸⁻ᵏ × x⁻ᵏ = x⁸⁻²ᵏ.

合并 x 的指数:x⁸⁻ᵏ × x⁻ᵏ = x⁸⁻²ᵏ。

Set 8 – 2k = 0 → k = 4.

令 8 – 2k = 0 → k = 4。

Constant term = C(8,4) × 3⁴ × (-2)⁴ = 70 × 81 × 16 = 90720

Double-check: 8 – 2(4) = 0, so the x terms cancel perfectly. The constant term is 90720.

验证:8 – 2(4) = 0,x 的幂次完全抵消。常数项为 90720。

Working systematically through the general term formula will help you solve even the most complex IB binomial problems with confidence.

系统性使用通项公式,将帮助你在面对IB考试中最复杂的二项式题目时也能从容应对。


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

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