Wyatt D. answered 07/09/21
Undergraduate Math Major
The given position function:
s(t) = t3 -27t2 +240t
The velocity function (derivative of the position function):
v(t) = d/dt[s(t)] = 3t2 - 54t +240
Finding times where velocity us 0, or v(t) = 0:
v(t) = 0
3t2 - 54t +240 = 0 divide both sides by 3
t2 - 18t + 80 = 0 factor
(t - 10)(t - 8) = 0
So velocity is 0 at t = 10 and t = 8. Plug these into the acceleration equation (which is the derivative of the velocity equation):
a(t) = d/dt[ v(t) ] = 6t - 54
a(10) = 6(10) - 54 = 60 - 54 = 6
a(8) = 6(8) - 54 = 48 - 54 = -6
So the body's acceleration is -6 when velocity is zero the first time, and 6 when velocity is 0 the second time. (Let me know if there are any errors or if anything is unclear.)