Find the Term Independent of x in (x² + 1/x)⁹

medium CBSE JEE-MAIN JEE Main 2023 3 min read

Question

Find the term independent of xx in the expansion of (x2+1x)9\left(x^2 + \dfrac{1}{x}\right)^9.


Solution — Step by Step

The general term in the binomial expansion of (a+b)n(a + b)^n is:

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

Here a=x2a = x^2, b=1xb = \dfrac{1}{x}, and n=9n = 9. Substituting:

Tr+1=(9r)(x2)9r(1x)rT_{r+1} = \binom{9}{r} \cdot (x^2)^{9-r} \cdot \left(\frac{1}{x}\right)^r

We need to collect all the xx terms in one place before we can do anything useful.

Tr+1=(9r)x2(9r)xr=(9r)x182rrT_{r+1} = \binom{9}{r} \cdot x^{2(9-r)} \cdot x^{-r} = \binom{9}{r} \cdot x^{18 - 2r - r} Tr+1=(9r)x183rT_{r+1} = \binom{9}{r} \cdot x^{18 - 3r}

“Independent of xx” simply means the power of xx is zero — that term is a pure constant.

183r=0    r=618 - 3r = 0 \implies r = 6

Plug r=6r = 6 back into the general term:

T7=(96)x0=(96)T_7 = \binom{9}{6} \cdot x^0 = \binom{9}{6} (96)=(93)=9×8×73×2×1=84\binom{9}{6} = \binom{9}{3} = \frac{9 \times 8 \times 7}{3 \times 2 \times 1} = 84

The term independent of xx is 8484.


Why This Works

Every term in a binomial expansion is a product of two powers — one from each part of the binomial. The rr controls how much of each part we use. When we write the general term, we’re really asking: “for this particular split (rr from one part, nrn-r from the other), what does the power of xx come out to?”

Setting the exponent equal to zero is just algebra from there. We’re finding which value of rr makes the xx disappear completely, leaving only the numerical coefficient (9r)\binom{9}{r}.

This is a standard JEE technique — once you can write Tr+1T_{r+1} cleanly and read off the exponent of xx, the rest is just solving a linear equation. The whole skill is in Step 2: collecting exponents correctly.


Alternative Method — Direct Expansion Thinking

Rather than using the formula mechanically, think about what combination gives x0x^0.

Each term picks from two choices: take x2x^2 (contributing +2+2 to the exponent) or take 1x\frac{1}{x} (contributing 1-1). Over 9 picks, if we choose x2x^2 exactly (9r)(9-r) times and 1x\frac{1}{x} exactly rr times:

2(9r)r=0    183r=0    r=62(9 - r) - r = 0 \implies 18 - 3r = 0 \implies r = 6

So we pick 1x\frac{1}{x} six times and x2x^2 three times. The number of ways to do this is (96)=84\binom{9}{6} = 84.

This “contribution” thinking is faster in MCQs. Once you write down the two exponent values (+2+2 and 1-1 here), you can mentally set up 2(9r)r=02(9-r) - r = 0 without writing the full general term.


Common Mistake

The most common error is writing the general term as Tr+1=(9r)(x2)r(1x)9rT_{r+1} = \binom{9}{r}(x^2)^r \cdot \left(\frac{1}{x}\right)^{9-r} — putting rr on the wrong term. This gives the exponent as 2r(9r)=3r92r - (9-r) = 3r - 9, leading to r=3r = 3 and the answer (93)=84\binom{9}{3} = 84. Coincidentally, you still get 84 here because (93)=(96)\binom{9}{3} = \binom{9}{6}, but the reasoning is wrong. In questions where the two binomial terms are not “complementary” like this, you will get a completely wrong answer. Always be consistent — if you use rr for the second term, use 9r9-r for the first.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next