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

Question

Let ff be a differentiable function in the interval (0,)(0, \infty) such that f(1)=1f(1)=1 and \lim _\limits{t \rightarrow x} \frac{t^2 f(x)-x^2 f(t)}{t-x}=1 for each x>0x>0. Then 2f(2)+3f(3)2 f(2)+3 f(3) is equal to _________.

Answer: 2

Solution

Key Concepts and Formulas

  • Definition of the Derivative: The derivative of a function ff at a point xx, denoted by f(x)f'(x), can be defined using a limit: f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}. A related form is limtxf(t)f(x)tx=f(x)\lim_{t \to x} \frac{f(t) - f(x)}{t-x} = f'(x).
  • L'Hôpital's Rule: For limits of the form 00\frac{0}{0} or \frac{\infty}{\infty}, if limxcg(x)h(x)\lim_{x \to c} \frac{g(x)}{h(x)} is an indeterminate form, then limxcg(x)h(x)=limxcg(x)h(x)\lim_{x \to c} \frac{g(x)}{h(x)} = \lim_{x \to c} \frac{g'(x)}{h'(x)}, provided the latter limit exists.
  • First-Order Linear Differential Equations: An equation of the form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x) is a first-order linear differential equation. The integrating factor (I.F.) is given by eP(x)dxe^{\int P(x) dx}. The general solution is then yI.F.=Q(x)I.F.dx+Cy \cdot \text{I.F.} = \int Q(x) \cdot \text{I.F.} dx + C.

Step-by-Step Solution

Step 1: Analyze the given limit and apply L'Hôpital's Rule. We are given the limit: limtxt2f(x)x2f(t)tx=1\lim_{t \rightarrow x} \frac{t^2 f(x)-x^2 f(t)}{t-x}=1 As txt \rightarrow x, the numerator approaches x2f(x)x2f(x)=0x^2 f(x) - x^2 f(x) = 0, and the denominator approaches xx=0x-x=0. This is an indeterminate form of type 00\frac{0}{0}. Therefore, we can apply L'Hôpital's Rule by differentiating the numerator and the denominator with respect to tt (treating xx as a constant).

Differentiating the numerator with respect to tt: ddt(t2f(x)x2f(t))=2tf(x)x2f(t)\frac{d}{dt}(t^2 f(x) - x^2 f(t)) = 2t f(x) - x^2 f'(t). Differentiating the denominator with respect to tt: ddt(tx)=1\frac{d}{dt}(t-x) = 1.

