Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Binomial Theorem (IIT JEE) – Complete Guide
Source: https://www.fatskills.com/iit-jee-math/chapter/how-to-solve-binomial-theorem-iit-jee

How to Solve: Binomial Theorem (IIT JEE) – Complete Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

How to Solve: Binomial Theorem (IIT JEE) – Complete Guide


Introduction

Mastering the Binomial Theorem unlocks 10+ marks in IIT JEE (Main + Advanced) by letting you crack general term, middle term, coefficient, and multinomial expansion problems in under 2 minutes—even when they’re disguised as word problems or combinatorics questions.


What You Need To Know First

  1. Factorials & Combinations – You must know what ( n! ) and ( \binom{n}{r} ) mean and how to compute them.
  2. Basic Algebra – Expanding ( (a + b)^2 ) or ( (x + y)^3 ) should be automatic.
  3. Exponents & Variables – Comfort with terms like ( x^r ), ( a^{n-r} ), and negative exponents.

Key Vocabulary

Term Plain-English Definition Quick Example
Binomial An expression with two terms (e.g., ( a + b )) ( x + 2 ), ( 3y - z )
Expansion Writing out all terms of ( (a + b)^n ) ( (x + 1)^2 = x^2 + 2x + 1 )
General Term The ( (r+1) )-th term in the expansion ( T_{r+1} = \binom{n}{r} a^{n-r} b^r )
Middle Term The term(s) exactly in the center of the expansion For ( n=4 ), terms ( T_3 ) (only one)
Coefficient The number multiplying the variables in a term In ( 5x^2y ), the coefficient is 5
Multinomial An expression with more than two terms ( (x + y + z)^3 )

Formulas To Know

1. Binomial Expansion (Main Formula)

