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

Question

limx1(0(x1)2tcos(t2)dt(x1)sin(x1))\mathop {\lim }\limits_{x \to 1} \left( {{{\int\limits_0^{{{\left( {x - 1} \right)}^2}} {t\cos \left( {{t^2}} \right)dt} } \over {\left( {x - 1} \right)\sin \left( {x - 1} \right)}}} \right)

Options

Solution

Key Concepts and Formulas

  1. Indeterminate Forms and L'Hôpital's Rule: When a limit results in the indeterminate form 00\frac{0}{0} or \frac{\infty}{\infty}, L'Hôpital's Rule states that limxaf(x)g(x)=limxaf(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}, provided the latter limit exists.
  2. Leibniz Integral Rule (Fundamental Theorem of Calculus, Part I): This rule is used to differentiate an integral whose limits of integration are functions of the variable of differentiation. If F(x)=a(x)b(x)f(t)dtF(x) = \int_{a(x)}^{b(x)} f(t) dt, then F(x)=f(b(x))b(x)f(a(x))a(x)F'(x) = f(b(x)) \cdot b'(x) - f(a(x)) \cdot a'(x).
  3. Standard Trigonometric Limits: The limit limy0sinyy=1\lim_{y \to 0} \frac{\sin y}{y} = 1 is crucial for evaluating limits involving trigonometric functions.

Step-by-Step Solution

We are asked to evaluate the limit: L=limx1(0(x1)2tcos(t2)dt(x1)sin(x1))L = \mathop {\lim }\limits_{x \to 1} \left( {{{\int\limits_0^{{{\left( {x - 1} \right)}^2}} {t\cos \left( {{t^2}} \right)dt} } \over {\left( {x - 1} \right)\sin \left( {x - 1} \right)}}} \right)

Step 1: Identify the Indeterminate Form We first evaluate the numerator and the denominator as x1x \to 1. For the numerator, as x1x \to 1, the upper limit of the integral (x1)2(11)2=0(x-1)^2 \to (1-1)^2 = 0. Thus, the integral becomes 00tcos(t2)dt\int_0^0 t\cos(t^2) dt, which is 00 because the upper and lower limits are identical. For the denominator, as x1x \to 1, we have (11)sin(11)=0sin(0)=00=0(1-1)\sin(1-1) = 0 \cdot \sin(0) = 0 \cdot 0 = 0. Since the limit is of the form 00\frac{0}{0}, we can apply L'Hôpital's Rule.

Step 2: Apply L'Hôpital's Rule - Differentiate Numerator and Denominator Let N(x)=0(x1)2tcos(t2)dtN(x) = \int_0^{(x-1)^2} t\cos(t^2) dt and D(x)=(x1)sin(x1)D(x) = (x-1)\sin(x-1). We need to find N(x)N'(x) and D(x)D'(x).

  • Differentiating the Numerator N(x)N(x): We use the Leibniz Integral Rule. Here, f(t)=tcos(t2)f(t) = t\cos(t^2), the upper limit is b(x)=(x1)2b(x) = (x-1)^2, and the lower limit is a(x)=0a(x) = 0. The derivative of the upper limit is b(x)=ddx((x1)2)=2(x1)b'(x) = \frac{d}{dx}((x-1)^2) = 2(x-1). The derivative of the lower limit is a(x)=ddx(0)=0a'(x) = \frac{d}{dx}(0) = 0. Applying Leibniz Rule: N(x)=f(b(x))b(x)f(a(x))a(x)N'(x) = f(b(x)) \cdot b'(x) - f(a(x)) \cdot a'(x) N(x)=((x1)2cos(((x1)2)2))(2(x1))(0cos(02))0N'(x) = \left( (x-1)^2 \cos(((x-1)^2)^2) \right) \cdot (2(x-1)) - \left( 0\cos(0^2) \right) \cdot 0 N(x)=2(x1)(x1)2cos((x1)4)N'(x) = 2(x-1) \cdot (x-1)^2 \cos((x-1)^4) N(x)=2(x1)3cos((x1)4)N'(x) = 2(x-1)^3 \cos((x-1)^4)

  • Differentiating the Denominator D(x)D(x): We use the product rule for D(x)=(x1)sin(x1)D(x) = (x-1)\sin(x-1). Let u=x1u = x-1 and v=sin(x1)v = \sin(x-1). Then u=1u' = 1 and v=cos(x1)1=cos(x1)v' = \cos(x-1) \cdot 1 = \cos(x-1). D(x)=uv+uv=(1)sin(x1)+(x1)cos(x1)D'(x) = u'v + uv' = (1)\sin(x-1) + (x-1)\cos(x-1) D(x)=sin(x1)+(x1)cos(x1)D'(x) = \sin(x-1) + (x-1)\cos(x-1)

