The Art of the Telescoping Series
A JEE Masterclass
Welcome, future engineer. Today, we are not just solving a math problem; we are embarking on a journey to uncover the hidden elegance of series summation.
When you first look at the series 12×223+22×325+32×427+…, it is natural to feel a bit overwhelmed. You might be tempted to start calculating 12×22, then 22×32, and so on.
But stop! In the JEE Advanced arena, if you find yourself doing heavy arithmetic, you are likely missing the 'elegant path'. Let us find that path together.
Phase 1
The Detective Work
Every series has a heartbeat, and that heartbeat is the general term, Tr. To find it, we must be detectives.
Look at the numerators: 3,5,7,…. This is an arithmetic progression with a first term of 3 and a common difference of 2. Thus, the r-th numerator is 3+(r−1)2=2r+1.
Now, look at the denominators: (12⋅22),(22⋅32),(32⋅42),…. The pattern is undeniable. The r-th term's denominator is r2(r+1)2.
So, our general term is:
This is the raw material we need to transform.
Phase 2
The Algebraic Alchemy
Now, here is the secret that separates the masters from the novices. We need to manipulate Tr into a form that allows for cancellation.
Look at the denominator factors: r2 and (r+1)2. What happens if we subtract them? Let's expand (r+1)2−r2.
We get (r2+2r+1)−r2, which simplifies beautifully to 2r+1. Do you see it? The numerator is exactly the difference of the two squares in the denominator!
This is not a coincidence; it is the design of the problem. We can rewrite our general term as:
By splitting this fraction, we get:
Tr=r2(r+1)2(r+1)2−r2(r+1)2r2
Canceling the common terms, we arrive at the simplified, elegant form:
Phase 3
The Telescoping Collapse
We are now ready for the grand finale. We need the sum of the first 10 terms, S10=∑r=110Tr.
Substituting our new form, we have:
S10=r=1∑10(r21−(r+1)21)
Let's expand this sum to witness the magic. For r=1, we have (121−221). For r=2, we have (221−321). For r=3, we have (321−421).
This continues until r=10, where we have (1021−1121). When we add these together, the −221 from the first term cancels with the +221 from the second.
The −321 cancels with the +321, and so on. Like a telescope collapsing, all intermediate terms vanish, leaving only the first part of the first term and the last part of the last term:
The Final Result
We are left with 1−1211. Calculating this is straightforward:
There you have it! We didn't need to calculate ten complex fractions. We used the power of pattern recognition and algebraic manipulation to collapse the problem into a simple subtraction.
This is the mindset of a JEE topper: always look for the structure, always look for the simplification, and never be afraid to manipulate the expression to reveal its true nature. Keep practicing, and soon, you will see these patterns instantly!