14.3 Binomial Theorem, Expansion Terms, and Coefficients
Key Takeaways
- The Binomial Theorem states (a+b)^n = sum_{r=0}^n C_n^r * a^{n-r} * b^r, where the (r+1)-th term is the general term T_{r+1} = C_n^r * a^{n-r} * b^r.
- Binomial coefficients C_n^r depend strictly on n and r, being symmetric (C_n^r = C_n^{n-r}) and reaching a maximum at r = n/2 for even n or r = (n-1)/2, (n+1)/2 for odd n.
- Term coefficients differ from binomial coefficients by including numerical signs and factors from terms a and b.
- The total sum of binomial coefficients equals 2^n, while the alternating sum equals 0, making odd-indexed and even-indexed coefficient sums each equal to 2^{n-1}.
- The Value Assignment Method (赋值法) evaluates sums of polynomial expansion coefficients by substituting strategic values such as x = 1, x = 0, or x = -1.
14.3 Binomial Theorem, Expansion Terms, and Coefficients
The Binomial Theorem establishes an algebraic identity bridging combinatorics, polynomial algebra, and numerical approximation. In Gaokao Mathematics, binomial theorem problems test structural manipulation of general terms, distinction between binomial coefficients and term coefficients, coefficient properties, and value assignment techniques.
1. Statement and Derivation of the Binomial Theorem
1.1 The Binomial Expansion Formula
For any positive integer $n \in \mathbb{N}^*$ and real numbers $a, b \in \mathbb{R}$:
Combinatorial Derivation: Consider expanding $(a+b)^n = (a+b)(a+b)\cdots(a+b)$ ($n$ factors). Each term in the expanded polynomial is formed by choosing either $a$ or $b$ from each of the $n$ binomial factors. To obtain the term $a^{n-r}b^r$, we must choose $b$ from exactly $r$ factors and $a$ from the remaining $n-r$ factors. The number of ways to choose $r$ factors out of $n$ to supply $b$ is $C_n^r$. Thus, the coefficient of $a^{n-r}b^r$ is $C_n^r$.
1.2 The General Term Formula (通项公式)
The $(r+1)$-th term in the expansion of $(a+b)^n$ is designated as the general term $T_{r+1}$:
[!IMPORTANT] Critical Distinction in Gaokao Questions:
- Index Alignment: $T_{r+1}$ represents the $(r+1)$-th term, not the $r$-th term. For instance, the 4th term corresponds to $r = 3$.
- Binomial Coefficient vs. Term Coefficient:
- Binomial Coefficient (二项式系数): Refers strictly to the combinatorial number $C_n^r$. It depends solely on $n$ and $r$ and is always positive.
- Term Coefficient (项的系数): Refers to the complete numerical multiplier of the algebraic variable in $T_{r+1}$, incorporating signs and constant coefficients present in $a$ and $b$.
2. Fundamental Properties and Coefficient Evaluation Strategies
2.1 Symmetry and Monotonicity of Binomial Coefficients
- Symmetry: $C_n^r = C_n^{n-r}$. Terms equidistant from the two ends have equal binomial coefficients.
- Maximum Binomial Coefficient (二项式系数的最大值):
- If $n$ is even, the middle term $r = \frac{n}{2}$ has the unique maximum binomial coefficient $C_n^{n/2}$.
- If $n$ is odd, the two central terms $r = \frac{n-1}{2}$ and $r = \frac{n+1}{2}$ share the maximum binomial coefficient $C_n^{(n-1)/2} = C_n^{(n+1)/2}$.
2.2 Sum Identities of Binomial Coefficients
By evaluating $(1+x)^n = \sum_{r=0}^n C_n^r x^r$ at specific values of $x$:
- Total Sum of Binomial Coefficients: Set $x = 1 \implies C_n^0 + C_n^1 + C_n^2 + \dots + C_n^n = 2^n$
- Alternating Sum: Set $x = -1 \implies C_n^0 - C_n^1 + C_n^2 - C_n^3 + \dots + (-1)^n C_n^n = 0$
- Sums of Even and Odd Power Coefficients: Adding and subtracting the two results yields:
2.3 The Value Assignment Method (赋值法)
For a polynomial expansion $f(x) = (a_0 + a_1 x + a_2 x^2 + \dots + a_m x^m)^n = A_0 + A_1 x + A_2 x^2 + \dots + A_{mn} x^{mn}$:
- Constant Term $A_0$: Evaluate $f(0)$.
- Sum of All Coefficients $\sum A_k$: Evaluate $f(1)$.
- Alternating Coefficient Sum $\sum (-1)^k A_k$: Evaluate $f(-1)$.
- Sum of Even-Indexed Coefficients ($A_0 + A_2 + A_4 + \dots$): Calculate $\frac{f(1) + f(-1)}{2}$.
- Sum of Odd-Indexed Coefficients ($A_1 + A_3 + A_5 + \dots$): Calculate $\frac{f(1) - f(-1)}{2}$.
3. Classic Gaokao Worked Examples and Solutions
Worked Example 1: Finding Specific Coefficients in Rational Power Expansions
Problem Statement: In the expansion of $\left(2x^2 - \frac{1}{\sqrt{x}}\right)^9$:
- Find the term containing $x^3$.
- Determine the binomial coefficient and the term coefficient of $x^3$.
Detailed Mathematical Solution:
- Step 1: Write the general term $T_{r+1}$. Here $n = 9$, $a = 2x^2$, and $b = -x^{-1/2}$.
- Step 2: Simplify powers of $x$ and constants.
- Step 3: Set the exponent of $x$ equal to $3$. Since $r = 6 \in {0, 1, \dots, 9}$, the term exists and is $T_7$ (the 7th term).
- Step 4: Compute Binomial Coefficient and Term Coefficient.
- Binomial Coefficient:
- Term Coefficient:
- The term is $672 x^3$.
Worked Example 2: Product Expansion Coefficient Calculation
Problem Statement: Find the coefficient of $x^4$ in the expansion of $(1 + 2x)^5 (1 - x)^4$.
Detailed Mathematical Solution:
-
Step 1: Express individual expansions.
- Expansion of $(1+2x)^5$: General term $A_{r+1} = C_5^r (2x)^r = C_5^r \cdot 2^r \cdot x^r$ for $r \in {0, 1, 2, 3, 4, 5}$.
- Expansion of $(1-x)^4$: General term $B_{k+1} = C_4^k (-x)^k = C_4^k (-1)^k x^k$ for $k \in {0, 1, 2, 3, 4}$.
-
Step 2: Form the combined power $x^4$. The product of a term with $x^r$ and a term with $x^k$ gives $x^{r+k}$. We require $r + k = 4$ where $0 \le r \le 5$ and $0 \le k \le 4$. We list all non-negative integer pairs $(r, k)$:
- Pair $(4, 0)$: $r = 4, k = 0$
- Pair $(3, 1)$: $r = 3, k = 1$
- Pair $(2, 2)$: $r = 2, k = 2$
- Pair $(1, 3)$: $r = 1, k = 3$
- Pair $(0, 4)$: $r = 0, k = 4$
-
Step 3: Calculate product terms for each pair.
- Pair $(4, 0)$: $\left[C_5^4 2^4\right] \times \left[C_4^0 (-1)^0\right] = (5 \times 16) \times 1 = 80$
- Pair $(3, 1)$: $\left[C_5^3 2^3\right] \times \left[C_4^1 (-1)^1\right] = (10 \times 8) \times (4 \times -1) = 80 \times (-4) = -320$
- Pair $(2, 2)$: $\left[C_5^2 2^2\right] \times \left[C_4^2 (-1)^2\right] = (10 \times 4) \times (6 \times 1) = 40 \times 6 = 240$
- Pair $(1, 3)$: $\left[C_5^1 2^1\right] \times \left[C_4^3 (-1)^3\right] = (5 \times 2) \times (4 \times -1) = 10 \times (-4) = -40$
- Pair $(0, 4)$: $\left[C_5^0 2^0\right] \times \left[C_4^4 (-1)^4\right] = 1 \times 1 = 1$
-
Step 4: Sum all partial coefficients.
What is the coefficient of x^3 in the expansion of (x - 2/x)^7?
If $(1 + 2x)^6 = a_0 + a_1 x + a_2 x^2 + \dots + a_6 x^6$, what is the value of the coefficient sum $a_1 + a_2 + a_3 + a_4 + a_5 + a_6$?
Find the constant term (the term independent of x) in the expansion of (x^2 + 2/x)^6.