Binomial Theorem — revision notes (JEE Advanced)
The binomial theorem is a computational workhorse. Advanced tests general-term extraction, greatest term/coefficient, sums of binomial coefficients (via differentiation/integration or clever substitution), and the binomial series for fractional/negative indices. Manipulating the general term is the core skill.
Key results
- Expansion: (a+b)ⁿ = Σ nCr a^(n−r) bʳ; general term T(r+1) = nCr a^(n−r) bʳ.
- Coefficient sums: Σ nCr = 2ⁿ; Σ(−1)ʳ nCr = 0; Σ r·nCr = n·2^(n−1); Σ nCr² = C(2n, n).
- Middle term: one middle term nC(n/2) for even n; two for odd n.
- Greatest term: find r where T(r+1)/T(r) ≥ 1 crosses 1.
- Binomial series (|x|<1): (1+x)ⁿ = 1 + nx + n(n−1)/2! x² + ... for any real n (infinite if n not a non-negative integer).
| Sum | Value |
|---|---|
| Σ nCr | 2ⁿ |
| Σ (−1)ʳ nCr | 0 |
| Σ r·nCr | n·2^(n−1) |
| Σ nCr² | C(2n, n) |
Exam Tricks & Tips
- 🎯 Extract any specific term by setting the power of x in T(r+1) = nCr a^(n−r) bʳ equal to the target — the standard "coefficient of x^k" method.
- 🎯 Differentiate or integrate (1+x)ⁿ then substitute x=1 or x=−1 to evaluate weighted coefficient sums like Σ r·nCr.
- 🎯 Σ nCr² = C(2n, n) comes from comparing coefficients in (1+x)ⁿ(1+x)ⁿ = (1+x)^(2n) — a frequently tested identity.
- 🎯 For the greatest term, compute the ratio T(r+1)/T(r) and find where it drops below 1; for greatest coefficient, treat r as continuous.
- 🎯 Use the fractional/negative-index binomial series only for |x| < 1; it is the tool for approximations like (1+x)^(1/2).
- ❌ Common mistake: applying the finite binomial theorem to a negative/fractional exponent — those give an infinite series valid only for |x|<1.
Expected exam pattern
1–2 questions: a general-term/coefficient extraction and a coefficient-sum identity (often integer). Occasionally an approximation via the binomial series.
Quick recap
General term nCr a^(n−r) bʳ; set the exponent to target a specific term. Key sums: Σ nCr = 2ⁿ, Σ r nCr = n2^(n−1), Σ nCr² = C(2n,n). Use differentiation/integration tricks. Fractional-index series needs |x|<1.
Binomial Theorem — Flashcards (JEE Advanced)
Cover the answer, recall, then check. 11 cards on the binomial theorem for JEE Advanced.
Q1. General term of (a + b)ⁿ.
A1. T(r+1) = nCr a^(n−r) bʳ.
Q2. Sum of all binomial coefficients Σ nCr.
A2. 2ⁿ (set x = 1 in (1+x)ⁿ).
Q3. Value of Σ(−1)ʳ nCr.
A3. 0 (set x = −1).
Q4. Value of Σ r·nCr.
A4. n·2^(n−1) (differentiate then set x = 1).
Q5. Identity for Σ (nCr)².
A5. Σ (nCr)² = C(2n, n).
Q6. Middle term(s) for even vs odd n.
A6. One middle term for even n (T at n/2); two for odd n.
Q7. How to find the coefficient of a specific power x^k?
A7. Set the exponent in the general term equal to k, solve for r, then read nCr times the constants.
Q8. Validity condition for the binomial series with fractional index.
A8. |x| < 1.
Q9. First three terms of (1 + x)^n for real n.
A9. 1 + nx + n(n−1)/2! x².
Q10. How to locate the greatest term in an expansion?
A10. Find r where the ratio T(r+1)/T(r) crosses 1.
Q11. Sum of coefficients of even-position terms in (1+x)ⁿ.
A11. 2^(n−1) (half of 2ⁿ, from combining x=1 and x=−1).
Binomial Theorem
The binomial theorem expands (a + b)ⁿ and, through its coefficients, connects to combinatorics, series and approximation. JEE Advanced tests general-term extraction, coefficient identities, and the binomial series for non-integer exponents.
Core concept: (a + b)ⁿ = Σ ⁿCᵣ a^(n−r) bʳ; the general term ⁿCᵣ a^(n−r) bʳ is the key that finds any specific term without full expansion.
Core ideas
Beginner — the expansion and general term
(a + b)ⁿ = Σ (r=0 to n) ⁿCᵣ a^(n−r) bʳ. There are n+1 terms; coefficients are symmetric (ⁿCᵣ = ⁿC_{n−r}). The general term T_{r+1} = ⁿCᵣ a^(n−r) bʳ locates a required term: set the power of x to the desired value and solve for r. The middle term is the ((n/2)+1)th if n is even, or two middle terms if n is odd — often the greatest coefficient.
Intermediate — finding terms and greatest coefficient
To find the term independent of x (constant term), set the net power of x to zero in the general term. The greatest term numerically is found by the ratio T_{r+1}/T_r ≥ 1 test. The greatest binomial coefficient is the middle one. Coefficient of a specific power comes from solving the exponent equation for r (reject non-integer r).
Advanced — coefficient identities and the binomial series
Setting x = 1 gives ΣⁿCᵣ = 2ⁿ; x = −1 gives the alternating sum 0 (for n ≥ 1); combining picks even/odd coefficient sums (each 2^(n−1)). Differentiation/integration of the expansion generates identities like Σ r·ⁿCᵣ = n·2^(n−1) and Σ ⁿCᵣ/(r+1) = (2^(n+1)−1)/(n+1). The Vandermonde/product identities (Σ ⁿCᵣ·ᵐC_{k−r} = ⁿ⁺ᵐC_k) come from comparing coefficients in (1+x)ⁿ(1+x)ᵐ. For non-integer or negative n, (1+x)ⁿ = 1 + nx + n(n−1)x²/2! + … converges for |x| < 1 — the basis of approximations like (1+x)^(1/2) ≈ 1 + x/2.
Worked example
Find the term independent of x in (x² − 1/x)⁹. General term T_{r+1} = ⁹Cᵣ (x²)^(9−r)(−1/x)ʳ = ⁹Cᵣ (−1)ʳ x^(18−2r−r) = ⁹Cᵣ(−1)ʳ x^(18−3r). For the term independent of x, set 18 − 3r = 0 ⇒ r = 6. So the term is ⁹C₆(−1)⁶ = ⁹C₆ = 84. The "set the net power to zero, solve for r, check it is a valid integer" procedure is the exact JEE method — here r = 6 is valid (0 ≤ 6 ≤ 9).
How JEE Advanced tests this
Extracting a specific/independent/middle/greatest term via the general term; coefficient of a given power; proving/evaluating coefficient sum identities (using x = ±1, differentiation, integration, or product comparison); greatest-term computation; and binomial-series approximations for fractional powers.
Exam tricks & shortcuts
- General term T_{r+1} = ⁿCᵣ a^(n−r)bʳ — set the exponent to the target, solve for r.
- ΣⁿCᵣ = 2ⁿ (put x = 1); alternating sum 0 (put x = −1).
- Σ r·ⁿCᵣ = n2^(n−1) (differentiate); the middle coefficient is greatest.
- (1+x)ⁿ series for any n converges when |x| < 1.
Accepting a non-integer or out-of-range r when solving the exponent equation — such a term simply does not exist. Also using the finite binomial theorem for negative/fractional n (there you need the infinite binomial series, valid only for |x| < 1).
- ✓- (a+b)ⁿ = ΣⁿCᵣa^(n−r)bʳ; T_{r+1} = ⁿCᵣa^(n−r)bʳ locates any term.
- ✓- Independent term: net power of x = 0, solve for integer r.
- ✓- Coefficient identities via x = ±1, differentiation, integration, product comparison.
- ✓- Binomial series (1+x)ⁿ for any n when |x| < 1 → approximations.
- ✓The general term is the master tool: set the exponent to what you want and solve for r. Coefficient identities come from evaluating or calculus-transforming the expansion, and the infinite series handles fractional powers.
Binomial Theorem — Formula Sheet
Key formulas
- (a+b)ⁿ = Σ ⁿCᵣ aⁿ⁻ʳ bʳ (n+1 terms).
- General term: T₍ᵣ₊₁₎ = ⁿCᵣ aⁿ⁻ʳ bʳ.
- Middle term: n even → (n/2+1)th; n odd → two middle terms.
- Coefficient properties: ΣⁿCᵣ = 2ⁿ; C₀+C₂+… = C₁+C₃+… = 2ⁿ⁻¹.
- Approximation (|x| < 1): (1+x)ⁿ ≈ 1 + nx; general series (1+x)ⁿ = Σ [n(n−1)…]/r! xʳ.
- ✓- T₍ᵣ₊₁₎ = ⁿCᵣ aⁿ⁻ʳ bʳ.
- ✓- Sum of coefficients = 2ⁿ (put variables = 1).
- ✓- (1+x)ⁿ ≈ 1 + nx for small x.
The general term locates any specific term or coefficient; set variables to 1/−1 to derive coefficient identities.
Binomial Theorem — Worked Example
Worked Example
Problem: Find the middle term in the binomial expansion of (2x − 3/x)⁸.
Solution:
For (a + b)ⁿ with n even, there is a single middle term: the (n/2 + 1)-th term. Here n = 8, so the middle term is the 5th term, T₅, corresponding to r = 4.
General term: T_{r+1} = C(8, r)(2x)^{8−r}(−3/x)^{r}.
For r = 4:
T₅ = C(8, 4)(2x)^{4}(−3/x)^{4}
= 70 · (2⁴ x⁴) · (3⁴ / x⁴) [(−3)⁴ = +81]
= 70 · 16 x⁴ · 81 / x⁴
= 70 · 16 · 81
= 90720.
The powers of x cancel (x⁴ · x⁻⁴ = 1), so the middle term is a constant.
Answer: The middle term is T₅ = 90720.
- ✓- For (a+b)ⁿ with n even, the middle term is T_{(n/2)+1}.
- ✓- Use the general term T_{r+1} = C(n, r) a^{n−r} b^{r}.
- ✓- Track signs: an even power of a negative term becomes positive.