Skip to main content
Back to Definite Integration
JEE Main 2019
Definite Integration
Definite Integration
Hard

Question

limn[1n+n(n+1)2+n(n+2)2+........+n(2n+1)2]\mathop {\lim }\limits_{n \to \infty } \left[ {{1 \over n} + {n \over {{{(n + 1)}^2}}} + {n \over {{{(n + 2)}^2}}} + ........ + {n \over {{{(2n + 1)}^2}}}} \right] is equal to :

Options

Solution

Key Concepts and Formulas

  • Definite Integral as a Limit of a Sum (Riemann Sum): A limit of a sum of the form limn1nr=abf(rn)\mathop {\lim }\limits_{n \to \infty } \frac{1}{n}\sum\limits_{r = a}^{b} {f\left( \frac{r}{n} \right)} can be converted into a definite integral αβf(x)dx\int_{\alpha}^{\beta} {f(x)\,dx}.
  • Conversion Formula: limn1nr=abf(rn)=αβf(x)dx\mathop {\lim }\limits_{n \to \infty } \frac{1}{n}\sum\limits_{r = a}^{b} {f\left( \frac{r}{n} \right)} = \int_{\alpha }^{\beta } {f(x)\,dx} where x=rnx = \frac{r}{n}, dx=1ndx = \frac{1}{n}, α=limnan\alpha = \mathop {\lim }\limits_{n \to \infty } \frac{a}{n}, and β=limnbn\beta = \mathop {\lim }\limits_{n \to \infty } \frac{b}{n}.
  • Integration of Power Functions: xndx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C (for n1n \neq -1).

Step-by-Step Solution

Let the given limit be LL. L=limn[1n+n(n+1)2+n(n+2)2+........+n(2n+1)2]L = \mathop {\lim }\limits_{n \to \infty } \left[ {{1 \over n} + {n \over {{{(n + 1)}^2}}} + {n \over {{{(n + 2)}^2}}} + ........ + {n \over {{{(2n + 1)}^2}}}} \right]

Step 1: Rewrite the sum in sigma notation and identify the general term. Our goal is to express the given series as a sum that can be converted into a definite integral. We need to find a general term and the range of summation. The terms are: 1n\frac{1}{n}, n(n+1)2\frac{n}{(n+1)^2}, n(n+2)2\frac{n}{(n+2)^2}, ..., n(2n+1)2\frac{n}{(2n+1)^2}. We can rewrite the first term as nn2=n(n+0)2\frac{n}{n^2} = \frac{n}{(n+0)^2}. The general form of the terms seems to be n(n+r)2\frac{n}{(n+r)^2}. Let's examine the range of rr: For the first term, n(n+0)2\frac{n}{(n+0)^2}, we have r=0r=0. For the last term, n(2n+1)2\frac{n}{(2n+1)^2}, we have n+r=2n+1n+r = 2n+1, which implies r=n+1r = n+1. Thus, the sum can be written as: L=limnr=0n+1n(n+r)2L = \mathop {\lim }\limits_{n \to \infty } \sum\limits_{r = 0}^{n+1} {\frac{n}{{{{(n + r)}^2}}}} However, for the conversion to a Riemann sum, we typically need the upper limit of the summation to be related to nn in a way that rn\frac{r}{n} covers a range from 00 to some constant. The presence of +1+1 in 2n+12n+1 is a slight variation. In the limit as nn \to \infty, the difference between summing up to n1n-1, nn, or n+1n+1 for the index rr (when the term involves nn in the denominator) does not change the value of the definite integral. For consistent application of the formula, let's consider the sum to have nn terms, which means rr goes from 00 to n1n-1. This is a common simplification in such problems. So, we will consider the sum as: L=limn[n(n+0)2+n(n+1)2+n(n+2)2+........+n(n+(n1))2]L = \mathop {\lim }\limits_{n \to \infty } \left[ {{n \over {{{(n + 0)}^2}}} + {n \over {{{(n + 1)}^2}}} + {n \over {{{(n + 2)}^2}}} + ........ + {n \over {{{(n + (n - 1))}^2}}}} \right] This can be written in sigma notation as: L=limnr=0n1n(n+r)2L = \mathop {\lim }\limits_{n \to \infty } \sum\limits_{r = 0}^{n - 1} {\frac{n}{{{{(n + r)}^2}}}}

