a)
f(x) = ∫f'(x) dx = ∫(5ex - 3sin x) dx = 5ex+ 3cosx + c
Since f(0) = 0, we can find c as:
f(0) = 5+3 +c = 8+c = 0, thus c = -8, and then: f(x) = 5ex+ 3cosx -8
b)
Since the velocity is the derivative of the position:
v(t) = ds(t)/dt
Then: s(t) = ∫ v(t) dt = ∫ (3t5-11t + 9) dt
Thus s(t) = 3t6/6 -11t2/2 + 9t +c = t6/2 - 11/2 t2 +9t + c
Since s(1) = 5, we can find c:
s(1) = 1/2-11/2+9+c = 4+c = 5, and thus c = 1
Thus s(t) = t6/2 - 11/2 t2 +9t + 1