John W. answered 07/22/20
Bachelor's Degree in Chemical Engineering
First, it is important to note that acceleration is the derivative of velocity, and velocity is the derivative of position. As such, we can integrate acceleration once to find the velocity, and integrate velocity once to find position. Let's do that now:
a(t) = 2t + 3
v(t) = t2 + 3t + C1
s(t) = (1/3)t3 + (3/2)t2 + C1t + C2
Now that we have the general form of the equation for position, we need to determine the values for the constants C1 and C2. Let's start with v(0) = -8. Plugging 0 into v(t) gives:
v(0) = (0)2 + 3(0) + C1 = -8 or C1 = -8
Now, we can write s(t) as s(t) = (1/3)t3 + (3/2)t2 -8t + C2. We also know s(0) = 6, so plugging 0 into s(t) gives:
s(0) = (1/3)(0)3 + (3/2)(0)2 -8(0) + C2 = 6 or C2 = 6.
Thus, our final answer is s(t) = (1/3)t3 + (3/2)t2 -8t + 6.