1. We are given the position function, as a function of time, which means its first derivative, s', is velocity, and its second derivative, s", is acceleration. So we'll find s" using power rule, set it = 0, and solve:
v(t) = s'(t) = 4t3 - 12t2 - 40t + 15
a(t) = v'(t) = s"(t) = 12t2 - 24t - 40 = 0
3t2 - 8t - 10 = 0
By quadratic formula: t = [8 ± √184] / 6 = 4/3 ± √46/3
2. An object is speeding up whenever its velocity and acceleration have the same sign, and slowing down when velocity and acceleration have opposite signs. We can find both functions by differentiating the position function using power rule, and create sign charts for each as follows:
f'(t) = v(t) = 3t2 - 18t + 24 = 0 ; t2 - 6t + 8 = 0 ; (t - 2)(t - 4) = 0 ; t = 2 or 4 ; v(t) < 0 for 2 < t < 4
f"(t) = v'(t) = 6t - 18 = 0 ; t = 3 ; a(t) < 0 for t < 3
∴ object slowing down for t < 2 or 3 < t < 4 and object speeding up for 2 < t < 3 or t > 4.