The Art of the Telescoping Series
Unlocking the Hidden Pattern
Welcome, fellow traveler on the path to JEE excellence. Today, we are going to dismantle a problem that, at first glance, looks like a tedious, soul-crushing arithmetic slog.
You see a sum of 25 terms, and your instinct might be to panic. But wait—in the world of competitive mathematics, whenever you see a complex rational expression inside a summation, there is almost always a hidden, elegant structure waiting to be revealed. Let us peel back the layers together.
Phase 1
The Anatomy of the Denominator
We are given the general term an=4n2−16n+15−2. Our mission is to compute the sum S25=∑n=125an.
If we were to calculate each term individually, we would be here until the next century. Instead, let us look at the denominator: 4n2−16n+15. This is a quadratic expression.
Let us factorize it by splitting the middle term. We look for two numbers that multiply to 4×15=60 and add to −16. Those numbers are −10 and −6.
Thus, we rewrite the expression as 4n2−10n−6n+15. Grouping them, we get 2n(2n−5)−3(2n−5), which simplifies beautifully to (2n−3)(2n−5).
Phase 2
The Magic of Partial Fractions
Now, look at the numerator. It is a constant −2. Is it a coincidence that the difference between our factors (2n−3) and (2n−5) is exactly 2? No, it is not!
This is the 'Aha!' moment. We can rewrite the numerator −2 as (2n−5)−(2n−3). By substituting this back into our expression for an, we get:
an=(2n−3)(2n−5)(2n−5)−(2n−3)
When we split this fraction, we arrive at the most powerful form of the term: an=2n−31−2n−51. This, my friend, is the key to the kingdom. We have transformed a complex fraction into a difference of two simpler terms.
Phase 3
The Telescoping Collapse
Imagine a row of dominoes. When we write out the terms of our sum, something magical happens. Let us look at the first few terms:
For n=1: a1=−11−−31
For n=2: a2=11−−11
For n=3: a3=31−11
Do you see it? The term −−11 in a1 is cancelled by the +−11 in a2. The term −11 in a2 is cancelled by the +11 in a3.
This is the 'telescoping' effect—like an old-fashioned pirate's telescope collapsing into itself. Every term in the middle is destined to vanish, leaving only the 'start' of the first term and the 'end' of the last term.
Phase 4
The Final Victory
We only need to evaluate the very last term, a25. Plugging n=25 into our decomposed form, we get a25=2(25)−31−2(25)−51, which is 471−451.
Following our pattern, the surviving terms are the second part of a1 and the first part of a25. Our sum is simply:
S25=471−(−31)=471+31
To finish, we find a common denominator:
Look at that! We started with a daunting quadratic fraction and ended with a simple, elegant fraction. This is the beauty of mathematics—it rewards those who look for patterns rather than those who blindly calculate. You have mastered the telescoping series today. Keep this intuition sharp; it will serve you well in the toughest battles of the JEE Advanced.