- (a)
- Find the displacement of the object from time to time .
- (b)
- Find the total distance traveled from time to time .
In this section we use definite integrals to study rectilinear motion.
Suppose that an object is moving along a straight path. The position, velocity, and
acceleration functions governing the motion of the object can be derived from each
other in the following ways.
If we start with the position function,, we can compute velocity and acceleration by
differentiating: On the other hand, if we start with the acceleration function, , we
can compute velocity and position by integrating: These indefinite integrals will
contain a constant of integration, , which can be determined by using the initial
conditions of the problem.
In the following proposition, we see that definite integrals that can be used to
compute the displacement and distance traveled by an object moving along a straight
path.
Part (a): We fist find the velocity function: To find the value of the constant , we use the fact that the initial velocity was given as : which implies that . Thus, The displacement from to , is given by \begin{align*} s(2) - s(0) & = \int _0^2 v(t) \ dt \\ & = \int _0^2 (48 - 32t) \ dt \\ & = (48t - 16t^2)\bigg |_0^2 \\ & = 32 \text{ feet} \end{align*}
Part (b): To find the total distance traveled from to time , we need to integrate
. To remove the absolute value bars, we analyze the sign of the velocity
function, . Setting , we find that seconds. For , we have and for , we have
.
Thus, The distance traveled from to , is given by \begin{align*} \int _0^2 |v(t)| \ dt &= \int _0^{3/2} |v(t)| \ dt + \int _{3/2}^2 |v(t)| \ dt\\ &= \int _0^{3/2} v(t) \ dt - \int _{3/2}^2 v(t) \ dt \end{align*}
We will compute these integrals separately. The first integral is \begin{align*} \int _0^{3/2} v(t) \ dt & = \int _0^{3/2}(48 - 32t) \ dt \\ & = (48t - 16t^2)\bigg |_0^{3/2} \\ & = 36 \text{ feet} \end{align*}
The second integral is \begin{align*} \int _{3/2}^2 v(t) \ dt & = \int _{3/2}^2(48 - 32t) \ dt \\ & = (48t - 16t^2)\bigg |_{3/2}^2 \\ & = 32 - 36 = -4 \text{ feet} \end{align*}
Subtracting gives the total distance traveled: \begin{align*} \int _0^2 |v(t)| \ dt & = \int _0^{3/2} v(t) \ dt - \int _{3/2}^2 v(t) \ dt \\ & = 36 - (-4) = 40 \text{ feet}. \end{align*}
Here is a video solution to problem 1a.
Here is a video solution to problem 1b.