Finding the Middle Term
The total number of terms in the expansion of (x+a)n is n+1. The middle term depends on whether n is even or odd.
If n is Even: The number of terms (n+1) is odd. There is one middle term, which is the (2n+1)th term.
If n is Odd: The number of terms (n+1) is even. There are two middle terms: the (2n+1)th term and the (2n+1+1)th term.
Properties of Binomial Coefficients (nCr)
Binomial coefficients have several important properties that are frequently used in problem-solving.
- Symmetry: The coefficient of the kth term from the beginning is equal to the coefficient of the kth term from the end.
nCr=nCn−r
- Pascal's Rule:
nCr+nCr−1=n+1Cr
- Sum of Coefficients: By setting x=1 in (1+x)n, we find the sum of all binomial coefficients.
nC0+nC1+nC2+...+nCn=2n
- Sum of Even and Odd Coefficients:
nC0+nC2+nC4+...=nC1+nC3+nC5+...=2n−1
- Ratio of Consecutive Coefficients:
nCr−1nCr=rn−r+1
- Greatest Binomial Coefficient: The value of nCr is maximum at the middle term(s).
- If n is even, the greatest coefficient is nCn/2.
- If n is odd, the two greatest coefficients are nC(n−1)/2 and nC(n+1)/2 (and they are equal).
Example 1: Middle Term (n is Even)
Question: Find the middle term in the expansion of (2x2−x1)8.
Solution:
Here, n=8 (even). The number of terms is 9. The middle term is the (28+1)th=5th term.
For the 5th term, r=4. Using the general term formula Tr+1=nCrxn−rar:
T5=8C4(2x2)8−4(−x1)4=8C4(2x2)4(x41)
=70⋅(16x8)⋅(x41)=1120x4
Example 2: Middle Terms (n is Odd)
Question: Find the middle terms in the expansion of (3x−6x3)7.
Solution:
Here, n=7 (odd). There are two middle terms: the (27+1)th=4th term and the (27+1+1)th=5th term.
- For the 4th term (r=3):
T4=7C3(3x)7−3(−6x3)3=35(34x4)(−216x9)=−8105x13
- For the 5th term (r=4):
T5=7C4(3x)7−4(−6x3)4=35(33x3)(1296x12)=4835x15
Example 3: Sum of Coefficients
Question: If the sum of the coefficients in the expansion of (a+b)n is 4096, find the greatest binomial coefficient in the expansion.
Solution:
The sum of the coefficients is (1+1)n=2n. We are given 2n=4096. Since 4096=212, we have n=12.
The greatest binomial coefficient occurs at the middle term. Since n=12 is even, the greatest coefficient is 12C12/2=12C6.
12C6=6×5×4×3×2×112×11×10×9×8×7=924
Example 4: Using the Ratio Property
Question: The coefficients of three consecutive terms in the expansion of (1+x)n are 165, 330, and 462. Find n.
Solution:
Let the terms be for r,r+1,r+2. The coefficients are nCr−1=165,nCr=330,nCr+1=462.
Using the ratio property:
- nCr−1nCr=rn−r+1=165330=2⟹n−r+1=2r⟹n−3r=−1.
- nCrnCr+1=r+1n−r=330462=57⟹5n−5r=7r+7⟹5n−12r=7.
Solving the two linear equations, we find n=11.