📚 A-Level Mathematics: Binomial Expansion of (a+bx)^n | A-Level 数学:(a+bx)^n 的二项式展开
The binomial expansion is a cornerstone of A-Level Mathematics, providing a systematic way to expand expressions of the form (a+bx)^n. Whether n is a positive integer, a negative integer, or a fraction, understanding this theorem is essential for solving problems in algebra, sequences, and even calculus. This article will guide you through the formula, its application, special cases, and common pitfalls, with a focus on what you need for your exams.
二项式展开是A-Level数学的基石内容,它提供了一种系统的方法来展开形如 (a+bx)^n 的表达式。无论 n 是正整数、负整数还是分数,理解这一定理对于解决代数、数列甚至微积分中的问题都至关重要。本文将引导你掌握公式、应用、特殊情况以及常见易错点,紧扣考试要求。
1. The Binomial Theorem Formula | 二项式定理公式
For a positive integer n, the binomial theorem states that:
对于正整数 n,二项式定理表述为:
(a+bx)ⁿ = Σₖ₌₀ⁿ C(n,k) aⁿ⁻ᵏ (bx)ᵏ
where C(n,k) is the binomial coefficient, also written as ⁿCₖ or ⎛⎝n k⎞⎠, equal to n! / (k!(n−k)!).
其中 C(n,k) 是二项式系数,也可写作 ⁿCₖ 或 ⎛⎝n k⎞⎠,等于 n! / (k!(n−k)!).
Expanded fully, the first few terms are:
完全展开后,前面几项为:
(a+bx)ⁿ = aⁿ + n aⁿ⁻¹ bx + [n(n−1)/2!] aⁿ⁻² (bx)² + [n(n−1)(n−2)/3!] aⁿ⁻³ (bx)³ + … + (bx)ⁿ
Notice that there are n+1 terms in total, and the powers of a decrease from n to 0 while the powers of bx increase from 0 to n.
注意,展开式共有 n+1 项,a 的幂次从 n 递减到 0,而 bx 的幂次从 0 递增到 n。
2. Understanding the Binomial Coefficient | 理解二项式系数
The coefficient C(n,k) appears in Pascal’s triangle and can be calculated using factorials. For example, C(5,2) = 5!/(2!3!) = 10.
系数 C(n,k) 出现在帕斯卡三角中,可用阶乘计算。例如,C(5,2) = 5!/(2!3!) = 10。
Key properties include:
关键性质包括:
- C(n,0) = C(n,n) = 1 for any n.
- 对任意 n,C(n,0) = C(n,n) = 1。
- C(n,k) = C(n, n−k), so coefficients are symmetric.
- C(n,k) = C(n, n−k),即系数具有对称性。
- C(n,k) = C(n−1,k−1) + C(n−1,k), which generates Pascal’s triangle.
- C(n,k) = C(n−1,k−1) + C(n−1,k),这正是帕斯卡三角的生成方式。
In the context of (a+bx)ⁿ, the coefficient of xᵏ is C(n,k) aⁿ⁻ᵏ bᵏ. Always separate the constant a and the coefficient b from the variable x.
在 (a+bx)ⁿ 的展开中,xᵏ 的系数是 C(n,k) aⁿ⁻ᵏ bᵏ。务必区分常数 a、系数 b 和变量 x。
3. The General Term | 通项公式
To find a specific term without expanding the whole expression, use the general term Tₖ₊₁:
若想不求整个展开式而找到某一特定项,可使用通项 Tₖ₊₁:
Tₖ₊₁ = C(n,k) aⁿ⁻ᵏ (bx)ᵏ = C(n,k) aⁿ⁻ᵏ bᵏ xᵏ
Here k starts from 0, so the first term corresponds to k=0, the second to k=1, and so on.
这里 k 从 0 开始,因此第一项对应 k=0,第二项对应 k=1,依此类推。
For example, in (2+3x)⁵, the term in x³ is T₄ = C(5,3) 2² (3x)³ = 10 × 4 × 27x³ = 1080x³.
例如,在 (2+3x)⁵ 中,x³ 项是 T₄ = C(5,3) 2² (3x)³ = 10 × 4 × 27x³ = 1080x³。
This method is particularly useful when asked for “the coefficient of xᵏ” or “the term independent of x”.
当题目要求“xᵏ 的系数”或“常数项”时,此方法尤其有用。
4. When n is a Positive Integer: Finite Expansion | n 为正整数时的有限展开
If n is a positive integer, the expansion terminates after n+1 terms. This is the standard case taught in Pure Mathematics 1 (P1).
若 n 是正整数,展开式在 n+1 项后结束。这是纯数P1中学习的基本情形。
Example: Expand (1+2x)⁴ fully.
例:完整展开 (1+2x)⁴。
Using the theorem:
使用定理:
(1+2x)⁴ = 1 + 4(2x) + 6(2x)² + 4(2x)³ + (2x)⁴ = 1 + 8x + 24x² + 32x³ + 16x⁴
Always simplify the coefficient of each power of x.
务必化简每一项 x 的幂对应的系数。
5. When a ≠ 1: Factoring Out the Constant | 当 a ≠ 1 时:提取常数
If a is not 1, many students incorrectly apply the formula for (1+x)ⁿ. The correct approach is either to use the full formula with aⁿ⁻ᵏ, or to factor out a:
如果 a 不为 1,许多学生错误地直接套用 (1+x)ⁿ 的公式。正确的方法是使用带 aⁿ⁻ᵏ 的完整公式,或者提取 a:
(a+bx)ⁿ = aⁿ (1 + (b/a)x)ⁿ
This form is especially useful when n is not a positive integer, because it allows you to use the standard (1+u)ⁿ expansion.
当 n 不是正整数时,这种形式尤其有用,因为它允许使用标准的 (1+u)ⁿ 展开式。
For example, (2+x)⁵ can be written as 2⁵ (1 + x/2)⁵. Expanding (1 + x/2)⁵ and multiplying by 32 yields the same result as direct expansion.
例如,(2+x)⁵ 可以写成 2⁵(1 + x/2)⁵。展开 (1 + x/2)⁵ 再乘以 32,结果与直接展开相同。
6. The Expansion of (1+x)ⁿ for Any Rational n | (1+x)ⁿ 对任意有理数 n 的展开
For n being a negative integer or a fraction, the binomial expansion does not terminate. The formula becomes an infinite series:
当 n 是负整数或分数时,二项展开不会终止,而成为一个无穷级数:
(1+x)ⁿ = 1 + nx + n(n−1)/2! x² + n(n−1)(n−2)/3! x³ + …
This generalised binomial theorem is valid only when |x| < 1 (the condition for convergence).
这个广义二项式定理仅在 |x| < 1 时成立(这是收敛条件)。
Example: Expand (1+x)⁻¹ for |x| < 1.
例:当 |x| < 1 时,展开 (1+x)⁻¹。
(1+x)⁻¹ = 1 − x + x² − x³ + x⁴ − …
This is the geometric series.
这就是几何级数。
7. Expanding (a+bx)ⁿ for Negative or Fractional n | 负指数或分数指数 n 时展开 (a+bx)ⁿ
When n is negative or fractional, you must first factor out aⁿ:
当 n 是负数或分数时,必须先提取 aⁿ:
(a+bx)ⁿ = aⁿ (1 + (b/a)x)ⁿ
Then expand (1 + (b/a)x)ⁿ using the infinite binomial series.
然后使用无穷二项级数展开 (1 + (b/a)x)ⁿ。
Let u = (b/a)x. The expansion is:
设 u = (b/a)x,展开式为:
(1+u)ⁿ = 1 + nu + n(n−1)u²/2! + n(n−1)(n−2)u³/3! + …
and the validity condition is |u| < 1, i.e. |(b/a)x| < 1.
其有效性条件为 |u| < 1,即 |(b/a)x| < 1。
Example: Expand (4−x)^(1/2) up to the term in x². Write 4(1−x/4)^(1/2), then use n=1/2 and u=−x/4.
例:展开 (4−x)^(1/2) 至 x² 项。写为 4(1−x/4)^(1/2),然后令 n=1/2,u=−x/4。
(4−x)^(1/2) = 2[1 + (1/2)(−x/4) + (1/2)(−1/2)/2! (−x/4)² + …] = 2 − x/4 − x²/64 − …
Notice the second term: 2 × (1/2)(−x/4) = −x/4; the third: 2 × (−1/8)/2! × x²/16 = −x²/64.
注意第二项:2 × (1/2)(−x/4) = −x/4;第三项:2 × (−1/8)/2! × x²/16 = −x²/64。
8. Validity Conditions and the Range of x | 有效性条件与 x 的取值范围
For n not a positive integer, the series converges only when |u| < 1, where u = (b/a)x. Thus the valid range for x is:
当 n 不是正整数时,级数仅在 |u| < 1 时收敛,其中 u = (b/a)x。因此 x 的有效范围为:
|(b/a)x| < 1 ⇔ |x| < |a/b|
If the expansion is valid for x from −|a/b| to +|a/b|, the interval is open (strictly less than). At the endpoints, convergence must be checked separately.
如果展开式在 x 从 −|a/b| 到 +|a/b| 范围内有效,该区间是开区间(严格小于)。在端点处,收敛性需要单独验证。
Exam questions often ask you to state the range of values of x for which the expansion is valid.
考试常要求你写出展开式有效的 x 的取值范围。
9. Using Substitution to Find Coefficients | 利用代换求系数
Sometimes you are given a related expansion and must find a specific coefficient. For example, express (3+2x)⁻² as 3⁻²(1 + 2x/3)⁻² = 1/9 (1 + 2x/3)⁻², then expand.
有时题目给出相关展开式,要求某特定系数。例如,将 (3+2x)⁻² 写为 3⁻²(1 + 2x/3)⁻² = 1/9 (1 + 2x/3)⁻²,然后展开。
Using n = −2 and u = 2x/3:
令 n = −2,u = 2x/3:
(1 + 2x/3)⁻² = 1 − 4x/3 + 4x²/3 − …
Then multiply by 1/9 to get 1/9 − 4x/27 + 4x²/27 − …
然后乘以 1/9 得到 1/9 − 4x/27 + 4x²/27 − …
Always double-check that you have simplified the fractional coefficients correctly.
务必再次检查分数系数的化简是否正确。
10. Finding a Particular Term or Coefficient | 求特定项或系数
A common exam question is: “Find the coefficient of x³ in the expansion of (1+2x)⁷.” Using the general term:
一个常见考试题型是:“求 (1+2x)⁷ 展开式中 x³ 的系数。”使用通项:
T₄ = C(7,3)(2x)³ = 35 × 8x³ = 280x³
So the coefficient is 280.
因此系数是 280。
For the term independent of x, set the exponent of x to zero. In a product of two binomials, multiply the appropriate terms from each expansion and sum their contributions.
对于常数项,令 x 的指数为零。在两个二项式相乘时,将各自展开式中的相应项相乘并对贡献求和。
11. Common Mistakes to Avoid | 常见错误避坑指南
Students often lose marks due to predictable errors:
学生常常因一些可预见的错误而失分:
- Forgetting that the coefficient of xᵏ involves both aⁿ⁻ᵏ and bᵏ. In (2+3x)⁵, the x² term is C(5,2)2³(3x)², not C(5,2)(3x)².
- 忘记 xᵏ 的系数同时包含 aⁿ⁻ᵏ 和 bᵏ。例如 (2+3x)⁵ 中,x² 项是 C(5,2)2³(3x)²,而不是 C(5,2)(3x)²。
- Using the infinite series for n positive integer without recognising the series terminates.
- 在 n 为正整数时误用无穷级数,未意识到级数是有限项。
- Stating a validity range for positive integer n expansions when it is not required.
- 在正整数 n 的展开中画蛇添足地写出有效性范围。
- Mixing up the signs when expanding (a−bx)ⁿ: treat it as (a+(−bx))ⁿ.
- 展开 (a−bx)ⁿ 时弄错符号:应将其视为 (a+(−bx))ⁿ。
- Forgetting to simplify coefficients like C(n,2) n(n−1)/2.
- 忘记化简系数,如 C(n,2) = n(n−1)/2。
12. Exam Tips and Summary | 考试技巧与总结
In the A-Level examination, binomial expansion questions often ask you to:
在A-Level考试中,二项式展开的题目通常要求你:
- Expand a binomial to a given number of terms.
- 展开一个二项式至指定项数。
- Find the coefficient of a specific power of x.
- 求 x 的某次幂的系数。
- Use the expansion to approximate a value, e.g. find √5 using (4+1)^(1/2).
- 利用展开式进行近似计算,例如用 (4+1)^(1/2) 求 √5。
- State the range of validity for non-integer n.
- 写出非整数 n 时的有效范围。
Always write down the general term first, then substitute the required value of k. This structured approach minimises errors and earns method marks.
务必先写出通项,再代入所需的 k 值。这种分步做法能减少错误并帮助你获得方法分。
To summarise, the binomial expansion of (a+bx)ⁿ is a powerful tool. For positive integer n, use the finite sum. For negative or fractional n, factor out aⁿ, apply the infinite series, and state the validity condition |(b/a)x| < 1. Master these steps, and you will handle any binomial expansion question with confidence.
总而言之,(a+bx)ⁿ 的二项式展开是一个强大工具。对于正整数 n,使用有限项求和。对于负数或分数 n,提取 aⁿ,应用无穷级数,并写明有效性条件 |(b/a)x| < 1。掌握这些步骤,你就能自信地处理任何二项式展开问题。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导