Math Lab
Home/Class XI/Ch 7/Binomial theorem for positive integral indices

Binomial theorem for positive integral indices

You already know how to expand (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2 and (a+b)3=a3+3a2b+3ab2+b3(a + b)^3 = a^3 + 3a^2 b + 3ab^2 + b^3. The binomial theorem gives the formula for (a+b)n(a + b)^n for any positive integer nn , all in one stroke.

The theorem

Theorem. For any positive integer nn and any real (or complex) a,ba, b: (a+b)n=r=0n(nr)anrbr\boxed{(a + b)^n = \sum_{r = 0}^{n} \binom{n}{r}\,a^{n - r}\,b^r} where (nr)=n!r!(nr)!\binom{n}{r} = \dfrac{n!}{r!\,(n - r)!}.

Written out term by term: (a+b)n=(n0)an+(n1)an1b+(n2)an2b2++(nn1)abn1+(nn)bn.(a + b)^n = \binom{n}{0} a^n + \binom{n}{1} a^{n-1} b + \binom{n}{2} a^{n-2} b^2 + \dots + \binom{n}{n-1} a b^{n-1} + \binom{n}{n} b^n.

There are n+1n + 1 terms. The first (n0)=1\binom{n}{0} = 1 and the last (nn)=1\binom{n}{n} = 1. The coefficients form the nn-th row of Pascal's triangle.

Combinatorial proof

When we expand (a+b)n=(a+b)(a+b)(a+b)(a + b)^n = (a + b)(a + b) \cdots (a + b) (nn factors), each term in the expansion is formed by choosing either aa or bb from each of the nn factors and multiplying. A term that uses bb from exactly rr factors and aa from the other nrn - r contributes anrbra^{n - r} b^r. The number of ways to choose those rr factors is (nr)\binom{n}{r}. Hence (a+b)n=r=0n(nr)anrbr.\qed(a + b)^n = \sum_{r=0}^{n} \binom{n}{r}\,a^{n - r}\,b^r. \qed

Proof by induction

Base. n=1n = 1: (a+b)1=a+b=(10)a+(11)b(a + b)^1 = a + b = \binom{1}{0} a + \binom{1}{1} b. ✓

Step. Assume true for some nn. Then (a+b)n+1=(a+b)(a+b)n=(a+b)r=0n(nr)anrbr.(a + b)^{n + 1} = (a + b) \cdot (a + b)^n = (a + b) \sum_{r=0}^n \binom{n}{r} a^{n-r} b^r.

Distribute: =r=0n(nr)an+1rbr+r=0n(nr)anrbr+1.= \sum_{r=0}^n \binom{n}{r} a^{n+1-r} b^r + \sum_{r=0}^n \binom{n}{r} a^{n-r} b^{r+1}.

Reindex the second sum (let s=r+1s = r + 1): =r=0n(nr)an+1rbr+s=1n+1(ns1)an+1sbs.= \sum_{r=0}^n \binom{n}{r} a^{n+1-r} b^r + \sum_{s=1}^{n+1} \binom{n}{s-1} a^{n+1-s} b^s.

Combine like terms (in terms of rr, ss being just dummy variables): =an+1+bn+1+r=1n[(nr)+(nr1)]an+1rbr.= a^{n+1} + b^{n+1} + \sum_{r=1}^{n} \left[\binom{n}{r} + \binom{n}{r - 1}\right] a^{n+1-r} b^r.

By Pascal's identity, (nr)+(nr1)=(n+1r)\binom{n}{r} + \binom{n}{r-1} = \binom{n+1}{r}. So (a+b)n+1=r=0n+1(n+1r)an+1rbr.\qed(a + b)^{n+1} = \sum_{r=0}^{n+1} \binom{n+1}{r} a^{n+1-r} b^r. \qed

Variations and special cases

Setting a=1,b=xa = 1, b = x: (1+x)n=r=0n(nr)xr.(1 + x)^n = \sum_{r=0}^n \binom{n}{r} x^r.

Setting a=1,b=xa = 1, b = -x: (1x)n=r=0n(1)r(nr)xr.(1 - x)^n = \sum_{r=0}^n (-1)^r \binom{n}{r} x^r.

Sums of coefficients (set x=1x = 1): r=0n(nr)=2n.\sum_{r=0}^n \binom{n}{r} = 2^n.

Setting x=1x = -1: r=0n(1)r(nr)=0.\sum_{r=0}^n (-1)^r \binom{n}{r} = 0.

Worked examples

Example 1. Expand (x+2)4(x + 2)^4.

(40)x4+(41)x32+(42)x24+(43)x8+(44)16\binom{4}{0} x^4 + \binom{4}{1} x^3 \cdot 2 + \binom{4}{2} x^2 \cdot 4 + \binom{4}{3} x \cdot 8 + \binom{4}{4} \cdot 16 =x4+8x3+24x2+32x+16= x^4 + 8 x^3 + 24 x^2 + 32 x + 16.

Example 2. Expand (2x3y)3(2x - 3y)^3.

(30)(2x)3+(31)(2x)2(3y)+(32)(2x)(3y)2+(33)(3y)3\binom{3}{0} (2x)^3 + \binom{3}{1} (2x)^2 (-3y) + \binom{3}{2} (2x)(-3y)^2 + \binom{3}{3} (-3y)^3 =8x336x2y+54xy227y3= 8 x^3 - 36 x^2 y + 54 x y^2 - 27 y^3.

Example 3. Use the binomial theorem to compute (1.01)5(1.01)^5 approximately.

(1+0.01)5=1+5(0.01)+10(0.01)2+10(0.01)3+5(0.01)4+(0.01)5(1 + 0.01)^5 = 1 + 5(0.01) + 10(0.01)^2 + 10(0.01)^3 + 5(0.01)^4 + (0.01)^5 =1+0.05+0.001+1.05101= 1 + 0.05 + 0.001 + \dots \approx 1.05101.

Example 4. Show r=0n(nr)=2n\sum_{r=0}^n \binom{n}{r} = 2^n.

Set a=b=1a = b = 1 in the binomial theorem: 2n=(1+1)n=r=0n(nr).\qed2^n = (1 + 1)^n = \sum_{r=0}^n \binom{n}{r}. \qed

Example 5 (harder). Prove r=0nr(nr)=n2n1\sum_{r=0}^n r \binom{n}{r} = n \cdot 2^{n-1}.

Use the identity r(nr)=n(n1r1)r \binom{n}{r} = n \binom{n-1}{r-1}: r=0nr(nr)=r=1nn(n1r1)=ns=0n1(n1s)=n2n1.\qed\sum_{r=0}^n r \binom{n}{r} = \sum_{r=1}^n n \binom{n-1}{r-1} = n \sum_{s=0}^{n-1} \binom{n-1}{s} = n \cdot 2^{n-1}. \qed

Alternatively, differentiate (1+x)n=(nr)xr(1 + x)^n = \sum \binom{n}{r} x^r with respect to xx: n(1+x)n1=r(nr)xr1.n(1 + x)^{n-1} = \sum r \binom{n}{r} x^{r-1}. Setting x=1x = 1 gives the result.

Try it yourself

  1. Expand (x+3)4(x + 3)^4.
  2. Expand (2x1)5(2x - 1)^5.
  3. Find the value of (2+1)4+(21)4(\sqrt{2} + 1)^4 + (\sqrt{2} - 1)^4.
  4. Compute (99)4(99)^4 using 99=100199 = 100 - 1.
  5. Prove r=0n(1)r(nr)=0\sum_{r=0}^n (-1)^r \binom{n}{r} = 0.
  6. Show (n0)2+(n1)2++(nn)2=(2nn)\binom{n}{0}^2 + \binom{n}{1}^2 + \dots + \binom{n}{n}^2 = \binom{2n}{n}. (Hint: compare (1+x)n(1+x)n(1 + x)^n (1 + x)^n to (1+x)2n(1 + x)^{2n}.)
  7. Expand (x+1x)4\left(x + \dfrac{1}{x}\right)^4 and identify all five terms.
  8. Show that the coefficient of xrx^r in (1+x)n(1 + x)^n equals the coefficient of xnrx^{n-r}.
  9. Find an approximation to (1.02)6(1.02)^6 using the first four terms.
  10. Show (a+b)n+(ab)n=2[(n0)an+(n2)an2b2+](a + b)^n + (a - b)^n = 2 [\binom{n}{0} a^n + \binom{n}{2} a^{n-2} b^2 + \dots].
  11. Expand (x22y)4(x^2 - 2y)^4.
  12. Prove the formula by induction in detail (write out the n=2n = 2 to n=3n = 3 step in full).

Pitfalls / Tricks

  • The expansion of (a+b)n(a + b)^n has n+1n + 1 terms (not nn).
  • For (ab)n(a - b)^n, signs alternate: +,,+,,+, -, +, -, \dots.
  • Always identify a,b,na, b, n explicitly before writing Tr+1T_{r+1}.
  • Insight. The binomial theorem is a bridge between algebra (multiplication) and combinatorics (counting). Once you see (a+b)n(a + b)^n as "every way to pick bb's from nn factors", the formula is unforgettable.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Binomial theorem statement and proof
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6