The Symphony of Sequences
Unraveling the AGP
Welcome, future engineer. Today, we are not just solving a problem; we are dissecting a mathematical structure. When you first look at the expression for the total runs, 4n+1(2n+1−n−2), it might feel intimidating.
It looks like a random collection of variables and powers. But in the world of JEE Advanced, intimidation is just a sign that you are about to learn something beautiful. Let us peel back the layers of this problem together.
Phase 1
The Fundamental Relation
We are given the total runs Sn and the runs in the kth match ak=k⋅2n+1−k. The bridge between these two is the concept of summation. If you have a series of matches, the total runs are simply the sum of runs in each match.
Mathematically, this is our bedrock:
Sn=k=1∑nak=k=1∑nk⋅2n+1−k
Before we panic, let us simplify the exponent. We know that 2n+1−k=2k2n+1. Since 2n+1 does not depend on k, it is a constant relative to our summation.
We can pull it out:
Suddenly, the problem transforms. We are no longer looking at a complex formula; we are looking at a clean, elegant summation: S=∑k=1n2kk.
Phase 2
The AGP Revelation
Let us write out the first few terms of S:
Look closely at the numerators: 1,2,3,…,n. That is an Arithmetic Progression (AP) with a common difference of 1.
Now look at the denominators: 21,22,23,…,2n. That is a Geometric Progression (GP) with a common ratio of 21. When an AP and a GP are multiplied term-by-term, we get an Arithmetico-Geometric Progression (AGP).
This is a classic pattern in competitive mathematics. Recognizing it is half the battle won.
Phase 3
The Art of the Shift
How do we solve an AGP? We use the 'Shift and Subtract' method. We multiply the entire series S by the common ratio of the GP, which is r=21.
21S=221+232+243+⋯+2n+1n
Now, we align this new series under the original S, shifting it by one position to the right so that terms with the same power of 2 in the denominator line up:
21S=221+232+⋯+2nn−1+2n+1n
Subtracting the second from the first, we get:
21S=21+(221+231+⋯+2n1)−2n+1n
Phase 4
The Elegant Cancellation
The bracketed term is now a simple Geometric Progression! The sum of a GP is 1−ra(1−rn). Here, a=21 and r=21.
21S=1−2121(1−(21)n)−2n+1n
Since 1−21=21, the fraction simplifies beautifully to 1−2n1. Thus:
Multiplying by 2, we find S=2−2n−11−2nn. With a common denominator of 2n, this becomes S=2n2n+1−2−n.
The Final Victory
Now, we bring this back to our original equation: Sn=2n+1⋅S. Substituting our result for S:
Since 2n2n+1=2, we get Sn=2(2n+1−n−2). Equating this to the given total runs 4n+1(2n+1−n−2), we see the common factor (2n+1−n−2) on both sides.
Since n>1, this term is non-zero and cancels out perfectly:
And there it is. The complexity collapses into a simple integer. Remember, in physics and mathematics, complexity is often just a mask for a simpler, underlying truth.