Introduction

The Binomial Theorem gives a formula for expanding (a+b)n(a+b)^n for any positive integer index nn.

Pascal's Triangle

The coefficients of the expansions of (a+b)n(a+b)^n for n=0,1,2,n=0, 1, 2, \dots can be arranged in a triangular form known as Pascal's Triangle.

First few rows:

  • n=0n=0: 1
  • n=1n=1: 1 1
  • n=2n=2: 1 2 1
  • n=3n=3: 1 3 3 1
  • n=4n=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 nn: (a+b)n=nC0an+nC1an1b+nC2an2b2++nCnbn(a+b)^n = {^nC_0} a^n + {^nC_1} a^{n-1}b + {^nC_2} a^{n-2}b^2 + \dots + {^nC_n} b^n

Sigma Notation: (a+b)n=k=0nnCkankbk(a+b)^n = \sum_{k=0}^{n} {^nC_k} a^{n-k} b^k

Special Cases

  1. (x+1)n(x+1)^n: r=0nnCrxr=nC0+nC1x+nC2x2++nCnxn\sum_{r=0}^{n} {^nC_r} x^r = {^nC_0} + {^nC_1}x + {^nC_2}x^2 + \dots + {^nC_n}x^n
  2. (1+x)n(1+x)^n: nC0+nC1x+nC2x2++nCnxn{^nC_0} + {^nC_1}x + {^nC_2}x^2 + \dots + {^nC_n}x^n
  3. (1x)n(1-x)^n: nC0nC1x+nC2x2+(1)nnCnxn{^nC_0} - {^nC_1}x + {^nC_2}x^2 - \dots + (-1)^n {^nC_n}x^n

General Term

The term containing anrbra^{n-r}b^r is the (r+1)th(r+1)^{th} term in the expansion of (a+b)n(a+b)^n. Tr+1=nCranrbrT_{r+1} = {^nC_r} a^{n-r} b^r

Middle Terms

The middle term depends on whether nn is even or odd.

Case 1: nn is Even

There is only one middle term: Tn2+1T_{\frac{n}{2} + 1}

Case 2: nn is Odd

There are two middle terms: Tn+12andTn+12+1T_{\frac{n+1}{2}} \quad \text{and} \quad T_{\frac{n+1}{2} + 1}


Important properties

  1. nC0=nCn=1^nC_0=^nC_n=1
  2. nCr=nCnr^nC_r=^nC_{n-r}
  3. nCr+nCr1=n+1Cr^nC_r + ^nC_{r-1} = ^{n+1}C_r
  4. nCr=0^nC_r = 0 for r>nr>n
  5. Sum of Coefficients: C0+C1+C2++Cn=2nC_0 + C_1 + C_2 + \dots + C_n = 2^n
  6. Sum of Odd/Even Coefficients: C0+C2+C4+=C1+C3+C5+=2n1C_0 + C_2 + C_4 + \dots = C_1 + C_3 + C_5 + \dots = 2^{n-1}

Binomial Theorem

Example 1

Expand (x2+3x)4(x^2 + \frac{3}{x})^4, x0x \neq 0.

Solution: =4C0(x2)4+4C1(x2)3(3x)+4C2(x2)2(3x)2+4C3(x2)(3x)3+4C4(3x)4= {^4C_0}(x^2)^4 + {^4C_1}(x^2)^3(\frac{3}{x}) + {^4C_2}(x^2)^2(\frac{3}{x})^2 + {^4C_3}(x^2)(\frac{3}{x})^3 + {^4C_4}(\frac{3}{x})^4 =x8+12x5+54x2+108x+81x4= x^8 + 12x^5 + 54x^2 + \frac{108}{x} + \frac{81}{x^4}.


Example 2

Find the number of terms in (2x3y)9(2x - 3y)^9.

Solution: Number of terms = n+1=9+1=10n + 1 = 9 + 1 = 10.


Example 3

Find the 4th term in the expansion of (x2y)12(x - 2y)^{12}.

Solution: Put r=3r=3 in general term Tr+1T_{r+1}. T4=12C3(x)123(2y)3T_4 = {^{12}C_3} (x)^{12-3} (-2y)^3 =12×11×106x9(8y3)=1760x9y3= \frac{12 \times 11 \times 10}{6} x^9 (-8y^3) = -1760 x^9 y^3.


Example 4

Find the middle term in (x3+9y)10(\frac{x}{3} + 9y)^{10}.

Solution: n=10n=10 (Even). Middle term is (102+1)=6th(\frac{10}{2}+1) = 6^{th} term. T6=10C5(x3)5(9y)5=252x535310y5T_6 = {^{10}C_5} (\frac{x}{3})^5 (9y)^5 = 252 \cdot \frac{x^5}{3^5} \cdot 3^{10} y^5 =252243x5y5=61236x5y5= 252 \cdot 243 \cdot x^5 y^5 = 61236 x^5 y^5.


Example 5

Find the term independent of xx in expansion of (x1x)10(x - \frac{1}{x})^{10}.

