Introduction
The Binomial Theorem gives a formula for expanding (a+b)n for any positive integer index n.
Pascal's Triangle
The coefficients of the expansions of (a+b)n for n=0,1,2,… can be arranged in a triangular form known as Pascal's Triangle.
First few rows:
- n=0: 1
- n=1: 1 1
- n=2: 1 2 1
- n=3: 1 3 3 1
- n=4: 1 4 6 4 1
Rule: Each number is sum of the two numbers directly above it.
Statement of Binomial Theorem
For any positive integer n:
(a+b)n=nC0an+nC1an−1b+nC2an−2b2+⋯+nCnbn
Sigma Notation:
(a+b)n=k=0∑nnCkan−kbk
Special Cases
- (x+1)n:
∑r=0nnCrxr=nC0+nC1x+nC2x2+⋯+nCnxn
- (1+x)n:
nC0+nC1x+nC2x2+⋯+nCnxn
- (1−x)n:
nC0−nC1x+nC2x2−⋯+(−1)nnCnxn
General Term
The term containing an−rbr is the (r+1)th term in the expansion of (a+b)n.
Tr+1=nCran−rbr
Middle Terms
The middle term depends on whether n is even or odd.
Case 1: n is Even
There is only one middle term:
T2n+1
Case 2: n is Odd
There are two middle terms:
T2n+1andT2n+1+1
Important properties
- nC0=nCn=1
- nCr=nCn−r
- nCr+nCr−1=n+1Cr
- nCr=0 for r>n
- Sum of Coefficients:
C0+C1+C2+⋯+Cn=2n
- Sum of Odd/Even Coefficients:
C0+C2+C4+⋯=C1+C3+C5+⋯=2n−1
Binomial Theorem
Example 1
Expand (x2+x3)4, x=0.
Solution:
=4C0(x2)4+4C1(x2)3(x3)+4C2(x2)2(x3)2+4C3(x2)(x3)3+4C4(x3)4
=x8+12x5+54x2+x108+x481.
Example 2
Find the number of terms in (2x−3y)9.
Solution:
Number of terms = n+1=9+1=10.
Example 3
Find the 4th term in the expansion of (x−2y)12.
Solution:
Put r=3 in general term Tr+1.
T4=12C3(x)12−3(−2y)3
=612×11×10x9(−8y3)=−1760x9y3.
Example 4
Find the middle term in (3x+9y)10.
Solution:
n=10 (Even). Middle term is (210+1)=6th term.
T6=10C5(3x)5(9y)5=252⋅35x5⋅310y5
=252⋅243⋅x5y5=61236x5y5.
Example 5
Find the term independent of x in expansion of (x−x1)10.
Solution:
Tr+1=10Crx10−r(−x1)r=10Cr(−1)rx10−2r.
For independence, power of x must be 0.
10−2r=0⟹r=5.
Term is T6=10C5(−1)5=−252.
Example 6
Evaluate (96)3 using Binomial Theorem.
Solution:
(100−4)3=3C0(100)3−3C1(100)2(4)+3C2(100)(42)−3C3(43)
=1000000−120000+4800−64=884736.
Example 7
Find coefficient of x5 in (x+3)8.
Solution:
Tr+1=8Crx8−r3r.
We need x8−r=x5⟹8−r=5⟹r=3.
Coeff =8C3⋅33=56×27=1512.
Example 8
Show that 9n+1−8n−9 is divisible by 64.
Solution:
9n+1=(1+8)n+1=1+(n+1)8+n+1C282+…
=1+8n+8+64(…)=8n+9+64k.
9n+1−8n−9=64k. Divisible by 64.
Example 9
Find the coefficient of x6y3 in (x+2y)9.
Solution:
General term: 9Crx9−r(2y)r=9Cr2rx9−ryr.
For y3, put r=3.
Coeff =9C3⋅23=84×8=672.
Example 10
Find the middle terms in (3x−6x3)7.
Solution:
n=7 (Odd). Terms are 27+1=4th and 5th.
T4=−8105x11, T5=4835x13.
Example 11
Using Binomial Theorem, determine which is larger: (1.1)10000 or 1000.
Solution:
(1+0.1)10000=1+10000(0.1)+⋯=1+1000+⋯>1000.
Example 12
Find the sum of coefficients in (x+y)n.
Solution:
Put x=1,y=1. Sum =(1+1)n=2n.
Example 13
Find the coefficient of x in expansion of (1−2x3+3x5)(1+1/x)8.
Solution:
Requires selecting terms from (1+1/x)8 that multiply with bracket to give x.
After calculation, Ans: 154.
Example 14
Evaluate (2+1)6+(2−1)6.
Solution:
=2[C0(2)6+C2(2)4+C4(2)2+C6].
=2[8+15(4)+15(2)+1]=198.
Example 15
If the coefficients of 2nd,3rd and 4th terms in (1+x)2n are in A.P., show that 2n2−9n+7=0.
Solution:
Given 2nC1,2nC2,2nC3 are in A.P.
2(2nC2)=2nC1+2nC3. Solving yields the quadratic equation.