# Simple Harmonic Motion

> CIE A-Level Physics · Unit 18: Oscillations
> Source: https://www.owlsprep.com/study/cie-9702-u18-simple-harmonic-motion/

This sub-topic covers the core definition, kinematic equations, graphical analysis and common systems for simple harmonic motion (SHM), the foundational model for all oscillating motion in CIE A-Level Physics.

**Prerequisites:** Basic kinematics and differentiation; Hooke's Law for springs; Circular motion basics

## Learning objectives

- State and apply the two defining conditions for simple harmonic motion (SHM)
- Derive and use kinematic equations for displacement, velocity and acceleration in SHM
- Interpret graphical representations of SHM and identify phase differences
- Calculate period/frequency for common SHM systems (mass-spring, simple pendulum)

## Defining Characteristics of SHM

**Simple Harmonic Motion** — A periodic motion that satisfies two core conditions: 1) Acceleration is directly proportional to displacement from a fixed equilibrium position, 2) Acceleration is always directed towards the equilibrium position (opposite direction to displacement).

*Notation:* a = -\omega^2 x

**Worked example:** A ball bounces elastically between two parallel walls, with constant speed between the walls. Is this motion simple harmonic? Explain your answer.

1. Recall the two required conditions for SHM: $a \propto x$ (displacement from equilibrium) and $a$ is directed towards equilibrium.
2. For the bouncing ball, acceleration is zero when the ball is between the walls, regardless of how far it is from the equilibrium midpoint.
3. Acceleration is only non-zero when the ball hits the wall, so it is not proportional to displacement at all points.
4. Conclusion: The motion is **not** simple harmonic.

> **tip**
>
> Exam questions almost always test if you remember both conditions of SHM. Never just state one: you must mention both proportionality and direction.

> **Exam tip:** Always check both conditions when asked to confirm if a motion is SHM

## Kinematic Equations for SHM

If an oscillator starts at maximum displacement ($x = +A$) when $t=0$, displacement is given by $x = A\cos(\omega t)$. If it starts at equilibrium ($x=0$) moving in the positive direction when $t=0$, displacement is given by $x = A\sin(\omega t)$. Differentiating displacement gives velocity, and differentiating velocity gives acceleration, which confirms the defining equation $a = -\omega^2 x$.

$$v = \frac{dx}{dt} = -A\omega \sin(\omega t) = \pm \omega\sqrt{A^2 - x^2}$$

**Worked example:** A SHM oscillator has amplitude $0.20 \text{ m}$ and angular frequency $4.0 \text{ rad s}^{-1}$. It starts at maximum displacement at $t=0$. Calculate displacement, velocity and acceleration at $t=0.50 \text{ s}$.

1. Use the displacement equation for starting at maximum displacement:
2. $$x = A\cos(\omega t) = 0.20 \cos(4.0 \times 0.50) = 0.20 \cos(2)$$
3. Calculate $\cos(2) \approx -0.416$, so $x \approx 0.20 \times (-0.416) = -0.083 \text{ m}$
4. Velocity is the derivative of displacement:
5. $$v = -A\omega \sin(\omega t) = -(0.20 \times 4.0) \sin(2) = -0.80 \times 0.909 = -0.73 \text{ m s}^{-1}$$
6. Check acceleration using the defining equation $a = -\omega^2 x$:
7. $$a = -(4.0)^2 (-0.083) = 1.3 \text{ m s}^{-2}$$

## Graphical Representation of SHM

Graphs of displacement, velocity and acceleration against time for SHM are all sinusoidal, with consistent phase differences between them:

- Acceleration is 180° ($\pi$ radians) out of phase with displacement
- Velocity is 90° ($\pi/2$ radians) out of phase with displacement, leading displacement
- The gradient of a displacement-time graph equals velocity, and the gradient of a velocity-time graph equals acceleration

**Worked example:** For an oscillator starting at $x = +A$ at $t=0$, sketch displacement-time and acceleration-time graphs, and state their phase difference.

1. Displacement is $x(t) = A\cos(\omega t)$, so the graph starts at $+A$ at $t=0$, oscillates between $+A$ and $-A$ with period $T = 2\pi/\omega$.
2. Acceleration is $a(t) = -\omega^2 x(t)$, so $a(t) = -\omega^2 A \cos(\omega t)$.
3. This means the acceleration graph is an inverted version of the displacement graph, starting at $-\omega^2 A$ at $t=0$.
4. The phase difference between displacement and acceleration is $\pi$ radians (180°): they are always out of phase with each other.

