Problem Analysis
We are given a thrice differentiable function F(x), some values of the function, and two definite integrals involving its derivatives. We are asked to verify four statements related to the function f(x)=xF(x). The solution will primarily rely on the technique of integration by parts.
First, let's list the given information:
- F(1)=0
- F(3)=−4
- F(x)<0 for all x∈(1/2,3). Note: This condition contradicts F(1)=0, as 1∈(1/2,3). This suggests a typo in the problem statement, perhaps the interval should be (1/2,1)∪(1,3). However, the calculations for the options do not depend on this condition, so we can proceed using the other given data.
- f(x)=xF(x)
- ∫13x2F′(x)dx=−12
- ∫13x3F′′(x)dx=40
We will evaluate the expressions in the options step-by-step.
Step 1: Evaluate ∫13f(x)dx
This addresses options B and D. We need to compute the value of ∫13f(x)dx=∫13xF(x)dx. We can use the given integral ∫13x2F′(x)dx=−12 and apply integration by parts.
Let I1=∫13x2F′(x)dx. Using integration by parts formula ∫udv=uv−∫vdu:
Let u=x2 and dv=F′(x)dx. Then du=2xdx and v=F(x).
I1=[x2F(x)]13−∫13F(x)(2x)dx
−12=(32F(3)−12F(1))−2∫13xF(x)dx
Substitute the given values F(1)=0 and F(3)=−4:
−12=(9(−4)−1(0))−2∫13xF(x)dx
−12=−36−2∫13xF(x)dx
Now, we solve for the integral:
2∫13xF(x)dx=−36+12
2∫13xF(x)dx=−24
∫13xF(x)dx=−12
Since f(x)=xF(x), we have:
∫13f(x)dx=−12
Comparing this result with the options:
- Option B: ∫13f(x)dx=12 is incorrect.
- Option D: ∫13f(x)dx=−12 is correct.
Step 2: Evaluate the expressions involving f′(x)
This addresses options A and C. First, let's find the derivative of f(x).
f(x)=xF(x)
Using the product rule for differentiation:
f′(x)=dxd(xF(x))=1⋅F(x)+x⋅F′(x)=F(x)+xF′(x)
Now, let's evaluate f′(1) and f′(3):
f′(1)=F(1)+1⋅F′(1)=0+F′(1)=F′(1)
f′(3)=F(3)+3⋅F′(3)=−4+3F′(3)
To find a relationship between F′(1) and F′(3), we use the second given integral, I2=∫13x3F′′(x)dx=40, and apply integration by parts.
Let u=x3 and dv=F′′(x)dx. Then du=3x2dx and v=F′(x).
I2=[x3F′(x)]13−∫13F′(x)(3x2)dx
40=(33F′(3)−13F′(1))−3∫13x2F′(x)dx
We are given ∫13x2F′(x)dx=−12. Substituting this value:
40=(27F′(3)−F′(1))−3(−12)
40=27F′(3)−F′(1)+36
27F′(3)−F′(1)=40−36
27F′(3)−F′(1)=4
Now we can check options A and C.
Let's check option C: 9f′(3)−f′(1)+32=0.
Substitute the expressions for f′(1) and f′(3):
9f′(3)−f′(1)+32=9(−4+3F′(3))−(F′(1))+32
=−36+27F′(3)−F′(1)+32
=(27F′(3)−F′(1))−4
From our calculation above, we know 27F′(3)−F′(1)=4. Substituting this result:
=4−4=0
So, the expression in option C is correct.
Let's check option A for completeness: 9f′(3)+f′(1)−32=0.
9(−4+3F′(3))+(F′(1))−32
=−36+27F′(3)+F′(1)−32
=27F′(3)+F′(1)−68
This would imply 27F′(3)+F′(1)=68, which is not what we derived. So, option A is incorrect.
Conclusion
Based on our calculations:
- Option C, 9f′(3)−f′(1)+32=0, is correct.
- Option D, ∫13f(x)dx=−12, is correct.
Therefore, the correct expressions are C and D.