Binomial Theorem and Its Applications | 二项式定理及其应用

📚 Binomial Theorem and Its Applications | 二项式定理及其应用

The Binomial Theorem is a fundamental result in algebra that describes the algebraic expansion of powers of a binomial. It is widely used in IB Mathematics, from expanding expressions to solving problems in probability and calculus.

二项式定理是代数学中的一个基本定理,用于描述二项式幂的代数和展开。在IB数学中,它被广泛使用,从展开表达式到解决概率和微积分问题。


1. The Binomial Expansion Formula | 二项展开公式

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

对于正整数 n,(a + b)ⁿ 的二项展开式为:

(a + b)ⁿ = C(n,0)aⁿ + C(n,1)aⁿ⁻¹b + C(n,2)aⁿ⁻²b² + … + C(n,n)bⁿ

Here C(n,k) is the binomial coefficient, also written as ₙCₖ, which counts the number of ways to choose k items from n items.

这里 C(n,k) 是二项式系数,也可写作 ₙCₖ,表示从 n 个元素中选取 k 个元素的组合数。


2. Pascal’s Triangle and Binomial Coefficients | 杨辉三角与二项式系数

Pascal’s triangle provides a simple way to find binomial coefficients. Each row corresponds to the coefficients of (a + b)ⁿ.

杨辉三角提供了寻找二项式系数的简单方法。每一行对应 (a + b)ⁿ 的展开系数。

For example, the coefficients for n = 0, 1, 2, 3, 4 are:

例如,n = 0, 1, 2, 3, 4 的系数分别为:

n Coefficients | 系数
0 1
1 1 1
2 1 2 1
3 1 3 3 1
4 1 4 6 4 1

Each entry is the sum of the two numbers directly above it. For instance, 4 = 1 + 3 and 6 = 3 + 3.

每一项等于其正上方两个数字之和。例如,4 = 1 + 3,6 = 3 + 3。


3. The General Term | 通项公式

In the expansion of (a + b)ⁿ, the (k + 1)th term is given by the general term formula:

在 (a + b)ⁿ 的展开式中,第 (k + 1) 项由通项公式给出:

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

This is extremely useful when we need to find a specific term without expanding the whole expression.

这在需要找到特定项而不展开整个表达式时非常有用。

For example, the term containing x³ in (1 + x)¹⁰ is T₄ = C(10,3) x³ = 120x³.

例如,(1 + x)¹⁰ 中含 x³ 的项是 T₄ = C(10,3)x³ = 120x³。


4. Properties of Binomial Coefficients | 二项式系数的性质

Several important properties make binomial coefficients easier to work with:

一些重要性质使得二项式系数运算更加简便:

  • C(n,0) + C(n,1) + … + C(n,n) = 2ⁿ, which is obtained by setting a = b = 1.

    C(n,0) + C(n,1) + … + C(n,n) = 2ⁿ,令 a = b = 1 即可得到。

  • C(n,0) – C(n,1) + C(n,2) – … + (-1)ⁿ C(n,n) = 0, by setting a = 1, b = -1.

    C(n,0) – C(n,1) + C(n,2) – … + (-1)ⁿ C(n,n) = 0,令 a = 1, b = -1 得到。

  • C(n,k) = C(n,n-k), since choosing k items is the same as leaving out n-k items.

    C(n,k) = C(n,n-k),因为选取 k 个元素等价于排除 n-k 个元素。

  • C(n,k) + C(n,k+1) = C(n+1,k+1), known as Pascal’s identity.

    C(n,k) + C(n,k+1) = C(n+1,k+1),称为帕斯卡恒等式。


5. Proof of the Binomial Theorem | 二项式定理的证明

The binomial theorem can be proved using combinatorial counting. When expanding (a + b)ⁿ, we choose one term from each of the n factors: a or b.

二项式定理可以通过组合计数来证明。在展开 (a + b)ⁿ 时,我们从每个因子中选择一项:a 或 b。

To obtain aⁿ⁻ᵏbᵏ, we must choose b from exactly k factors and a from the remaining n-k factors. The number of ways to make this choice is C(n,k).

为了得到 aⁿ⁻ᵏbᵏ,我们必须恰好从 k 个因子中选择 b,从其余 n-k 个因子中选择 a。这种选择方式的数量是 C(n,k)。

Therefore the term appears C(n,k) times, giving the coefficient C(n,k). This argument works for every k from 0 to n.

因此该项出现 C(n,k) 次,即系数为 C(n,k)。这个论证对从 0 到 n 的每一个 k 都成立。


6. Finding Specific Terms and Coefficients | 求特定项与系数

In IB exams, you often need to find a particular term, for instance the constant term, the term independent of x, or the coefficient of xᵐ.

在IB考试中,常需要寻找特定项,例如常数项、不含 x 的项或 xᵐ 的系数。

Example: Find the constant term in (2x + 1/x)⁶.

示例:求 (2x + 1/x)⁶ 中的常数项。

The general term is Tₖ₊₁ = C(6,k)(2x)⁶⁻ᵏ(1/x)ᵏ = C(6,k)2⁶⁻ᵏ x⁶⁻²ᵏ.

通项为 Tₖ₊₁ = C(6,k)(2x)⁶⁻ᵏ(1/x)ᵏ = C(6,k)2⁶⁻ᵏ x⁶⁻²ᵏ。

