Phase Shift Studio: Amplitude, Period, Phase, and Midline
Four numbers place a sine wave anywhere you like — taller or shorter, faster or slower, slid sideways, and raised or lowered.
From one wave to any wave
The plain sin x wave is fixed: it swings between −1 and 1, repeats every 2π, and sits centered on the x-axis. Real signals are not so tidy. To describe a tide, a temperature cycle, or a musical tone, we need to move and reshape that basic wave freely.
Four parameters do exactly that, and each acts independently.
The midline and the max/min
The midline is the horizontal center of the wave, y = d. The wave rises a full amplitude above it and falls a full amplitude below it, so the maximum is d + |a| and the minimum is d − |a|. This is often the fastest way to recover the parameters from a graph: the midline is the average of the peak and trough, and the amplitude is half their difference.
The phase shift needs the factored form
To read the phase shift, the argument must be written as b(x − c) — with b factored out. Only then is c the true horizontal shift. If you see something like sin(2x − π), factor first: 2x − π = 2(x − π/2), so the phase shift is π/2 to the right, not π.
- Amplitude: \( |a| = 3 \).
- Period: \( \dfrac{2\pi}{|b|} = \dfrac{2\pi}{2} = \pi \).
- Phase shift: the form is already \( b(x - c) \) with \( c = \pi/4 \), so it shifts \( \pi/4 \) to the right.
- Midline is \( y = 5 \); the maximum is \( d + |a| = 5 + 3 = 8 \).
- Amplitude is the radius, \( a = 10 \); the midline is the hub height, \( d = 2 + 10 = 12 \).
- Period is 40 s, so \( b = \dfrac{2\pi}{40} = \dfrac{\pi}{20} \).
- Starting at the bottom (a minimum) suggests using a downward-shifted cosine: \( y = -10\cos\!\big(\tfrac{\pi}{20}t\big) + 12 \), which equals \( 2 \) m at \( t = 0 \).
Check your understanding
- The general sinusoid y = a sin(b(x − c)) + d has four independent controls.
- Amplitude is |a|, period is 2π/|b|, the phase shift is c (right if positive), and the midline is y = d.
- Maximum = d + |a| and minimum = d − |a|; the midline is the average of the two.
- To read the phase shift, first factor b out of the argument, then the shift is c.
- Sinusoids model real cycles — tides, daylight, Ferris wheels — by fitting these four parameters.