Back to ShikshaPal ExplainerClass 11 / Math
ShikshaPal
Class 11 · Math

Binomial Theorem

The Binomial Theorem provides a formula for expanding (a + b)ⁿ without multiplying it out manually.

Feynman Lens

Start with the simplest version: this lesson is about Binomial Theorem. If you can explain the core idea to a friend using everyday language, examples, and one clear reason why it matters, you have moved from memorising to understanding.

The Binomial Theorem provides a formula for expanding (a + b)ⁿ without multiplying it out manually. Instead of multiplying (a + b) by itself n times—tediously for large n—the theorem reveals the expansion's pattern through a beautiful combination of chapter-06-permutations-and-combinations and algebra. This chapter shows how the coefficients in the expansion are binomial coefficients, discovered in Pascal's triangle. The theorem is essential for approximations in calculus, probability distributions in statistics, and numerous applications in physics and engineering where powers of binomials arise naturally.

The Pattern: From Small Powers to General Case

Start with small examples and observe the pattern:

(a + b)¹ = a + b

(a + b)² = a² + 2ab + b²

(a + b)³ = a³ + 3a²b + 3ab² + b³

(a + b)⁴ = a⁴ + 4a³b + 6a²b² + 4ab³ + b⁴

Look at the coefficients: 1; 1, 2, 1; 1, 3, 3, 1; 1, 4, 6, 4, 1

These are binomial coefficients! Each row matches C(n,r) values for different r. In (a + b)⁴, the coefficient of a²b² is C(4,2) = 6.

The Binomial Theorem Statement

For any positive integer n:

(a + b)ⁿ = Σ C(n,r) × aⁿ⁻ʳ × bʳ (r from 0 to n)

The Σ notation means "sum all terms." Each term is C(n,r) × aⁿ⁻ʳ × bʳ for r = 0, 1, 2, ..., n.

Breaking this down:

For (a + b)⁴ with r = 2: Term = C(4,2) × a⁴⁻² × b² = 6 × a² × b² = 6a²b²

Why the Binomial Coefficients?

The theorem's elegance lies in why binomial coefficients appear. When we expand (a + b)ⁿ, we're choosing n factors and deciding from each whether to take the a or the b.

For (a + b)³ = (a + b)(a + b)(a + b), to get a²b, we must choose a from two factors and b from one. There are C(3,1) = 3 ways to choose which factor contributes b. Each gives the term a²b, and we collect them: 3a²b.

Generally, to get aⁿ⁻ʳbʳ, we choose r factors to contribute b and (n-r) to contribute a. There are C(n,r) ways to make this choice.

General Term and Specific Terms

The general term (or (r+1)th term) in the expansion of (a + b)ⁿ is:

Tᵣ₊₁ = C(n,r) × aⁿ⁻ʳ × bʳ

If you need a specific term, like the 5th term, use r = 4.

Example: Find the 4th term in (2x - 3y)⁶. Here n = 6, a = 2x, b = -3y, and for the 4th term, r = 3.

T₄ = C(6,3) × (2x)⁶⁻³ × (-3y)³ = 20 × (2x)³ × (-3y)³ = 20 × 8x³ × (-27y³) = -4320x³y³

Pascal's Triangle

Pascal's Triangle elegantly displays binomial coefficients:

           1
         1   1
       1   2   1
     1   3   3   1
   1   4   6   4   1
 1   5  10  10   5   1

Each entry is the sum of the two above it. The nth row contains coefficients for (a + b)ⁿ.

Binomial Theorem for Negative and Fractional Exponents

The theorem extends beyond positive integer exponents. For negative or fractional n:

(1 + x)ⁿ = 1 + nx + [n(n-1)/2!]x² + [n(n-1)(n-2)/3!]x³ + ...

This infinite series converges for |x| < 1. It's useful for approximations. For example:

(1 + 0.01)⁵ ≈ 1 + 5(0.01) + 10(0.01)² + ... ≈ 1.051 (much easier than calculating directly)

Applications and Numerical Approximations

