Analyzing the Setup
Welcome, future engineer. Today, we are going to dismantle a series that looks intimidating but is actually a masterpiece of algebraic symmetry.
When you first look at the series
it might seem like a chaotic mess. But in the world of JEE Advanced, chaos is just order waiting to be discovered. Let's embark on this journey to simplify it.
The Anatomy of the Denominator
Look at the general term:
The denominator, D=r4+3r2+4, is a biquadratic expression. If you try to solve it directly, you will hit a wall.
Instead, we use the method of completing the square. By adding and subtracting r2, we transform it into (r4+4r2+4)−r2, which is (r2+2)2−r2.
This is the key! It is a difference of squares: (r2−r+2)(r2+r+2). This factorization is the foundation of our solution.
The Art of Splitting
Now, look at the numerator. We have 4r. Can we express 4r as the difference of the two factors we just found?
Let's check: (r2+r+2)−(r2−r+2)=2r. Since our numerator is 4r, we simply multiply this difference by 2.
This is a strategic move, a classic JEE maneuver to force the expression into a telescoping form:
The Telescoping Magic
This is where the beauty of mathematics shines. As we sum these terms from r=1 to 20, the middle terms vanish like magic.
For r=1, we have 2(21−41). For r=2, we have 2(41−81).
Notice how the −41 from the first term cancels with the +41 from the second? This dance of cancellation continues until the very end.
We are left with only the first positive component and the last negative component:
S20=2(21−202+20+21)=2(21−4221)
Final Calculation
Finally, we simplify the result:
S20=2(422211−1)=2(422210)=211210
We are given that the sum is nm where m and n are coprime. Since 211 is a prime number, gcd(210,211)=1.
Thus, m=210 and n=211. The final step is to find m+n, which is 210+211=421.
You have successfully navigated the complexity and found the elegant truth hidden within the series. The final answer is 421.