Key Concepts and Formulas
- Leibniz Integral Rule: If F(x)=∫a(x)b(x)g(t)dt, then F′(x)=g(b(x))b′(x)−g(a(x))a′(x).
- Fundamental Theorem of Calculus: dxd∫axf(t)dt=f(x), where a is a constant.
- Solving Differential Equations: Techniques for solving differential equations, including separation of variables or recognizing exact forms.
Step-by-Step Solution
Step 1: Differentiate both sides of the given equation with respect to x.
We have the equation
2(x+2)2f(x)−3(x+2)2=10∫0x(t+2)f(t)dt
Differentiating both sides with respect to x using Leibniz rule and the Fundamental Theorem of Calculus, we get:
dxd[2(x+2)2f(x)−3(x+2)2]=dxd[10∫0x(t+2)f(t)dt]
2[(x+2)2f′(x)+2(x+2)f(x)]−6(x+2)=10(x+2)f(x)
2(x+2)2f′(x)+4(x+2)f(x)−6(x+2)=10(x+2)f(x)
Step 2: Simplify the equation.
We can divide both sides by 2(x+2) (since x≥0, x+2=0):
(x+2)f′(x)+2f(x)−3=5f(x)
(x+2)f′(x)−3f(x)=3
Step 3: Solve the differential equation.
We can rewrite the equation as:
f′(x)−x+23f(x)=x+23
This is a first-order linear differential equation of the form f′(x)+P(x)f(x)=Q(x), where P(x)=−x+23 and Q(x)=x+23.
The integrating factor is given by:
I.F.=e∫P(x)dx=e∫−x+23dx=e−3ln(x+2)=eln(x+2)−3=(x+2)−3
Multiplying the differential equation by the integrating factor, we get:
(x+2)−3f′(x)−(x+2)43f(x)=(x+2)43
dxd[(x+2)−3f(x)]=(x+2)43
Integrating both sides with respect to x:
∫dxd[(x+2)−3f(x)]dx=∫(x+2)43dx
(x+2)−3f(x)=3∫(x+2)−4dx=3−3(x+2)−3+C
(x+2)−3f(x)=−(x+2)−3+C
Multiplying by (x+2)3:
f(x)=−1+C(x+2)3
Step 4: Determine the value of C using the initial condition.
From the original equation, when x=0:
2(0+2)2f(0)−3(0+2)2=10∫00(t+2)f(t)dt
2(4)f(0)−3(4)=0
8f(0)=12
f(0)=812=23
Substituting x=0 in the general solution:
f(0)=−1+C(0+2)3
23=−1+8C
25=8C
C=165
Thus, f(x)=−1+165(x+2)3
Step 5: Calculate f(2).
f(2)=−1+165(2+2)3=−1+165(4)3=−1+165(64)=−1+5(4)=−1+20=19
Step 6: Re-examine the initial condition and calculations
Let's go back to the original equation:
2(x+2)2f(x)−3(x+2)2=10∫0x(t+2)f(t)dt
When we differentiated, we got
2(x+2)2f′(x)+4(x+2)f(x)−6(x+2)=10(x+2)f(x)
(x+2)f′(x)+2f(x)−3=5f(x)
(x+2)f′(x)−3f(x)=3
f′(x)−x+23f(x)=x+23
Integrating factor is (x+2)−3
(x+2)−3f′(x)−3(x+2)−4f(x)=3(x+2)−4
dxd[(x+2)−3f(x)]=3(x+2)−4
(x+2)−3f(x)=∫3(x+2)−4dx=3−3(x+2)−3+C=−(x+2)−3+C
f(x)=−1+C(x+2)3
At x=0, f(0)=23.
23=−1+C(2)3=−1+8C, so 8C=25 and C=165.
Then f(x)=−1+165(x+2)3.
f(2)=−1+165(4)3=−1+165(64)=−1+20=19
There is an error in the problem statement or the given answer. Let's check if f(2)=4 is correct:
If f(2)=4, then 4=−1+C(4)3=−1+64C, so 64C=5, and C=645.
Then f(x)=−1+645(x+2)3. Then f(0)=−1+645(8)=−1+85=−83.
However, f(0)=23. Thus f(2)=4 is not correct.
Let's recalculate f(2) based on our derived f(x)=−1+165(x+2)3.
f(2)=−1+165(2+2)3=−1+165(43)=−1+165(64)=−1+5(4)=−1+20=19.
Step 7: We need to reconcile the answer.
Let f(x)=a. Then 2(x+2)2a−3(x+2)2=10∫0x(t+2)adt=10a∫0x(t+2)dt=10a[2t2+2t]0x=10a(2x2+2x).
Then 2(x+2)2a−3(x+2)2=5ax2+20ax.
2(x2+4x+4)a−3(x2+4x+4)=5ax2+20ax.
2ax2+8ax+8a−3x2−12x−12=5ax2+20ax.
Comparing coefficients:
x2:2a−3=5a, so 3a=−3 and a=−1.
x:8a−12=20a, so 12a=−12 and a=−1.
constant: 8a−12=0, so 8a=12 and a=3/2. This is a contradiction.
There seems to be an error in the question or the answer provided. The derivation leads to f(2)=19.
Common Mistakes & Tips
- Careful Differentiation: Ensure correct application of the Leibniz rule and chain rule during differentiation.
- Integrating Factor: Double-check the calculation of the integrating factor and its application.
- Initial Conditions: Correctly use the initial condition derived from the original equation to find the constant of integration.
Summary
We differentiated the given integral equation and obtained a first-order linear differential equation. We solved this differential equation using the integrating factor method. Applying the initial condition f(0)=23, we obtained the particular solution f(x)=−1+165(x+2)3. Evaluating this at x=2, we found f(2)=19. However, the provided answer is 4. There seems to be an error with the problem or the given answer. Based on our calculations, f(2)=19.
Final Answer
The final answer is \boxed{19}. There appears to be an error with the options provided.