Now, applying L'Hôpital's Rule, the limit becomes: L=limx12(x1)3cos((x1)4)sin(x1)+(x1)cos(x1)L = \mathop {\lim }\limits_{x \to 1} \frac{2(x-1)^3 \cos((x-1)^4)}{\sin(x-1) + (x-1)\cos(x-1)}

Step 3: Simplify and Re-evaluate the Limit Let's substitute x=1x=1 into the new expression to check the form: Numerator: 2(11)3cos((11)4)=2(0)3cos(0)=02(1-1)^3 \cos((1-1)^4) = 2(0)^3 \cos(0) = 0. Denominator: sin(11)+(11)cos(11)=sin(0)+0cos(0)=0+0=0\sin(1-1) + (1-1)\cos(1-1) = \sin(0) + 0 \cdot \cos(0) = 0 + 0 = 0. The limit is still of the form 00\frac{0}{0}. To simplify, let y=x1y = x-1. As x1x \to 1, y0y \to 0. Substituting yy into the limit expression: L=limy02y3cos(y4)siny+ycosyL = \mathop {\lim }\limits_{y \to 0} \frac{2y^3 \cos(y^4)}{\sin y + y\cos y} We can divide the numerator and denominator by yy (since y0y \neq 0 as y0y \to 0): L=limy02y3cos(y4)ysiny+ycosyy=limy02y2cos(y4)sinyy+cosyL = \mathop {\lim }\limits_{y \to 0} \frac{\frac{2y^3 \cos(y^4)}{y}}{\frac{\sin y + y\cos y}{y}} = \mathop {\lim }\limits_{y \to 0} \frac{2y^2 \cos(y^4)}{\frac{\sin y}{y} + \cos y}

Step 4: Evaluate the Final Limit Now we can evaluate the limit by substituting y=0y=0 and using the standard limit limy0sinyy=1\lim_{y \to 0} \frac{\sin y}{y} = 1: Numerator: 2y2cos(y4)2(0)2cos(04)=20cos(0)=01=02y^2 \cos(y^4) \to 2(0)^2 \cos(0^4) = 2 \cdot 0 \cdot \cos(0) = 0 \cdot 1 = 0. Denominator: sinyy+cosy1+cos(0)=1+1=2\frac{\sin y}{y} + \cos y \to 1 + \cos(0) = 1 + 1 = 2. Therefore, the limit is: L=02=0L = \frac{0}{2} = 0

This corresponds to option (A).

Common Mistakes & Tips

  1. Incorrectly Applying L'Hôpital's Rule: Ensure the limit is indeed in an indeterminate form (00\frac{0}{0} or \frac{\infty}{\infty}) before applying the rule.
  2. Errors in Differentiation: Be meticulous when differentiating the numerator using the Leibniz rule and the denominator using the product rule. Small errors can lead to a completely different result.
  3. Algebraic Simplification: After applying L'Hôpital's Rule, look for opportunities to simplify the expression using standard limits like limy0sinyy=1\lim_{y \to 0} \frac{\sin y}{y} = 1 to avoid further complex differentiation.

Summary

The problem required evaluating a limit of an indeterminate form. We first identified the 00\frac{0}{0} indeterminate form and applied L'Hôpital's Rule. This involved differentiating the numerator using the Leibniz Integral Rule and the denominator using the product rule. After the first application, the limit remained indeterminate. We then simplified the expression by substituting y=x1y=x-1 and dividing both numerator and denominator by yy. Finally, we evaluated the simplified limit using standard trigonometric limits, yielding a result of 00.

The final answer is 0\boxed{0}.

Practice More Definite Integration Questions

View All Questions