Mark M. answered 12/28/15
Tutor
4.9
(955)
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
f"(x) = 20x3+12x2+6
f'(x) = ∫f"(x)dx = 5x4+4x3+6x+C1
f(x) = ∫f'(x)dx = x5+x4+3x2+C1x+C2
Since f(0) = 3, C2 = 3
So, f(x) = x5 + x4 + 3x2 + C1x + 3
Since f(1)=-1, 8 + C1 = -1
C1 = -9
Therefore, f(x) = x5 + x4 + 3x2 - 9x + 3