Analyzing the Setup
Welcome, future engineer. Today, we are going to demystify one of the most elegant concepts in calculus: the Riemann Sum.
When you look at a problem like
n→∞limn1r=0∑2n−1n2+4r2n2
it is easy to feel overwhelmed. It looks like a messy, infinite pile of fractions, but in the world of JEE Advanced, this is a beautiful geometric construction waiting to be unveiled.
Identifying the Pattern
Whenever you see a limit as n→∞ paired with a n1 outside a summation, your mathematical intuition should scream: "Riemann Sum!"
Think of it this way: we are summing up the areas of infinitely thin rectangles. As n approaches infinity, the width of these rectangles, n1, becomes the infinitesimal dx, and the summation symbol transforms into the integral sign ∫.
Our goal is to force the expression inside the sum to look like a function of nr.
The Algebraic Surgery
Let us look at our general term: n2+4r2n2. To make this look like a function of nr, we need to perform some algebraic surgery.
Let us factor out n2 from the denominator:
n2(1+4n2r2)n2=1+4(nr)21
By factoring out n2, the numerator and denominator cancel out perfectly, leaving us with a clean function f(x)=1+4x21, where x=nr. We have successfully translated the discrete variable r into the continuous variable x.
The Trap of Limits
Now, here is where the battle is won or lost. Many students blindly assume the integral goes from 0 to 1. But look closely at the summation index: r goes from 0 to 2n−1.
We must calculate the limits of integration carefully:
Lower limit: limn→∞n0=0.
Upper limit: limn→∞n2n−1=2.
If you had assumed the limit was 1, you would have missed the entire point of the upper bound. The integral is not from 0 to 1; it is from 0 to 2. Always check your bounds!
The Final Integration
We have arrived at our integral:
We know that ∫1+u21du=tan−1(u). Here, our u is 2x. When we integrate with respect to x, we must account for the coefficient of x by dividing by it.
Thus, the integral becomes:
Substituting the limits, we get 21tan−1(2×2)−21tan−1(2×0). This simplifies beautifully to 21tan−1(4)−0.
Final Result
The final value of the expression is:
You started with a terrifying limit of a sum and ended with a clean inverse trigonometric value. This is the power of calculus: you translated a complex discrete system into a simple, continuous geometric area.