Analyzing the Setup
Welcome, future engineer! Today, we are going to dismantle a problem that looks intimidating at first glance but is actually a beautifully orchestrated dance of binomial coefficients. We are looking at the series:
S=(030)(1030)−(130)(1130)+⋯+(2030)(3030)
When you see a long, alternating series like this, do not panic. Instead, put on your detective hat. Notice two things: the alternating signs (+, −, +, −) and the indices.
The lower indices are 0 and 10, 1 and 11, 2 and 12. The difference is constant! In the world of JEE Advanced, a constant difference or a constant sum in binomial indices is a massive, flashing neon sign telling you exactly what to do.
The Symmetry Transformation
We want to manipulate this series into a form where we can apply the 'Coefficient Extraction' method. To do that, we need the sum of the lower indices to be constant, not the difference. Here, we invoke our ultimate weapon: the symmetry property of binomial coefficients, which states that (kn)=(n−kn).
Let us apply this to the second term, (r+1030). Using our property, this becomes (30−(r+10)30), which simplifies beautifully to (20−r30).
Now, look at our series again. We have (r30) multiplied by (20−r30). If we add the lower indices, r+(20−r), we get 20. A constant! This is the breakthrough we needed.
The Grand Strategy
Multiplying Expansions
Now that we have a constant sum of 20, we know we are looking for the coefficient of x20 in the product of two binomial expansions. But which ones?
Because our series has an alternating sign (−1)r, we know one of the expansions must be (1−x)30, because its general term involves (−1)rxr. The other expansion must be (1+x)30, which provides the xk term.
When we multiply these two, (1−x)30(1+x)30, the powers of x combine as xr⋅xk=xr+k. We are specifically hunting for the coefficient where r+k=20.
The Final Victory
This is where the math becomes elegant. We are looking for the coefficient of x20 in the product (1−x)30(1+x)30. Using the identity (a−b)(a+b)=a2−b2, this product simplifies to:
Now, the problem is trivial. We need the coefficient of x20 in the expansion of (1−x2)30. The general term is:
(m30)(−x2)m=(m30)(−1)mx2m
To get x20, we set 2m=20, which gives us m=10. Substituting m=10 into our general term, we get (1030)(−1)10. Since 10 is even, (−1)10=1.
And there it is: our final answer is (1030).
Remember, the complexity of a problem is often just a mask. Once you peel it back with the right properties—symmetry and expansion multiplication—the solution reveals itself. Keep practicing, keep questioning, and keep falling in love with the logic!