Equation Of Motion For Simple Harmonic Motion

7 min read

That moment when a mass on a spring passes through equilibrium — maximum speed, zero force, pure kinetic energy. Consider this: then it slows, stops, reverses. Over and over. The motion is predictable, repeatable, and described by one of the most elegant equations in physics.

The equation of motion for simple harmonic motion isn't just a formula to memorize. It's a window into how nature handles restoring forces. Springs. Pendulums. Now, molecular vibrations. On top of that, alternating current. Even the way a guitar string sings.

Let's break it down properly — no hand-waving, no skipped steps.

What Is Simple Harmonic Motion

At its core, simple harmonic motion (SHM) is what happens when a restoring force is directly proportional to displacement — and acts in the opposite direction. That's it. The mathematical statement is Hooke's law: F = -kx.

The negative sign matters. And it says the force always pushes back toward equilibrium. So pull a spring right, it pulls left. Which means push it left, it pushes right. The harder you displace it, the harder it pushes back.

But force isn't motion. To get the equation of motion, we need Newton's second law: F = ma. Combine them and you get:

ma = -kx

Or, writing acceleration as the second derivative of position:

m(d²x/dt²) = -kx

Rearrange:

d²x/dt² + (k/m)x = 0

That's the differential equation governing simple harmonic motion. Every system that obeys it — mass-spring, simple pendulum (small angles), LC circuit — shares the same mathematical DNA Simple, but easy to overlook. Surprisingly effective..

The Standard Solution

The general solution to that differential equation is:

x(t) = A cos(ωt + φ)

Where:

  • A is amplitude (maximum displacement)
  • ω = √(k/m) is angular frequency
  • φ is the phase constant
  • t is time

You'll also see it written as x(t) = A sin(ωt + φ) or as a combination of sine and cosine. They're equivalent — just shifted in phase. The cosine version is conventional because at t = 0, x = A when φ = 0. The mass starts at maximum displacement Simple, but easy to overlook..

Why It Matters

Simple harmonic motion shows up everywhere. Not approximately — exactly, or close enough that the approximation holds for engineering purposes.

A mass on a spring is the textbook example. But consider:

  • A pendulum swinging at small angles (sin θ ≈ θ)
  • Electrons oscillating in an antenna (LC circuit)
  • Atoms in a crystal lattice vibrating thermally
  • The prongs of a tuning fork
  • A buoy bobbing in water
  • The motion of a piston in an idealized engine

All of these systems are governed by the same equation. But same math. Also, same predictions. That's why physicists love it — one solution, infinite applications Worth keeping that in mind..

The equation of motion for simple harmonic motion also introduces concepts that carry into wave mechanics, quantum harmonic oscillators, and Fourier analysis. You can't understand waves without understanding SHM first. Period.

How It Works — Step by Step

From Force to Differential Equation

Start with a horizontal mass-spring system on a frictionless surface. Here's the thing — mass m, spring constant k. Displace the mass by x from equilibrium And that's really what it comes down to..

The spring exerts force F = -kx. Newton says F = ma = m(d²x/dt²).

Equate them: m(d²x/dt²) = -kx

Divide by m: d²x/dt² = -(k/m)x

Define ω² = k/m. Then:

d²x/dt² + ω²x = 0

This is a second-order linear homogeneous differential equation with constant coefficients. The standard approach: assume a solution of the form x = e^(rt). Plug it in:

r²e^(rt) + ω²e^(rt) = 0 r² + ω² = 0 r = ±iω

Complex roots. The general solution is a linear combination of e^(iωt) and e^(-iωt). Using Euler's formula, this becomes:

x(t) = C₁ cos(ωt) + C₂ sin(ωt)

Which can be rewritten as a single cosine with phase:

x(t) = A cos(ωt + φ)

Where A = √(C₁² + C₂²) and tan φ = -C₂/C₁.

What Each Parameter Means

Amplitude (A) — The maximum displacement from equilibrium. Determined entirely by initial conditions: how far you pull the mass before releasing it, or how much energy you put in Worth keeping that in mind..

Angular frequency (ω) — Radians per second. ω = √(k/m). Stiffer spring (larger k) → faster oscillation. Heavier mass (larger m) → slower oscillation. Notice: amplitude doesn't affect frequency. That's a defining feature of SHM.

Phase constant (φ) — Sets where in the cycle the motion starts at t = 0. If you release from rest at x = A, then φ = 0. If you give it a kick from equilibrium, φ = -π/2 (or 3π/2). The phase encodes the initial conditions That's the part that actually makes a difference..

Period (T) — Time for one complete cycle. T = 2π/ω = 2π√(m/k) Small thing, real impact..

