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

Question

Let f:[1,)[2,)f:[1, \infty) \rightarrow[2, \infty) be a differentiable function. If 101xf(t)dt=5xf(x)x5910 \int_1^x f(\mathrm{t}) \mathrm{dt}=5 x f(x)-x^5-9 for all x1x \geqslant 1, then the value of f(3)f(3) is :

Options

Solution

Key Concepts and Formulas

  • Leibniz Integral Rule: For a function g(x)=axh(t)dtg(x) = \int_{a}^{x} h(t) \, dt, its derivative is g(x)=h(x)g'(x) = h(x). This is a direct consequence of the Fundamental Theorem of Calculus Part 1.
  • Product Rule for Differentiation: If y=u(x)v(x)y = u(x)v(x), then dydx=u(x)v(x)+u(x)v(x)\frac{dy}{dx} = u'(x)v(x) + u(x)v'(x). This is essential for differentiating terms involving the product of xx and f(x)f(x).
  • Linear First-Order Differential Equations: An equation of the form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x) can be solved using an Integrating Factor (I.F.) given by eP(x)dxe^{\int P(x) dx}. Multiplying the equation by the I.F. results in the derivative of (yI.F.)(y \cdot \text{I.F.}).

Step-by-Step Solution

Step 1: Differentiate the Given Integral Equation

We are given the equation 101xf(t)dt=5xf(x)x5910 \int_1^x f(t) \, dt = 5x f(x) - x^5 - 9 for all x1x \geqslant 1. To eliminate the integral and obtain a differential equation, we differentiate both sides with respect to xx.

Differentiating the left-hand side (LHS) using the Leibniz Integral Rule: ddx(101xf(t)dt)=10f(x)\frac{d}{dx} \left( 10 \int_1^x f(t) \, dt \right) = 10 \cdot f(x)

