Skip to main content
Back to Limits, Continuity & Differentiability
JEE Main 2019
Limits, Continuity & Differentiability
Limits, Continuity and Differentiability
Hard

Question

The value of limn[r]+[2r]+...+[nr]n2\mathop {\lim }\limits_{n \to \infty } {{[r] + [2r] + ... + [nr]} \over {{n^2}}}, where r is a non-zero real number and [r] denotes the greatest integer less than or equal to r, is equal to :

Options

Solution

Key Concepts and Formulas

  • Greatest Integer Function Property: For any real number xx, the greatest integer function [x][x] satisfies the inequality x1[x]<xx - 1 \le [x] < x.
  • Sum of an Arithmetic Series: The sum of the first nn terms of an arithmetic series a,a+d,a+2d,a, a+d, a+2d, \dots is given by Sn=n2(2a+(n1)d)S_n = \frac{n}{2}(2a + (n-1)d). For the series 1,2,,n1, 2, \dots, n, the sum is n(n+1)2\frac{n(n+1)}{2}.
  • Squeeze Theorem (Sandwich Theorem): If f(x)g(x)h(x)f(x) \le g(x) \le h(x) for all xx in some open interval containing cc, except possibly at cc itself, and if limxcf(x)=limxch(x)=L\mathop {\lim }\limits_{x \to c} f(x) = \mathop {\lim }\limits_{x \to c} h(x) = L, then limxcg(x)=L\mathop {\lim }\limits_{x \to c} g(x) = L.

