Jul 9, 2024
y = 3 * sin(t) stretches vertically by 3, achieving outputs of ±3 instead of ±1.y = cos(t) + 2 shifts the graph up by 2 units.y = cos(2t) compresses horizontally by a factor of ½, period becomes π.y = cos(t - π/3) shifts the graph right by π/3 units.*y = a * sin(t) or y = a * cos(t).
y = sin(t) + k or y = cos(t) + k.
y = sin(Wt) or y = cos(Wt).
2π/W. Horizontal compressing for W > 1 and stretching for W < 1.y = sin(t ± h) or y = cos(t ± h).
y = sin(W(t - h)) or y = cos(W(t - h)).
y = sin(0.5t - π/4) becomes y = sin(0.5(t - π/2)) specifying the shift.y = -2sin(0.5t - π/4) + 3.
2Ï€/0.5)Ï€/2 (from factoring 0.5)