Motion on a Line
We can use calculus to understand the motion of an object along a straight line. Suppose an object is moving vertically along a line with a specified origin, and the position of the object at time t is represented by the position function s(t), which gives the distance of the object from the origin. By convention positive distances are defined as being up (i.e., above the origin point). The velocity of the object at time t is then just the rate of change of the position with respect to time, or v(t) = s'(t). Similarly, the acceleration of the object at time t is the derivative of the velocity and the second derivative of the position function, a(t) = v'(t) = s''(t). Knowing these three functions we can answer various questions about the motion of the object.
Try the following:
- The applet initially shows an object being tossed vertically on the Earth, with t in seconds and s in meters measuring the height above the ground (s = 0 is the ground). The position function is given by s(t) = -4.9t² + 20t and the velocity is the derivative of this, or v(t) = -9.8t + 20, measured in meters/second. The acceleration is the derivative of the velocity, or a(t) = -9.8. This constant acceleration is due to the Earth's gravity and is measured in meters/second². It is negative because the acceleration is downward. In the applet, the left-hand graph shows the object as a black dot on a vertical line. The right-hand graphs plots s (in magenta), v (in blue) and a (in red), all against t. Click the Start button to run the animation. Note that the object goes straight up and then down, because in this problem the object is just moving vertically. It is easy to get confused and think of the magenta curve as showing the path of the object, but this is not true; the magenta curve is a plot of height vs. time.
- On this example, the object reaches a peak and then falls back to Earth, eventually hitting the ground. How can we find the time when these two events happen? To find when the object hits the ground, we want to find when s(t) = 0. In other words, we want to solve 0 = -4.9t² + 20t for t. One solution is obviously t = 0, because the object started out at ground level. The other can be found using algebra and is t ≈ 4.082. To find when the object reaches its peak, we want to find when the velocity is zero, which means we want to solve 0 = -9.8t + 20. A little algebra yields the answer t ≈2.041.
- Select the second example. This shows a more complex motion over the time interval 0 ≤ t ≤ 5. Click Start to watch the animation of the black dot moving vertically. How would you find out when the object is at s = 0? How would you find out when the object reverses direction?
- Select the third example, showing oscillating motion on the interval 0 ≤ t ≤ 6π. Click Start to run the animation. How could you find out when the object reaches one of its highest points? Lowest points? Maximum velocity? Maximum acceleration?
- Try your own examples. Enter a function using t as the variable. Set the values of tmin, tmax, smin, and smax (or pan and zoom using the mouse). The animation and the slider will run from tmin to tmax.
For more information on rights and downloading, refer to http://www.calculusapplets.com/download.html.
© Copyright 2001 David J. Eck
© Copyright 2007 Thomas S. Downey
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
You must cause any files that you modify to carry prominent notices stating that you changed the files and the date of any change, and modified files must be put into a Java package different from edu.hws.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.






