Step-by-Step Solution

  1. Apply the Greatest Integer Function Property: We are given the expression limn[r]+[2r]+...+[nr]n2\mathop {\lim }\limits_{n \to \infty } {{[r] + [2r] + ... + [nr]} \over {{n^2}}}. For each term [kr][kr] in the sum, where kk is an integer from 1 to nn, we can apply the property x1[x]<xx - 1 \le [x] < x. Thus, for each k{1,2,,n}k \in \{1, 2, \dots, n\}, we have: kr1[kr]<krkr - 1 \le [kr] < kr

  2. Sum the Inequalities: We will sum these inequalities for kk from 1 to nn to get bounds for the numerator. Adding kr1[kr]kr - 1 \le [kr] for k=1,,nk=1, \dots, n: k=1n(kr1)k=1n[kr]\sum_{k=1}^{n} (kr - 1) \le \sum_{k=1}^{n} [kr] rk=1nkk=1n1k=1n[kr]r \sum_{k=1}^{n} k - \sum_{k=1}^{n} 1 \le \sum_{k=1}^{n} [kr] Using the sum of the first nn integers formula, k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n+1)}{2}, and k=1n1=n\sum_{k=1}^{n} 1 = n: rn(n+1)2nk=1n[kr]r \frac{n(n+1)}{2} - n \le \sum_{k=1}^{n} [kr]

    Adding [kr]<kr[kr] < kr for k=1,,nk=1, \dots, n: k=1n[kr]<k=1nkr\sum_{k=1}^{n} [kr] < \sum_{k=1}^{n} kr k=1n[kr]<rk=1nk\sum_{k=1}^{n} [kr] < r \sum_{k=1}^{n} k k=1n[kr]<rn(n+1)2\sum_{k=1}^{n} [kr] < r \frac{n(n+1)}{2}

    Combining these, we get the bounds for the sum in the numerator: rn(n+1)2n[r]+[2r]+...+[nr]<rn(n+1)2r \frac{n(n+1)}{2} - n \le [r] + [2r] + ... + [nr] < r \frac{n(n+1)}{2}

  3. Divide by n2n^2 to form the expression in the limit: Now, we divide all parts of the inequality by n2n^2 to match the form of the limit expression. rn(n+1)2nn2[r]+[2r]+...+[nr]n2<rn(n+1)2n2\frac{r \frac{n(n+1)}{2} - n}{n^2} \le \frac{[r] + [2r] + ... + [nr]}{n^2} < \frac{r \frac{n(n+1)}{2}}{n^2}

  4. Evaluate the Limits of the Lower and Upper Bounds: We will now evaluate the limits of the lower and upper bound expressions as nn \to \infty.

    For the lower bound: limnrn(n+1)2nn2=limnr2(n2+n)nn2\mathop {\lim }\limits_{n \to \infty } \frac{r \frac{n(n+1)}{2} - n}{n^2} = \mathop {\lim }\limits_{n \to \infty } \frac{\frac{r}{2}(n^2+n) - n}{n^2} =limnr2n2+r2nnn2= \mathop {\lim }\limits_{n \to \infty } \frac{\frac{r}{2}n^2 + \frac{r}{2}n - n}{n^2} Divide each term by n2n^2: =limn(r2n2n2+(r21)nn2)= \mathop {\lim }\limits_{n \to \infty } \left( \frac{\frac{r}{2}n^2}{n^2} + \frac{(\frac{r}{2}-1)n}{n^2} \right) =limn(r2+r21n)= \mathop {\lim }\limits_{n \to \infty } \left( \frac{r}{2} + \frac{\frac{r}{2}-1}{n} \right) As nn \to \infty, r21n0\frac{\frac{r}{2}-1}{n} \to 0. =r2+0=r2= \frac{r}{2} + 0 = \frac{r}{2}

    For the upper bound: limnrn(n+1)2n2=limnr2(n2+n)n2\mathop {\lim }\limits_{n \to \infty } \frac{r \frac{n(n+1)}{2}}{n^2} = \mathop {\lim }\limits_{n \to \infty } \frac{\frac{r}{2}(n^2+n)}{n^2} =limn(r2n2n2+r2nn2)= \mathop {\lim }\limits_{n \to \infty } \left( \frac{\frac{r}{2}n^2}{n^2} + \frac{\frac{r}{2}n}{n^2} \right) =limn(r2+r2n)= \mathop {\lim }\limits_{n \to \infty } \left( \frac{r}{2} + \frac{r}{2n} \right) As nn \to \infty, r2n0\frac{r}{2n} \to 0. =r2+0=r2= \frac{r}{2} + 0 = \frac{r}{2}

  5. Apply the Squeeze Theorem: We have established the following inequality: rn(n+1)2nn2[r]+[2r]+...+[nr]n2<rn(n+1)2n2\frac{r \frac{n(n+1)}{2} - n}{n^2} \le \frac{[r] + [2r] + ... + [nr]}{n^2} < \frac{r \frac{n(n+1)}{2}}{n^2} And we found that the limit of the lower bound is r2\frac{r}{2} and the limit of the upper bound is r2\frac{r}{2}. Therefore, by the Squeeze Theorem, the limit of the middle expression must also be r2\frac{r}{2}. L=limn[r]+[2r]+...+[nr]n2=r2L = \mathop {\lim }\limits_{n \to \infty } {{[r] + [2r] + ... + [nr]} \over {{n^2}}} = \frac{r}{2}

Common Mistakes & Tips

  • Incorrectly Applying the Greatest Integer Inequality: Ensure you use the correct form x1[x]<xx-1 \le [x] < x. Using [x]x[x] \le x or [x]>x1[x] > x-1 might lead to incorrect bounds.
  • Algebraic Errors in Summation or Limit Evaluation: Carefully expand and simplify terms, especially when dealing with polynomials in nn. Pay close attention to the highest power of nn when evaluating limits of rational functions.
  • Forgetting to Divide by n2n^2: The problem requires the limit of the expression divided by n2n^2. Make sure to divide all parts of the inequality by n2n^2 before taking the limit.

Summary

The problem asks for the limit of a sum involving the greatest integer function. We utilized the property of the greatest integer function (x1[x]<xx-1 \le [x] < x) to establish lower and upper bounds for the sum [r]+[2r]++[nr][r] + [2r] + \dots + [nr]. After summing these inequalities and dividing by n2n^2, we applied the Squeeze Theorem. By evaluating the limits of the lower and upper bounds as nn \to \infty, we found that both limits converge to r2\frac{r}{2}. Consequently, the limit of the original expression is also r2\frac{r}{2}.

The final answer is r2\boxed{\frac{r}{2}}.

Practice More Limits, Continuity & Differentiability Questions

View All Questions