Exploration 16.6: Damped and Forced Motion



show velocity

total force, F(y, vy, t)net =

Please wait for the animation to completely load.

A mass can be driven by an external force in addition to an internal restoring force and friction. Restart. Specifically, Fnet = Frestore + Ffriction + Fdriving, where the default values are

Frestore = -2*y,      Ffriction = -0.2*vy,     and      Fdriving= sin(t).

You can change these default values as you see fit. Remember to use the proper syntax such as -10+0.5*t, -10+0.5*t*t, and  -10+0.5*t^2. Revisit Exploration 1.3 to refresh your memory.

  1. Find the mass. Hint: consider a linear restoring force.
  2. Change the restoring force to -y-0.1*y*y. Is the motion periodic? Is it harmonic? What about -y-2.0?
  3. Design your own force that produces periodic, but not necessarily harmonic, motion.
  4. Drive the mass at resonance and explain the behavior of the position graph. How does the behavior change with and without friction?

Drive the system (use a linear restoring force of -1*y and initially no friction) with a function that switches a constant force on and off. This can be achieved with the step function: step(sin(t/4)). The step function is zero if the argument is negative and one if the argument is positive. The given function, step(sin(t/4)), will therefore produce a square wave with amplitude of one and an angular frequency of one quarter. Note that the total force you should use is -1*y+step(sin(t/4)). Start the mass in its original position; do not drag it.

  1. Draw a graph of the force vs. time superimposed on the position vs. time graph.
  2. Why does the system oscillate, stop, and oscillate again?
  3. Does this behavior occur at any other frequencies? For example, notice that the function step(sin(t/4.5)) produces qualitatively different behavior. Why is this?

Note that the mass is not allowed to oscillate past about 22 m.

Download PDF Worksheet


Physlets were developed at Davidson College and converted from Java to JavaScript using the SwingJS system developed at St. Olaf College.

OSP Projects:
Open Source Physics - EJS Modeling
Tracker
Physlet Physics
Physlet Quantum Physics
STP Book