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

Question

limx(nn2+12+nn2+22+nn2+32+.....+15n)\mathop {\lim }\limits_{x \to \infty } \left( {{n \over {{n^2} + {1^2}}} + {n \over {{n^2} + {2^2}}} + {n \over {{n^2} + {3^2}}} + ..... + {1 \over {5n}}} \right) is equal to :

Options

Solution

1. 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 formula: limnr=abf(rn)1n=abf(x)dx\lim_{n \to \infty} \sum_{r=a}^{b} f\left(\frac{r}{n}\right) \frac{1}{n} = \int_{a}^{b} f(x) \, dx Alternatively, if the summation bounds are expressed in terms of nn (e.g., rr from anan to bnbn): limnr=anbnf(rn)1n=abf(x)dx\lim_{n \to \infty} \sum_{r=an}^{bn} f\left(\frac{r}{n}\right) \frac{1}{n} = \int_{a}^{b} f(x) \, dx Here, x=rnx = \frac{r}{n}, dx=1ndx = \frac{1}{n}, the lower limit of integration is limnlower bound of rn\lim_{n \to \infty} \frac{\text{lower bound of } r}{n}, and the upper limit is limnupper bound of rn\lim_{n \to \infty} \frac{\text{upper bound of } r}{n}.
  • Standard Integral of Inverse Tangent: The integral of 11+x2\frac{1}{1+x^2} is tan1(x)+C\tan^{-1}(x) + C.

2. Step-by-Step Solution

Step 1: Rewrite the expression and identify the general term. The given expression is: L=limn(nn2+12+nn2+22+nn2+32+.....+15n)L = \mathop {\lim }\limits_{n \to \infty } \left( {{n \over {{n^2} + {1^2}}} + {n \over {{n^2} + {2^2}}} + {n \over {{n^2} + {3^2}}} + ..... + {1 \over {5n}}} \right) We observe that the first few terms follow the pattern nn2+k2\frac{n}{n^2+k^2} for k=1,2,3,k=1, 2, 3, \dots. Let the general term be Tr=nn2+r2T_r = \frac{n}{n^2+r^2}.

Step 2: Determine the upper limit of the summation. The last term given is 15n\frac{1}{5n}. We need to find the value of rr for which Tr=15nT_r = \frac{1}{5n}. nn2+r2=15n\frac{n}{n^2+r^2} = \frac{1}{5n} Cross-multiplying gives: n(5n)=n2+r2n(5n) = n^2+r^2 5n2=n2+r25n^2 = n^2+r^2 4n2=r24n^2 = r^2 Taking the positive square root (since rr represents the index of summation starting from 1), we get r=2nr = 2n. Therefore, the sum can be written in sigma notation as: L=limnr=12nnn2+r2L = \mathop {\lim }\limits_{n \to \infty } \sum_{r=1}^{2n} \frac{n}{n^2+r^2}

Step 3: Transform the general term into the Riemann sum form 1nf(rn)\frac{1}{n} f\left(\frac{r}{n}\right). To convert the sum into an integral, we need to express the general term in the form 1nf(rn)\frac{1}{n} f\left(\frac{r}{n}\right). We divide the numerator and the denominator of nn2+r2\frac{n}{n^2+r^2} by n2n^2: nn2+r2=nn2n2+r2n2=1n1+r2n2=1n11+(rn)2\frac{n}{n^2+r^2} = \frac{\frac{n}{n^2}}{\frac{n^2+r^2}{n^2}} = \frac{\frac{1}{n}}{1+\frac{r^2}{n^2}} = \frac{1}{n} \cdot \frac{1}{1+\left(\frac{r}{n}\right)^2} Now, the limit becomes: L=limnr=12n1n11+(rn)2L = \mathop {\lim }\limits_{n \to \infty } \sum_{r=1}^{2n} \frac{1}{n} \cdot \frac{1}{1+\left(\frac{r}{n}\right)^2}

Step 4: Determine the limits of integration. We identify f(x)=11+x2f(x) = \frac{1}{1+x^2}, where x=rnx = \frac{r}{n}. The lower limit of integration is limnlower bound of rn=limn1n=0\lim_{n \to \infty} \frac{\text{lower bound of } r}{n} = \lim_{n \to \infty} \frac{1}{n} = 0. The upper limit of integration is limnupper bound of rn=limn2nn=2\lim_{n \to \infty} \frac{\text{upper bound of } r}{n} = \lim_{n \to \infty} \frac{2n}{n} = 2.

Step 5: Convert the limit of the sum into a definite integral. Using the Riemann sum to definite integral conversion, we have: L=0211+x2dxL = \int_{0}^{2} \frac{1}{1+x^2} \, dx

Step 6: Evaluate the definite integral. The integral of 11+x2\frac{1}{1+x^2} is tan1(x)\tan^{-1}(x). Applying the Fundamental Theorem of Calculus: L=[tan1(x)]02L = \left[ \tan^{-1}(x) \right]_{0}^{2} L=tan1(2)tan1(0)L = \tan^{-1}(2) - \tan^{-1}(0) Since tan1(0)=0\tan^{-1}(0) = 0: L=tan1(2)0=tan1(2)L = \tan^{-1}(2) - 0 = \tan^{-1}(2)

3. Common Mistakes & Tips

  • Incorrectly Identifying the Upper Limit: Always verify the upper limit of the summation by equating the general term to the last given term in the series. In this problem, it was crucial to find r=2nr=2n.
  • Missing the 1n\frac{1}{n} Factor: Ensure the expression is manipulated to explicitly show a 1n\frac{1}{n} multiplier outside the function f(rn)f(\frac{r}{n}). This is essential for the conversion to dxdx.
  • Confusing Limits of Summation and Integration: Remember that the limits of integration are derived from the limits of the summation index rr divided by nn as nn \to \infty.

4. Summary

The problem requires evaluating a limit of a sum, which can be solved by converting it into a definite integral using the concept of Riemann sums. We first identified the general term of the series and determined its upper summation limit by matching it with the last given term. Then, we rewrote the general term in the form 1nf(rn)\frac{1}{n} f\left(\frac{r}{n}\right). This allowed us to define the function f(x)f(x) and determine the limits of integration by considering the behavior of the summation bounds as nn \to \infty. Finally, we evaluated the resulting definite integral to find the value of the limit.

The final answer is tan1(2)\tan^{-1}(2).

5. Final Answer

The final answer is tan –1 (2)\boxed{\text{tan –1 (2)}} which corresponds to option (A).

Practice More Definite Integration Questions

View All Questions