Step 2: Transform the general term into the form 1nf(rn)\frac{1}{n} f\left(\frac{r}{n}\right). To use the Riemann sum formula, we need to factor out 1n\frac{1}{n} from each term and express the remaining part as a function of rn\frac{r}{n}. Consider the general term: n(n+r)2\frac{n}{{(n+r)}^2}. Factor out n2n^2 from the denominator: n(n+r)2=nn2(1+rn)2\frac{n}{{{{(n + r)}^2}}} = \frac{n}{n^2\left(1 + \frac{r}{n}\right)^2} Simplify the expression: =1n1(1+rn)2= \frac{1}{n} \cdot \frac{1}{\left(1 + \frac{r}{n}\right)^2} Now, the limit of the sum becomes: L=limnr=0n11n1(1+rn)2L = \mathop {\lim }\limits_{n \to \infty } \sum\limits_{r = 0}^{n - 1} {\frac{1}{n} \cdot \frac{1}{\left(1 + \frac{r}{n}\right)^2}}

Step 3: Convert the limit of the sum into a definite integral. We have the sum in the form limn1nr=0n1f(rn)\mathop {\lim }\limits_{n \to \infty } \frac{1}{n}\sum\limits_{r = 0}^{n - 1} {f\left( \frac{r}{n} \right)}, where f(rn)=1(1+rn)2f\left( \frac{r}{n} \right) = \frac{1}{\left(1 + \frac{r}{n}\right)^2}. Thus, the function f(x)f(x) is obtained by replacing rn\frac{r}{n} with xx: f(x)=1(1+x)2f(x) = \frac{1}{(1+x)^2} Now, we determine the limits of integration:

  • Lower limit of integration (α\alpha): The summation starts with r=0r=0. α=limn0n=0\alpha = \mathop {\lim }\limits_{n \to \infty } \frac{0}{n} = 0
  • Upper limit of integration (β\beta): The summation ends with r=n1r=n-1. β=limnn1n=limn(11n)=10=1\beta = \mathop {\lim }\limits_{n \to \infty } \frac{n-1}{n} = \mathop {\lim }\limits_{n \to \infty } \left(1 - \frac{1}{n}\right) = 1 - 0 = 1 Therefore, the limit of the sum can be represented as the definite integral: L=011(1+x)2dxL = \int_{0}^{1} {\frac{1}{(1+x)^2}\,dx}

Step 4: Evaluate the definite integral. We need to compute the integral 011(1+x)2dx\int_{0}^{1} {\frac{1}{(1+x)^2}\,dx}. Let u=1+xu = 1+x. Then du=dxdu = dx. When x=0x=0, u=1+0=1u=1+0=1. When x=1x=1, u=1+1=2u=1+1=2. The integral becomes: L=121u2du=12u2duL = \int_{1}^{2} {\frac{1}{u^2}\,du} = \int_{1}^{2} {u^{-2}\,du} Using the power rule for integration: L=[u2+12+1]12=[u11]12=[1u]12L = \left[ \frac{u^{-2+1}}{-2+1} \right]_{1}^{2} = \left[ \frac{u^{-1}}{-1} \right]_{1}^{2} = \left[ -\frac{1}{u} \right]_{1}^{2} Now, apply the limits of integration: L=(12)(11)=12+1=12L = \left(-\frac{1}{2}\right) - \left(-\frac{1}{1}\right) = -\frac{1}{2} + 1 = \frac{1}{2}

Common Mistakes & Tips

  • Incorrectly identifying the general term or the range of summation: Carefully examine the terms to find a pattern and the starting and ending values of the index rr.
  • Forgetting to factor out 1n\frac{1}{n}: The conversion to a definite integral requires the specific form 1nf(rn)\frac{1}{n} f(\frac{r}{n}).
  • Errors in determining the limits of integration: The limits are found by taking the limit of the lower and upper bounds of the summation index divided by nn.
  • Algebraic mistakes during integration or evaluation: Double-check your calculus and arithmetic.

Summary

The problem asks for the limit of a sum as nn approaches infinity. This type of problem can be solved by converting the limit of the sum into a definite integral using the Riemann sum definition. We identified the general term of the series, manipulated it into the required form 1nf(rn)\frac{1}{n} f(\frac{r}{n}), and then determined the function f(x)f(x) and the limits of integration. Finally, we evaluated the resulting definite integral to find the value of the limit.

The final answer is 12\boxed{\frac{1}{2}}.

Practice More Definite Integration Questions

View All Questions