The Anatomy of the Problem
Welcome, future engineer. Today, we are going to peel back the layers of a problem that often intimidates students at first glance: the summation of a series.
When you see an expression like
your instinct might be to panic. But take a breath; this is not a monster, but a puzzle waiting to be solved.
The core of this problem lies in the denominator, which is a product of two linear factors: (4n−1) and (4n+3). In the world of JEE Advanced, whenever you see a product of linear factors in the denominator, your mind should immediately jump to the Method of Differences. This is our secret weapon.
The Golden Ticket
Let us analyze the difference between these two factors. If we subtract (4n−1) from (4n+3), we get:
This constant difference of 4 is the golden ticket. It allows us to rewrite the numerator.
We currently have a 3, but we need a 4. So, we multiply and divide by 4, giving us:
Now, we replace that 4 with the difference (4n+3)−(4n−1). This transforms our term into:
This is the magic of the telescoping series.
The Telescoping Collapse
As we expand the sum from n=1 to n=21, we see a beautiful pattern emerge.
For n=1, we have 43(31−71). For n=2, we have 43(71−111).
Notice how the −71 from the first term cancels with the +71 from the second term? This continues all the way to the end.
The intermediate terms vanish, leaving only the first part of the first term and the last part of the last term. We are left with:
43(31−4(21)+31)=43(31−871)
The Final Arithmetic
Calculating this, we get:
Simplifying the expression, we arrive at the final result:
This is the elegance of mathematics. What seemed complex is actually a simple, beautiful collapse. Keep practicing, keep questioning, and you will master these concepts.