What does y = A sin(B(x − C)) + D model?
Any simple periodic signal. A is the amplitude, B sets the period, C is the horizontal (phase) shift and D is the midline the wave oscillates about.
// maths › Advanced Applications
Explore y = A sin(B(x − C)) + D and read off amplitude, period, phase shift and midline for a periodic model, in degrees or radians.
y = A sin(B(x − C)) + D — amplitude |A|, period 360°/B, midline D
Any simple periodic signal. A is the amplitude, B sets the period, C is the horizontal (phase) shift and D is the midline the wave oscillates about.
Amplitude = |A|; period = 360°/B (or 2π/B in radians); midline y = D, so maximum = D + |A| and minimum = D − |A|; the curve shifts right by C.
y = 2 sin(2(x − 30°)) + 1 has amplitude 2, period 360°/2 = 180°, midline y = 1, maximum 3 and minimum −1. In radians the period is π ≈ 3.1416 rad.
Read the midline as the average of max and min, the amplitude as half their difference, the period from peak-to-peak spacing, and the shift from where a peak occurs.
Tides, daylight hours, monthly temperature, AC voltage and many biological rhythms are all modelled with this single sinusoid.