The Beauty of the Infinite Sum
From Chaos to Calculus
Imagine standing before a massive, intimidating wall of numbers. You see a series:
n→∞lim(n2+12n+n2+22n+⋯+5n1)
At first glance, it looks like a chaotic mess of fractions. But in the world of JEE Advanced, chaos is just order waiting to be discovered. Today, we are going to transform this discrete summation into a beautiful, continuous integral.
Phase 1
Decoding the Hidden Pattern
The first step in any limit problem is to find the general term. We see terms like n2+12n and n2+22n. It is clear that the general term is Tr=n2+r2n.
But what about that last term, 5n1? It looks like an outsider. This is where your intuition must kick in. We need to force it to conform to our pattern.
If we multiply the numerator and denominator by n, we get 5n2n. Now, split that 5n2 into n2+4n2. Suddenly, it becomes:
Do you see it? The pattern holds! The summation doesn't stop at n; it goes all the way to r=2n. We have successfully decoded the boundary.
Phase 2
The Riemann Transformation
Now, let us write this in the elegant language of sigma notation:
To turn this into an integral, we need the magic factor of n1. Let us factor out n2 from the denominator:
L=n→∞limr=1∑2nn2(1+(nr)2)n
The n in the numerator cancels with one n in the denominator, leaving us with:
L=n→∞limr=1∑2nn1⋅1+(nr)21
This is the moment of truth. We have our n1 (which will become dx) and our function of nr (which will become f(x)).
Phase 3
The Integral Setup
We are now ready to bridge the gap between the discrete and the continuous. We define f(x)=1+x21.
The lower limit is the limit of nr as n→∞ for r=1, which is 0. The upper limit is the limit of nr as n→∞ for r=2n, which is 2.
Thus, our infinite sum collapses into the definite integral:
Phase 4
The Final Calculation
We have arrived at the home stretch. The integral of 1+x21 is a standard result: tan−1(x).
Applying the Fundamental Theorem of Calculus, we evaluate this from 0 to 2:
L=[tan−1(x)]02=tan−1(2)−tan−1(0)
Since tan−1(0)=0, our final answer is simply tan−1(2).
Look at what we have achieved. We took a complex, infinite summation and reduced it to a single, elegant value. This is the power of calculus—it allows us to see the underlying geometry of the universe.