Historical Context & Motivation
People have been fascinated by repetitive motion — swinging pendulums, vibrating strings, ocean waves — for thousands of years. When mathematicians finally developed the tools to describe these motions precisely, they discovered that second-order linear differential equations were at the heart of it all. The solutions to these equations always involve sine and cosine functions, and buried inside those functions are three key quantities: how big the motion is, how fast it repeats, and where it starts. Understanding these quantities — amplitude, frequency, and phase — unlocks the physical meaning behind every oscillating system.
So here is the central question: when you solve a second-order ODE and get an expression like y(t) = 3 sin(5t + π/4), what does each number actually mean? How do you connect the math back to the real-world motion it describes? That is exactly what this lesson will teach you.
Core Principles & Definitions
When you solve a second-order linear homogeneous ODE with constant coefficients — for example, y″ + ω²y = 0 — the general solution takes the form y(t) = C₁ cos(ωt) + C₂ sin(ωt). This can always be rewritten in a single, more revealing form: y(t) = A sin(ωt + φ). Each piece of this expression carries distinct physical meaning.
Amplitude (A)
Angular Frequency (ω)
Phase (φ)
Period (T)
Visualizing Amplitude, Frequency & Phase
The diagram below shows three sine waves on the same time axis. Each wave has been modified in exactly one way — amplitude, frequency, or phase — so you can see the effect of each parameter in isolation. Pay attention to how each change reshapes the curve.
Notice that changing the amplitude only stretches or compresses the wave vertically — it doesn't affect how quickly the wave oscillates. Changing the frequency compresses the wave horizontally so that more cycles fit in the same time window. Changing the phase slides the entire wave left or right along the time axis without altering its shape or speed.
Mathematical Framework
Let's start from the ODE and trace the math all the way to the amplitude-phase form. Consider the simplest undamped oscillator equation, which models a mass on a spring with no friction.
While the sum form is perfectly correct, it hides the physical story. We can convert it to a single sinusoid using a trigonometric identity. Define A and φ as follows.
Detailed Breakdown — Reading the Solution
Once you have the amplitude-phase form, you can extract a wealth of information without any further calculation. The table below summarizes what each parameter tells you about the motion, how to find it, and what its units are.
| Parameter | Symbol | What It Tells You | How to Find It |
|---|---|---|---|
| Amplitude | A | Maximum displacement from equilibrium | A = √(C₁² + C₂²) |
| Angular Frequency | ω | Rate of oscillation in rad/s | Coefficient of t inside the sine/cosine |
| Ordinary Frequency | f | Cycles per second (Hz) | f = ω / (2π) |
| Period | T | Time for one full cycle (seconds) | T = 2π / ω = 1 / f |
| Phase | φ | Starting position in the cycle at t = 0 | φ = arctan(C₁ / C₂) |
One subtle but important point: the phase φ is an angle in radians, but it produces a time shift equal to φ/ω. A positive φ shifts the wave to the left (it starts earlier), and a negative φ shifts it to the right (it starts later). This makes intuitive sense — if you are already partway through your cycle at t = 0, the wave appears shifted backward in time.
Worked Example
A spring-mass system is modeled by the ODE y″ + 9y = 0, with initial conditions y(0) = 4 and y′(0) = −6. Find the general solution, convert it to amplitude-phase form, and identify A, ω, φ, the period T, and the ordinary frequency f.
Strengths, Limitations & Comparisons
The amplitude-phase form is incredibly useful, but it has a specific domain of applicability. Here we compare the two common ways of writing the solution and discuss when each shines.
| Feature | Sum Form: C₁cos + C₂sin | Amplitude-Phase: A sin(ωt + φ) |
|---|---|---|
| Ease of applying initial conditions | Very easy — plug in t = 0 directly | Requires converting back to C₁, C₂ first |
| Physical interpretation | Harder — two terms obscure the amplitude | Excellent — A, ω, φ are directly readable |
| Graphing | Need to add two curves | Single curve — sketch immediately |
| Works for damped systems? | Yes, with exponential factor | Yes, as Ae−αt sin(ωt + φ) |
| Best for... | Algebraic manipulation, finding constants | Physical insight, communication of results |
Connection to Advanced Theory
The simple harmonic oscillator (no friction, no external force) is just the starting point. In more realistic models, damping and forcing terms appear, and the amplitude-phase interpretation extends gracefully to those cases.
| Concept | This Lesson (Undamped, Free) | Advanced Extension |
|---|---|---|
| Amplitude | Constant A — oscillation goes forever | Decays as Ae−αt in damped systems |
| Frequency | Natural frequency ω₀ = √(k/m) | Damped frequency ω_d = √(ω₀² − α²) is slightly lower |
| Phase | Determined by initial conditions only | In forced systems, phase depends on driving frequency (resonance!) |
| ODE form | y″ + ω²y = 0 | y″ + 2αy′ + ω²y = F(t) |
When you encounter damped oscillations in a future course, you will see the amplitude shrink over time while the frequency and phase still follow the same interpretive rules. In forced (driven) oscillations, the phase difference between the driving force and the response becomes critical — it determines whether the system absorbs or reflects energy. The phenomenon of resonance occurs when the driving frequency matches the natural frequency, causing the amplitude to grow dramatically. All of these advanced ideas build directly on the amplitude-frequency-phase framework you learned today.
Practice Problems
Summary & Review
The general solution to the undamped harmonic oscillator y″ + ω²y = 0 is y(t) = C₁ cos(ωt) + C₂ sin(ωt), which can always be rewritten as y(t) = A sin(ωt + φ). The amplitude A = √(C₁² + C₂²) measures the maximum displacement from equilibrium. The angular frequency ω determines how fast the oscillation repeats, with period T = 2π/ω and ordinary frequency f = ω/(2π). The phase φ = arctan(C₁/C₂) encodes where in the cycle the motion begins at t = 0.
The sum form is best for applying initial conditions, while the amplitude-phase form is best for physical interpretation and graphing. These three parameters — amplitude, frequency, and phase — completely characterize any simple oscillation and form the foundation for understanding damped, forced, and coupled oscillating systems in more advanced courses.