Join thousands of students who trust us to help them ace their exams!
Multiple Choice
Find the function f(x) that satisfies the following differential equation. f′′(x)=3x2; f′(0)=1; f(1)=3
A
f(x)=3x4+x−1
B
f(x)=4x4+x+47
C
f(x)=3x4+x+47
D
f(x)=4x4+x−1
0 Comments
Verified step by step guidance
1
Start by integrating the given second derivative f''(x) = 3x^2 to find the first derivative f'(x). The integration of 3x^2 with respect to x is ∫3x^2 dx = x^3 + C, where C is the constant of integration.
Use the initial condition f'(0) = 1 to solve for the constant C. Substitute x = 0 into the equation f'(x) = x^3 + C, which gives 1 = 0^3 + C, so C = 1. Therefore, f'(x) = x^3 + 1.
Integrate f'(x) = x^3 + 1 to find the function f(x). The integration of x^3 + 1 with respect to x is ∫(x^3 + 1) dx = (1/4)x^4 + x + D, where D is another constant of integration.
Use the initial condition f(1) = 3 to solve for the constant D. Substitute x = 1 into the equation f(x) = (1/4)x^4 + x + D, which gives 3 = (1/4)(1)^4 + 1 + D. Simplify to find D = 3 - 1/4 - 1 = 7/4.
Substitute the value of D back into the equation for f(x) to get the final function: f(x) = (1/4)x^4 + x + 7/4.