📚 PDF资源导航

IB Mathematics: Multiple Forms and Simplification of Binomial Expansions | 二项式展开式的多种形式与化简

📚 IB Mathematics: Multiple Forms and Simplification of Binomial Expansions | 二项式展开式的多种形式与化简

The binomial theorem is one of the most versatile tools in IB Mathematics, appearing in both Analysis and Approaches (AA) and Applications and Interpretation (AI) courses. Students often meet it first as a simple formula for expanding (a + b)ⁿ, but the real challenge lies in recognising equivalent forms, simplifying coefficients, and applying the expansion to fractions, negative powers, and partial fractions. This article explores the multiple representations of binomial expansions and the key techniques for simplifying them.

二项式定理是IB数学中最灵活的工具之一,在分析与方法(AA)以及应用与解释(AI)课程中都会出现。学生最初接触它时,往往只是一个展开 (a + b)ⁿ 的简单公式,但真正的挑战在于识别等价形式、化简系数,以及将展开式应用于分数、负指数和部分分式。本文将深入探讨二项式展开的多种表达形式及其化简的关键技巧。


1. Standard Binomial Theorem | 标准二项式定理

The standard binomial theorem states that for a positive integer n,

标准二项式定理指出,对正整数 n,有

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

where C(n, k) = n! / (k!(n − k)!) is the binomial coefficient, often written as ⁿCₖ or (ⁿₖ). This form is direct and works for all positive integer powers.

其中 C(n, k) = n! / (k!(n − k)!) 是二项式系数,通常写作 ⁿCₖ 或 (ⁿₖ)。这种形式最为直接,适用于所有正整数次幂。


2. Factorial and Combination Form | 阶乘与组合数形式

In IB examinations, binomial coefficients are frequently expressed using factorials. For example, C(6, 2) = 6! / (2! 4!) = 15. This factorial form is essential when simplifying expressions involving unknown n or when proving identities.

在IB考试中,二项式系数常用阶乘表示。例如,C(6, 2) = 6! / (2! 4!) = 15。这种阶乘形式在涉及未知 n 的化简或证明恒等式时至关重要。

Another common notation is the symmetric property: C(n, k) = C(n, n − k). This symmetry often allows simplification, such as replacing C(n, 3) with C(n, n − 3) when n − 3 is easier to compute.

另一个常用性质是对称性:C(n, k) = C(n, n − k)。这种对称性常可用来化简,例如当 n − 3 更容易计算时,可用 C(n, n − 3) 代替 C(n, 3)。


3. Term Notation: The General Term | 通项表示法

The general term of the expansion (a + b)ⁿ is often written as Tₖ₊₁ = C(n, k) aⁿ⁻ᵏ bᵏ. This notation is essential for finding specific terms without expanding the whole expression.

展开式 (a + b)ⁿ 的通项常写作 Tₖ₊₁ = C(n, k) aⁿ⁻ᵏ bᵏ。这种写法在寻找特定项时无需展开整个式子,极为重要。

For example, to find the term independent of x in (2x + 1/x)⁶, set the power of x to zero: 6 − k − k = 0, giving k = 3. Then T₄ = C(6,3)(2x)³(1/x)³ = 20 × 8 = 160.

例如,要求 (2x + 1/x)⁶ 中不含 x 的项,令 x 的指数为零:6 − k − k = 0,得 k = 3。于是 T₄ = C(6,3)(2x)³(1/x)³ = 20 × 8 = 160。


4. Expanding (1 + x)ⁿ Special Form | 特殊形式 (1 + x)ⁿ 的展开

When the binomial is of the form (1 + x)ⁿ, the expansion simplifies to 1 + nx + n(n−1)x²/2! + n(n−1)(n−2)x³/3! + … . This form is central to the IB formula booklet and is valid for any real exponent n when |x| < 1 (for non-integer n).

当二项式为 (1 + x)ⁿ 时,展开式化简为 1 + nx + n(n−1)x²/2! + n(n−1)(n−2)x³/3! + … 。这种形式是IB公式手册中的核心,对任意实数 n 且 |x| < 1 时均成立(n 为非整数时)。