[ (a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r ] - ( n ) = positive integer (power) - ( r ) = term number (starts at 0) - ( \binom{n}{r} ) = combination (also written as ( ^nC_r )) - MEMORISE THIS – It’s the foundation of every problem.

2. General Term (T_{r+1})

[ T_{r+1} = \binom{n}{r} a^{n-r} b^r ] - Gives the ( (r+1) )-th term in the expansion. - MEMORISE THIS – Used in 90% of problems.

3. Middle Term(s)

  • If ( n ) is even, there’s one middle term at ( r = \frac{n}{2} ).
  • If ( n ) is odd, there are two middle terms at ( r = \frac{n-1}{2} ) and ( r = \frac{n+1}{2} ).
  • MEMORISE THIS – Examiners love asking for middle terms.

4. Multinomial Expansion (For 3+ Terms)

[ (x_1 + x_2 + \dots + x_k)^n = \sum \frac{n!}{r_1! r_2! \dots r_k!} x_1^{r_1} x_2^{r_2} \dots x_k^{r_k} ] - ( r_1 + r_2 + \dots + r_k = n ) - Given on exam sheet – But you must know how to apply it.


Step-by-Step Method

How to Solve Any Binomial Theorem Problem

  1. Identify ( a, b, n ) – What are the two terms? What’s the power?
  2. Write the general term – ( T_{r+1} = \binom{n}{r} a^{n-r} b^r ).
  3. Find the required term – Plug in ( r ) based on the question (e.g., 5th term → ( r = 4 )).
  4. Simplify coefficients & exponents – Compute ( \binom{n}{r} ), ( a^{n-r} ), ( b^r ).
  5. Check for special cases – Middle term? Coefficient of ( x^k )? Negative exponents?
  6. For multinomials, use the formula and ensure ( r_1 + r_2 + \dots = n ).

Worked Example (Using Steps)

Question: Find the 6th term in the expansion of ( (2x - \frac{1}{x^2})^{10} ).

Solution: 1. Identify ( a, b, n ):
- ( a = 2x ), ( b = -\frac{1}{x^2} ), ( n = 10 ). 2. General term:
[
T_{r+1} = \binom{10}{r} (2x)^{10-r} \left(-\frac{1}{x^2}\right)^r
] 3. 6th term → ( r = 5 ) (since ( T_{r+1} ) is the ( (r+1) )-th term). 4. Plug in ( r = 5 ):
[
T_6 = \binom{10}{5} (2x)^5 \left(-\frac{1}{x^2}\right)^5
] 5. Simplify:
- ( \binom{10}{5} = 252 )
- ( (2x)^5 = 32x^5 )
- ( \left(-\frac{1}{x^2}\right)^5 = -\frac{1}{x^{10}} )
- Combine: ( 252 \times 32x^5 \times \left(-\frac{1}{x^{10}}\right) = -8064 x^{-5} ) 6. Final answer: ( -8064 x^{-5} ).

What we did and why: - We used the general term formula to find the specific term (6th term → ( r = 5 )). - Simplified exponents carefully (negative exponents can be tricky!). - Multiplied coefficients and variables separately.


Worked Examples

Example 1 – Basic (General Term)

Question: Find the coefficient of ( x^3 ) in ( (1 + 2x)^5 ).

Solution: 1. General term: ( T_{r+1} = \binom{5}{r} (1)^{5-r} (2x)^r = \binom{5}{r} 2^r x^r ). 2. We need ( x^3 ) → ( r = 3 ). 3. Coefficient = ( \binom{5}{3} \times 2^3 = 10 \times 8 = 80 ).

Answer: 80

What we did and why: - Used the general term to isolate the coefficient of ( x^3 ). - Recognized that ( r ) must match the exponent of ( x ).


Example 2 – Medium (Middle Term)

Question: Find the middle term in ( (3x - \frac{2}{x})^{8} ).

Solution: 1. ( n = 8 ) (even) → one middle term at ( r = \frac{8}{2} = 4 ). 2. General term: ( T_{r+1} = \binom{8}{r} (3x)^{8-r} \left(-\frac{2}{x}\right)^r ). 3. Plug ( r = 4 ):
[
T_5 = \binom{8}{4} (3x)^4 \left(-\frac{2}{x}\right)^4 = 70 \times 81x^4 \times \frac{16}{x^4} = 70 \times 81 \times 16 = 90720
] 4. Answer: 90720

What we did and why: - For even ( n ), there’s only one middle term at ( r = n/2 ). - Simplified exponents carefully (notice ( x^4 ) cancels out).


Example 3 – Exam-Style (Disguised Problem)

Question: If the ratio of the coefficients of ( x^3 ) and ( x^4 ) in ( (1 + x)^{2n} ) is 5:6, find ( n ).

Solution: 1. General term: ( T_{r+1} = \binom{2n}{r} x^r ). 2. Coefficient of ( x^3 ): ( \binom{2n}{3} ). 3. Coefficient of ( x^4 ): ( \binom{2n}{4} ). 4. Given ratio: ( \frac{\binom{2n}{3}}{\binom{2n}{4}} = \frac{5}{6} ). 5. Simplify:
[
\frac{\frac{2n(2n-1)(2n-2)}{6}}{\frac{2n(2n-1)(2n-2)(2n-3)}{24}} = \frac{5}{6}
]
[
\frac{4}{2n - 3} = \frac{5}{6} \implies 24 = 10n - 15 \implies 10n = 39 \implies n = 3.9
]
Wait! ( n ) must be an integer. Did we make a mistake? 6. Recheck: The ratio is 5:6, but we took ( \binom{2n}{3} / \binom{2n}{4} ). Maybe it’s the other way around?
[
\frac{\binom{2n}{4}}{\binom{2n}{3}} = \frac{6}{5} \implies \frac{2n - 3}{4} = \frac{6}{5} \implies 10n - 15 = 24 \implies 10n = 39 \implies n = 3.9
]
Still not an integer. What’s wrong? 7. Realization: The question says ratio of coefficients of ( x^3 ) to ( x^4 ), so:
[
\frac{\text{Coeff of } x^3}{\text{Coeff of } x^4} = \frac{5}{6} \implies \frac{\binom{2n}{3}}{\binom{2n}{4}} = \frac{5}{6}
]
But ( \binom{2n}{3} = \frac{2n(2n-1)(2n-2)}{6} ), ( \binom{2n}{4} = \frac{2n(2n-1)(2n-2)(2n-3)}{24} ).
[
\frac{4}{2n - 3} = \frac{5}{6} \implies 24 = 10n - 15 \implies n = \frac{39}{10} = 3.9
]
This suggests the question might have a typo. But in exams, recheck assumptions. 8. Alternative Approach: Maybe the expansion is ( (1 + x)^n ), not ( (1 + x)^{2n} ).
- Then ( \frac{\binom{n}{3}}{\binom{n}{4}} = \frac{5}{6} ).
- ( \frac{4}{n - 3} = \frac{5}{6} \implies 24 = 5n - 15 \implies 5n = 39 \implies n = 7.8 ).
Still not an integer. 9. Conclusion: The question likely expects ( n = 4 ) (check ( \binom{8}{3} / \binom{8}{4} = 56/70 = 4/5 ), not 5/6).
But if we take ( n = 5 ):
( \binom{10}{3} / \binom{10}{4} = 120/210 = 4/7 ).
No match.
Final Answer: The question may have an error, but if forced, ( n = 4 ) is the closest integer.

What we did and why: - Recognized that ratios of coefficients require setting up a proportion. - Simplified combinations carefully (factorials cancel out). - Exam trap: If the answer isn’t an integer, recheck the question—examiners rarely give non-integer ( n ).


Common Mistakes

Mistake Why it Happens Correct Approach
Wrong term number Confusing ( T_{r+1} ) with ( T_r ). Remember: ( T_{r+1} ) is the ( (r+1) )-th term. For the 5th term, ( r = 4 ).
Ignoring negative signs Forgetting ( (-1)^r ) in expansions like ( (a - b)^n ). Always include ( (-1)^r ) when the second term is negative.
Miscounting middle terms Assuming there’s always one middle term. If ( n ) is odd, there are two middle terms.
Exponent errors Messing up ( a^{n-r} b^r ) (e.g., ( (2x)^3 = 8x^3 ), not ( 2x^3 )). Apply exponents to both the coefficient and variable.
Multinomial confusion Forgetting that ( r_1 + r_2 + \dots = n ). Always check that the sum of exponents equals ( n ).

Exam Traps

Trap How to Spot it How to Avoid it
Disguised general term The question asks for the "term independent of ( x )" or "constant term." Set the exponent of ( x ) to zero and solve for ( r ).
Negative exponents The expansion has ( \frac{1}{x} ) or ( x^{-k} ). Simplify exponents carefully (e.g., ( x^{-3} \times x^5 = x^2 )).
Multinomial with constraints The question gives conditions like "coefficient of ( x^2 y^3 )" in ( (x + y + z)^5 ). Use the multinomial formula and ensure ( r_1 + r_2 + r_3 = 5 ).

1-Minute Recap (Night Before Exam)

"Listen up—this is all you need to remember for Binomial Theorem in IIT JEE:

  1. General term is your best friend: ( T_{r+1} = \binom{n}{r} a^{n-r} b^r ). Write it down every single time.
  2. For the ( k )-th term, ( r = k - 1 ). No exceptions.
  3. Middle term? If ( n ) is even, one term at ( r = n/2 ). If odd, two terms at ( r = (n \pm 1)/2 ).
  4. Coefficient of ( x^k )? Set the exponent of ( x ) in the general term to ( k ) and solve for ( r ).
  5. Negative signs? Always include ( (-1)^r ) if the second term is negative.
  6. Multinomial? Use ( \frac{n!}{r_1! r_2! \dots} ) and ensure ( r_1 + r_2 + \dots = n ).

Last tip: If a problem seems too hard, write the general term first. 90% of the time, the answer falls out. Now go crush it!



⚡ Recently practiced quizzes in this class

ADVERTISEMENT