For the constant term we need 6 – 2k = 0, so k = 3. The term is C(6,3)2³ = 20 × 8 = 160.

要求常数项,需 6 – 2k = 0,即 k = 3。该项为 C(6,3)2³ = 20 × 8 = 160。


7. Expansions with Negative and Fractional Indices | 负指数与分数指数的展开

For negative or fractional exponents, the binomial expansion is valid only when |x| < 1, and the expansion becomes an infinite series.

对于负指数或分数指数,二项展开仅当 |x| < 1 时成立,且展开式变为无穷级数。

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

Here n can be any real number. This is a key technique for approximations and solving problems in binomial expansions with non-integer powers.

这里 n 可以是任意实数。这是处理非整数幂二项展开和近似计算的关键技巧。

For example, (1 + x)⁻¹ = 1 – x + x² – x³ + … for |x| < 1.

例如,(1 + x)⁻¹ = 1 – x + x² – x³ + …,其中 |x| < 1。


8. Applications in Approximations | 近似计算中的应用

The binomial expansion can be used to approximate values of powers and roots. For small x, we often use the first two or three terms of (1 + x)ⁿ.

二项展开可用于近似计算幂和根的值。对于较小的 x,我们常使用 (1 + x)ⁿ 展开式中的前两项或前三项。

Example: Approximate (1.01)⁵. Here (1 + 0.01)⁵ = 1 + 5(0.01) + 10(0.01)² + 10(0.01)³ + … ≈ 1 + 0.05 + 0.001 + 0.00001 = 1.05101.

示例:近似计算 (1.01)⁵。这里 (1 + 0.01)⁵ = 1 + 5(0.01) + 10(0.01)² + 10(0.01)³ + … ≈ 1 + 0.05 + 0.001 + 0.00001 = 1.05101。

This method is especially useful when a calculator is not allowed or when high precision is not required.

当不能使用计算器或不需要高精度时,这种方法尤其有用。


9. Applications in Probability | 概率中的应用

The binomial theorem is the foundation of the binomial distribution. If an experiment has two outcomes, success with probability p and failure with probability q = 1 – p, then the probability of exactly k successes in n independent trials is:

二项式定理是二项分布的基础。如果一次试验有两个结果,成功概率为 p,失败概率为 q = 1 – p,那么在 n 次独立试验中恰好有 k 次成功的概率为:

P(X = k) = C(n,k) pᵏ qⁿ⁻ᵏ

Since the sum of all probabilities equals (p + q)ⁿ = 1, this confirms the normalisation condition.

由于所有概率之和等于 (p + q)ⁿ = 1,这验证了归一化条件。

For example, if a fair coin is tossed 6 times, the probability of exactly 2 heads is C(6,2)(1/2)²(1/2)⁴ = 15/64.

例如,一枚均匀硬币抛掷6次,恰好出现2次正面的概率为 C(6,2)(1/2)²(1/2)⁴ = 15/64。


10. Applications in Calculus and Series | 微积分与级数中的应用

Binomial expansions are used to integrate or differentiate expressions that cannot be handled directly. For instance, replacing a denominator by an infinite binomial series allows term-by-term integration.

二项展开用于处理无法直接求导或积分的表达式。例如,通过将分母替换为无穷二项级数,可以进行逐项积分。

Example: To approximate ∫₀⁰·¹ (1 + x²)⁻¹ dx, we use (1 + x²)⁻¹ = 1 – x² + x⁴ – x⁶ + … and integrate term by term.

示例:要近似计算 ∫₀⁰·¹ (1 + x²)⁻¹ dx,我们使用 (1 + x²)⁻¹ = 1 – x² + x⁴ – x⁶ + …,然后逐项积分。

This connection is particularly important in IB Higher Level topics such as Maclaurin series and differential equations.

这一联系在IB高级水平中非常重要,例如麦克劳林级数和微分方程。


11. Exam Tips and Common Mistakes | 考试技巧与常见错误

  • Always write the general term formula first when looking for a specific term. This saves time and reduces errors.

    在寻找特定项时,先写出通项公式。这样可以节省时间并减少错误。

  • For (a + b)ⁿ, remember that the sum of the powers in each term is always n.

    对于 (a + b)ⁿ,注意每一项中两个幂指数之和恒为 n。

  • When using negative or fractional exponents, always state the condition |x| < 1 if applicable.

    当使用负指数或分数指数时,若适用,务必注明条件 |x| < 1。

  • Do not confuse C(n,k) with permutations. The order does not matter for binomial coefficients.

    不要将 C(n,k) 与排列混淆。二项式系数不考虑顺序。

  • Check the index: in Tₖ₊₁, the term number is k+1, not k.

    注意下标:在 Tₖ₊₁ 中,项数是 k+1,而不是 k。


12. Conclusion | 总结

The binomial theorem is a versatile tool that appears in many areas of IB Mathematics. Mastering its formula, the general term, and its applications prepares you for a wide range of exam questions.

二项式定理是IB数学中广泛使用的强大工具。掌握其公式、通项以及应用,能帮助你应对各种考试题型。

With regular practice and careful attention to conditions, you can use the binomial theorem confidently in algebra, probability, and calculus problems.

通过定期练习并注意使用条件,你就可以在代数、概率和微积分问题中自信地运用二项式定理。


Published by TutorHao | IB 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