Applying L'Hôpital's Rule: limtx2tf(x)x2f(t)1=1\lim_{t \rightarrow x} \frac{2t f(x) - x^2 f'(t)}{1} = 1

Step 2: Evaluate the limit after applying L'Hôpital's Rule to obtain a differential equation. Now, substitute t=xt=x into the expression obtained in Step 1: 2xf(x)x2f(x)=12x f(x) - x^2 f'(x) = 1 This equation relates the function f(x)f(x) and its derivative f(x)f'(x). We can rewrite this as a differential equation. Let y=f(x)y = f(x), so y=f(x)y' = f'(x). 2xyx2y=12x y - x^2 y' = 1 Rearranging this to match the standard form of a first-order linear differential equation (dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x)): x2y+2xy=1-x^2 y' + 2x y = 1 Divide by x2-x^2 (since x>0x > 0, x20x^2 \neq 0): y2xx2y=1x2y' - \frac{2x}{x^2} y = -\frac{1}{x^2} y2xy=1x2y' - \frac{2}{x} y = -\frac{1}{x^2} This is a first-order linear differential equation with P(x)=2xP(x) = -\frac{2}{x} and Q(x)=1x2Q(x) = -\frac{1}{x^2}.

Step 3: Calculate the integrating factor (I.F.). The integrating factor is given by eP(x)dxe^{\int P(x) dx}. I.F.=e2xdx\text{I.F.} = e^{\int -\frac{2}{x} dx} I.F.=e2lnx\text{I.F.} = e^{-2 \ln|x|} Since the domain is (0,)(0, \infty), x>0x > 0, so x=x|x| = x. I.F.=e2lnx=elnx2=x2=1x2\text{I.F.} = e^{-2 \ln x} = e^{\ln x^{-2}} = x^{-2} = \frac{1}{x^2}

Step 4: Solve the differential equation using the integrating factor. Multiply the differential equation by the integrating factor: 1x2(y2xy)=1x2(1x2)\frac{1}{x^2} \left( y' - \frac{2}{x} y \right) = \frac{1}{x^2} \left( -\frac{1}{x^2} \right) 1x2y2x3y=1x4\frac{1}{x^2} y' - \frac{2}{x^3} y = -\frac{1}{x^4} The left side is the derivative of the product of yy and the integrating factor: ddx(y1x2)=1x4\frac{d}{dx} \left( y \cdot \frac{1}{x^2} \right) = -\frac{1}{x^4} Now, integrate both sides with respect to xx: ddx(yx2)dx=1x4dx\int \frac{d}{dx} \left( \frac{y}{x^2} \right) dx = \int -\frac{1}{x^4} dx yx2=x4dx\frac{y}{x^2} = -\int x^{-4} dx yx2=x33+C\frac{y}{x^2} = - \frac{x^{-3}}{-3} + C yx2=13x3+C\frac{y}{x^2} = \frac{1}{3x^3} + C where CC is the constant of integration.

Step 5: Use the initial condition f(1)=1f(1)=1 to find the value of CC. We are given that f(1)=1f(1)=1. This means when x=1x=1, y=1y=1. Substitute these values into the equation from Step 4: 112=13(1)3+C\frac{1}{1^2} = \frac{1}{3(1)^3} + C 1=13+C1 = \frac{1}{3} + C C=113=23C = 1 - \frac{1}{3} = \frac{2}{3}

Step 6: Determine the function f(x)f(x). Substitute the value of CC back into the equation from Step 4: yx2=13x3+23\frac{y}{x^2} = \frac{1}{3x^3} + \frac{2}{3} Now, solve for yy (which is f(x)f(x)): y=x2(13x3+23)y = x^2 \left( \frac{1}{3x^3} + \frac{2}{3} \right) y=x23x3+2x23y = \frac{x^2}{3x^3} + \frac{2x^2}{3} y=13x+2x23y = \frac{1}{3x} + \frac{2x^2}{3} So, the function is f(x)=13x+2x23f(x) = \frac{1}{3x} + \frac{2x^2}{3}.

Step 7: Calculate 2f(2)+3f(3)2f(2) + 3f(3). First, find f(2)f(2): f(2)=13(2)+2(2)23=16+2(4)3=16+83=16+166=176f(2) = \frac{1}{3(2)} + \frac{2(2)^2}{3} = \frac{1}{6} + \frac{2(4)}{3} = \frac{1}{6} + \frac{8}{3} = \frac{1}{6} + \frac{16}{6} = \frac{17}{6} Next, find f(3)f(3): f(3)=13(3)+2(3)23=19+2(9)3=19+183=19+6=19+549=559f(3) = \frac{1}{3(3)} + \frac{2(3)^2}{3} = \frac{1}{9} + \frac{2(9)}{3} = \frac{1}{9} + \frac{18}{3} = \frac{1}{9} + 6 = \frac{1}{9} + \frac{54}{9} = \frac{55}{9} Now, calculate 2f(2)+3f(3)2f(2) + 3f(3): 2f(2)+3f(3)=2(176)+3(559)2 f(2) + 3 f(3) = 2 \left( \frac{17}{6} \right) + 3 \left( \frac{55}{9} \right) =346+1659= \frac{34}{6} + \frac{165}{9} Simplify the fractions: =173+553= \frac{17}{3} + \frac{55}{3} =17+553=723= \frac{17+55}{3} = \frac{72}{3} =24= 24

Common Mistakes & Tips

  • Incorrect application of L'Hôpital's Rule: Ensure that the limit is indeed in an indeterminate form (00\frac{0}{0} or \frac{\infty}{\infty}) before applying L'Hôpital's Rule. Also, remember to differentiate with respect to the variable that is approaching the limit (tt in this case), treating the other variable (xx) as a constant.
  • Algebraic errors in solving the differential equation: Pay close attention to signs, exponents, and fractions when calculating the integrating factor and integrating. A small error can lead to a completely incorrect function.
  • Mistakes in substituting the initial condition: Double-check the values of xx and yy when using the initial condition to find the constant of integration. Ensure you are using the correct initial condition (f(1)=1f(1)=1).

Summary

The problem involves a limit definition of a derivative which, after applying L'Hôpital's Rule, leads to a first-order linear differential equation. By solving this differential equation using an integrating factor and the given initial condition f(1)=1f(1)=1, we find the explicit form of the function f(x)f(x). Finally, we evaluate the expression 2f(2)+3f(3)2f(2) + 3f(3) using the derived function.

The final answer is 24\boxed{24}.

Practice More Limits, Continuity & Differentiability Questions

View All Questions
Let be a differentiable function in the interval such that a... | JEE Main 2020 Limits, Continuity & Differentiability | JEE Main - Mathematicon