Introduction to Oscillations and Simple Harmonic Motion (SHM)
From the Physics - unit d simple harmonic motion curriculum · Updated May 27, 2026
# Introduction to Oscillations and Simple Harmonic Motion (SHM)
## 1. Introduction & Overview
* **The Mental Model:** Imagine a highly optimized feedback loop where a restoring force, meticulously proportional to displacement, perpetually overshoots equilibrium only to be precisely re-exerted, thereby sustaining a rhythmic, energy-conserving positional dance.
* **Significance:**
* **Precision Timing:** Underpins quartz crystal oscillators in electronics, ensuring stable frequency generation for digital clocks and telecommunications.
* **Seismic Analysis:** Models earthquake tremors and structural responses of buildings, critical for civil engineering and hazard mitigation.
* **Acoustic Engineering:** Describes sound wave propagation, musical instrument mechanics (e.g., vibrating strings, air columns), and transducer design.
* **Quantum Mechanics:** Provides foundational mathematical frameworks for understanding atomic and molecular vibrations (e.g., phonons in solids, molecular spectroscopy).
* **Medical Diagnostics:** Utilised in ultrasound imaging (transducer oscillations) and analysis of physiological rhythms (e.g., heartbeat, breathing).
* **Automotive Suspension Systems:** Critically designed to dampen unwanted oscillations, enhancing ride comfort and vehicle stability.
```mermaid
mindmap
root((Simple Harmonic Motion (SHM)))
"Defining Characteristics"
"Restoring Force ∝ Displacement (Hooke's Law)"
"Oscillation about Equilibrium"
"Constant Period (Isolchronism)"
"No Energy Loss (Ideal)"
"Sinusoidal Time Dependence"
"Key Parameters"
"Amplitude (A)"
"Period (T)"
"Frequency (f)"
"Angular Frequency (ω)"
"Phase Constant (φ)"
"Mathematical Description"
"Displacement: x(t) = A cos(ωt + φ)"
"Velocity: v(t) = -Aω sin(ωt + φ)"
"Acceleration: a(t) = -Aω² cos(ωt + φ) = -ω²x(t)"
"Differential Equation: d²x/dt² + ω²x = 0"
"Physical Systems Manifesting SHM"
"Mass-Spring System"
"Simple Pendulum (Small Angles)"
"Torsional Pendulum"
"Physical Pendulum"
"LC Oscillators (Electrical Analogues)"
"Energy in SHM"
"Kinetic Energy (KE)"
"Potential Energy (PE)"
"Total Mechanical Energy (E_total = KE + PE = Constant)"
"Damped Oscillations"
"Underdamped"
"Critically Damped"
"Overdamped"
"Exponential Decay"
"Forced Oscillations & Resonance"
"Driving Force"
"Resonance Frequency"
"Amplitude Amplification"
"Q-factor"
```
## 2. In-Depth Theory, Equations & Mechanisms
Simple Harmonic Motion (SHM) is a specific type of periodic motion where the restoring force acting on a system is directly proportional to the displacement of the system from its equilibrium position and acts in the direction opposite to the displacement. This proportionality is encapsulated by Hooke's Law for elastic systems.
**2.1 Defining Characteristics & Conditions:**
* **Restoring Force:** The prerequisite for SHM is a restoring force, $F$, that is linearly proportional to the displacement, $x$, from the equilibrium position and always directed towards equilibrium.
$$F = -kx$$
Where $k$ is the force constant (spring constant), always positive, measured in $\text{N}\cdot\text{m}^{-1}$. The negative sign indicates the restoring nature.
* **Equilibrium Position:** The point where the net force on the oscillating object is zero.
* **Inertia:** The object possesses mass ($m$) and thus inertia, causing it to overshoot the equilibrium position due to momentum.
* **Idealized System:** SHM typically assumes conservative forces only, meaning no energy dissipation (e.g., friction, air resistance). In reality, these lead to damped oscillations.
**2.2 Mathematical Description of SHM:**
From Newton's second law, $F = ma$, we can equate the restoring force to mass times acceleration:
$$m \frac{\text{d}^2x}{\text{d}t^2} = -kx$$
Rearranging, we obtain the fundamental second-order linear ordinary differential equation for SHM:
$$\frac{\text{d}^2x}{\text{d}t^2} + \left(\frac{k}{m}\right)x = 0$$
This is often written as:
$$\frac{\text{d}^2x}{\text{d}t^2} + \omega^2 x = 0$$
Where $\omega^2 = \frac{k}{m}$. The quantity $\omega$ is the **angular frequency** (in $\text{rad}\cdot\text{s}^{-1}$).
The general solution to this differential equation describes the displacement $x(t)$ of the object as a function of time $t$:
$$x(t) = A \cos(\omega t + \phi)$$
Where:
* $A$ is the **amplitude** (maximum displacement from equilibrium, always positive).
* $\omega$ is the **angular frequency** ($= \sqrt{k/m}$ for a mass-spring system, or $\sqrt{g/L}$ for a simple pendulum at small angles).
* $\phi$ (phi) is the **phase constant** (or initial phase angle), determined by the initial conditions of the motion ($x(0)$ and $v(0)$). It shifts the cosine wave horizontally.
**2.3 Derived Kinematic Quantities:**
* **Velocity:** Differentiating $x(t)$ with respect to time:
$$v(t) = \frac{\text{d}x}{\text{d}t} = -A\omega \sin(\omega t + \phi)$$
The maximum speed, $v_{\text{max}}$, occurs at the equilibrium position ($x=0$) and is $A\omega$.
* **Acceleration:** Differentiating $v(t)$ with respect to time:
$$a(t) = \frac{\text{d}v}{\text{d}t} = -A\omega^2 \cos(\omega t + \phi)$$
Or, substituting $x(t)$:
$$a(t) = -\omega^2 x(t)$$
The maximum acceleration, $a_{\text{max}}$, occurs at the extreme displacements ($x = \pm A$) and is $A\omega^2$.
**2.4 Period and Frequency:**
* **Period (T):** The time taken for one complete oscillation (cycle).
$$T = \frac{2\pi}{\omega}$$
For a mass-spring system: $T = 2\pi \sqrt{\frac{m}{k}}$
For a simple pendulum (small angle approximation): $T = 2\pi \sqrt{\frac{L}{g}}$ (where $L$ is length, $g$ is acceleration due to gravity).
* **Frequency (f):** The number of oscillations per unit time.
$$f = \frac{1}{T} = \frac{\omega}{2\pi}$$
Measured in Hertz ($\text{Hz} = \text{s}^{-1}$).
**2.5 Energy in SHM:**
In ideal SHM, total mechanical energy ($E_{\text{total}}$) is conserved, perpetually interconverting between kinetic energy (KE) and potential energy (PE).
* **Kinetic Energy (KE):**
$$\text{KE}(t) = \frac{1}{2}mv(t)^2 = \frac{1}{2}m[-A\omega \sin(\omega t + \phi)]^2 = \frac{1}{2}mA^2\omega^2 \sin^2(\omega t + \phi)$$
Maximum KE occurs at equilibrium ($x=0$) where $\sin^2(\omega t + \phi) = 1$: $\text{KE}_{\text{max}} = \frac{1}{2}mA^2\omega^2$.
* **Potential Energy (SPE - Elastic Potential Energy for a spring):**
$$\text{PE}(t) = \frac{1}{2}kx(t)^2 = \frac{1}{2}k[A \cos(\omega t + \phi)]^2 = \frac{1}{2}kA^2 \cos^2(\omega t + \phi)$$
Maximum PE occurs at maximum displacement ($x=\pm A$) where $\cos^2(\omega t + \phi) = 1$: $\text{PE}_{\text{max}} = \frac{1}{2}kA^2$.
* **Total Mechanical Energy ($E_{\text{total}}$):**
$$E_{\text{total}} = \text{KE}(t) + \text{PE}(t) = \frac{1}{2}mA^2\omega^2 \sin^2(\omega t + \phi) + \frac{1}{2}kA^2 \cos^2(\omega t + \phi)$$
Since $\omega^2 = k/m$, then $m\omega^2 = k$. Substituting this into the KE term:
$$E_{\text{total}} = \frac{1}{2}kA^2 \sin^2(\omega t + \phi) + \frac{1}{2}kA^2 \cos^2(\omega t + \phi)$$
$$E_{\text{total}} = \frac{1}{2}kA^2 [\sin^2(\omega t + \phi) + \cos^2(\omega t + \phi)]$$
Using the identity $\sin^2\theta + \cos^2\theta = 1$:
$$E_{\text{total}} = \frac{1}{2}kA^2$$
Alternatively, using $k = m\omega^2$:
$$E_{\text{total}} = \frac{1}{2}m\omega^2 A^2$$
The total mechanical energy is constant and directly proportional to the square of the amplitude.
```mermaid
stateDiagram-v2
direction LR
state "Equilibrium (x=0)" as Equilibrium_State {
direction TB
state "KE_max, PE=0" as MaxKE
state "v_max, a=0" as MaxV
}
state "Positive Amplitude (x=+A)" as MaxPosAmplitude {
direction TB
state "KE=0, PE_max" as MaxPE_Pos
state "v=0, a_max (negative)" as MaxA_Pos
}
state "Negative Amplitude (x=-A)" as MaxNegAmplitude {
direction TB
state "KE=0, PE_max" as MaxPE_Neg
state "v=0, a_max (positive)" as MaxA_Neg
}
[*] --> Equilibrium_State : Initial Perturbation
Equilibrium_State --> MaxPosAmplitude : v > 0, F < 0
Equilibrium_State --> MaxNegAmplitude : v < 0, F > 0
MaxPosAmplitude --> Equilibrium_State : F < 0, a < 0
MaxNegAmplitude --> Equilibrium_State : F > 0, a > 0
note on Equilibrium_State
Velocity is maximum, acceleration is zero.
Kinetic energy is maximum, potential energy is zero.
end note
note on MaxPosAmplitude
Velocity is zero, acceleration is maximum (magnitude).
Kinetic energy is zero, potential energy is maximum.
Force is maximum (magnitude) and negative.
end note
note on MaxNegAmplitude
Velocity is zero, acceleration is maximum (magnitude).
Kinetic energy is zero, potential energy is maximum.
Force is maximum (magnitude) and positive.
end note
```
**2.6 Examples of SHM Systems:**
* **Mass-Spring System (Horizontal, Frictionless):**
A mass $m$ attached to a spring with spring constant $k$ oscillating on a frictionless horizontal surface. The only horizontal force is the spring's restoring force.
$$\frac{\text{d}^2x}{\text{d}t^2} + \left(\frac{k}{m}\right)x = 0$$
Angular frequency $\omega = \sqrt{k/m}$.
* **Simple Pendulum (Small Angle Approximation):**
A point mass $m$ suspended by a massless, inextensible string of length $L$. For small angular displacements $\theta$ (typically $\theta < 10^\circ$), $\sin\theta \approx \theta$.
The restoring component of the gravitational force is $F_{\text{restore}} = -mg\sin\theta \approx -mg\theta$.
Displacement along the arc is $x = L\theta$, so $\theta = x/L$.
$$F_{\text{restore}} = -mg \frac{x}{L}$$
From Newton's second law: $m \frac{\text{d}^2x}{\text{d}t^2} = -mg \frac{x}{L}$
$$\frac{\text{d}^2x}{\text{d}t^2} + \left(\frac{g}{L}\right)x = 0$$
Angular frequency $\omega = \sqrt{g/L}$. The "effective spring constant" is $k_{\text{eff}} = mg/L$.
**2.7 Damped Oscillations:**
In real-world systems, energy is dissipated by non-conservative forces, primarily damping forces (e.g., air resistance, internal friction). This causes the amplitude of oscillation to decrease over time. A common model for damping is a force proportional to velocity: $F_{\text{damping}} = -b\frac{\text{d}x}{\text{d}t}$, where $b$ is the damping coefficient (in $\text{N}\cdot\text{s}\cdot\text{m}^{-1}$).
The differential equation for damped oscillations becomes:
$$m \frac{\text{d}^2x}{\text{d}t^2} + b \frac{\text{d}x}{\text{d}t} + kx = 0$$
Dividing by $m$:
$$\frac{\text{d}^2x}{\text{d}t^2} + \frac{b}{m} \frac{\text{d}x}{\text{d}t} + \frac{k}{m}x = 0$$
This is often written as:
$$\frac{\text{d}^2x}{\text{d}t^2} + 2\gamma \frac{\text{d}x}{\text{d}t} + \omega_0^2 x = 0$$
Where $\gamma = \frac{b}{2m}$ is the damping factor, and $\omega_0 = \sqrt{k/m}$ is the natural angular frequency of the undamped system.
The characteristic equation for this differential equation is $r^2 + 2\gamma r + \omega_0^2 = 0$. The roots are $r = -\gamma \pm \sqrt{\gamma^2 - \omega_0^2}$.
Three cases arise based on the discriminant ($\gamma^2 - \omega_0^2$):
* **Underdamped Oscillation ($\gamma < \omega_0$ or $b < 2\sqrt{km}$):** The system oscillates with decreasing amplitude. The solution is:
$$x(t) = A_{\text{d}} e^{-\gamma t} \cos(\omega_{\text{d}} t + \phi)$$
Where $A_{\text{d}}$ is the initial amplitude, and $\omega_{\text{d}} = \sqrt{\omega_0^2 - \gamma^2}$ is the angular frequency of the damped oscillation. Note $\omega_{\text{d}} < \omega_0$.
The period of oscillation is $T_{\text{d}} = 2\pi / \omega_{\text{d}}$.
* **Critically Damped Oscillation ($\gamma = \omega_0$ or $b = 2\sqrt{km}$):** The system returns to equilibrium as quickly as possible without oscillating. The solution is:
$$x(t) = (C_1 + C_2 t) e^{-\gamma t}$$
This is crucial for shock absorbers and meter needles.
* **Overdamped Oscillation ($\gamma > \omega_0$ or $b > 2\sqrt{km}$):** The system returns to equilibrium slowly without oscillating, taking longer than critically damped systems. The solution is:
$$x(t) = C_1 e^{(-\gamma + \sqrt{\gamma^2 - \omega_0^2})t} + C_2 e^{(-\gamma - \sqrt{\gamma^2 - \omega_0^2})t}$$
```mermaid
radar-beta
title Comparison of Damping Regimes
series
name Underdamped (b = 0.5 * b_crit)
data 0.5, 0.9, 0.8, 1.0, 0.2
series
name Critically Damped (b = b_crit)
data 0.0, 0.1, 0.9, 0.9, 0.7
series
name Overdamped (b = 2.0 * b_crit)
data 0.0, 0.0, 0.1, 0.8, 1.0
; Data points are dimensionless approximations for relative behavior on each axis
; Max value is 1.0, meaning optimal or characteristic behavior is strongly present
; Min value is 0.0, meaning minimal or absent characteristic behavior
axes
- "Oscillations Before Rest"
- "Time to Reach 10% of x_max"
- "Rate of Amplitude Decay"
- "Smooth Return to Equilibrium"
- "No Overshoot of Equilibrium"
```
## 3. Technical Procedures & Applications
**3.1 Determining the Spring Constant (k) and Mass (m) in a Mass-Spring System:**
This procedure is fundamental for characterizing an SHM system.
```mermaid
sequenceDiagram
participant P as "Experimenter/Technician"
participant A as "Mass-Spring Setup"
participant B as "Measuring Tools (Ruler, Stopwatch, Balance)"
participant C as "Data Analysis Software/Calculator"
P->A: Suspend a spring vertically.
Note over A: Equilibrium position (x_0) without load.
P->A: Attach known mass M_1 to spring.
A-->>B: Spring extends by Δx_1.
P->P: Record M_1 and Δx_1.
P->A: Attach known mass M_2 to spring (M_2 > M_1).
A-->>B: Spring extends by Δx_2.
P->P: Record M_2 and Δx_2.
P->C: Calculate k using Hooke's Law from static extension: k = (M_2 - M_1)g / (Δx_2 - Δx_1).
Note over C: Use multiple data points for linear regression for accuracy (F = kΔx).
P->A: Displace mass M_1 from new equilibrium (x_eq, M1).
P->A: Release mass M_1 to oscillate.
P->B: Start stopwatch when mass passes equilibrium in one direction.
P->B: Count N oscillations (e.g., 20 or 50).
P->B: Stop stopwatch after N oscillations.
P->P: Record total time T_total.
P->C: Calculate period T = T_total / N.
P->C: Calculate effective oscillating mass m_eff using T = 2π√(m_eff/k).
Note over C: m_eff = m_osc + m_spring/3 (where m_osc is attached mass).
P->P: Compare m_eff with actual attached mass M_1 to estimate effective spring mass.
P->A: Repeat oscillation measurement with M_2.
P->P: Verify consistency of k and m_eff.
```
**3.2 Advanced Application: Tuning a Quartz Crystal Oscillator:**
Quartz crystals exhibit piezoelectricity, meaning they deform when an electric field is applied and generate an electric field when deformed. This allows them to resonate mechanically and electrically, acting as a high-Q factor (low damping) oscillator. The resonant frequency is highly stable and depends on the crystal's physical dimensions and cut.
* **Principle:** The crystal acts as a mechanical resonator, effectively mimicking a mass-spring system. The resonant frequency $f_0$ is inversely proportional to its thickness (for a thickness-shear mode).
* **Equation for thickness-shear mode:** $f_0 = \frac{N}{t}$, where $N$ is the frequency constant (specific to crystal cut and material, e.g., $1660 \text{ kHz}\cdot\text{mm}$ for AT-cut quartz) and $t$ is the thickness.
* **Procedure (simplified manufacturing/tuning):**
1. **Crystal Growth & Slicing:** High-purity quartz ingots are grown hydrothermally. Slices are cut with extreme precision (e.g., AT-cut at $35^\circ 15'$ to the Z-axis) to achieve specific temperature stability.
2. **Lapping & Polishing:** The slices are mechanically lapped and polished to an approximate target thickness, followed by fine polishing to achieve a rough frequency near the desired value.
3. **Electrode Deposition:** Gold or silver electrodes are vacuum-deposited onto the crystal faces.
4. **Frequency Adjustment (Mass Loading):** The crystal is placed in an oscillating circuit. The actual resonant frequency is measured.
* If the frequency is too high, small amounts of electrode material (e.g., silver) are *deposited* onto the crystal surface via vacuum evaporation. This *increases* the effective mass, thereby *decreasing* the resonant frequency ($f \propto 1/\sqrt{m}$).
* If the frequency is too low, sub-micron layers of electrode material are *ablated* by a precisely controlled laser or ion beam. This *decreases* the effective mass, *increasing* the resonant frequency.
5. **Encapsulation:** The trimmed crystal is hermetically sealed in a metal or ceramic package under vacuum or inert gas to prevent environmental degradation and minimize damping.
6. **QC & Aging:** The finished crystal undergoes rigorous quality control and often "aging" (sustained operation at elevated temperatures) to stabilize its frequency over long periods.
## 4. Examiner's Breakdown
### 4.1 Comparative Analysis
| Feature | Simple Harmonic Motion (SHM) | Damped Harmonic Motion (DHM) |
| :---------------------------- | :----------------------------------------------------------- | :--------------------------------------------------------------------- |
| **Restoring Force** | $F = -kx$ (Proportional to displacement) | $F_{\text{restore}} = -kx$ |
| **Damping Force** | Assumed absent ($b=0$) | Present, typically $F_{\text{damping}} = -b\frac{\text{d}x}{\text{d}t}$ |
| **Total Force Equation** | $m\frac{\text{d}^2x}{\text{d}t^2} + kx = 0$ | $m\frac{\text{d}^2x}{\text{d}t^2} + b\frac{\text{d}x}{\text{d}t} + kx = 0$ |
| **Amplitude (A)** | Constant over time | Exponentially decays over time ($A(t) = A_0 e^{-\gamma t}$) |
| **Period (T)** | Constant ($T = 2\pi/\omega_0$) | Increases slightly ($T_d = 2\pi/\omega_d > T$) for underdamped, not defined for others |
| **Frequency (f)** | Constant ($f = \omega_0/(2\pi)$) | Decreases slightly ($f_d < f_0$) for underdamped |
| **Total Mechanical Energy** | Conserved ($E = \frac{1}{2}kA^2 = \text{constant}$) | Dissipated over time (converted to heat), decreases exponentially |
| **Oscillatory Behavior** | Always oscillatory | Oscillatory (underdamped), non-oscillatory (critically/overdamped) |
| **System Examples** | Ideal mass-spring, small-angle simple pendulum (vacuum) | Shock absorbers, door closers, real-world mass-spring systems |
### 4.2 High-Yield Marking Keywords
1. **Restoring force is directly proportional to displacement.**
2. **Force acts towards the equilibrium position.**
3. **Differential equation: $\frac{\text{d}^2x}{\text{d}t^2} + \omega^2 x = 0$.**
4. **Total mechanical energy is conserved and constant.**
5. **Oscillation about a stable equilibrium.**
6. **Period/frequency is independent of amplitude (for small amplitudes).**
7. **Acceleration is proportional to and opposite in direction to displacement.**
8. **Sinusoidal variation of displacement, velocity, and acceleration.**
### 4.3 Trapdoor Mistakes
1. **Confusing displacement and amplitude:** Students often use 'displacement' synonymously with 'amplitude.'
* **Correct:** Displacement ($x$) is the instantaneous position relative to equilibrium, which *varies* with time. Amplitude ($A$) is the *maximum* displacement from equilibrium.
2. **Incorrectly applying Hooke's Law:** Neglecting the negative sign in $F = -kx$ or applying it incorrectly to direction.
* **Correct:** The negative sign explicitly denotes that the restoring force is *opposite* to the direction of displacement from equilibrium. If $x$ is positive (mass stretched), $F$ is negative (pulling back). If $x$ is negative (mass compressed), $F$ is positive (pushing forward).
3. **Forgetting small angle approximation for a simple pendulum:** Assuming $T = 2\pi\sqrt{L/g}$ holds for all angles.
* **Correct:** The formula $T = 2\pi\sqrt{L/g}$ is only valid for small angles ($\theta < 10^\circ$) where $\sin\theta \approx \theta$. For larger angles, the motion is still periodic but not simple harmonic, and the period *increases* with increasing amplitude.
4. **Misinterpreting phase constant ($\phi$):** Incorrectly determining $\phi$ based solely on initial position without considering initial velocity.
* **Correct:** The phase constant $\phi$ is determined by *both* initial displacement $x(0)$ and initial velocity $v(0)$. For example, if $x(0) = A$ and $v(0) = 0$, then $\phi=0$. If $x(0) = 0$ and $v(0) > 0$, then $\phi = -\pi/2$. Failure to consider both leads to an incorrect phase shift of the sinusoid.
Get the full Physics - unit d simple harmonic motion curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account