OscillationsOscillations are typically described using differential equations. In the section on motion, we solved the differential equations using a numerical solver. Given the intitial conditions, the solver found the solutions by making small time steps forward. We will continue to use numerical solvers in this section but sometimes it is possible to find analytic solutions to a differential equation. In those cases you can write down a formula for the position and the velocity of a particle executing an oscillation. We will also examine forced oscillators and describe the mathematical details of a resonance. Simple harmonic motion was already discussed in the section on motion. The differential equation that describes simple harmonic motion is, $$ m\frac{d^2x}{dt^2} + kx = 0.$$Here $m$ [kg] is the mass and $k$ [N/m] is the spring constant.This is a statement of Newton's law; mass times acceleration equals the spring force. If a damping force is added, the differential equation becomes, $$ m\frac{d^2x}{dt^2}+b\frac{dx}{dt} + kx = 0.$$Here $b$ [N s/m] is the damping constant and the damping force is proportional to the velocity. The form of the solutions depends how how large the damping constant $b$ is. The damping decreases the frequency of the oscillations until a critical damping where no more oscillations occur and there is only exponential damping. There are four cases.
Here $x_0$ is the position at $t=0$ and $v_{x0}$ is the velocity at $t=0$.
|