Analyzing the Setup
Imagine you are standing at the base of a mountain. You look up, and the path ahead seems shrouded in fog—a complex recurrence relation:
an+1=21an+n2(n+1)2n2−2n−1
Many students would immediately try to find the general term an by iteration, only to get lost in a labyrinth of partial fractions and infinite sums. But in the world of JEE Advanced, we don't climb the mountain by brute force; we look for the hidden path.
The target sum, ∑n=1∞(an−n22), is your lighthouse. It is telling you exactly where to go.
The Elegant Transformation
Whenever you see a recurrence relation paired with a specific expression in a summation, that expression is your golden ticket. Let us define a new sequence, bn, such that:
By doing this, we are not just simplifying the notation; we are changing our perspective. We are shifting our focus from the messy sequence an to a cleaner, more well-behaved sequence bn.
This implies that an=bn+n22, and consequently, an+1=bn+1+(n+1)22. Now, watch as we substitute these into our original recurrence relation:
bn+1+(n+1)22=21(bn+n22)+n2(n+1)2n2−2n−1
The Magic of Cancellation
This is the moment where the tension breaks. As we distribute the 21 and isolate bn+1, we are left with a collection of fractional terms on the right side:
bn+1=21bn+n21−(n+1)22+n2(n+1)2n2−2n−1
When we find a common denominator, n2(n+1)2, and combine the numerators, something beautiful happens. The numerator expands to:
Expanding this gives (n2+2n+1)−2n2+n2−2n−1. Look closely—the n2 terms cancel, the n terms cancel, and the constants cancel. Everything vanishes!
We are left with bn+1=21bn. The mountain has flattened into a simple, beautiful Geometric Progression.
The Final Ascent
Now that we have identified our sequence as a G.P. with a common ratio r=21, we only need the starting point. Using our substitution bn=an−n22 for n=1, we find:
The sum of an infinite G.P. is given by S=1−rb1. Substituting our values, we get:
We have reached the summit. The seemingly impossible problem has been solved with elegance and precision. The final answer is -2.