The Symphony of Series
Unlocking the AGP
Welcome, future engineer. Today, we are going to peel back the layers of a series that, at first glance, might seem like a chaotic jumble of numbers. We are looking at the series S=1+32+326+3310+3414+….
When you see a problem like this in the JEE Advanced, your first instinct might be to panic—how do we sum an infinite number of terms that don't follow a simple, single pattern? The secret, my friend, is to stop looking at the series as a whole and start looking at its DNA.
Phase 1
The Detective Work
Let's play detective. Look at the numerators: 1,2,6,10,14,…. If we ignore that first 1 for a moment, the sequence 2,6,10,14 is clearly an Arithmetic Progression (AP) with a common difference of d=4.
Now, look at the denominators: 31,32,33,34,…. This is a classic Geometric Progression (GP) with a common ratio of r=31.
When you have an AP multiplied by a GP, you have an Arithmetico-Geometric Progression (AGP). This is a beautiful structure because it contains the growth of an AP and the decay of a GP. The key to solving it is not to fight the complexity, but to use the GP's common ratio to 'shift' the series and force it to collapse.
Phase 2
The Shift and Subtract Strategy
Imagine the series S as a long, infinite train. To simplify it, we are going to create a second train, 31S, which is just the original train shifted by one carriage.
We write:
S=1+32+326+3310+3414+…
Now, multiply every term by
31 and shift it to the right:
31S=31+322+336+3410+…
Why do we do this? Because when we subtract the second equation from the first, the denominators align perfectly. We are essentially subtracting the 'growth' of the AP from itself. Let's perform the subtraction S−31S:
S−31S=1+(32−31)+(326−322)+(3310−336)+…
Look at the result. The numerators are no longer 2,6,10,14. They have become 1,4,4,4,…. The subtraction has effectively 'killed' the AP part, leaving us with a constant difference!
Phase 3
The Collapse
We are left with:
32S=1+31+324+334+344+…
Combine the first two terms: 1+31=34. Now, look at the remaining infinite tail: 324+334+344+…. We can factor out the 4:
32S=34+4(321+331+341+…)
Inside that bracket is a pure, infinite Geometric Progression. The first term a=321=91, and the common ratio r=31. We know the sum of an infinite GP is S∞=1−ra.
Let's calculate that sum:
S∞=1−3191=3291=91×23=61
Phase 4
The Final Victory
We are almost there. Substitute this value back into our equation:
32S=34+4(61)
32S=34+64=34+32=36=2
Finally, solve for
S:
32S=2⇒S=2×23=3
And there it is. The infinite sum is exactly 3.
Think about what we just did. We took an infinite, complex series and, through the simple act of shifting and subtracting, forced it to reveal its true, finite nature. This is the essence of mathematics—finding order in apparent chaos. Keep this 'shift and subtract' technique in your toolkit; it is the key to unlocking almost any AGP you will encounter in your journey. You've got this!