Question
(JEE Main pattern) In the expansion of , find: (a) the general term, (b) the term independent of (constant term), (c) the coefficient of .
Solution — Step by Step
For , the general term is:
For our expansion with , , :
For the constant term, the power of must be zero:
Substituting :
Computing: . So the constant term is , a specific number — leave in product form for cleanliness.
Set .
So the coefficient of is .
(a) general term as above, (b) constant term at , (c) coefficient of .
Why This Works
The binomial theorem expands into terms, each indexed by from 0 to . The general term contains everything you need: , the powers of and , and after combining, the power of .
To find a specific term (constant, , etc.), set the power of to the required value and solve for . If is a non-negative integer in , that term exists; otherwise, the required term doesn’t exist in the expansion.
JEE Main shortcut: always write the general term first. Every binomial expansion question — coefficient finding, middle term, term independent — is a one-liner once you have the general term.
Alternative Method
For specific small expansions, you could write all 16 terms and pick out the desired one. For , this is tedious — the general-term method scales much better.
Common Mistake
Students forget that corresponds to index — so is the 6th term but uses . Mixing up the off-by-one in this indexing trips up many.