The Art of the Binomial Dance
Welcome, future engineer. Today, we are not just solving a problem; we are performing a dance of algebra. We are looking at the product of two binomial expansions: (1+x)p and (1−x)q.
At first glance, this might look like a daunting task—a product of two infinite series. But in the world of JEE Advanced, we are masters of simplification. We only care about the coefficients of x and x2. Anything beyond that is just noise.
Let us strip away the complexity and find the core.
Phase 1
The Expansion
First, we invoke the Binomial Theorem. For any power n, we know that (1+x)n=1+nx+2n(n−1)x2+….
Applying this to our two terms, we get:
Notice the alternating sign in the second expansion? That is the trap where many students stumble. Keep your signs sharp. We have our two series; now, we must multiply them.
Phase 2
The Hunt for Coefficients
To find the coefficient of x, we look for ways to combine terms from these two series to get a power of x1. We can take the constant 1 from the first series and multiply it by −qx from the second, or take px from the first and multiply it by the constant 1 from the second.
Adding these gives us (p−q)x. The problem states this coefficient is 1.
Thus, our first pillar of truth is established:
p−q=1
Now, we address the x2 term. This is where the dance gets intricate. To get an x2 term, we have three paths:
1. The constant 1 from the first series multiplied by 2q(q−1)x2 from the second.
2. The px from the first series multiplied by −qx from the second, which gives −pqx2.
3. The 2p(p−1)x2 from the first series multiplied by the constant 1 from the second.
Summing these, we get the coefficient:
2q(q−1)−pq+2p(p−1)=−2
This looks like a mess, but do not panic. Multiply by
2 to clear the fractions:
q(q−1)−2pq+p(p−1)=−4
Phase 3
The Algebraic Elegance
Expand the brackets:
q2−q−2pq+p2−p=−4
Now, group the terms:
(p2+q2−2pq)−(p+q)=−4
Do you see it? The term in the parenthesis is the perfect square
(p−q)2. We already know
p−q=1. Substituting this, we get:
12−(p+q)=−4
This simplifies to:
p+q=5
The Final Victory
We now have a simple system: p−q=1 and p+q=5. Adding them gives 2p=6, so p=3. Subtracting them gives 2q=4, so q=2.
The question asks for
p2+q2. That is:
32+22=9+4=13
We have arrived at the destination. Remember, in JEE, it is never just about the answer; it is about the elegance of the path you take to get there. The final result is 13.