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

Question

limnr=1nr2r27rn+6n2\mathop {\lim }\limits_{n \to \infty } \sum\limits_{r = 1}^n {{r \over {2{r^2} - 7rn + 6{n^2}}}} is equal to :

Options

Solution

Key Concepts and Formulas

  • Definite Integral as a Limit of a Sum: The limit of a sum can be expressed as a definite integral using the formula: limnr=1n1nf(rn)=01f(x)dx\mathop {\lim }\limits_{n \to \infty } \sum\limits_{r=1}^n \frac{1}{n} f\left(\frac{r}{n}\right) = \int_0^1 f(x) dx
  • Partial Fraction Decomposition: A rational function can be decomposed into simpler fractions, which are easier to integrate.
  • Logarithm Properties: logalogb=logab\log a - \log b = \log \frac{a}{b} and kloga=logakk \log a = \log a^k.

Step-by-Step Solution

Step 1: Transform the given sum into the standard form for integration.

The given limit of the sum is: S=limnr=1nr2r27rn+6n2S = \mathop {\lim }\limits_{n \to \infty } \sum\limits_{r = 1}^n {{r \over {2{r^2} - 7rn + 6{n^2}}}} To apply the definite integral as a limit of a sum formula, we need to express the summand in the form 1nf(rn)\frac{1}{n} f\left(\frac{r}{n}\right). We achieve this by dividing the numerator and denominator of the summand by n2n^2: S=limnr=1nr/n2(2r27rn+6n2)/n2S = \mathop {\lim }\limits_{n \to \infty } \sum\limits_{r = 1}^n \frac{{r/n^2}}{{{(2{r^2} - 7rn + 6{n^2})}/n^2}} This simplifies to: S=limnr=1n(r/n)(1/n)2(r/n)27(r/n)+6S = \mathop {\lim }\limits_{n \to \infty } \sum\limits_{r = 1}^n \frac{{(r/n) \cdot (1/n)}}{{2(r/n)^2 - 7(r/n) + 6}} Rearranging the terms to fit the standard form: S=limnr=1n1n(r/n2(r/n)27(r/n)+6)S = \mathop {\lim }\limits_{n \to \infty } \sum\limits_{r = 1}^n \frac{1}{n} \left( \frac{{r/n}}{{2(r/n)^2 - 7(r/n) + 6}} \right) Here, we can identify f(x)=x2x27x+6f(x) = \frac{x}{2x^2 - 7x + 6} by substituting rn\frac{r}{n} with xx.

Step 2: Convert the sum into a definite integral.

Using the formula limnr=1n1nf(rn)=abf(x)dx\mathop {\lim }\limits_{n \to \infty } \sum\limits_{r=1}^n \frac{1}{n} f\left(\frac{r}{n}\right) = \int_a^b f(x) dx:

  • The function is f(x)=x2x27x+6f(x) = \frac{x}{2x^2 - 7x + 6}.
  • The lower limit of integration is determined by the starting value of rr: limn1n=0\mathop {\lim }\limits_{n \to \infty } \frac{1}{n} = 0.
  • The upper limit of integration is determined by the ending value of rr: limnnn=1\mathop {\lim }\limits_{n \to \infty } \frac{n}{n} = 1.

Thus, the limit of the sum is equivalent to the definite integral: S=01x2x27x+6dxS = \int_0^1 \frac{x}{2x^2 - 7x + 6} dx

Step 3: Evaluate the definite integral using partial fractions.

