Find coefficient of x⁵ in expansion of (1+x)¹⁰(1-x)¹⁰

hard JEE-MAIN JEE-ADVANCED JEE Advanced 2023 2 min read

Question

Find the coefficient of x5x^5 in the expansion of (1+x)10(1x)10(1+x)^{10}(1-x)^{10}.

(JEE Advanced 2023, similar pattern)


Solution — Step by Step

Notice that (1+x)10(1x)10=[(1+x)(1x)]10=(1x2)10(1+x)^{10}(1-x)^{10} = [(1+x)(1-x)]^{10} = (1-x^2)^{10}.

This is a crucial simplification — instead of multiplying two 11-term expansions, we now work with a single binomial.

(1x2)10=r=010(10r)(x2)r=r=010(10r)(1)rx2r(1 - x^2)^{10} = \sum_{r=0}^{10} \binom{10}{r}(-x^2)^r = \sum_{r=0}^{10} \binom{10}{r}(-1)^r x^{2r}

The general term has x2rx^{2r} — only EVEN powers of xx appear.

We need 2r=52r = 5, which gives r=5/2r = 5/2. Since rr must be a non-negative integer, there is no term with x5x^5.

Coefficient of x5=0\text{Coefficient of } x^5 = \mathbf{0}

Why This Works

The product (1+x)(1x)=1x2(1+x)(1-x) = 1 - x^2 eliminates the odd powers of xx. When raised to the 10th power, (1x2)10(1-x^2)^{10} contains only x0,x2,x4,x6,,x20x^0, x^2, x^4, x^6, \ldots, x^{20} — all even powers. No odd power of xx can ever appear.

This is a symmetry argument: (1+x)10(1x)10(1+x)^{10}(1-x)^{10} is an even function (replacing xx with x-x gives the same expression), so its expansion has only even-powered terms.


Alternative Method

Without the simplification, you would need to convolve the two expansions. The coefficient of x5x^5 in (1+x)10(1x)10(1+x)^{10}(1-x)^{10} is:

k=05(10k)(105k)(1)5k\sum_{k=0}^{5} \binom{10}{k} \cdot \binom{10}{5-k}(-1)^{5-k} =k=05(1)5k(10k)(105k)= \sum_{k=0}^{5} (-1)^{5-k}\binom{10}{k}\binom{10}{5-k}

You can verify this sum equals 0 by pairing terms: kk and 5k5-k produce terms that cancel pairwise. But the simplification to (1x2)10(1-x^2)^{10} makes the answer obvious in one step.

Whenever you see (1+x)n(1x)n(1+x)^n(1-x)^n or similar products, always check if the product simplifies. (1+x)(1x)=1x2(1+x)(1-x) = 1-x^2, (1+x2)(1x2)=1x4(1+x^2)(1-x^2) = 1-x^4, etc. This is the single most useful trick in binomial coefficient problems.


Common Mistake

Students often jump into expanding both binomials separately and then collecting the x5x^5 terms — a tedious and error-prone process with 6 terms to add. The clever approach is to simplify first. If you do not spot the (1x2)10(1-x^2)^{10} simplification, you waste 5-7 minutes on a problem that should take 30 seconds. Always look for algebraic identities before expanding.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next