Kyle P. answered 11/09/20
An Enthusiastic Tutor with Experience
In order to determine the position of the particle, we have to take the integral of the acceleration to obtain velocity and then integrate velocity to obtain position:
∫a(t)dt = v(t)
∫v(t)dt = s(t)
v(t) = ∫(t2 − 3t + 4)dt = t3/3 - 3t2/2 + 4t + C1 where C1 is some constant
s(t) = ∫v(t) = ∫(t3/3 - 3t2/2 + 4t + C1)dt = t4/12 - 3t3/6 + 4t2/2 + C1t + C2 where C2 is some constant
Simplifying, we get:
s(t) = t4/12 - t3/2 + 2t2 + C1t + C2
Now we have to solve for C1 and C2 with our initial givens:
s(0) = 0
s(1) = 20
Let's solve for s(0):
s(0) = 04/12 - 03/2 + 2(0)2 + C1(0) + C2 = 0
C2 = 0
Now we can solve s(1) = 20
s(1) = 14/12 - 13/2 + 2(1)2 + C1(1)
s(1) = 1/12 - 1/2 + 2 + C1 = 20
s(1) = 19/12 + C1 = 20
C1 = 20 - 19/12
C1 = 221/12
s(t) = t4/12 - t3/2 + 2t2 + (221/12)t