Analyzing the Setup
The problem asks us to evaluate the series defined by:
Pn=C0−C1+322C2−423C3+⋯+n+1(−2)nCn
When you first look at this expression, it is natural to feel intimidated. However, in the world of JEE Advanced, complexity is often just a mask for elegance.
The Absorption Identity
Our Secret Weapon
The core of this problem lies in the term r+11(rn). Whenever you see a binomial coefficient divided by an index, your brain should immediately trigger the Absorption Identity.
This identity is defined as:
r+11(rn)=n+11(r+1n+1)
This is powerful because it takes the variable r out of the denominator and absorbs it into the binomial coefficient itself. This is the key to unlocking the entire series.
The Transformation
Let us substitute this identity into our summation. We rewrite Pn as:
Pn=r=0∑n(−2)r[n+11(r+1n+1)]
Notice that n+11 is independent of r, so we can pull it out of the summation:
Pn=n+11r=0∑n(−2)r(r+1n+1)
We are almost there, but there is a slight mismatch: the power of −2 is r, while the binomial coefficient has r+1. To fix this, we multiply and divide by −2 to get (−2)r+1.
Now, let us perform an index shift. Let s=r+1. As r goes from 0 to n, s goes from 1 to n+1. Our expression becomes:
Pn=−2(n+1)1s=1∑n+1(sn+1)(−2)s
The Final Victory
This looks exactly like the binomial expansion of (1+x)m, where x=−2 and m=n+1. The full sum ∑s=0n+1(sn+1)(−2)s would be (1−2)n+1=(−1)n+1.
Since our sum starts at s=1, we subtract the s=0 term, which is (0n+1)(−2)0=1. Thus, the sum is (−1)n+1−1.
Substituting this back, we get:
When we evaluate P2n, the term (−1)2n+1 becomes −1, simplifying P2n to:
P2n=2(2n+1)1−(−1)=2(2n+1)2=2n+11
The final step is a simple summation: ∑n=125(2n+1). Using the sum of natural numbers formula, we calculate:
You have just navigated a complex series with pure logic. Keep this mindset, and no problem will ever be too difficult for you!