Preface


This section discusses differential equation used to model vibration of springs,

Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to computing page for the fourth course APMA0360
Return to Mathematica tutorial for the first course APMA0330
Return to Mathematica tutorial for the second course APMA0340
Return to Mathematica tutorial for the fourth course APMA0360
Return to the main page for the course APMA0330
Return to the main page for the course APMA0340
Return to the main page for the course APMA0360
Return to Part IV of the course APMA0330

Free Vibrations


See http://www.sharetechnote.com/html/DE_Modeling_Example_SpringMass.html#SingleSpring_SimpleHarmonic http://www.sharetechnote.com/html/DE_Modeling_Example_SpringMass.html#SingleSpring_SimpleHarMonic_Horiz_NoDamp https://phys.libretexts.org/Bookshelves/University_Physics/Book%3A_University_Physics_(OpenStax)/University_Physics_III_-_Optics_and_Modern_Physics_(OpenStax)/07%3A_Quantum_Mechanics/7.06%3A_The_Quantum_Harmonic_Oscillator

A simple harmonic oscillator is a particle or system that undergoes harmonic motion about an equilibrium position, such as an object with mass vibrating on a spring. In this section, we consider oscillations in one-dimension only. Suppose a mass moves back-and-forth along the x-direction about the equilibrium position, x = 0. In classical mechanics, the particle moves in response to a linear restoring force given by Fx = −kx, where x is the displacement of the particle from its equilibrium position. The motion takes place between two turning points, x±A, where A denotes the amplitude of the motion. The position of the object varies periodically in time with angular frequency ω=k/m−−−−√, which depends on the mass m of the oscillator and on the force constant k of the net force, and can be written as

\[ x(t) = A\,\cos \left( \omega t + \psi \right) , \qquad \omega = + \sqrt{\frac{k}{m}} \]
The total energy E of an oscillator is the sum of its kinetic energy K = mv²/2 and the elastic potential energy of the force, Π = kx²/2:
\[ E = K + \Pi = \frac{m}{2}\, v^2 + \frac{k}{2}\, x^2 . \]
At turning points x = ±A, the speed of the oscillator is zero; therefore, at these points, the energy of oscillation is solely in the form of potential energy E = kA²/2. The plot of the potential energy U(x) of the oscillator versus its position x is a parabola. The potential-energy function is a quadratic function of x, measured with respect to the equilibrium position. On the same graph, we also plot the total energy E of the oscillator, as a horizontal line that intercepts the parabola at x = ±A. Then the kinetic energy K is represented as the vertical distance between the line of total energy and the potential energy parabola.

     
The potential energy well of a classical harmonic oscillator.       Mathematica code.

In this plot, the motion of a classical oscillator is confined to the region where its kinetic energy is nonnegative, which is what the energy relation Equation 7.6.2 says. Physically, it means that a classical oscillator can never be found beyond its turning points, and its energy depends only on how far the turning points are from its equilibrium position. The energy of a classical oscillator changes in a continuous way. The lowest energy that a classical oscillator may have is zero, which corresponds to a situation where an object is at rest at its equilibrium position. The zero-energy state of a classical oscillator simply means no oscillations and no motion at all (a classical particle sitting at the bottom of the potential well in Figure. When an object oscillates, no matter how big or small its energy may be, it spends the longest time near the turning points, because this is where it slows down and reverses its direction of motion. Therefore, the probability of finding a classical oscillator between the turning points is highest near the turning points and lowest at the equilibrium position. (Note that this is not a statement of preference of the object to go to lower energy. It is a statement about how quickly the object moves through various regions.)

 

 

Return to Mathematica page
Return to the main page (APMA0330)
Return to the Part 1 (Plotting)
Return to the Part 2 (First Order ODEs)
Return to the Part 3 (Numerical Methods)
Return to the Part 4 (Second and Higher Order ODEs)
Return to the Part 5 (Series and Recurrences)
Return to the Part 6 (Laplace Transform)
Return to the Part 7 (Boundary Value Problems)