👁 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

Applications of Binomial Theorem

Learning objective
Apply binomial theorem to find terms, approximations and solve problems.

Applications of Binomial Theorem

The Binomial Theorem is a powerful tool in algebra that allows us to expand expressions of the form \( (a + b)^n \) where \( n \) is a non-negative integer. Beyond expansion, it has numerous applications including finding particular terms, approximations for expressions with small terms, and determining the greatest coefficient in the expansion.

1. Particular Terms in Binomial Expansion

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

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

Here, the general term (also called the \( (r+1)^{th} \) term) is:

\[ T_{r+1} = \binom{n}{r} a^{n-r} b^r \quad \text{for } r = 0, 1, 2, \ldots, n \]

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

Middle Term: When \( n \) is even, the middle term is the \( \left(\frac{n}{2} + 1\right)^{th} \) term. When \( n \) is odd, there are two middle terms: the \( \left(\frac{n+1}{2}\right)^{th} \) and \( \left(\frac{n+3}{2}\right)^{th} \) terms.

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

Solution:

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

2. Approximations Using Binomial Theorem

The binomial theorem is also used to approximate expressions of the form \( (1 + x)^n \) when \( |x| < 1 \) and \( n \) is any real number (not necessarily an integer). For small \( x \), higher powers of \( x \) become very small and can be ignored for approximation.

For example, for \( |x| \ll 1 \),

\[(1 + x)^n \approx 1 + nx + \frac{n(n-1)}{2} x^2 + \ldots\]

This is particularly useful in physics and engineering for simplifying complex expressions.

Example: Approximate \( (1.02)^5 \) using the binomial theorem.

Solution:

\[(1 + 0.02)^5 \approx 1 + 5 \times 0.02 + \frac{5 \times 4}{2} (0.02)^2 = 1 + 0.1 + 10 \times 0.0004 = 1 + 0.1 + 0.004 = 1.104\]

The exact value is approximately 1.10408, so the approximation is quite close.

3. Greatest Coefficient in Binomial Expansion

In the expansion of \( (a + b)^n \), the binomial coefficients \( \binom{n}{r} \) determine the coefficients of each term. The greatest coefficient is the maximum value among these binomial coefficients.

Properties:

  • Binomial coefficients are symmetric: \( \binom{n}{r} = \binom{n}{n-r} \).
  • The greatest coefficient(s) occur near the middle term(s).

Finding the Greatest Coefficient:

For \( n \) even, the greatest coefficient is \( \binom{n}{\frac{n}{2}} \).

For \( n \) odd, the two middle coefficients \( \binom{n}{\frac{n-1}{2}} \) and \( \binom{n}{\frac{n+1}{2}} \) are equal and greatest.

Example: Find the greatest coefficient in the expansion of \( (1 + x)^{10} \).

Solution:

\[\text{Greatest coefficient} = \binom{10}{5} = \frac{10!}{5!5!} = 252\]

4. Real-World Applications

The binomial theorem is widely used in probability theory, combinatorics, and algebraic identities. For example, the coefficients \( \binom{n}{r} \) represent the number of ways to choose \( r \) elements from \( n \), which is fundamental in counting problems.

In probability, the binomial distribution uses these coefficients to calculate probabilities of exactly \( r \) successes in \( n \) independent Bernoulli trials.

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

Pascal's Triangle shows binomial coefficients visually, illustrating symmetry and the pattern of coefficients.

Worked Examples

Example 1: Find the 5th term in the expansion of \( (3x - 2)^7 \) (Medium)

Solution:

\[ T_5 = \binom{7}{4} (3x)^{7-4} (-2)^4 = \binom{7}{4} (3x)^3 (16) \] \[ = 35 \times 27 x^3 \times 16 = 35 \times 432 x^3 = 15120 x^3 \]

Answer: \( 15120 x^3 \)

Example 2: Approximate \( \sqrt[3]{1.05} \) using binomial expansion (Easy)

Solution:

\[ \sqrt[3]{1.05} = (1 + 0.05)^{\frac{1}{3}} \approx 1 + \frac{1}{3}(0.05) - \frac{1}{9} \frac{(0.05)^2}{2} = 1 + 0.0167 - 0.00139 = 1.0153 \]

Answer: Approximately \( 1.0153 \)

Example 3: Find the greatest coefficient in the expansion of \( (2 + x)^{12} \) (Medium)

Solution:

\[ \text{Greatest coefficient} = \binom{12}{6} = \frac{12!}{6!6!} = 924 \]

Answer: 924

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

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} \]

For term independent of \( x \), power of \( x = 0 \):

\[ 12 - 3r = 0 \implies 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: Find the coefficient of \( x^3 \) in the expansion of \( (1 + 2x)^5 \) (Easy)

Solution:

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

We want coefficient of \( x^3 \), so \( r=3 \):

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

Answer: 80

Formula Bank

  • Binomial Expansion: \( (a + b)^n = \sum_{r=0}^n \binom{n}{r} a^{n-r} b^r \)
  • General Term: \( T_{r+1} = \binom{n}{r} a^{n-r} b^r \)
  • Middle Term: For even \( n \), middle term is \( T_{\frac{n}{2}+1} \); for odd \( n \), middle terms are \( T_{\frac{n+1}{2}} \) and \( T_{\frac{n+3}{2}} \)
  • Approximation for small \( x \): \( (1 + x)^n \approx 1 + nx + \frac{n(n-1)}{2} x^2 + \ldots \)
  • Greatest Binomial Coefficient: For even \( n \), \( \binom{n}{\frac{n}{2}} \); for odd \( n \), \( \binom{n}{\frac{n-1}{2}} = \binom{n}{\frac{n+1}{2}} \)
  • Binomial Coefficient Formula: \( \binom{n}{r} = \frac{n!}{r! (n-r)!} \)
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
Applications of 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.