Integral Calculus: JEE Main Mathematics Question with Solution
limn→∞n3{4+(2+n1)2+(2+n2)2+⋯+(3−n1)2} is equal to
Your answer stays private
What feels right?
Hint 1 of 3
How can the given expression inside the limit be written in sigma notation?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
The limit evaluates to 19 by rewriting the sum as a definite integral 3∫01(2+x)2dx.
Option analysis
Why each option works or fails
A · 12
Evaluating the integral by ignoring the squared term or miscalculating ∫23x2dx as something yielding 4. Compute ∫23x2dx=[3x3]23=327−8=319, then multiply by the outer factor of 3 to get 19.
B · 319
Forgetting the factor of 3 multiplying the summation expression. Retain the constant multiplier 3 from n3, multiplying the resulting integral 319 by 3 to obtain 19.
C · 0
Assuming that the factor of n3 forces the entire limit to 0 without recognizing the sum contains n terms. Recognize that a sum of n terms scaled by n1 forms a Riemann sum converging to a non-zero definite integral.
D · 19
None. This is the correct answer. Correctly expressed the limit as 3∫01(2+x)2dx=3[3(2+x)3]01=33−23=27−8=19.
Reviewed route
Solution
StepWorking
01given
Given expression: S=limn→∞n3{4+(2+n1)2+(2+n2)2+⋯+(3−n1)2}. Note that 4=(2+0/n)2 and (3−1/n)=(2+(n−1)/n).
02goal
Evaluate the limit as n→∞ to find the numerical value.
03approach
Express the series as a Riemann sum limn→∞n1∑r=0n−1f(r/n) which converts into the definite integral ∫01f(x)dx where x=r/n and dx=1/n.
04execute
Convert to definite integral: S=∫013(2+x)2dx=[(2+x)3]01=(2+1)3−(2+0)3=27−8=19.
✓verify
Alternatively, substitute u=2+x, du=dx, with limits from u=2 to u=3: ∫233u2du=[u3]23=27−8=19. Both approaches match.
Hints that build this answer step by step
How can the given expression inside the limit be written in sigma notation?
3limn→∞n1∑r=0n−1(2+nr)2
Which definite integral represents limn→∞n1∑r=0n−1(2+nr)2?