Analyzing the Setup
Welcome, fellow traveler of the mathematical landscape. Today, we are not just solving a problem; we are witnessing a beautiful, choreographed dance of binomial coefficients.
When you first look at an expression like C12−2C22+3C32−⋯−2nC2n2, it might seem intimidating. It looks like a chaotic mess of squares and alternating signs.
In the world of JEE Advanced, whenever you see squares of binomial coefficients, your intuition should immediately light up. This is not a problem to be brute-forced; it is a problem to be solved through the elegant technique of multiplying two series.
The Strategy
Finding the Partner
We are given the identity:
r=1∑2nrCrxr−1=2n(1+x)2n−1
Our goal is to extract the sum of squares. To do this, we need a partner—an auxiliary series. We need a series that, when multiplied by our given one, will produce terms involving Cr2.
We choose the expansion of:
(1−x)2n=k=0∑2n(−1)kCkxk
The alternating signs in our target expression are perfectly mirrored by the (−1)k in this expansion. Furthermore, we rely on the fundamental symmetry of binomial coefficients: Cr=C2n−r. This is our secret weapon, allowing us to bridge the gap between two different coefficients and turn them into a square.
The Collision of Series
Now, imagine the two series colliding. We multiply the given identity by our auxiliary expansion. On the left-hand side, we have the product of two summations.
On the right-hand side, we have the product of two compact algebraic expressions:
To extract our target, we look for the coefficient of x2n−1 on both sides. When we multiply a term xr−1 from the first series by a term x2n−r from the second, the powers add up to (r−1)+(2n−r)=2n−1.
The coefficient of this term becomes:
r=1∑2n(rCr)⋅(−1)2n−rC2n−r
Using our symmetry property C2n−r=Cr, this simplifies beautifully to ∑r=12n(−1)rrCr2. If you expand this, you will see it is exactly the negative of our target expression.
The Algebraic Cleanup
Now, we turn our attention to the right-hand side, P(x)=2n(1+x)2n−1(1−x)2n. We can rewrite (1−x)2n as (1−x)2n−1(1−x).
This allows us to group the terms:
P(x)=2n[(1+x)(1−x)]2n−1(1−x)=2n(1−x2)2n−1(1−x)
Expanding this gives us 2n(1−x2)2n−1−2nx(1−x2)2n−1. We need the coefficient of x2n−1 here.
The first term, 2n(1−x2)2n−1, only contains even powers of x, so it contributes nothing to our odd power 2n−1. The second term, −2nx(1−x2)2n−1, requires us to find the coefficient of x2n−2 in (1−x2)2n−1.
Using the general term (k2n−1)(−x2)k, we set 2k=2n−2, which gives k=n−1. The coefficient is (n−12n−1)(−1)n−1. Multiplying by the −2n outside, we get 2n(n−12n−1)(−1)n.
The Final Victory
We equate the two sides. The negative of our target equals 2n(n−12n−1)(−1)n. Therefore, our target equals 2n(n−12n−1)(−1)n−1.
Finally, we simplify the binomial coefficient:
2n(n−12n−1)=2n(n−1)!n!(2n−1)!=nn!n!(2n)!=n(n2n)
And there it is! The chaos has collapsed into order. We have proven that the target expression equals (−1)n−1n(n2n).
Mathematics is not about memorizing formulas; it is about finding the hidden symmetry in the chaos. Keep practicing, and keep falling in love with the process.