The Binomial Theorem simplifies evaluations. To calculate (1.02)¹⁰:

Let x = 0.02, so (1 + x)¹⁰ = 1 + 10(0.02) + 45(0.02)² + ... ≈ 1.22 (keeping first few terms)

In probability, the binomial distribution uses binomial coefficients: The probability of exactly r successes in n trials with success probability p is C(n,r) × pʳ × (1-p)ⁿ⁻ʳ.

Key Formulas

Socratic Questions

  1. When you expand (a + b)ⁿ, why does the binomial coefficient C(n,r) appear as the coefficient of aⁿ⁻ʳbʳ? What counting principle connects permutations/combinations to algebra?
  1. In Pascal's Triangle, each entry equals the sum of two entries above it. What algebraic property of binomial coefficients does this visual pattern represent? Can you prove this relationship algebraically?
  1. The Binomial Theorem extends to negative exponents, producing infinite series. Why does it only converge for |x| < 1? What breaks down as |x| approaches or exceeds 1?
  1. To approximate (1.03)⁸ using the Binomial Theorem, you might keep only the first few terms. How can you estimate the error from truncating the series? When is this approximation good enough?
  1. How is the Binomial Theorem related to the distribution of probabilities in repeated experiments? If you flip a fair coin 10 times, how many ways can you get exactly 3 heads?

Theorem
Binomial Theorem (positive integer n)
tap to flip
(a + b)ⁿ = Σ C(n, r) · aⁿ⁻ʳ · bʳ for r = 0, 1, …, n. There are exactly n + 1 terms in the expansion.
Notation
Binomial coefficient C(n, r)
tap to flip
C(n, r) = n!/[r!(n − r)!]. It is the coefficient of aⁿ⁻ʳbʳ in (a + b)ⁿ.
Formula
General term Tᵣ₊₁
tap to flip
The (r + 1)th term in (a + b)ⁿ is Tᵣ₊₁ = C(n, r) · aⁿ⁻ʳ · bʳ.
Property
Number of terms in (a + b)ⁿ
tap to flip
There are (n + 1) terms — one more than the index n.
Property
Sum of indices in each term
tap to flip
In every term aⁿ⁻ʳbʳ, the exponents add up to n: (n − r) + r = n.
Tool
Pascal's Triangle
tap to flip
Triangular array where row n lists C(n, 0), C(n, 1), …, C(n, n). Each entry is the sum of the two directly above it.
Identity
Pascal's identity
tap to flip
C(n, r − 1) + C(n, r) = C(n + 1, r). This is why each row of Pascal's triangle is built by adding adjacent entries from the previous row.
Special case
Middle term of (a + b)ⁿ
tap to flip
If n is even, the single middle term is T(n/2)+1 with coefficient C(n, n/2). If n is odd, there are two middle terms T(n+1)/2 and T(n+3)/2.
Identity
Sum of binomial coefficients
tap to flip
Putting a = b = 1 gives Σ C(n, r) = 2ⁿ. Putting a = 1, b = −1 gives Σ (−1)ʳ C(n, r) = 0.
Application
Numerical approximation via binomial
tap to flip
For small x, (1 + x)ⁿ ≈ 1 + nx + [n(n − 1)/2!]x² + … (keep first few terms). Useful for evaluating things like (1.02)¹⁰ or (0.99)⁵.
How many terms are there in the expansion of (a + b)¹⁰?
  • A 9
  • B 10
  • C 11
  • D 20
The coefficient of x² in the expansion of (1 + x)⁵ is:
  • A 10
  • B 5
  • C 20
  • D 25
The middle term of the expansion (x + 1/x)⁶ is:
  • A 15
  • B 20
  • C 6
  • D 30
The value of Σ C(n, r) for r = 0 to n is:
  • A n
  • B n!
  • C 0
  • D 2ⁿ
In the expansion of (2x − 3y)⁵, what is the 4th term (T₄)?
  • A 720 x²y³
  • B 1080 x²y³
  • C −1080 x²y³
  • D −720 x²y³