Skip to main content
Back to Definite Integration
JEE Main 2018
Definite Integration
Definite Integration
Medium

Question

limn[11+n+12+n+13+n+...+12n]\mathop {\lim }\limits_{n \to \infty } \left[ {{1 \over {1 + n}} + {1 \over {2 + n}} + {1 \over {3 + n}}\, + \,...\, + \,{1 \over {2n}}} \right] is equal to

Options

Solution

Key Concepts and Formulas

  • Definite Integral as a Limit of a Sum (Riemann Sum): The limit of a sum can be represented as a definite integral using the following formula: limnr=1n1nf(rn)=01f(x)dx\lim_{n \to \infty} \sum_{r=1}^{n} \frac{1}{n} f\left(\frac{r}{n}\right) = \int_0^1 f(x) \, dx More generally, if the sum is from rminr_{min} to rmaxr_{max}, the limits of integration are a=limnrminna = \lim_{n \to \infty} \frac{r_{min}}{n} and b=limnrmaxnb = \lim_{n \to \infty} \frac{r_{max}}{n}.

  • Integral of 1x\frac{1}{x}: The indefinite integral of 1x\frac{1}{x} is logex+C\log_e|x| + C.

  • Fundamental Theorem of Calculus: To evaluate a definite integral abf(x)dx\int_a^b f(x) \, dx, we find an antiderivative F(x)F(x) of f(x)f(x) and compute F(b)F(a)F(b) - F(a).


Step-by-Step Solution

1. Express the Given Sum in Sigma Notation The given limit is: L=limn[11+n+12+n+13+n+...+12n]L = \mathop {\lim }\limits_{n \to \infty } \left[ {{1 \over {1 + n}} + {1 \over {2 + n}} + {1 \over {3 + n}}\, + \,...\, + \,{1 \over {2n}}} \right] We need to express this sum in a compact sigma notation. Let's examine the terms: The first term is 1n+1\frac{1}{n+1}. The second term is 1n+2\frac{1}{n+2}. The third term is 1n+3\frac{1}{n+3}. ... The last term is 12n\frac{1}{2n}. We can rewrite 12n\frac{1}{2n} as 1n+n\frac{1}{n+n}.

We can see a pattern where the denominator is nn plus a variable term that goes from 11 to nn. Let rr be this variable term. Then the general term is 1n+r\frac{1}{n+r}. When r=1r=1, we get 1n+1\frac{1}{n+1}. When r=2r=2, we get 1n+2\frac{1}{n+2}. ... When r=nr=n, we get 1n+n=12n\frac{1}{n+n} = \frac{1}{2n}. So, the sum can be written as: r=1n1n+r\sum_{r=1}^{n} \frac{1}{n+r} The limit we need to evaluate is: L=limnr=1n1n+rL = \mathop {\lim }\limits_{n \to \infty } \sum_{r=1}^{n} \frac{1}{n+r} Explanation: Expressing the sum in sigma notation helps us identify the general term and the range of summation, which are crucial for converting it into a definite integral.

2. Transform the Sum into the Standard Riemann Sum Form To use the formula for the definite integral as a limit of a sum, we need to manipulate the general term 1n+r\frac{1}{n+r} into the form 1nf(rn)\frac{1}{n} f\left(\frac{r}{n}\right). We can rewrite the general term as: 1n+r=1n(1+rn)\frac{1}{n+r} = \frac{1}{n\left(1 + \frac{r}{n}\right)} Now, we can separate the 1n\frac{1}{n} factor: 1n+r=1n11+rn\frac{1}{n+r} = \frac{1}{n} \cdot \frac{1}{1 + \frac{r}{n}} Substituting this back into the limit expression: L=limnr=1n[1n11+rn]L = \mathop {\lim }\limits_{n \to \infty } \sum_{r=1}^{n} \left[ \frac{1}{n} \cdot \frac{1}{1 + \frac{r}{n}} \right] Explanation: By factoring out 1n\frac{1}{n} and isolating the rn\frac{r}{n} term, we prepare the sum to match the standard Riemann sum structure, where rn\frac{r}{n} will become our integration variable xx.

3. Convert the Limit of the Sum to a Definite Integral We now compare our transformed sum with the Riemann sum formula: limnr=1n1nf(rn)=abf(x)dx\lim_{n \to \infty} \sum_{r=1}^{n} \frac{1}{n} f\left(\frac{r}{n}\right) = \int_a^b f(x) \, dx From our expression, 1n11+rn\frac{1}{n} \cdot \frac{1}{1 + \frac{r}{n}}, we can identify:

  • The function f(x)f(x) corresponds to 11+x\frac{1}{1+x}, since rn\frac{r}{n} is replaced by xx.
  • The 1n\frac{1}{n} factor outside the function corresponds to dxdx.

Next, we determine the limits of integration, aa and bb:

  • Lower Limit (aa): This is obtained by taking the limit of rminn\frac{r_{min}}{n} as nn \to \infty. In our sum, rmin=1r_{min} = 1. a=limn1n=0a = \lim_{n \to \infty} \frac{1}{n} = 0
  • Upper Limit (bb): This is obtained by taking the limit of rmaxn\frac{r_{max}}{n} as nn \to \infty. In our sum, rmax=nr_{max} = n. b=limnnn=1b = \lim_{n \to \infty} \frac{n}{n} = 1 Therefore, the limit of the sum can be represented by the definite integral: L=0111+xdxL = \int_0^1 \frac{1}{1+x} \, dx Explanation: This step is the core of the problem. We have successfully transformed the given limit of an infinite sum into a definite integral by identifying the integrand and the integration interval.

4. Evaluate the Definite Integral Now we evaluate the definite integral: L=0111+xdxL = \int_0^1 \frac{1}{1+x} \, dx The antiderivative of 11+x\frac{1}{1+x} is loge1+x\log_e|1+x|. Using the Fundamental Theorem of Calculus: L=[loge1+x]01L = \left[ \log_e |1+x| \right]_0^1 Substitute the upper and lower limits: L=loge1+1loge1+0L = \log_e |1+1| - \log_e |1+0| L=loge2loge1L = \log_e 2 - \log_e 1 Explanation: We apply the standard integration formula for 1u\frac{1}{u} and then use the Fundamental Theorem of Calculus to evaluate the integral at the limits.

5. Simplify the Result Since loge1=0\log_e 1 = 0: L=loge20L = \log_e 2 - 0 L=loge2L = \log_e 2 Explanation: The final simplification of the evaluated integral gives us the value of the limit.


Summary

The problem asks for the limit of a sum, which can be effectively solved by converting it into a definite integral using the concept of Riemann sums. We first express the given sum in sigma notation, then manipulate the general term to fit the form 1nf(rn)\frac{1}{n} f\left(\frac{r}{n}\right). This allows us to identify the function f(x)f(x) and the limits of integration. Evaluating the resulting definite integral 0111+xdx\int_0^1 \frac{1}{1+x} \, dx yields loge2\log_e 2.

The final answer is loge2\boxed{{\log _e}2}.

Practice More Definite Integration Questions

View All Questions