Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Composition Setup

Excerpt
hiddentrue

An introduction to continuously piecing together kinematic solutions for time intervals with different accelerations.

Suppose an object is moving along a one-dimensional position axis. The object starts its motion at t = 0 at the position x = 0 and with velocity v = 0. It has an acceleration of +2.0 m/s2. After 4.0 seconds, the object's acceleration instantaneously changes to - 2.0 m/s2. Plot velocity and position versus time graphs for the first 8.0 seconds of the object's motion.

Solution

Toggle Cloak
idsys
System:
Cloak
idsys

The object will be treated as a .

Toggle Cloak
idint
Interactions:
Cloak
idint

The accelerations as described in the problem.

Toggle Cloak
idmod
Model:
Cloak
idmod

One-Dimensional Motion with Constant Acceleration, applied twice to cope with the change in acceleration.

Toggle Cloak
idapp
Approach:

Cloak
idapp

Toggle Cloak
idunderstand
Understand the Limitations of the Model

Cloak
idunderstand

We will have to use the model twice. Even though the acceleration has a size of 2.0 m/s2 throughout the motion, the direction of the acceleration changes at t = 4.0 s. Therefore, the acceleration is not constant over the first 8 seconds of the motion. The acceleration is, however, separately constant in the time intervals from 0 to 4 seconds and from 4 to 8 seconds. We will therefore have to use the model twice: once to describe the motion from t = 0 seconds to t = 4.0 seconds, and once more to describe the motion from t = 4.0 seconds to t = 8.0 seconds.

Cloak
understand
understand

Toggle Cloak
idpart1
The First Interval

Cloak
idpart1

For the first part of the motion, our givens are:

Panel
titlegivens
Latex
\begin{large}\[ t_{\rm i} = \mbox{0 s} \]\[t = \mbox{4.0 s} \]\[x_{\rm i} = \mbox{0 m} \] \[ v_{\rm i} = \mbox{0 m/s} \] \[ a = \mbox{2.0 m/s}^{2} \] \end{large}

We begin by finding the velocity. The simplest Law of Change appropriate to our givens is:

Latex
\begin{large}\[ v = v_{\rm i} + a (t-t_{\rm i}) \]\end{large}

which, after substituting the givens, tells us:

Latex
\begin{large} \[ v = (\mbox{2.0 m/s}^{2}) t \] \end{large}

This is the equation for a line with slope 2 and intercept 0, giving the graph:

We then find the position. The most direct Law of Change is:

Latex
\begin{large} \[ x = x_{\rm i} + v_{\rm i} (t-t_{\rm i}) + \frac{1}{2} a (t-t_{\rm i})^{2} = \frac{1}{2}(\mbox{2.0 m/s}^{2})t^{2}\] \end{large}

which yields the parabolic graph:

Cloak
part1
part1

Toggle Cloak
idpart2
The Second Interval

Cloak
idpart2

We now wish to analyze the second part of the motion. In this part of the motion, we must change our givens. We now have ti = 4.0 s, t = 8.0 s, and a = – 2.0 m/s2. Unfortunately, this is not enough. We do not know xi, x, vi or v. We have too few givens to proceed.

The answer to this dilemma is simple. We have just derived expressions that give x and v for any time between 0 s and 4.0 s. We would like to know x and v at 4.0 s. Thus, we can use the final time of the first part of the problem to obtain the initial conditions for the second part. From our graphs or from the equations, we can complete our list of givens for the second part:

Panel
titlegivens (second part)
Latex
\begin{large}\[ t_{\rm i} = \mbox{4.0 s}\]\[t = \mbox{8.0 s} \] \[ x_{\rm i} = \mbox{16 m} \] \[ v_{\rm i} = \mbox{8 m/s} \] \[ a = \mbox{-2.0 m/s}^{2}\] \end{large}

This allows us to write an equation for the velocity:

Latex
\begin{large} \[ v = v_{\rm i} + a(t-t_{\rm i}) = \mbox{8.0 m/s} + (-\mbox{2.0 m/s}^{2})(t-\mbox{4.0 s}) \] \end{large}

and the position:

Latex
\begin{large} \[ x = x_{\rm i} + v_{\rm i}(t-t_{\rm i}) +\frac{1}{2}a(t-t_{\rm i})^{2} = \mbox{16 m} + (\mbox{8.0 m/s})(t-\mbox{4.0 s}) + \frac{1}{2}(-\mbox{2.0 m/s}^{2})(t-\mbox{4.0 s})^{2} \] \end{large}
Cloak
part2
part2

Toggle Cloak
idtogether
Putting them Together

Cloak
idtogether

These new expressions can be used to finish the plots we started in the first part. Plotting the functions from the first part in the interval t = 0 s to t = 4.0 s and the functions from the second part in the interval t = 4.0 s to t = 8.0 s gives the complete graphs shown below. For completeness, we also show the acceleration graph.

Here we can see that although the acceleration is discontinuous (has a break in the graph at t = 4.0 s) the velocity is not discontinuous. The velocity is a connected graph, though it does display a kink at 4.0 s, when the graph suddenly takes a sharp bend. This kink is a sign of a discontinuous 1st derivative (the 1st derivative of velocity with respect to time is acceleration, which is discontinuous). The position, however, is completely smooth. It is connected and displays no kinks. (The first derivative of position is velocity, which is continuous.)

Note

We ensured that the position graph would be smooth when we set the initial position and velocity of the second portion of the motion equal to the final position and velocity of the first portion!

Info

The fact that smooth position curves are obtained from a motion composed of a sequence of motions with constant acceleration is a major reason that modeling a motion using segments of constant acceleration is a powerful tool.

Cloak
together
together

Cloak
app
app