First, factor the denominator: 2x27x+62x^2 - 7x + 6. We look for two numbers that multiply to 2×6=122 \times 6 = 12 and add up to 7-7. These numbers are 3-3 and 4-4. 2x27x+6=2x24x3x+6=2x(x2)3(x2)=(2x3)(x2)2x^2 - 7x + 6 = 2x^2 - 4x - 3x + 6 = 2x(x - 2) - 3(x - 2) = (2x - 3)(x - 2) Now, we decompose the integrand using partial fractions: x(2x3)(x2)=A2x3+Bx2\frac{x}{(2x - 3)(x - 2)} = \frac{A}{2x - 3} + \frac{B}{x - 2} Multiplying both sides by (2x3)(x2)(2x - 3)(x - 2): x=A(x2)+B(2x3)x = A(x - 2) + B(2x - 3) To find AA, set x=32x = \frac{3}{2}: 32=A(322)+B(2(32)3)\frac{3}{2} = A\left(\frac{3}{2} - 2\right) + B\left(2\left(\frac{3}{2}\right) - 3\right) 32=A(12)+B(0)    A=3\frac{3}{2} = A\left(-\frac{1}{2}\right) + B(0) \implies A = -3 To find BB, set x=2x = 2: 2=A(22)+B(2(2)3)2 = A(2 - 2) + B(2(2) - 3) 2=A(0)+B(1)    B=22 = A(0) + B(1) \implies B = 2 So, the partial fraction decomposition is: x(2x3)(x2)=32x3+2x2\frac{x}{(2x - 3)(x - 2)} = \frac{-3}{2x - 3} + \frac{2}{x - 2} The integral becomes: S=01(32x3+2x2)dxS = \int_0^1 \left( \frac{-3}{2x - 3} + \frac{2}{x - 2} \right) dx

Step 4: Integrate the partial fractions.

We integrate each term separately: 32x3dx=312log2x3=32log2x3\int \frac{-3}{2x - 3} dx = -3 \cdot \frac{1}{2} \log |2x - 3| = -\frac{3}{2} \log |2x - 3| 2x2dx=211logx2=2logx2\int \frac{2}{x - 2} dx = 2 \cdot \frac{1}{1} \log |x - 2| = 2 \log |x - 2| Thus, the definite integral is: S=[32log2x3+2logx2]01S = \left[ -\frac{3}{2} \log |2x - 3| + 2 \log |x - 2| \right]_0^1

Step 5: Evaluate the definite integral using the limits of integration.

Substitute the upper limit (x=1x=1) and the lower limit (x=0x=0) into the integrated expression: At x=1x=1: 32log2(1)3+2log12=32log1+2log1=32log(1)+2log(1)=32(0)+2(0)=0-\frac{3}{2} \log |2(1) - 3| + 2 \log |1 - 2| = -\frac{3}{2} \log |-1| + 2 \log |-1| = -\frac{3}{2} \log(1) + 2 \log(1) = -\frac{3}{2}(0) + 2(0) = 0 At x=0x=0: 32log2(0)3+2log02=32log3+2log2=32log(3)+2log(2)-\frac{3}{2} \log |2(0) - 3| + 2 \log |0 - 2| = -\frac{3}{2} \log |-3| + 2 \log |-2| = -\frac{3}{2} \log(3) + 2 \log(2) Now, subtract the value at the lower limit from the value at the upper limit: S=0(32log(3)+2log(2))S = 0 - \left( -\frac{3}{2} \log(3) + 2 \log(2) \right) S=32log(3)2log(2)S = \frac{3}{2} \log(3) - 2 \log(2) Using logarithm properties: kloga=logakk \log a = \log a^k and logalogb=logab\log a - \log b = \log \frac{a}{b}: S=log(33/2)log(22)S = \log(3^{3/2}) - \log(2^2) S=log(33/222)S = \log\left(\frac{3^{3/2}}{2^2}\right) S=log((3)34)S = \log\left(\frac{(\sqrt{3})^3}{4}\right) S=log(334)S = \log\left(\frac{3\sqrt{3}}{4}\right)

Common Mistakes & Tips

  • Incorrectly identifying f(x)f(x) or limits: Ensure the sum is correctly manipulated to match the 1nf(rn)\frac{1}{n} f(\frac{r}{n}) form and that the limits of integration are derived from the sum's bounds.
  • Errors in partial fraction decomposition: Carefully solve for the constants AA and BB.
  • Forgetting the chain rule in integration: When integrating 1ax+b\frac{1}{ax+b}, remember to multiply by 1a\frac{1}{a}.
  • Handling absolute values: logx\log|x| is defined for negative xx, and logk=logk\log|-k| = \log k.

Summary

The problem is solved by recognizing the limit of the sum as a definite integral. The integrand is transformed into the standard form for this conversion by dividing the numerator and denominator by n2n^2. The resulting definite integral is then evaluated using partial fraction decomposition and the fundamental theorem of calculus. The final answer is obtained by simplifying the logarithmic expression.

The final answer is loge(334)\boxed{{\log _e}\left( {{{3\sqrt 3 } \over 4}} \right)}.

Practice More Definite Integration Questions

View All Questions