Differentiating the right-hand side (RHS) requires the product rule for the term 5xf(x)5x f(x) and the power rule for x5x^5: ddx(5xf(x)x59)=(ddx(5x)f(x)+5xddx(f(x)))ddx(x5)ddx(9)\frac{d}{dx} \left( 5x f(x) - x^5 - 9 \right) = \left( \frac{d}{dx}(5x) \cdot f(x) + 5x \cdot \frac{d}{dx}(f(x)) \right) - \frac{d}{dx}(x^5) - \frac{d}{dx}(9) =(5f(x)+5xf(x))5x40= (5 \cdot f(x) + 5x \cdot f'(x)) - 5x^4 - 0 =5f(x)+5xf(x)5x4= 5f(x) + 5x f'(x) - 5x^4

Equating the derivatives of both sides: 10f(x)=5f(x)+5xf(x)5x410 f(x) = 5f(x) + 5x f'(x) - 5x^4

Step 2: Formulate a Linear First-Order Differential Equation

Rearrange the equation obtained in Step 1 to obtain a standard differential equation form. Subtract 5f(x)5f(x) from both sides: 5f(x)=5xf(x)5x45f(x) = 5x f'(x) - 5x^4 Divide the entire equation by 55: f(x)=xf(x)x4f(x) = x f'(x) - x^4 Let y=f(x)y = f(x), so f(x)=dydxf'(x) = \frac{dy}{dx}. Substituting these into the equation: y=xdydxx4y = x \frac{dy}{dx} - x^4 Rearrange to the standard linear first-order form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x). First, isolate the terms with yy and dydx\frac{dy}{dx}: xdydxy=x4x \frac{dy}{dx} - y = x^4 Since x1x \ge 1, x0x \neq 0, we can divide by xx: dydx1xy=x3\frac{dy}{dx} - \frac{1}{x} y = x^3 This is a linear first-order differential equation with P(x)=1xP(x) = -\frac{1}{x} and Q(x)=x3Q(x) = x^3.

Step 3: Solve the Linear Differential Equation

Calculate the Integrating Factor (I.F.): I.F.=eP(x)dx=e1xdx=elnx\text{I.F.} = e^{\int P(x) dx} = e^{\int -\frac{1}{x} dx} = e^{-\ln|x|} Since x1x \ge 1, x=x|x|=x, so: I.F.=elnx=eln(x1)=x1=1x\text{I.F.} = e^{-\ln x} = e^{\ln(x^{-1})} = x^{-1} = \frac{1}{x} Multiply the differential equation dydx1xy=x3\frac{dy}{dx} - \frac{1}{x} y = x^3 by the I.F. 1x\frac{1}{x}: 1xdydx1x2y=x31x\frac{1}{x} \frac{dy}{dx} - \frac{1}{x^2} y = x^3 \cdot \frac{1}{x} 1xdydx1x2y=x2\frac{1}{x} \frac{dy}{dx} - \frac{1}{x^2} y = x^2 The left-hand side is the derivative of the product of yy and the I.F.: ddx(y1x)=x2\frac{d}{dx} \left( y \cdot \frac{1}{x} \right) = x^2 Integrate both sides with respect to xx: ddx(y1x)dx=x2dx\int \frac{d}{dx} \left( y \cdot \frac{1}{x} \right) dx = \int x^2 dx y1x=x33+Cy \cdot \frac{1}{x} = \frac{x^3}{3} + C Where CC is the constant of integration. Solve for yy by multiplying by xx: y=x(x33+C)=x43+Cxy = x \left( \frac{x^3}{3} + C \right) = \frac{x^4}{3} + Cx Substituting back y=f(x)y = f(x): f(x)=x43+Cxf(x) = \frac{x^4}{3} + Cx

Step 4: Determine the Constant of Integration (C)

To find the value of CC, we use the original integral equation and substitute x=1x=1. 1011f(t)dt=5(1)f(1)(1)5910 \int_1^1 f(t) \, dt = 5(1) f(1) - (1)^5 - 9 Since 11f(t)dt=0\int_1^1 f(t) \, dt = 0: 100=5f(1)1910 \cdot 0 = 5 f(1) - 1 - 9 0=5f(1)100 = 5 f(1) - 10 5f(1)=10    f(1)=25 f(1) = 10 \implies f(1) = 2 Now, substitute x=1x=1 and f(1)=2f(1)=2 into the general solution f(x)=x43+Cxf(x) = \frac{x^4}{3} + Cx: 2=(1)43+C(1)2 = \frac{(1)^4}{3} + C(1) 2=13+C2 = \frac{1}{3} + C C=213=613=53C = 2 - \frac{1}{3} = \frac{6-1}{3} = \frac{5}{3} Thus, the particular solution is: f(x)=x43+53xf(x) = \frac{x^4}{3} + \frac{5}{3}x

Step 5: Calculate the Value of f(3)f(3)

Substitute x=3x=3 into the particular solution for f(x)f(x): f(3)=(3)43+53(3)f(3) = \frac{(3)^4}{3} + \frac{5}{3}(3) f(3)=813+5f(3) = \frac{81}{3} + 5 f(3)=27+5f(3) = 27 + 5 f(3)=32f(3) = 32

Common Mistakes & Tips

  • Incorrectly applying the Product Rule: Ensure all parts of the product rule are used when differentiating 5xf(x)5xf(x).
  • Forgetting the constant of integration: The constant CC is crucial and must be determined using an initial condition derived from the original equation.
  • Using the differentiated equation to find the initial condition: Always go back to the original integral equation to find conditions like f(1)f(1), as substituting into the differentiated equation might miss information.

Summary

The problem involves transforming an integral equation into a first-order linear differential equation by differentiating both sides using the Leibniz Integral Rule and the product rule. The resulting differential equation is solved using an integrating factor. An initial condition, f(1)=2f(1)=2, is obtained by substituting x=1x=1 into the original integral equation. This condition allows us to find the specific solution for f(x)f(x), which is then used to calculate f(3)f(3). The value of f(3)f(3) is found to be 32.

The final answer is 32\boxed{32}.

Practice More Definite Integration Questions

View All Questions