Solution: Tr+1=10Crx10r(1x)r=10Cr(1)rx102rT_{r+1} = {^{10}C_r} x^{10-r} (-\frac{1}{x})^r = {^{10}C_r} (-1)^r x^{10-2r}. For independence, power of xx must be 0. 102r=0    r=510 - 2r = 0 \implies r = 5. Term is T6=10C5(1)5=252T_6 = {^{10}C_5} (-1)^5 = -252.


Example 6

Evaluate (96)3(96)^3 using Binomial Theorem.

Solution: (1004)3=3C0(100)33C1(100)2(4)+3C2(100)(42)3C3(43)(100 - 4)^3 = {^3C_0}(100)^3 - {^3C_1}(100)^2(4) + {^3C_2}(100)(4^2) - {^3C_3}(4^3) =1000000120000+480064=884736= 1000000 - 120000 + 4800 - 64 = 884736.


Example 7

Find coefficient of x5x^5 in (x+3)8(x+3)^8.

Solution: Tr+1=8Crx8r3rT_{r+1} = {^8C_r} x^{8-r} 3^r. We need x8r=x5    8r=5    r=3x^{8-r} = x^5 \implies 8-r=5 \implies r=3. Coeff =8C333=56×27=1512= {^8C_3} \cdot 3^3 = 56 \times 27 = 1512.


Example 8

Show that 9n+18n99^{n+1} - 8n - 9 is divisible by 64.

Solution: 9n+1=(1+8)n+1=1+(n+1)8+n+1C282+9^{n+1} = (1+8)^{n+1} = 1 + (n+1)8 + {^{n+1}C_2}8^2 + \dots =1+8n+8+64()=8n+9+64k= 1 + 8n + 8 + 64(\dots) = 8n + 9 + 64k. 9n+18n9=64k9^{n+1} - 8n - 9 = 64k. Divisible by 64.


Example 9

Find the coefficient of x6y3x^6 y^3 in (x+2y)9(x+2y)^9.

Solution: General term: 9Crx9r(2y)r=9Cr2rx9ryr{^9C_r} x^{9-r} (2y)^r = {^9C_r} 2^r x^{9-r} y^r. For y3y^3, put r=3r=3. Coeff =9C323=84×8=672= {^9C_3} \cdot 2^3 = 84 \times 8 = 672.


Example 10

Find the middle terms in (3xx36)7(3x - \frac{x^3}{6})^7.

Solution: n=7n=7 (Odd). Terms are 7+12=4th\frac{7+1}{2}=4^{th} and 5th5^{th}. T4=1058x11T_4 = -\frac{105}{8} x^{11}, T5=3548x13T_5 = \frac{35}{48} x^{13}.


Example 11

Using Binomial Theorem, determine which is larger: (1.1)10000(1.1)^{10000} or 10001000.

Solution: (1+0.1)10000=1+10000(0.1)+=1+1000+>1000(1+0.1)^{10000} = 1 + 10000(0.1) + \dots = 1 + 1000 + \dots > 1000.


Example 12

Find the sum of coefficients in (x+y)n(x+y)^n.

Solution: Put x=1,y=1x=1, y=1. Sum =(1+1)n=2n= (1+1)^n = 2^n.


Example 13

Find the coefficient of xx in expansion of (12x3+3x5)(1+1/x)8(1-2x^3+3x^5)(1+1/x)^8.

Solution: Requires selecting terms from (1+1/x)8(1+1/x)^8 that multiply with bracket to give xx. After calculation, Ans: 154.


Example 14

Evaluate (2+1)6+(21)6(\sqrt{2}+1)^6 + (\sqrt{2}-1)^6.

Solution: =2[C0(2)6+C2(2)4+C4(2)2+C6]= 2[C_0(\sqrt{2})^6 + C_2(\sqrt{2})^4 + C_4(\sqrt{2})^2 + C_6]. =2[8+15(4)+15(2)+1]=198= 2[8 + 15(4) + 15(2) + 1] = 198.


Example 15

If the coefficients of 2nd,3rd2^{nd}, 3^{rd} and 4th4^{th} terms in (1+x)2n(1+x)^{2n} are in A.P., show that 2n29n+7=02n^2 - 9n + 7 = 0.

Solution: Given 2nC1,2nC2,2nC3^{2n}C_1, ^{2n}C_2, ^{2n}C_3 are in A.P. 2(2nC2)=2nC1+2nC32(^{2n}C_2) = ^{2n}C_1 + ^{2n}C_3. Solving yields the quadratic equation.

Questions and Answers (Board Exam)

Q1. State the Binomial Theorem for positive integer index.

Answer: (a+b)n=r=0nnCranrbr(a+b)^n = \sum_{r=0}^n {^nC_r} a^{n-r} b^r.


Q2. How many terms are there in the expansion of (a+b)n(a+b)^n?

Answer: There are n+1n+1 terms.


Q3. Write the formula for the general term.

Answer: Tr+1=nCranrbrT_{r+1} = {^nC_r} a^{n-r} b^r.


Q4. What is the sum of binomial coefficients nC0+nC1++nCn{^nC_0} + {^nC_1} + \dots + {^nC_n}?

Answer: The sum is 2n2^n.


Q5. What is the coefficient of xnx^n in (1+x)2n(1+x)^{2n}?

Answer: It is 2nCn=(2n)!(n!)2^{2n}C_n = \frac{(2n)!}{(n!)^2}.