👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Algebra
Study mode

Binomial Theorem

Learning objective
Understand binomial expansion, general and middle terms, and coefficients.

Introduction to Binomial Theorem

The Binomial Theorem provides a powerful way to expand expressions of the form \( (a + b)^n \) where \( n \) is a non-negative integer. Instead of multiplying the binomial repeatedly, the theorem gives a direct formula for the expansion.

Binomial Expansion Formula

The expansion of \( (a + b)^n \) is given by:

\[(a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r\]

Here, \( \binom{n}{r} \) is the binomial coefficient, representing the number of ways to choose \( r \) elements from \( n \), and is calculated as:

\[\binom{n}{r} = \frac{n!}{r! (n-r)!}\]

Pascal's Triangle and Binomial Coefficients

Binomial coefficients correspond to the entries in Pascal's Triangle. Each row \( n \) of Pascal's Triangle gives the coefficients for \( (a + b)^n \).

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

For example, the expansion of \( (a + b)^4 \) is:

\[(a + b)^4 = 1a^4 + 4a^3b + 6a^2b^2 + 4ab^3 + 1b^4\]

General Term of the Expansion

The \((r+1)^\text{th}\) term in the expansion of \( (a + b)^n \) is:

\[T_{r+1} = \binom{n}{r} a^{n-r} b^r\]

This formula is useful for finding any specific term without expanding the entire expression.

Properties of Binomial Coefficients and Expansion

  • Sum of coefficients: The sum of all binomial coefficients for a fixed \( n \) is \( 2^n \), i.e., \( \sum_{r=0}^n \binom{n}{r} = 2^n \).
  • Symmetry: \( \binom{n}{r} = \binom{n}{n-r} \).
  • Middle term: For even \( n \), the middle term is the \( \left(\frac{n}{2} + 1\right)^\text{th} \) term; for odd \( n \), there are two middle terms.

Applications of Binomial Theorem

The binomial theorem is widely used in algebra, probability, combinatorics, and even calculus for approximations.

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

Connection to Sets and Combinatorics

Binomial coefficients also represent the number of subsets of size \( r \) from a set of size \( n \). This is directly linked to the concept of power sets and subsets in set theory.

For example, if a set \( S \) has \( n \) elements, then the number of subsets with exactly \( r \) elements is \( \binom{n}{r} \). The total number of subsets (the power set) is \( 2^n \).

Exam Tips and Common Mistakes

  • Remember to use factorial notation carefully when calculating binomial coefficients.
  • Pay attention to the powers of \( a \) and \( b \) in each term; they always add up to \( n \).
  • Use Pascal's Triangle for quick coefficient lookups for small \( n \).
  • When asked for a specific term, identify \( r \) correctly (term number minus 1).
  • Check if the question involves \( (a - b)^n \), which introduces alternating signs.

Worked Examples

Example 1 (Easy)

Expand \( (x + 2)^3 \) using the Binomial Theorem.

Solution:

Here, \( n = 3 \), \( a = x \), \( b = 2 \).

\[ (x + 2)^3 = \sum_{r=0}^3 \binom{3}{r} x^{3-r} (2)^r \]

Calculate each term:

\[ \binom{3}{0} x^3 2^0 = 1 \cdot x^3 \cdot 1 = x^3 \]
\[ \binom{3}{1} x^2 2^1 = 3 \cdot x^2 \cdot 2 = 6x^2 \]
\[ \binom{3}{2} x^1 2^2 = 3 \cdot x \cdot 4 = 12x \]
\[ \binom{3}{3} x^0 2^3 = 1 \cdot 1 \cdot 8 = 8 \]

Final expansion:

\[ (x + 2)^3 = x^3 + 6x^2 + 12x + 8 \]

Example 2 (Medium)

Find the 4th term of the expansion of \( (2x - 3)^5 \).

Solution:

General term \( T_{r+1} = \binom{n}{r} a^{n-r} b^r \).

Here, \( n=5 \), \( a=2x \), \( b = -3 \), and we want the 4th term, so \( r=3 \).

\[ T_4 = \binom{5}{3} (2x)^{5-3} (-3)^3 = \binom{5}{3} (2x)^2 (-27) \] \[ = 10 \times 4x^2 \times (-27) = 10 \times 4 \times (-27) x^2 = -1080 x^2 \]

Answer: \( -1080 x^2 \)

Example 3 (Easy)

Find the sum of the coefficients in the expansion of \( (3x + 2)^4 \).

Solution:

Sum of coefficients is found by putting \( x=1 \):

\[ (3 \times 1 + 2)^4 = (3 + 2)^4 = 5^4 = 625 \]

Answer: 625

Example 4 (Hard)

Find the term independent of \( x \) in the expansion of \( \left( x^2 + \frac{1}{x} \right)^6 \).

Solution:

General term:

\[ T_{r+1} = \binom{6}{r} (x^2)^{6-r} \left(\frac{1}{x}\right)^r = \binom{6}{r} x^{2(6-r)} x^{-r} = \binom{6}{r} x^{12 - 2r - r} = \binom{6}{r} x^{12 - 3r} \]

Term independent of \( x \) means power of \( x = 0 \):

\[ 12 - 3r = 0 \implies 3r = 12 \implies r = 4 \]

Calculate the term for \( r=4 \):

\[ T_5 = \binom{6}{4} (x^2)^2 \left(\frac{1}{x}\right)^4 = \binom{6}{4} x^{4} x^{-4} = \binom{6}{4} = 15 \]

Answer: 15

Example 5 (Medium)

Find the coefficient of \( x^3 \) in the expansion of \( (1 + 2x)^5 \).

Solution:

General term:

\[ T_{r+1} = \binom{5}{r} 1^{5-r} (2x)^r = \binom{5}{r} 2^r x^r \]

We want the term where power of \( x \) is 3, so \( r=3 \):

\[ \binom{5}{3} 2^3 x^3 = 10 \times 8 \times x^3 = 80 x^3 \]

Coefficient of \( x^3 \) is 80.

Formula Bank

  • Binomial Expansion: \( (a + b)^n = \sum_{r=0}^n \binom{n}{r} a^{n-r} b^r \)
  • Binomial Coefficient: \( \binom{n}{r} = \frac{n!}{r! (n-r)!} \)
  • General Term: \( T_{r+1} = \binom{n}{r} a^{n-r} b^r \)
  • Sum of Coefficients: \( \sum_{r=0}^n \binom{n}{r} = 2^n \)
  • Symmetry: \( \binom{n}{r} = \binom{n}{n-r} \)
  • Number of subsets of size \( r \) from \( n \) elements: \( \binom{n}{r} \)
  • Total number of subsets (power set): \( 2^n \)
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Binomial Theorem · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.