Find the particular solution to the following second order linear ordinary differential equation that satisfies the $ϕ$
$y'' = 3x + 1$, $ϕ(0) = 1, ϕ'(0) = 2$
My solution:
$y' = \frac{3x^2}{2} + x + c_1$
$y = \frac{x^3}{2} + \frac{x^2}{2} + c_1x + c_2$
$ϕ(0) = 1 => c_2 = 1$ so $y = \frac{x^3}{2} + \frac{x^2}{2} + x + 1$
$ϕ'(0) = 2 => c_1 = 2$ so $y = \frac{3x^2}{2} + x+ 2$
I checked the back of my textbook and it has a different answer than mine. Am I doing something wrong here? PLEASE HELP!