Frequency (f) — Cycles per second. f = 1/T = ω/2π.

Velocity and Acceleration

Differentiate position to get velocity:

v(t) = dx/dt = -Aω sin(ωt + φ)

Maximum speed: v_max = Aω (occurs at equilibrium, x = 0)

Differentiate again for acceleration:

a(t) = dv/dt = -Aω² cos(ωt + φ) = -ω²x(t)

Maximum acceleration: a_max = Aω² (occurs at maximum displacement, x = ±A)

Notice the pattern: acceleration is proportional to displacement, opposite in sign. That's the defining characteristic, now visible in the solution itself.

Energy in SHM

Total mechanical energy is conserved (no friction):

E = K + U = ½mv² + ½kx²

Substitute v and x:

E = ½m(-Aω sin(ωt + φ))² + ½k(A cos(ωt + φ))²

Since ω² = k/m, this simplifies to:

E = ½kA²(sin²(ωt + φ) + cos²(ωt + φ)) = ½kA²

Constant. Total energy depends only on amplitude and spring constant. At any instant, energy sloshes between kinetic and potential, but the sum never changes.

Common Mistakes / What Most People Get Wrong

Confusing angular frequency with frequency. ω is in rad/s. f is in Hz (cycles/s). They differ by 2π. Using ω where f belongs (or vice versa) throws off every calculation downstream Turns out it matters..

Thinking amplitude affects period. It doesn't — for true SHM. A mass on a spring takes the same time to complete a cycle whether you pull it 2 cm or 20 cm (assuming Hooke's law holds). This surprises students every time.

Forgetting the small-angle approximation for pendulums. The simple pendulum equation T = 2π√(L/g) only works for small angles (typically < 15°). At larger amplitudes, the period increases. The motion is still periodic — just not simple harmonic Nothing fancy..

**Mixing up

Position, Velocity, and Acceleration in SHM
The sinusoidal nature of SHM creates a phase relationship between position, velocity, and acceleration. At maximum displacement (x = ±A), velocity is zero because the mass momentarily stops before reversing direction. Conversely, at equilibrium (x = 0), velocity peaks (v = ±Aω). Acceleration follows a similar pattern: it is zero at equilibrium and reaches its maximum magnitude (±Aω²) at the extremes. These phase differences—each quantity offset by π/2 radians—reflect the energy exchange between kinetic and potential forms. As an example, when kinetic energy is maximal (velocity peaks), potential energy is minimal, and vice versa.

Damped vs. Undamped SHM
In real systems, friction or air resistance introduces damping, causing the amplitude to decay exponentially over time. The equation becomes:
x(t) = A e^(-bt) cos(ωt + φ),
where b accounts for the damping coefficient. While the motion remains oscillatory, the amplitude decreases until the system comes to rest. Damping shifts the focus from idealized energy conservation to energy dissipation, highlighting the gap between theoretical models and practical scenarios.

Forced Oscillations and Resonance
When an external periodic force drives the system, forced oscillations occur. The system’s natural frequency (ω₀ = √(k/m)) interacts with the driving frequency (ω_d). If ω_d approaches ω₀, resonance arises—the amplitude grows dramatically due to energy transfer from the driver to the oscillator. This principle explains phenomena like bridges swaying in wind or singers shattering glass. That said, excessive resonance can lead to structural failure, underscoring the need to balance natural and driving frequencies in engineering.

Practical Applications of SHM
SHM principles underpin countless technologies:

  • Timekeeping: Pendulum clocks and quartz watches rely on consistent periods.
  • Seismology: Seismographs detect ground motion by measuring SHM in a suspended mass.
  • Electronics: LC circuits (inductor-capacitor) oscillate at a natural frequency, forming the basis of radios and filters.
  • Mechanical Systems: Shock absorbers and suspension systems use damped oscillators to minimize vibrations.

Conclusion
Simple harmonic motion distills the essence of oscillatory systems into a mathematically elegant framework. Its solutions reveal the interplay of energy, phase, and frequency, offering insights into both natural phenomena and engineered solutions. While idealized models like undamped SHM simplify analysis, real-world applications must account for damping, resonance, and nonlinear effects. Despite these complexities, SHM remains a cornerstone of physics, illustrating how fundamental principles govern everything from atomic vibrations to planetary orbits. By mastering its parameters and behaviors, we gain tools to predict, analyze, and innovate across disciplines.

Right Off the Press

Just Wrapped Up

Same Kind of Thing

Cut from the Same Cloth

Thank you for reading about Equation Of Motion For Simple Harmonic Motion. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home