Analyzing the Setup
Imagine you are standing before a massive, intimidating algebraic expression:
(1+x)(1−x2)(1+x3+x23+x31)5
It looks like a trap, doesn't it? A classic JEE Advanced problem designed to make you panic and start calculating blindly. But take a deep breath; in the world of competitive exams, complexity is often just a mask for elegance.
The Binomial Detective
Our first step is to hunt for patterns. Look at that third bracket: (1+x3+x23+x31).
If you have spent enough time with the Binomial Theorem, you will recognize this as the expansion of
(1+x1)3. It follows the classic structure:
(a+b)3=a3+3a2b+3ab2+b3
By identifying this, we have already tamed the beast. The expression now becomes:
(1+x)(1−x2)((1+x1)3)5=(1+x)(1−x2)(1+x1)15
The Algebraic Cleanup
Now, let's look at the base (1+x1)15. We can write this as (xx+1)15, which is x15(1+x)15.
Next, consider the first two terms: (1+x)(1−x2). We know that (1−x2) is a difference of squares, (1−x)(1+x).
So, our expression is now:
(1+x)(1−x)(1+x)×x15(1+x)15
Gathering all the
(1+x) terms, we have
(1−x)(1+x)17×x−15. We have transformed a terrifying expression into a clean, manageable form:
x15(1−x)(1+x)17
The Target Shift
The problem asks for the sum of the coefficients of x3 and x−13. Because we have an x15 in the denominator, we cannot simply look for x3 and x−13 in the numerator.
We must shift our target:
To get an overall power of x3, the numerator must provide x15+3=x18.
To get an overall power of x−13, the numerator must provide x15−13=x2.
This is the "aha!" moment that separates the top rankers from the rest.
The Final Hunt
Now, we focus on the numerator: (1−x)(1+x)17=(1+x)17−x(1+x)17. We need the coefficient of x18 and x2 in this expansion.
For x18:
The first part (1+x)17 has a maximum power of 17, so its coefficient for x18 is 0. The second part −x(1+x)17 is −1× (coefficient of x17 in (1+x)17), which is −1×17C17=−1.
Thus, the coefficient of x3 is −1.
For x2:
The first part (1+x)17 gives 17C2=217×16=136. The second part −x(1+x)17 gives −1× (coefficient of x1 in (1+x)17), which is −1×17C1=−17.
Thus, the coefficient of x−13 is 136−17=119.
Final Calculation:
The final sum is 119+(−1)=118. We have conquered the monster! The final answer is 118.