## Common SHM Systems

Two common examples of SHM tested in CIE exams are horizontal mass-spring systems and small-angle simple pendulum oscillations. Their period formulas are derived from the defining SHM equation:

| System | Angular Frequency | Period |
| --- | --- | --- |
| Mass-spring (mass $m$, spring constant $k$) | $\omega = \sqrt{\frac{k}{m}}$ | $T = 2\pi \sqrt{\frac{m}{k}}$ |
| Simple pendulum (length $l$, small angles) | $\omega = \sqrt{\frac{g}{l}}$ | $T = 2\pi \sqrt{\frac{l}{g}}$ |

**Worked example:** A 0.50 kg mass is attached to a spring of spring constant 20 N m⁻¹, and set into SHM. Calculate the period of oscillation.

1. Use the period formula for a mass-spring SHM system:
2. $$T = 2\pi \sqrt{\frac{m}{k}}$$
3. Substitute values $m = 0.50 \text{ kg}$, $k = 20 \text{ N m}^{-1}$:
4. $$T = 2\pi \sqrt{\frac{0.50}{20}} = 2\pi \sqrt{0.025} \approx 2\pi (0.158) \approx 1.0 \text{ s}$$

> **note**
>
> The period of a simple pendulum is independent of mass and amplitude *only for small angles (<10°)*, where the small angle approximation $\sin\theta \approx \theta$ holds.

## Common pitfalls

- **Wrong:** Omitting the negative sign in the defining equation $a = -\omega^2 x$
  - Why it fails: The negative sign is required to show acceleration is opposite in direction to displacement, a core condition of SHM
  - Correct: Always include the negative sign in the defining equation, and confirm direction when asked
- **Wrong:** Using $\sin$ for displacement when starting at maximum displacement (or vice versa)
  - Why it fails: This gives the wrong initial value for displacement, leading to incorrect calculations for all other quantities
  - Correct: Always check the initial position at $t=0$ before selecting the displacement equation
- **Wrong:** Assuming all periodic motion is SHM
  - Why it fails: Only motions that satisfy the two conditions of SHM are classed as simple harmonic; many periodic motions do not meet this
  - Correct: Always check both defining conditions when asked to confirm if a motion is SHM
- **Wrong:** Using the simple pendulum period formula for large angle oscillations
  - Why it fails: The formula is derived using the small angle approximation, which does not hold for angles larger than ~10°
  - Correct: Recognize that the formula is only valid for small amplitude pendulum oscillations
- **Wrong:** Confusing angular frequency for SHM with angular velocity for circular motion
  - Why it fails: While they share the same symbol and units, they describe different physical quantities
  - Correct: Remember for SHM, $\omega = 2\pi f = 2\pi/T$, a constant describing oscillation speed

## Cheatsheet

| Quantity | Formula | Key Notes |
| --- | --- | --- |
| Defining SHM | $a = -\omega^2 x$ | Two conditions must be satisfied |
| Displacement (x = A at t=0) | $x = A\cos\omega t$ |  |
| Displacement (x = 0 at t=0) | $x = A\sin\omega t$ |  |
| Maximum velocity | $v_{max} = \omega A$ | Occurs at $x=0$ (equilibrium) |
| Maximum acceleration | $a_{max} = \omega^2 A$ | Occurs at maximum displacement |
| Mass-spring period | $T = 2\pi\sqrt{\frac{m}{k}}$ | Independent of amplitude |
| Simple pendulum period | $T = 2\pi\sqrt{\frac{l}{g}}$ | Only for small angles <10° |
| Phase difference (x vs a) | $\pi$ rad (180°) | Always completely out of phase |

## What's next

Now that you have mastered the core definition and kinematics of simple harmonic motion, you can build on this knowledge to explore energy changes in SHM, then damped and forced oscillations, the remaining topics in the CIE A-Level Oscillations unit. SHM is the foundational model for all wave phenomena, so a solid understanding of this sub-topic is critical for later topics including progressive waves, standing waves, and interference. Exam questions frequently combine SHM concepts with energy and circular motion, so practice applying the defining equations and graphical analysis to consolidate your understanding.

- [Energy in SHM](https://www.owlsprep.com/study/cie-9702-u18-energy-in-shm/)
- [Damped oscillations](https://www.owlsprep.com/study/cie-9702-u18-damped-oscillations/)
- [Forced oscillations and resonance](https://www.owlsprep.com/study/cie-9702-u18-forced-oscillations-and-resonance/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/cie-9702-u18-simple-harmonic-motion/
