Example 1: Read all four features from an equation
State the amplitude, period, phase shift, and midline of y = 3 sin(2x - π/2) + 1, and give its maximum and minimum values.
- y = 3 sin(2x - π/2) + 1
Show solution
- Amplitude: the number multiplying the sine is A = 3, so the amplitude is |3| = 3.
Amplitude is a distance from the midline, so it is always |A|. Nothing inside the parentheses affects it.
- Period: the coefficient of x is B = 2, so the period is 2π / B = 2π / 2 = π.
The period is 2π divided by B, not B itself. A coefficient of 2 makes the wave repeat twice as often, so the period shrinks.
- Phase shift: factor the coefficient out of the argument, 2x - π/2 = 2(x - π/4), so C = π/4 and the wave is shifted π/4 units to the right.
Reading the shift as π/2 straight from the unfactored form is the most common error on this question type.
- Midline: the constant added at the end is D = 1, so the midline is the line y = 1.
- Maximum and minimum: max = D + |A| = 1 + 3 = 4 and min = D - |A| = 1 - 3 = -2.
Sine never exceeds 1 or drops below -1, so 3 sin(anything) stays between -3 and 3, and adding 1 slides that to between -2 and 4.
- Check with a point: at x = π/4 the argument is 2(π/4) - π/2 = 0 and sin(0) = 0, so y = 3(0) + 1 = 1, which is on the midline, exactly where a cycle should begin.
A quarter period later, at x = π/4 + π/4 = π/2, the argument is π/2 and y = 3(1) + 1 = 4, the maximum. Both checks pass.
Answer: Amplitude 3, period π, phase shift π/4 to the right, midline y = 1, maximum 4, minimum -2.