You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

Unknown macro: {table}
Unknown macro: {tr}
Unknown macro: {td}
Error formatting macro: live-template: java.lang.NullPointerException
Unknown macro: {td}

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

System:

Interactions:

Model:

Approach:

Understand the Limitations of the Model

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.

The First Interval

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

givens
Unknown macro: {latex}

\begin

Unknown macro: {large}

[ t_

Unknown macro: {rm i}

= \mbox

Unknown macro: {0 s}

][t = \mbox

Unknown macro: {4.0 s}

][x_

= \mbox

Unknown macro: {0 m}

] [ v_

Unknown macro: {rm i}

= \mbox

Unknown macro: {0 m/s}

] [ a = \mbox

Unknown macro: {2.0 m/s}

^

Unknown macro: {2}

] \end

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

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ v = v_

Unknown macro: {rm i}

+ a (t-t_

) ]\end

which, after substituting the givens, tells us:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ v = (\mbox

Unknown macro: {2.0 m/s}

^

Unknown macro: {2}

) t ] \end

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:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ x = x_

Unknown macro: {rm i}

+ v_

(t-t_

Unknown macro: {rm i}

) + \frac

Unknown macro: {1}
Unknown macro: {2}

a (t-t_

)^

Unknown macro: {2}

= \frac

Unknown macro: {1}

(\mbox

Unknown macro: {2.0 m/s}

^

Unknown macro: {2}

)t^

] \end

which yields the parabolic graph:

The Second Interval

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:

givens (second part)
Unknown macro: {latex}

\begin

Unknown macro: {large}

[ t_

Unknown macro: {rm i}

= \mbox

Unknown macro: {4.0 s}

][t = \mbox

Unknown macro: {8.0 s}

] [ x_

= \mbox

Unknown macro: {16 m}

] [ v_

Unknown macro: {rm i}

= \mbox

Unknown macro: {8 m/s}

] [ a = \mbox{-2.0 m/s}^

Unknown macro: {2}

] \end

This allows us to write an equation for the velocity:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ v = v_

Unknown macro: {rm i}

+ a(t-t_

) = \mbox

Unknown macro: {8.0 m/s}

+ (-\mbox

Unknown macro: {2.0 m/s}

^

Unknown macro: {2}

)(t-\mbox

Unknown macro: {4.0 s}

) ] \end

and the position:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ x = x_

Unknown macro: {rm i}

+ v_

(t-t_

Unknown macro: {rm i}

) +\frac

Unknown macro: {1}
Unknown macro: {2}

a(t-t_

)^

Unknown macro: {2}

= \mbox

Unknown macro: {16 m}

+ (\mbox

Unknown macro: {8.0 m/s}

)(t-\mbox

Unknown macro: {4.0 s}

) + \frac

Unknown macro: {1}

(-\mbox

Unknown macro: {2.0 m/s}

^

Unknown macro: {2}

)(t-\mbox

Unknown macro: {4.0 s}

)^

] \end

Putting them Together

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.)

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!

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.

Error formatting macro: live-template: java.lang.NullPointerException
  • No labels