The Art of Decomposition
Mastering the Binomial
Welcome, future engineers! Today, we are going to dissect a problem that, at first glance, might look like a tedious exercise in expansion. We are tasked with finding the coefficient of xn in the expansion of (1+x)(1−x)n.
Many students fall into the trap of trying to expand the entire expression, but I want you to pause. In the world of JEE, the most elegant path is rarely the longest one. Let us embark on a journey to solve this with precision and grace.
Phase 1
The Distributive Strategy
Imagine you are standing before a locked door. You don't need to break the whole wall; you just need the right key. Our expression is (1+x)(1−x)n.
If we try to expand (1−x)n fully, we are looking at a long string of terms. Instead, let us use the distributive property. We can split our expression into two manageable pieces:
By doing this, we have transformed one complex problem into two smaller, simpler ones. We just need to find the coefficient of xn in each part and sum them up. It is a classic 'divide and conquer' strategy.
Phase 2
The General Term - Your Mathematical Compass
To navigate the expansion of (1−x)n, we need our trusty compass: the general term formula. Recall that for any binomial (a+b)n, the general term is Tr+1=(rn)an−rbr.
In our case, a=1 and b=−x. Thus, the general term becomes:
Tr+1=(rn)(1)n−r(−x)r=(rn)(−1)rxr
This formula is your master key. It tells us exactly what the coefficient of xr is for any value of r. Now, we are ready to tackle the two-front war.
Phase 3
The Two-Front War
Let us look at the first part: 1⋅(1−x)n. We need the coefficient of xn. Looking at our general term (rn)(−1)rxr, we clearly need r=n.
Substituting this, we get:
Now, consider the second part: x⋅(1−x)n. This is where many students stumble. We have an x outside the bracket, which is already contributing one power of x.
Therefore, to get an overall xn, we only need the expansion of (1−x)n to provide xn−1. So, we set r=n−1. Substituting this into our general term, we get:
Coefficient2=(n−1n)(−1)n−1
Phase 4
The Final Synthesis
We are almost there! The total coefficient is the sum of these two parts:
Total=(nn)(−1)n+(n−1n)(−1)n−1
Now, let us use our knowledge of combinations. We know that (nn)=1 and (n−1n)=n. Substituting these values, the expression simplifies to:
To combine these, we need the powers of −1 to match. We know that (−1)n−1=−(−1)n. Let us substitute this back into our equation:
(−1)n+n⋅(−(−1)n)=(−1)n−n(−1)n
Finally, we factor out the common term (−1)n:
And there it is! The elegance of mathematics reveals the answer. We didn't need to expand everything; we just needed to understand the structure. The final result is (−1)n(1−n).