The Hidden Symmetry of Geometric Progressions
Welcome, fellow traveler of the mathematical landscape. Today, we are not just solving a problem; we are uncovering the hidden symmetry within a Geometric Progression (G.P.).
When you first look at a problem involving sums of indices like ∑n=1100a2n+1 and ∑n=1100a2n, it is easy to feel overwhelmed. It looks like a mountain of algebra.
But I want you to take a breath. In the world of JEE Advanced, the most complex-looking problems often hide the most elegant, simple truths. Let us peel back the layers together.
Phase 1
Decoding the Even Terms
We are given two pieces of information. First, the sum of the even-indexed terms is 100. Let us write this out explicitly to see the pattern:
This is our anchor. It is a concrete value. Now, look at the second piece of information: the sum of the odd-indexed terms is 200.
But wait—look at the index! It is 2n+1. When n=1, we get a3. When n=2, we get a5. So the sum is:
Phase 2
The Bridge of the Common Ratio
Here is where the magic happens. In any G.P., the relationship between consecutive terms is defined by the common ratio, r. Specifically, ak+1=ak⋅r.
Look at our two sums side-by-side. If we take the even sum (a2+a4+⋯+a200) and multiply every single term by r, what happens?
a2⋅r=a3
a4⋅r=a5
a6⋅r=a7
Do you see it? By multiplying the even sum by r, we generate the odd sum! Mathematically, we can express this as:
n=1∑100a2n+1=r⋅n=1∑100a2n
Substituting our known values, we get 200=r⋅100. Instantly, the fog clears, and we find that r=2. We have cracked the code of the progression.
Phase 3
The Final Assembly
Our goal is to find the total sum of the first 200 terms, which is ∑n=1200an. We can partition this total sum into two distinct groups: the sum of all odd-indexed terms and the sum of all even-indexed terms:
Stotal=(a1+a3+⋯+a199)+(a2+a4+⋯+a200)
We already know the second part—the even sum is 100. We just need the 'true' odd sum, starting from a1. Let us use the same ratio logic.
We know that:
(a2+a4+⋯+a200)=r⋅(a1+a3+⋯+a199)
Substituting r=2 and the even sum of 100:
Therefore, the sum of the odd terms is 50.
The Grand Finale
Now, we simply add our two components together. The total sum is the sum of the odd terms plus the sum of the even terms:
And there it is. We didn't need to find the first term a1, nor did we need to use the complex sum formula. We simply used the inherent symmetry of the progression.
Remember, in physics and math, always look for the relationship between the variables before you start calculating. You have the tools; now go forth and conquer the next problem with this same clarity. The final answer is 150.