Skip to main content
Back to Differential Equations
JEE Main 2021
Differential Equations
Differential Equations
Medium

Question

Let for some function y=f(x),0xtf(t)dt=x2f(x),x>0\mathrm{y}=f(x), \int_0^x t f(t) d t=x^2 f(x), x>0 and f(2)=3f(2)=3. Then f(6)f(6) is equal to

Options

Solution

Key Concepts and Formulas

  • Leibniz Integral Rule: If F(x)=a(x)b(x)g(t)dtF(x) = \int_{a(x)}^{b(x)} g(t) dt, then F(x)=g(b(x))b(x)g(a(x))a(x)F'(x) = g(b(x)) \cdot b'(x) - g(a(x)) \cdot a'(x). When a(x)=0a(x) = 0 and b(x)=xb(x) = x, this simplifies to ddx0xg(t)dt=g(x)\frac{d}{dx} \int_0^x g(t) dt = g(x).
  • Product Rule: ddx[u(x)v(x)]=u(x)v(x)+u(x)v(x)\frac{d}{dx}[u(x)v(x)] = u'(x)v(x) + u(x)v'(x).
  • Separable Differential Equations: If dydx=G(x)H(y)\frac{dy}{dx} = G(x)H(y), then dyH(y)=G(x)dx\int \frac{dy}{H(y)} = \int G(x) dx.

Step-by-Step Solution

1. Differentiate the Given Integral Equation

We are given 0xtf(t)dt=x2f(x)\int_0^x t f(t) dt = x^2 f(x) for x>0x>0. We want to differentiate both sides with respect to xx to eliminate the integral.

  • Differentiate the Left Hand Side (LHS): The LHS is 0xtf(t)dt\int_0^x t f(t) dt. Why we do this: Applying Leibniz's rule will allow us to eliminate the integral. Using the Leibniz Integral Rule, ddx0xtf(t)dt=xf(x)\frac{d}{dx} \int_0^x t f(t) dt = x f(x).

  • Differentiate the Right Hand Side (RHS): The RHS is x2f(x)x^2 f(x). Why we do this: We need to use the product rule since both x2x^2 and f(x)f(x) are functions of xx. Using the Product Rule, ddx(x2f(x))=2xf(x)+x2f(x)\frac{d}{dx} (x^2 f(x)) = 2x f(x) + x^2 f'(x).

  • Equate the Differentiated Sides: We have xf(x)=2xf(x)+x2f(x)x f(x) = 2x f(x) + x^2 f'(x).

2. Form a Separable Differential Equation

We have the equation xf(x)=2xf(x)+x2f(x)x f(x) = 2x f(x) + x^2 f'(x). We need to rearrange this into a separable differential equation.

  • Rearrange the equation: Why we do this: We want to isolate terms with f(x)f(x) on one side and terms with f(x)f'(x) on the other. Subtracting 2xf(x)2x f(x) from both sides, we get xf(x)=x2f(x)-x f(x) = x^2 f'(x).

  • Separate variables: Why we do this: To integrate, we need to isolate f(x)f(x) and f(x)f'(x) on one side and xx terms on the other. Recall that f(x)=dfdxf'(x) = \frac{df}{dx}. xf(x)=x2dfdx-x f(x) = x^2 \frac{df}{dx}. Dividing both sides by x2f(x)x^2 f(x) and multiplying by dxdx, we get dff(x)=xx2dx=1xdx\frac{df}{f(x)} = -\frac{x}{x^2} dx = -\frac{1}{x} dx.

3. Integrate to Find the General Solution for f(x)f(x)

Now that the variables are separated, we integrate both sides of the equation.

  • Integrate both sides: 1f(x)df=1xdx\int \frac{1}{f(x)} df = \int -\frac{1}{x} dx

  • Integrate the LHS: 1f(x)df=lnf(x)\int \frac{1}{f(x)} df = \ln|f(x)|

  • Integrate the RHS: 1xdx=lnx+C1\int -\frac{1}{x} dx = -\ln|x| + C_1 Since x>0x > 0, we have lnx+C1-\ln x + C_1.

  • Combine and Solve for f(x)f(x): lnf(x)=lnx+C1\ln|f(x)| = -\ln x + C_1 Why we use lnC\ln|C| for the constant: It simplifies the algebra of logarithmic terms. Let C1=lnCC_1 = \ln|C|. Then lnf(x)=lnx+lnC=lnCx\ln|f(x)| = -\ln x + \ln|C| = \ln\left|\frac{C}{x}\right|. Exponentiating both sides, we get f(x)=Cx|f(x)| = \left|\frac{C}{x}\right|, so f(x)=Cxf(x) = \frac{C}{x}.

4. Use the Initial Condition to Determine the Constant

We are given f(2)=3f(2) = 3. We use this to find the value of CC.

  • Substitute the initial condition: Why we do this: This gives us a specific point that the solution must pass through. Substituting x=2x=2 and f(2)=3f(2)=3 into f(x)=Cxf(x) = \frac{C}{x}, we get 3=C23 = \frac{C}{2}.

  • Solve for CC: C=3×2=6C = 3 \times 2 = 6.

  • Write the particular solution: f(x)=6xf(x) = \frac{6}{x}

5. Calculate f(6)f(6)

We want to find f(6)f(6).

  • Substitute x=6x=6 into the particular solution: Why we do this: To find the value of the function at x=6x=6. f(6)=66=1f(6) = \frac{6}{6} = 1.

Common Mistakes & Tips

  • Leibniz Rule: Ensure you correctly apply Leibniz's rule, especially when the limits of integration are functions of xx.
  • Product Rule: Do not forget the product rule when differentiating products of functions.
  • Constant of Integration: Always add the constant of integration after performing indefinite integration.

Summary

We started with an integral equation and transformed it into a differential equation using Leibniz's rule. After separating variables and integrating, we obtained a general solution for f(x)f(x). We then used the initial condition f(2)=3f(2) = 3 to find the specific solution f(x)=6xf(x) = \frac{6}{x}. Finally, we calculated f(6)f(6) to be 1.

The final answer is \boxed{1}, which corresponds to option (A).

Practice More Differential Equations Questions

View All Questions