The Beauty of the Infinite Sum
Imagine you are standing on the edge of a vast, infinite landscape, looking at a series of tiny, jagged rectangles. This is the visual reality behind the expression:
n→∞limn3r=0∑n−1(2+nr)2
It is not just a collection of symbols; it is a story of accumulation. We are summing the areas of n rectangles, and as n grows to infinity, these rectangles smooth out to form a perfect, continuous area under a curve.
This is the fundamental bridge between discrete summation and continuous integration.
The Bridge to Calculus
To solve this, we invoke the power of the Riemann sum. The general theorem states that:
n→∞limn1r=0∑n−1f(nr)=∫01f(x)dx
Our goal is to map our expression to this standard form. We identify the continuous variable x=nr, which represents the position along the horizontal axis.
The width of each rectangle, n1, transforms into the infinitesimal differential dx as n→∞.
The Integration Process
We have a constant factor of 3 outside the summation, which we can safely pull out of the integral. Our expression transforms into:
Now, we face the integral of (2+x)2. While we could expand the square, the extended power rule for linear functions is much more elegant.
The integral of (ax+b)n is a(n+1)(ax+b)n+1. Here, a=1, so the integral of (2+x)2 is 3(2+x)3.
Multiplying by our constant 3, we get:
The Final Evaluation
We evaluate this from 0 to 1 using the Fundamental Theorem of Calculus.
At the upper limit x=1, we have (2+1)3=33=27. At the lower limit x=0, we have (2+0)3=23=8.
Subtracting the lower limit value from the upper limit value, we get 27−8=19.
The complexity of the infinite sum dissolves into the simplicity of the number 19. This is the elegance of calculus—taking a chaotic, infinite process and finding the precise, finite truth hidden within.