Kathy P. answered 01/03/21
Experienced Math Tutor
Given: f'' = 24x^2 + 2x + 10
With: f'(1) = 7
Find: f(x)
f' = Integral of f''
f' = Integral [ 24x^2 + 2x + 10 ]
f' = (24/3)x^3 + (2/2)x^2 + 10x + C
f' = 8x^3 + x^2 + 10x + C
Use; f'(1) = 7 to find C
f' = 8x^3 + x^2 + 10x + C
7 = 8(1)^3 + (1)^2 + 10(1) + C
7 = 8 + 1 + 10 + C
7 = 19 + C
-12 = C
Therefore:
f'(x) = 8x^3 + x^2 + 10x + C
f'(x) = 8x^3 + x^2 + 10x - 12