Binomial Theorem: Exam-Pattern Drill (4)

easy 3 min read

Question

(JEE Main pattern) In the expansion of (2x+3/x2)15(2x + 3/x^2)^{15}, find: (a) the general term, (b) the term independent of xx (constant term), (c) the coefficient of x9x^9.

Solution — Step by Step

For (a+b)n(a + b)^n, the general term is:

Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r} a^{n-r} b^r

For our expansion with a=2xa = 2x, b=3/x2b = 3/x^2, n=15n = 15:

Tr+1=(15r)(2x)15r(3x2)r=(15r)215r3rx15r2r=(15r)215r3rx153rT_{r+1} = \binom{15}{r} (2x)^{15-r} \left(\frac{3}{x^2}\right)^r = \binom{15}{r} 2^{15-r} \cdot 3^r \cdot x^{15-r-2r} = \binom{15}{r} 2^{15-r} 3^r \cdot x^{15-3r}

For the constant term, the power of xx must be zero:

153r=0    r=515 - 3r = 0 \implies r = 5

Substituting r=5r = 5:

T6=(155)21035=30031024243=3003248832T_6 = \binom{15}{5} 2^{10} \cdot 3^5 = 3003 \cdot 1024 \cdot 243 = 3003 \cdot 248832

Computing: (155)=3003\binom{15}{5} = 3003. So the constant term is 300310242433003 \cdot 1024 \cdot 243, a specific number — leave in product form for cleanliness.

Set 153r=9    r=215 - 3r = 9 \implies r = 2.

T3=(152)21332x9=10581929x9=7741440x9T_3 = \binom{15}{2} 2^{13} \cdot 3^2 \cdot x^9 = 105 \cdot 8192 \cdot 9 \cdot x^9 = 7741440 \cdot x^9

So the coefficient of x9x^9 is (152)2139=7,741,440\binom{15}{2} \cdot 2^{13} \cdot 9 = 7,741,440.

(a) general term as above, (b) constant term at r=5r = 5, (c) coefficient of x9=7,741,440x^9 = 7,741,440.

Why This Works

The binomial theorem expands (a+b)n(a + b)^n into n+1n+1 terms, each indexed by rr from 0 to nn. The general term contains everything you need: (nr)\binom{n}{r}, the powers of aa and bb, and after combining, the power of xx.

To find a specific term (constant, xkx^k, etc.), set the power of xx to the required value and solve for rr. If rr is a non-negative integer in [0,n][0, n], 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 n=15n = 15, this is tedious — the general-term method scales much better.

Common Mistake

Students forget that Tr+1T_{r+1} corresponds to index rr — so T6T_6 is the 6th term but uses r=5r = 5. Mixing up the off-by-one in this indexing trips up many.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next