Question
Find the coefficient of in the expansion of .
(CBSE 11 / JEE Main — Binomial Theorem)
Binomial Problem Type Decision Tree
flowchart TD
A["Binomial Problem"] --> B{What is asked?}
B -->|"Specific term (r+1)th"| C["T_{r+1} = nCr a^{n-r} b^r"]
B -->|"Coefficient of x^k"| D["Set power of x = k, solve for r"]
B -->|"Middle term"| E{"n even or odd?"}
B -->|"Term independent of x"| F["Set power of x = 0"]
B -->|"Sum of coefficients"| G["Put x = 1"]
E -->|Even: n=2m| H["(m+1)th term"]
E -->|Odd: n=2m+1| I["(m+1)th and (m+2)th terms"]
Solution — Step by Step
In the expansion of , the general th term is:
Here , , :
We need , so , giving .
Why This Works
The binomial theorem expands into terms. Each term has raised to a decreasing power and raised to an increasing power, with binomial coefficients in front. The power of in each term is determined by the exponent structure — setting this equal to the desired power gives us the specific term.
Alternative Method — Pascal’s Triangle for Small n
For small values of (up to 6-7), Pascal’s triangle gives the binomial coefficients quickly:
Row 8: 1, 8, 28, 56, 70, 56, 28, 8, 1
The coefficient is 56 (4th entry, starting from 0). Then multiply by as before.
For JEE Main, the “term independent of ” problem is a favourite. In expansions like , the general term has . Setting gives the term independent of . This pattern appears every 2-3 years in JEE Main.
Common Mistake
The biggest error: forgetting the negative sign. In , the second term is , not . So alternates signs: positive for even , negative for odd . With , . Students who write get the magnitude right but the sign wrong — costing full marks.
Another common slip: confusing with . The general term formula uses starting from 0 — so corresponds to , not .