This special form is especially useful for approximations, such as estimating √(1.05) = (1 + 0.05)^{1/2} ≈ 1 + 0.025 − 0.0003125 = 1.0246875.

这种特殊形式特别适用于近似计算,例如估算 √(1.05) = (1 + 0.05)^{1/2} ≈ 1 + 0.025 − 0.0003125 = 1.0246875。


5. Negative and Fractional Powers | 负指数与分数指数

For negative or fractional powers, the binomial expansion becomes an infinite series. The general term is no longer a simple combination but involves rising factorials: (1 + x)ⁿ = 1 + nx + n(n−1)x²/2! + n(n−1)(n−2)x³/3! + …

对于负指数或分数指数,二项式展开变成无穷级数。通项不再是简单的组合数,而是涉及上升阶乘:(1 + x)ⁿ = 1 + nx + n(n−1)x²/2! + n(n−1)(n−2)x³/3! + …

For example, (1 + x)⁻¹ = 1 − x + x² − x³ + … for |x| < 1. This series representation is fundamental in calculus and mathematical modelling.

例如,(1 + x)⁻¹ = 1 − x + x² − x³ + …,其中 |x| < 1。这种级数表示是微积分和数学建模中的基础。


6. Simplifying Coefficients | 系数的化简

Binomial coefficients often require simplification before use. Key techniques include:

二项式系数在使用前通常需要化简。关键技巧包括:

  • Using C(n, k) = n!/(k!(n−k)!) to evaluate exact values.
  • 使用 C(n, k) = n!/(k!(n−k)!) 计算精确值。
  • Applying Pascal’s rule: C(n, k) + C(n, k+1) = C(n+1, k+1).
  • 应用帕斯卡法则:C(n, k) + C(n, k+1) = C(n+1, k+1)。
  • Reducing fractions early, e.g., C(10,3) = 10×9×8/(3×2×1) = 120.
  • 提前约分,例如 C(10,3) = 10×9×8/(3×2×1) = 120。

7. Handling Products Like (a + bx)ⁿ | 处理 (a + bx)ⁿ 形式的展开

When the binomial is (a + bx)ⁿ, factor out a to write aⁿ(1 + bx/a)ⁿ. This converts the expression into the special form, making the expansion easier and the coefficients clearer.

当二项式为 (a + bx)ⁿ 时,提取 a 写成 aⁿ(1 + bx/a)ⁿ。这样就将表达式转换为特殊形式,使展开更容易、系数更清晰。

For example, (2 + 3x)⁵ = 2⁵(1 + 3x/2)⁵ = 32[1 + 5(3x/2) + 10(9x²/4) + 10(27x³/8) + 5(81x⁴/16) + (243x⁵/32)].

例如,(2 + 3x)⁵ = 2⁵(1 + 3x/2)⁵ = 32[1 + 5(3x/2) + 10(9x²/4) + 10(27x³/8) + 5(81x⁴/16) + (243x⁵/32)]。

This approach is particularly effective when the question asks for the coefficient of a specific power, such as x³.

当题目要求某一特定次幂(如 x³)的系数时,这种方法尤为有效。


8. Binomial Expansion with Partial Fractions | 部分分式与二项式展开

A common IB examination question combines partial fractions with binomial expansion. For example, to expand (3x + 1)/((1 + x)(1 − 2x)), first decompose it into A/(1 + x) + B/(1 − 2x), then expand each term separately.

IB考试中常见的一类题型是将部分分式与二项式展开结合。例如,要展开 (3x + 1)/((1 + x)(1 − 2x)),首先将其分解为 A/(1 + x) + B/(1 − 2x),然后分别展开每一项。

Solving gives A = 2, B = 1, so the expression becomes 2(1 + x)⁻¹ + (1 − 2x)⁻¹. Expanding each using the negative binomial series yields 2(1 − x + x² − …) + (1 + 2x + 4x² + …) = 3 + 4x + 6x² + …

