Key Concepts and Formulas
- Leibniz Integral Rule: For a function g(x)=∫axh(t)dt, its derivative is 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), then dxdy=u′(x)v(x)+u(x)v′(x). This is essential for differentiating terms involving the product of x and f(x).
- Linear First-Order Differential Equations: An equation of the form dxdy+P(x)y=Q(x) can be solved using an Integrating Factor (I.F.) given by e∫P(x)dx. Multiplying the equation by the I.F. results in the derivative of (y⋅I.F.).
Step-by-Step Solution
Step 1: Differentiate the Given Integral Equation
We are given the equation 10∫1xf(t)dt=5xf(x)−x5−9 for all x⩾1. To eliminate the integral and obtain a differential equation, we differentiate both sides with respect to x.
Differentiating the left-hand side (LHS) using the Leibniz Integral Rule:
dxd(10∫1xf(t)dt)=10⋅f(x)
Differentiating the right-hand side (RHS) requires the product rule for the term 5xf(x) and the power rule for x5:
dxd(5xf(x)−x5−9)=(dxd(5x)⋅f(x)+5x⋅dxd(f(x)))−dxd(x5)−dxd(9)
=(5⋅f(x)+5x⋅f′(x))−5x4−0
=5f(x)+5xf′(x)−5x4
Equating the derivatives of both sides:
10f(x)=5f(x)+5xf′(x)−5x4
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) from both sides:
5f(x)=5xf′(x)−5x4
Divide the entire equation by 5:
f(x)=xf′(x)−x4
Let y=f(x), so f′(x)=dxdy. Substituting these into the equation:
y=xdxdy−x4
Rearrange to the standard linear first-order form dxdy+P(x)y=Q(x). First, isolate the terms with y and dxdy:
xdxdy−y=x4
Since x≥1, x=0, we can divide by x:
dxdy−x1y=x3
This is a linear first-order differential equation with P(x)=−x1 and Q(x)=x3.
Step 3: Solve the Linear Differential Equation
Calculate the Integrating Factor (I.F.):
I.F.=e∫P(x)dx=e∫−x1dx=e−ln∣x∣
Since x≥1, ∣x∣=x, so:
I.F.=e−lnx=eln(x−1)=x−1=x1
Multiply the differential equation dxdy−x1y=x3 by the I.F. x1:
x1dxdy−x21y=x3⋅x1
x1dxdy−x21y=x2
The left-hand side is the derivative of the product of y and the I.F.:
dxd(y⋅x1)=x2
Integrate both sides with respect to x:
∫dxd(y⋅x1)dx=∫x2dx
y⋅x1=3x3+C
Where C is the constant of integration. Solve for y by multiplying by x:
y=x(3x3+C)=3x4+Cx
Substituting back y=f(x):
f(x)=3x4+Cx
Step 4: Determine the Constant of Integration (C)
To find the value of C, we use the original integral equation and substitute x=1.
10∫11f(t)dt=5(1)f(1)−(1)5−9
Since ∫11f(t)dt=0:
10⋅0=5f(1)−1−9
0=5f(1)−10
5f(1)=10⟹f(1)=2
Now, substitute x=1 and f(1)=2 into the general solution f(x)=3x4+Cx:
2=3(1)4+C(1)
2=31+C
C=2−31=36−1=35
Thus, the particular solution is:
f(x)=3x4+35x
Step 5: Calculate the Value of f(3)
Substitute x=3 into the particular solution for f(x):
f(3)=3(3)4+35(3)
f(3)=381+5
f(3)=27+5
f(3)=32
Common Mistakes & Tips
- Incorrectly applying the Product Rule: Ensure all parts of the product rule are used when differentiating 5xf(x).
- Forgetting the constant of integration: The constant C 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), 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)=2, is obtained by substituting x=1 into the original integral equation. This condition allows us to find the specific solution for f(x), which is then used to calculate f(3). The value of f(3) is found to be 32.
The final answer is 32.