The Beauty of Telescoping Series
A Journey into Patterns
Imagine you are standing before a complex, intimidating series. It looks like a wall of fractions, each one seemingly unrelated to the next.
But as an elite JEE aspirant, you know that math is rarely about brute force; it is about finding the hidden rhythm, the underlying symmetry that makes the chaos collapse into simplicity.
Let us embark on this journey together to solve the problem:
(20−a)(40−a)1+(40−a)(60−a)1+⋯+(180−a)(200−a)1=2561
Phase 1
The Pattern Recognition
Look closely at the denominators. We have terms like (20−a)(40−a), (40−a)(60−a), and so on.
If you subtract the first factor from the second in any of these terms, what do you get? For the first term, (40−a)−(20−a)=20. For the second, (60−a)−(40−a)=20.
This constant difference of 20 is the heartbeat of this problem. It is a signal that we are dealing with a telescoping series, a beautiful structure where terms cancel each other out like falling dominoes.
Phase 2
The Telescoping Magic
To reveal this structure, we use a classic JEE technique: multiply and divide the entire series by the common difference, which is 20.
Now, each term Tk looks like:
Tk=201[(20k−a)(20(k+1)−a)20]
We can rewrite the numerator 20 as the difference of the denominator factors: (20(k+1)−a)−(20k−a). This allows us to decompose each term into partial fractions:
Tk=201(20k−a1−20(k+1)−a1)
Phase 3
The Algebraic Cleanup
Now, let us expand the sum. When we write out the terms, we see:
S=201[(20−a1−40−a1)+(40−a1−60−a1)+⋯+(180−a1−200−a1)]
Notice the magic? The term −40−a1 cancels with +40−a1. The term −60−a1 will cancel with the next one.
This continues until only the very first term, 20−a1, and the very last term, −200−a1, remain. We are left with:
Phase 4
The Quadratic Finale
With the series simplified, we take the LCM:
S=201[(20−a)(200−a)(200−a)−(20−a)]=20(20−a)(200−a)180=(20−a)(200−a)9
We equate this to the given value 2561. Cross-multiplying gives us:
Expanding this, we get 4000−200a−20a+a2=2304, which simplifies to the quadratic equation:
Solving this quadratic, we find the roots a=212 and a=8. The question asks for the maximum value of a, which is clearly 212.