
Jake O. answered 08/25/20
Calculus Tutor with B.S. in Mathematics & 10+ Years of Experience
To find the total distance traveled by this particle you want to consider that this particle could move in only 2 directions: in the positive x direction (to the right) or in the negative x direction (to the left). What you need to figure out is at which times it turns around and changes direction as well as its position at those times. Then you can calculate the distance between those points and add it all up.
To find the times when the particle changes direction, you just need to find the critical numbers of the function x(t). These would be the possible times when the particle changes direction.
x(t) = 2t3 - 9t2 - 60t + 4
x'(t) = 6t2 - 18t - 60 = 6 (t2 - 3t - 10) = 6 (t -5) (t + 2)
0 = 6 (t -5) (t + 2)
t = 5, -2 (Since 0 ≤ t ≤ 7, we only need t = 5)
Then you can find the position of the particle at these times. We will also need to find its position at our end points: t = 0, 7. Basically all we are doing here is finding the global max/min values of the function up to this point.
x(0) = 4
x(5) = -271
x(7) = -171
So from t=0 to t=5, the particle moved 275 units in the negative direction. Then from t=5 to t=7, the particle moved 100 units in the positive direction. Therefore, between t=0 to t=7, the particle moved a total of 375 units.