What Is the Binomial Theorem, and Why Does It Matter?
The binomial theorem gives us a formula to expand expressions of the form (a+b)n without multiplying the brackets out n times. For small n like 2 or 3, you can do it by hand. But try expanding (x+2)10 the long way — you’ll be at it for an hour.
The theorem handles this in seconds. More importantly, it reveals a deep structure: every term in the expansion follows a predictable pattern involving binomial coefficients, which connect algebra, combinatorics, and even probability.
In JEE Main, this topic carries consistent 2–3% weightage — roughly 2 questions per paper. In CBSE Class 11, it’s a full chapter with direct questions in both the school exam and competitive papers. The good news: with the theorem itself, Pascal’s Triangle, and the general term formula, you can solve every standard question that appears.
We’ll work through everything — from the statement to the trickiest JEE-level applications.
Key Terms and Definitions
Binomial expression: Any expression with exactly two terms, like (a+b), (x−y), or (2x+3).
Index (or exponent): The power n to which the binomial is raised. In the theorem, n is a non-negative integer (for the standard version we study in Class 11).
Binomial coefficient: Written as (rn) or nCr, this counts the number of ways to choose r items from n. It equals:
(rn)=r!(n−r)!n!
General term: The formula for the (r+1)-th term of the expansion — the most-used formula in JEE problems.
Pascal’s Triangle: A triangular array where each entry is the sum of the two entries above it. Row n gives the binomial coefficients for (a+b)n.
Middle term: The term at the exact centre of the expansion. Exists uniquely when n is even; when n is odd, there are two middle terms.
The Binomial Theorem — Statement and Structure
(a+b)n=r=0∑n(rn)an−rbr
Expanded out:
(a+b)n=(0n)an+(1n)an−1b+(2n)an−2b2+⋯+(nn)bn
Total number of terms: n+1
The General Term
This is the formula you’ll use in 80% of JEE questions on this topic.
Tr+1=(rn)⋅an−r⋅br
Here r=0,1,2,…,n.
Note: Tr+1 means the (r+1)-th term. So the 1st term is T1 (put r=0), the 2nd term is T2 (put r=1), and so on.
The Middle Term
If n is even: middle term is T2n+1
If n is odd: two middle terms — T2n+1 and T2n+3
Important Properties
The binomial coefficients satisfy: (rn)=(n−rn) (symmetry)
Sum of all binomial coefficients: ∑r=0n(rn)=2n
Sum of coefficients at odd positions = Sum at even positions = 2n−1
(rn)+(r−1n)=(rn+1) — this is Pascal’s identity
Methods and Worked Examples
Method 1 — Direct Expansion (for small n)
When to use:n≤4 or when the full expansion is asked.
Example: Expand (x+2)4.
Tr+1=(r4)x4−r⋅2r,r=0,1,2,3,4
r=0: (04)x4⋅1=x4
r=1: (14)x3⋅2=8x3
r=2: (24)x2⋅4=24x2
r=3: (34)x⋅8=32x
r=4: (44)⋅16=16
(x+2)4=x4+8x3+24x2+32x+16
Method 2 — Finding a Specific Term
When to use: “Find the 4th term”, “find the term independent of x”, “find the coefficient of xk”.
Example: Find the term independent of x in (x−x21)9.
Always simplify the power of x as a single expression in r before setting it equal to the required value. Trying to do this mentally leads to sign errors.
Method 3 — Finding the Numerically Greatest Term
This is a Class 11 / JEE Main topic that appears occasionally. The idea: find r such that TrTr+1≥1.
Q3. If the coefficients of (2r+1)-th and (r+2)-th terms in the expansion of (1+x)43 are equal, find r.
The coefficient of the (2r+1)-th term is (2r43).
The coefficient of the (r+2)-th term is (r+143).
Setting them equal: (2r43)=(r+143)
Either 2r=r+1⇒r=1, or 2r+(r+1)=43⇒3r=42⇒r=14.
Both values are valid. Answer: r=1 or r=14.
This type — “two coefficients are equal, find r” — appeared in JEE Main 2023 and CBSE Board 2022. The key insight: (an)=(bn) means either a=b or a+b=n. Memorise this.
Hard — JEE Advanced Level
Q4. Find the sum r=0∑nr⋅(rn).
Why this works: We use the identity r⋅(rn)=n⋅(r−1n−1).
r=0∑nr⋅(rn)=nr=1∑n(r−1n−1)=n⋅2n−1
The sum equals n⋅2n−1. This result is used in probability and combinatorics problems in JEE Advanced.
Q5. Find the coefficient of x5 in the expansion of (1+x)21+(1+x)22+⋯+(1+x)30.
This is a geometric series of binomials. Coefficient of x5 in each term is (521),(522),…,(530).
Sum =(521)+(522)+⋯+(530).
Using the hockey stick identity: i=r∑n(ri)=(r+1n+1).
=(631)−(621)=736281−54264=682017
Exam-Specific Tips
CBSE Class 11
CBSE typically asks: direct expansion (1 mark), general term (2 marks), middle term (2 marks), and one application problem like finding the value of an expression using binomial approximation (3 marks). The full expansion of (a+b)4 or (a+b)5 comes with partial marking — write all terms to ensure you don’t lose marks on the coefficient.
Always show the general term formula before substituting — it earns you a step mark.
In approximation problems (like computing 1.04 using binomial), keep terms up to x3 unless told otherwise.
JEE Main
In JEE Main, binomial theorem questions are almost always of these three types: (1) find the term independent of x, (2) find coefficient of a specific power, (3) sum of binomial coefficients identities. The last type is increasing in frequency from 2022 onward. Practice at least 10 each of Types 1 and 2, and 5 of Type 3.
Weightage: 4 marks per question, 1–2 questions per paper.
For Type 1 (term independent of x): the answer is often an integer like −84, 252, or −672. A non-integer answer usually means you made a sign error.
JEE Advanced
At this level, questions combine binomial theorem with combinatorics or complex numbers. Common patterns: proving binomial coefficient identities, finding the greatest term, working with the sum ∑r2(rn).
The multinomial theorem (extension to (a+b+c)n) occasionally appears — know the general term formula: p!q!r!n!apbqcr where p+q+r=n.
Common Mistakes to Avoid
Mistake 1: Wrong numbering of terms.
Students write “4th term is T4, so r=4”. Wrong. The (r+1)-th term means T4 corresponds to r=3. Always subtract 1 from the term number to get r.
Mistake 2: Forgetting the negative sign in binomials like (x−y)n.
When b=−y, the general term has (−y)r, which is (−1)ryr. Students often drop (−1)r, getting the sign of alternating terms wrong.
Mistake 3: Middle term confusion when n is odd.
For (a+b)9, n=9 is odd, so there are TWO middle terms: T5 and T6. Students often report only one.
Mistake 4: Confusing (rn) with (rn+1) in Pascal’s identity.
The identity is (rn)+(r−1n)=(rn+1), not (r+1n+1). Draw it from Pascal’s Triangle until the pattern sticks.
Mistake 5: Not simplifying the combined power of x before solving.
In (x2+x1)9, students write Tr+1=(r9)(x2)9−r(x1)r and then forget to combine the exponents: 2(9−r)−r=18−3r. This is where most sign and power errors happen.
Practice Questions
Q1. Find the middle term(s) in the expansion of (x+x1)10.
n=10, even. Middle term is T6 (i.e., r=5).
T6=(510)x5⋅x−5=252⋅x0=252
The middle term is 252.
Q2. Find the coefficient of x3 in the expansion of (1−2x)7.
Tr+1=(r7)(1)7−r(−2x)r=(r7)(−2)rxr
For x3: r=3.
T4=(37)(−2)3=35×(−8)=−280
Coefficient of x3 is −280.
Q3. Show that 210=1024 using the binomial theorem.
(1+1)10=r=0∑10(r10)=(010)+(110)+⋯+(1010)
=1+10+45+120+210+252+210+120+45+10+1=1024
Q4. Find the term independent of x in (x−x2)12.
Tr+1=(r12)(x)12−r(−x2)r=(r12)(−2)rx212−r−r
Power of x: 212−r−r=212−3r.
Set equal to 0: 12−3r=0⇒r=4.
T5=(412)(−2)4=495×16=7920
Q5. If the 3rd and 4th terms of (a+b)n are 60 and 160 respectively, and the 5th term is 240, find a, b, n.
T3=(2n)an−2b2=60
T4=(3n)an−3b3=160
T5=(4n)an−4b4=240
Dividing T4/T3: 3(n−2)⋅ab=38
Dividing T5/T4: 4(n−3)⋅ab=23
From these: n−3n−2=3/28/3⋅34=2732⋅11… (solve simultaneously to get n=5, b/a=2, and using T3: a=1, b=2.)
Answer: n=5, a=1, b=2.
Q6. Find the sum: (010)+(110)+(210)+⋯+(510).
Total sum =210=1024. By symmetry, the first half equals the second half, except the middle term (510)=252 is counted once.
Sum=2210+(510)=21024+252=638
Q7. Find the numerically greatest term in the expansion of (3−5x)15 when x=51.
Here a=3, b=−5x=−1 (substituting x=1/5), n=15.
∣Tr∣∣Tr+1∣=r16−r⋅31
Set ≥1: 16−r≥3r⇒r≤4.
So r=4, meaning T5 is the greatest term.
T5=(415)(3)11(−1)4=1365×177147=241,805,655
Q8. Prove that (1n)+2(2n)+3(3n)+⋯+n(nn)=n⋅2n−1.
Differentiate (1+x)n=∑r=0n(rn)xr with respect to x:
n(1+x)n−1=r=1∑nr(rn)xr−1
Put x=1:
n⋅2n−1=r=1∑nr(rn)=(1n)+2(2n)+⋯+n(nn)
Proved.
Frequently Asked Questions
Q: What is the total number of terms in the expansion of (a+b+c)n?
It’s 2(n+1)(n+2). For a trinomial, we use the multinomial theorem. The general term is p!q!r!n!apbqcr where p+q+r=n.
Q: Can the binomial theorem be applied when n is a fraction or negative?
Yes — but only for ∣x∣<1, and the expansion becomes an infinite series. This is called the generalised binomial theorem and is studied in higher classes. For JEE Main, you need only the finite case where n is a positive integer.
Q: What is Pascal’s Triangle and how is it related to the binomial theorem?
Pascal’s Triangle lists binomial coefficients row by row. Row n gives (0n),(1n),…,(nn). Each entry is the sum of the two entries directly above it (Pascal’s identity: (rn)=(r−1n−1)+(rn−1)). For n≤6, it’s faster to read coefficients off Pascal’s Triangle than to compute them.
Q: How do I find which term has the maximum value in a binomial expansion?
Compute the ratio TrTr+1 and find where it transitions from >1 to <1. The term at the transition point is the greatest. If TrTr+1=1 for some r, then Tr+1 and Tr+2 are both the greatest (equal maximum terms).
Q: Is there a shortcut to find the sum of coefficients of a binomial expansion?
Put x=1 (and y=1 if there are two variables). For example, the sum of coefficients in (3x−2y)10 is (3−2)10=1. The sum of coefficients of (2x+1)5 is (2+1)5=243.
Q: What is the difference between “term” and “coefficient” in these questions?
The term includes the variable part (like 252x4), while the coefficient is just the number (252). In JEE, “find the coefficient of x3” means give the number multiplying x3, not the full term.
Q: How many PYQs from binomial theorem appear in JEE Main each year?
Typically 1–2 questions per shift, so 2–4 across a full session. From 2020–2024, the most tested subtopics were: term independent of x (appeared 8 times), greatest term (4 times), and coefficient equalities (6 times). Binomial identities via differentiation/integration appeared 3 times in 2023–24 alone — this is a rising trend.
Q: Why do we need (rn) rather than just the powers of a and b?
Because (rn) counts the number of ways the term an−rbr can arise when we multiply out n brackets. Each bracket contributes either an a or a b. Choosing which r brackets give b (and the rest give a) is a combinations problem — and that’s exactly (rn). The theorem isn’t just algebra; it’s combinatorics in disguise.