Analyzing (S1)
The Arithmetic of Infinity
Let us start with
(S1):
n→∞limn21(2+4+6+⋯+2n)=1
The numerator is a classic arithmetic progression. If we factor out a 2, we get 2(1+2+3+⋯+n).
We know the sum of the first
n natural numbers is
2n(n+1). Substituting this, the numerator becomes:
2×2n(n+1)=n(n+1)=n2+n
Now, our limit is simply:
n→∞limn2n2+n
Dividing by n2, we get limn→∞(1+n1). As n marches toward infinity, n1 vanishes into zero, leaving us with exactly 1. Therefore, Statement (S1) is true.
The Riemann Bridge
Unlocking (S2)
Now, let us tackle
(S2):
n→∞limn161(115+215+⋯+n15)=161
This looks intimidating, but it is a classic setup for the
Riemann sum. We can rewrite this expression as:
n→∞limn1r=1∑n(nr)15
We split n16 into n×n15 because we need that n1 factor to represent the width of our rectangles in the integral definition.
Visualizing the Geometry
Imagine the graph of y=x15. We are dividing the interval [0,1] into n tiny rectangles, each with a width of n1.
The height of the r-th rectangle is (nr)15. As n approaches infinity, the sum of the areas of these infinitely thin rectangles becomes the area under the curve y=x15 from x=0 to x=1.
This is the magic of the definite integral:
∫01x15dx
The Final Calculation
Evaluating this integral is a joy. Using the power rule,
∫xndx=n+1xn+1, we find:
∫01x15dx=[16x16]01
Plugging in the limits, we get:
16116−16016=161
It matches perfectly! Both statements are true. Remember, in JEE, the most complex-looking problems often hide the most elegant, simple truths.