Binomial Theorem: Tricky Questions Solved (1)

easy 2 min read

Question

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

Solution — Step by Step

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

The exponent of xx is 183r18 - 3r.

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

T7=(96)23(1)6=84×8×1=672T_7 = \binom{9}{6}2^{3}(-1)^{6} = 84 \times 8 \times 1 = 672

The term independent of xx is 672672.

Why This Works

In any binomial expansion (A+B)n(A + B)^n, the general term is Tr+1=(nr)AnrBrT_{r+1} = \binom{n}{r}A^{n-r}B^r. Whenever a problem asks for the term with a specific power of xx (or independent of xx), set the exponent of xx in Tr+1T_{r+1} equal to the required value and solve for rr.

If rr comes out as an integer in {0,1,,n}\{0, 1, \ldots, n\}, that term exists. If rr is not an integer or out of range, no such term exists.

Alternative Method

Brute force expansion of (2x21/x)9(2x^2 - 1/x)^9 is impractical with 1010 terms each having complicated coefficients. The general-term approach is the only sensible path.

For “term independent of xx” questions, the condition is exponent of xx equals zero. For “coefficient of xkx^k”, set exponent equal to kk. Mechanical once you internalise it.

Common Mistake

Forgetting the (1)r(-1)^r from the negative sign in 1/x-1/x. Students compute the magnitude correctly but get the sign wrong. The fix: write all factors explicitly, including signs, before simplifying.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next