Binomial Theorem: Application Problems (3)

hard 2 min read

Question

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

Solution — Step by Step

The (r+1)(r+1)-th term in the expansion of (a+b)n(a + b)^n is Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r} a^{n-r} b^r. Here a=2x2a = 2x^2, b=1/xb = -1/x, n=12n = 12:

Tr+1=(12r)(2x2)12r(1x)rT_{r+1} = \binom{12}{r}(2x^2)^{12-r}\left(-\frac{1}{x}\right)^r
Tr+1=(12r)212r(1)rx2(12r)xr=(12r)212r(1)rx243rT_{r+1} = \binom{12}{r} 2^{12-r} (-1)^r x^{2(12-r)} x^{-r} = \binom{12}{r} 2^{12-r}(-1)^r x^{24 - 3r}

For the term to be independent of xx:

243r=0    r=824 - 3r = 0 \implies r = 8
T9=(128)24(1)8=495×16×1=7920T_9 = \binom{12}{8} 2^{4} (-1)^8 = 495 \times 16 \times 1 = 7920

The term independent of xx is 79207920.

Why This Works

The general-term formula lets us isolate the exponent of xx as a function of rr. Setting that exponent to zero gives us the index of the term we want, and substituting back gives its coefficient.

This technique generalises: to find the coefficient of xkx^k, set the exponent expression equal to kk and solve for rr.

Alternative Method

Multinomial reasoning: the term comes from picking b=1/xb = -1/x exactly rr times and a=2x2a = 2x^2 exactly 12r12 - r times. The combined exponent of xx is 2(12r)r=243r2(12 - r) - r = 24 - 3r, set to zero. Same logic, no formula recall needed.

Common Mistake

Forgetting the sign (1)r(-1)^r from the negative term in bb. Here r=8r = 8 is even, so (1)8=+1(-1)^8 = +1, but for r=9,11r = 9, 11 etc., the sign matters. JEE Main 2023 had a question where the trap option used the wrong sign.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next