Binomial Theorem
Binomial Theorem — A Deep-Dive for JEE Aspirants
The Binomial Theorem is a scoring chapter if you truly master coefficients, term selection, and identities. This guide covers core results, JEE-grade shortcuts, subtle pitfalls, and a themed Pascal’s Triangle visual you can reuse across posts.
1. Core statement and quick facts
Statement: For integer n ≥ 0,
(a + b)n = Σk=0n C(n, k) · an−k bk
- Coefficient: C(n, k) = n! / [k!(n−k)!]
- General term: Tk+1 = C(n, k) an−k bk
- Total terms: n + 1
- First/last term: an and bn
Coefficient identities
- Symmetry: C(n, k) = C(n, n−k)
- Pascal identity: C(n, k) = C(n−1, k−1) + C(n−1, k)
- Sum: Σ C(n, k) = 2n
- Squares: Σ C(n, k)2 = C(2n, n)
Derivative-powered sums
- Σ k C(n,k): n·2n−1
- Σ k2 C(n,k): n(n+1)·2n−2
- Alternating sum: Σ (−1)kC(n,k) = 0 (n ≥ 1)
2. Picking terms like a pro
Specific term Tr+1
Template: In (a + b)n, Tr+1 = C(n, r) an−rbr.
JEE check: If b contains x (e.g., b = kxm), solve m·r = target power to get r, then plug back.
Term independent of x
- Set exponent to zero: If b = kxm and a contains xp, solve p(n−r) + m r = 0 for integer r in [0, n].
- Validate domain: Non-integer r means no independent term.
Middle term(s)
- n even: one middle term at position n/2 + 1.
- n odd: two middle terms at positions (n+1)/2 and (n+3)/2.
- Sign caution: If b has a negative, signs alternate from term to term.
Numerically greatest term
- Positive x: In (1 + x)n, the index r maximizing |Tr+1| is near (n+1)x/(1+x). Compare adjacent terms to finalize.
- Negative x: Use |x| in the estimate (n+1)|x|/(1+|x|); remember signs alternate, so “numerically” greatest ignores sign.
- Fast test: Compare |Tr+2/Tr+1| = |((n−r)/(r+1)) x| with 1 to decide direction.
3. Generalized binomial (any rational index)
Expansion: For rational r and |x| < 1,
(1 + x)r = 1 + r x + [r(r−1)/2!] x2 + [r(r−1)(r−2)/3!] x3 + …
- Radius: Converges for |x| < 1. At x = −1, check case-by-case.
- Inequalities: For r ∈ (0, 1) and x ≥ −1, (1+x)r ≤ 1 + r x; for r ≥ 1 and x ≥ −1, (1+x)r ≥ 1 + r x.
- Approximations: For small |x|, keep 2–3 terms; truncation error is roughly the next term’s magnitude if terms decrease. If x ∈ (−1, 0) the series alternates, so error ≤ first neglected term.
- JEE usage: Limits, series comparison, and error-bound estimates in approximations.
4. Coefficient extraction playbook
Convolutions
- Product rule: Coeff of xk in (1+x)n(1+ax)m is Σj=0..k ak−jC(n, j)C(m, k−j).
- Vandermonde: Σj C(r, j)C(s, n−j) = C(r+s, n), great for integer r, s.
Parameter tricks
- Differentiation: From (1+x)n, get Σ k C(n,k) xk−1 and evaluate at x=1 for fast sums.
- Substitution: Use x → −x or x → 1/x to flip signs or reverse orders.
- Roots of unity filter: Extract coefficients of multiples of m by averaging values at m-th roots of unity (advanced but potent).
5. Classic JEE question patterns and pitfalls
- Independent term: Solve exponent equation carefully and check r ∈ [0, n]. Missing this integer check is a common −1 mistake.
- Comparing terms: Always compare |Tr+2/Tr+1| to 1. One comparison often decides direction without brute force.
- Signs: If expression has negatives, track sign separately after fixing magnitude.
- Middle terms: For odd n there are two middle terms; if asked for “sum of middle terms,” add both with correct signs.
- Series misuse: Don’t apply generalized binomial beyond |x|<1. For |x|≥1, switch to algebraic factoring or rationalization.
6. Worked examples (JEE style)
Example 1: Specific term
Q: Find the coefficient of x7 in (2 − 3x)9.
Solve: Term Tr+1 = C(9,r)·29−r(−3x)r has x-power r. Set r = 7.
Coeff: C(9,7)·22(−3)7 = 36 · 4 · (−2187) = −314,928.
Example 2: Independent of x
Q: Term independent of x in (x2 + 3/x)10.
Exponent: Power of x in Tr+1 is 2(10−r) − r = 20 − 3r = 0 ⇒ r = 20/3 (not integer) ⇒ No such term.
Example 3: Numerically greatest term
Q: Numerically greatest term in (1 − 0.4)12.
Estimate: Use t ≈ (n+1)|x|/(1+|x|) = 13·0.4/1.4 ≈ 3.714 ⇒ check r = 3, 4.
Compare: |T5/T4| = |((12−4)/(4+1))·(0.4)| = (8/5)·0.4 = 0.64 < 1 ⇒ r=4 is past the peak; hence r=3 gives the numerically greatest term.
Example 4: Generalized binomial approximation
Q: Approximate (1.02)5/2 up to error ≤ 10−4.
Series: (1+x)5/2 = 1 + (5/2)x + (5·3/8)x2 + (5·3·1/48)x3 + … for x=0.02.
Compute: 1 + 2.5(0.02) + 1.875(0.0004) + 0.104166…(0.000008) ≈ 1 + 0.05 + 0.00075 + 0.00000083 ≈ 1.05075083. Next term magnitude ≈ O(10−7) < 10−4, so acceptable.
7. Pascal’s Triangle (custom theme)
Use this themed, resolution-independent visual. It auto-generates rows, colors by magnitude, and fits your blog’s palette.
8. Practice set (with crisp answers)
- Coefficient hunt: Coeff of x10 in (1 + 2x)8(1 − x)7.
Answer: Σj=0..8 C(8,j)2j · C(7, 10−j)(−1)10−j = compute only valid 10−j∈[0,7] ⇒ j ∈ {3..10} ∩ [0..8] = {3..8}. Evaluate to get −1024.
- Middle terms: Sum of middle term(s) in (1 − 4x)9.
Answer: n=9 odd ⇒ positions 5 and 6. Sum = C(9,4)(1)5(−4x)4 + C(9,5)(1)4(−4x)5 = 126·256 x4 − 126·256·4 x5.
- Independent term: In (2x − 1/x2)12.
Answer: Power: (12−r)·1 + r·(−2) = 12 − 3r = 0 ⇒ r=: 1 + 2.5(0.02) + 1.875(0.0004) + 0.104166…(0.000008) ≈ 1 + 0.05 + 0.00075 + 0.00000083 ≈ 1.05075083. Next term magnitude ≈ O(10−7) < 10−4, so acceptable.
7. Pascal’s Triangle (custom theme)
Use this themed, resolution-independent visual. It auto-generates rows, colors by magnitude, and fits your blog’s palette.
How to customize: Adjust color variables at the top. Toggle “Show numbers” to switch between dots and coefficients.Pascal’s Triangle