This is an old revision of the document!
transformations of sine or cosine function: y = a * sin(k(x + c)) + d
a = amplitude, -c = phase shift, d = vertical shift, 2pi/k = period for tan, the period is pi/k
double angle: 2θ
sin(2θ) = 2sin(θ)cos(θ) cos(2θ) = cos^2(θ) - sin^2(θ) = 2*cos^2(θ) - 1 = 1 - 2*sin^2(θ)
negative angles:
sin(-θ) = -sin(θ) cos(-θ) = cos(θ) => tan(-θ) = -tan(θ)
additive, subtractive: sin(a+b) = sin(a)cos(b) + cos(a)sin(b) cos(a+b) = cos(a)cos(b) - sin(a)sin(b) sin(a-b) = sin(a)cos(b) - cos(a)sin(b) cos(a-b) = cos(a)cos(b) + sin(a)sin(b)
complements: sin(θ) = cos(pi/2 - θ) cos(θ) = sin(pi/2 - θ)
Back to math page.