User Tools

Site Tools


urp:trig

This is an old revision of the document!


Trigonometry

transformations of sine or cosine function: y = a * sin(k(x + c)) + d

a = amplitude, -c = phase shift, d = vertical shift, 2π/k = period for tan, the period is π/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(π/2 - θ)
cos(θ) = sin(π/2 - θ)

See also

urp/trig.1634319131.txt.gz · Last modified: 2021-10-15 by nerf_herder