解得 A = 2,B = 1,因此原式变为 2(1 + x)⁻¹ + (1 − 2x)⁻¹。利用负指数二项式级数分别展开,得到 2(1 − x + x² − …) + (1 + 2x + 4x² + …) = 3 + 4x + 6x² + …


9. Finding the Coefficient of a Specific Term | 求特定项的系数

To find the coefficient of xᵐ in (ax² + b/x)ⁿ, write the general term and set the exponent of x equal to m. This yields an equation in k, which can be solved to find the required coefficient.

要求 (ax² + b/x)ⁿ 中 xᵐ 的系数,写出通项并令 x 的指数等于 m,得到关于 k 的方程,解出 k 即可求得所需系数。

For instance, in (x² + 2/x)⁹, the general term is C(9,k)(x²)^{9−k}(2/x)ᵏ = C(9,k)2ᵏx^{18−3k}. Setting 18 − 3k = 6 gives k = 4, so the coefficient is C(9,4) × 2⁴ = 126 × 16 = 2016.

例如,在 (x² + 2/x)⁹ 中,通项为 C(9,k)(x²)^{9−k}(2/x)ᵏ = C(9,k)2ᵏx^{18−3k}。令 18 − 3k = 6,得 k = 4,因此系数为 C(9,4) × 2⁴ = 126 × 16 = 2016。


10. Using Pascal’s Triangle | 使用帕斯卡三角形

Pascal’s triangle provides a rapid way to obtain binomial coefficients for small n. The rows correspond to n = 0, 1, 2, …, and each entry is the sum of the two entries above it.

帕斯卡三角形为小 n 的二项式系数提供了一种快速获取方式。各行对应 n = 0, 1, 2, …,每个数是其上方两数之和。

For example, row 6 is 1, 6, 15, 20, 15, 6, 1, giving the coefficients of (a + b)⁶ directly. This is often faster than computing factorials in simple cases.

例如,第6行为 1, 6, 15, 20, 15, 6, 1,直接给出 (a + b)⁶ 的系数。在简单情况下,这比计算阶乘更快。


11. Common Mistakes and Pitfalls | 常见错误与陷阱

Several errors recur in binomial expansion questions. Being aware of them helps students avoid losing marks:

在二项式展开题目中,有几个反复出现的错误。了解它们有助于学生避免失分:

  • Forgetting to apply the power to the coefficient inside the bracket, e.g., (2x)³ = 8x³, not 2x³.
  • 忘记对括号内的系数乘方,例如 (2x)³ = 8x³,而不是 2x³。
  • Mixing up the sign when b is negative, e.g., (a − b)ⁿ has alternating signs.
  • 当 b 为负数时符号混淆,例如 (a − b)ⁿ 的符号交替。
  • Using the combination formula for negative n without recognising the infinite series.
  • 对负 n 直接使用组合数公式,而未认识到这是无穷级数。
  • Neglecting the validity condition |x| < 1 for expansions with non-integer powers.
  • 忽略非整数次幂展开的收敛条件 |x| < 1。

12. Practice and Exam Strategy | 练习与考试策略

To master binomial expansions, students should practise rewriting expressions into the (1 + y) form, identifying general terms, and verifying coefficients through substitution. In the exam, always write down the general term first—it earns method marks even if the final arithmetic goes wrong.

要掌握二项式展开,学生应练习将表达式改写为 (1 + y) 的形式、识别通项,并通过代入验证系数。考试中,务必先写出通项——即使最后计算有误,也能获得方法分。

For Paper 2 (calculator allowed), use the calculator to check the coefficient of a small power, such as x², by manually evaluating a few terms. This quick verification catches many errors.

在允许使用计算器的Paper 2中,通过手动计算少量项来检验某次幂(如 x²)的系数。这种快速验证能发现许多错误。

Finally, memorise the binomial theorem formula and the special (1 + x)ⁿ expansion from the formula booklet; knowing exactly where to find them saves time and reduces stress.

最后,牢记公式手册中的二项式定理公式和 (1 + x)ⁿ 的特殊展开式;知道在哪里找到它们可以节省时间并减轻压力。


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