Bradford T. answered 03/02/21
Retired Engineer / Upper level math instructor
I assume you want to find f(x).
Integrate twice
f "(x) = 4 + 6x+24x2
f '(x) = 4x + 3x2+8x3 + A Where A is an integration constant
f(x) = 2x2 + x3 + 2x4 + Ax + B B is another integration constant
Need to solve for A and B
f(0) = 0 + 0 + 0+ 0 + B = 3 --> B = 3
f(1) = 2 + 1 + 2 + A + 3 = 12 --> A = 4
f(x) = 2x4+ x3 + 2x2 + 4x + 3