Integral Calculus: JEE Main Mathematics Question with Solution
limn→∞[1+n1+2+n1+3+n1+⋯+2n1] is equal to
Your answer stays private
What feels right?
Hint 1 of 3
How can the given sum be rewritten in sigma notation with a factor of n1 pulled out?
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 equals ∫011+x1dx=loge2.
Option analysis
Why each option works or fails
A · loge2
None. The student correctly converts the limit of the Riemann sum into a definite integral ∫011+xdx=[ln(1+x)]01=ln2. Correctly expressed the sum in terms of nr, factored out n1, and evaluated the resulting definite integral.
B · loge(23)
The student mistakenly sets the upper integration limit or substitution range incorrectly, evaluating ln(1+x) from x=1/2 to 1 or similar, leading to ln(3/2). Identify the running index r from 1 to n, which gives limits of integration from limn1=0 to limnn=1.
C · loge(32)
The student inverts the argument of the logarithm, possibly evaluating [ln(1+x)] as ln(1)−ln(1+1)=−ln2 or miscomputing ln(1+1/2)−ln(2)=ln(2/3). Evaluate the antiderivative properly at the upper limit minus the lower limit: [ln(1+x)]01=ln(2)−ln(1)=ln2.
D · 0
The student takes the limit of each term individually as n→∞, getting limn→∞r+n1=0, and concludes the sum of n such terms is 0. Because the number of terms grows with n, you cannot distribute the limit across the sum; formulate it as a Riemann sum instead.
Reviewed route
Solution
StepWorking
01given
The given expression is S=limn→∞[n+11+n+21+n+31+⋯+n+n1].
02goal
Evaluate the limit as n→∞ using Riemann sum integration.
03approach
Factor out n1 to express the general term as a function of nr, and convert the Riemann sum limn→∞n1∑f(nr) into ∫01f(x)dx.