Analyzing the Setup
Imagine you are standing before a massive, daunting expression: (1+ax+bx2)(1−2x)18. At first glance, it looks like a nightmare of algebra.
If you were to try and expand this fully, you would be writing for hours, drowning in a sea of terms. But here is the secret of the JEE Advanced: we don't need the whole expansion.
We only need the coefficients of x3 and x4. We are not here to do brute-force labor; we are here to be surgeons.
The Anatomy of a Product
When we multiply two polynomials, say P(x) and Q(x), the coefficient of xn in the product is not just one term. It is a symphony of interactions.
Every term in P(x) reaches out to a term in Q(x) such that their powers sum to n. For our expression, P(x)=1+ax+bx2 and Q(x)=(1−2x)18.
To find the coefficient of x3, we look at the components of P(x):
1. The constant 1 must multiply the x3 term of Q(x).
2. The term ax must multiply the x2 term of Q(x).
3. The term bx2 must multiply the x1 term of Q(x).
Using the Binomial Theorem, the general term of (1−2x)18 is Tr+1=(r18)(−2)rxr. This is our toolkit. By plugging in r=1,2,3, and 4, we can extract exactly what we need without ever touching the rest of the expansion.
The First Constraint
Taming x3
Let us assemble our first equation. The coefficient of x3 is the sum of our three interactions:
(318)(−2)3+a(218)(−2)2+b(118)(−2)1=0
Calculating these values, we get −8(816)+4a(153)−2b(18)=0. This simplifies beautifully to −6528+612a−36b=0.
If we divide by 12, we arrive at a clean, elegant linear equation: 51a−3b=544. This is our first anchor point.
The Second Constraint
The x4 Challenge
Now, we repeat the process for x4. The logic remains identical, but the stakes are slightly higher. We need the coefficient of x4 to be zero:
(418)(−2)4+a(318)(−2)3+b(218)(−2)2=0
Substituting the values, we get 16(3060)−8a(816)+4b(153)=0.
After dividing by 4 and then by 51, we find the second equation: 32a−3b=240.
The Final Resolution
We now have a system of two linear equations with two variables. It is a moment of pure algebraic satisfaction.
By subtracting the equations, the b terms vanish, leaving us with 19a=304, which yields a=16.
Substituting this back into our equations, we find b=3272.
We have successfully navigated the complexity. We didn't need to expand the 18th power; we simply understood the structure of the product. Remember, in mathematics, the most powerful tool is not the one that does the most work, but the one that reveals the underlying pattern.