
Patrick B. answered 04/13/20
Math and computer tutor/teacher
Not clear what you mean my "distance"
integrating:
x(t) = -t^3 + 6t <---- assumes the initial position at t=0 is zero, so no constant
x(2) = -8 + 12 = 4 ---> (2,4)
x(0) = 0 ---> (0,0)
the naive answer is x(2)-x(0) = 4-0 = 4 is the 1-d distance
distance formula says sqrt( 2^2 + 4^2) = sqrt( 4 + 16) = sqrt(20) = 2 * sqrt(5) which is not one of the
choices
If you want to find the arc length, then you have to integrate
integral sqrt( 1 + (6-3t^2)^2) =
integral sqrt( 1 + 9 ( 2 - t^2)^2)
good luck with that, probably have to do it numerically using simpson's rule
WolframAlpha says 7.724266 which is also not an answer
pleas repost