Numbers & Math

Trigonometry Cheat Sheet

Core trig identities, ratios, unit circle values, and laws of sines and cosines.

Right triangle ratios (angle θ)

FunctionRatio
sin θopposite / hypotenuse
cos θadjacent / hypotenuse
tan θopposite / adjacent
csc θ1 / sin θ
sec θ1 / cos θ
cot θ1 / tan θ

Unit circle (common angles)

θsincostan
010
30°1/2√3/2√3/3
45°√2/2√2/21
60°√3/21/2√3
90°10undefined
120°√3/2−1/2−√3
135°√2/2−√2/2−1
150°1/2−√3/2−√3/3
180°0−10
270°−10undefined
360°010

Pythagorean identities

sin²θ + cos²θ= 1
1 + tan²θ= sec²θ
1 + cot²θ= csc²θ

Double-angle

sin 2θ= 2 sin θ · cos θ
cos 2θ= cos²θ − sin²θ = 2cos²θ − 1 = 1 − 2sin²θ
tan 2θ= 2 tan θ / (1 − tan²θ)

Sum / difference

sin(α ± β)= sin α cos β ± cos α sin β
cos(α ± β)= cos α cos β ∓ sin α sin β
tan(α ± β)= (tan α ± tan β) / (1 ∓ tan α tan β)

Laws

Law of sinesa / sin A = b / sin B = c / sin C
Law of cosinesc² = a² + b² − 2ab cos C

Notes

  • Degrees → radians: multiply by π/180. Radians → degrees: multiply by 180/π.
  • sin is odd: sin(−θ) = −sin θ. cos is even: cos(−θ) = cos θ.
Was this article helpful?