Advanced Trigonometric Identities Reference
Why You Need This Reference
Trigonometric identities aren't academic exercises. They solve real problems in physics, engineering, signal processing, and computer graphics. If you're memorizing these without understanding when to use them, you're wasting your time.
This reference gives you the formulas and tells you exactly when each one applies. Nothing else.
The Pythagorean Identities: Your Foundation
These three equations are the bedrock. Everything else builds on them.
- sin²θ + cos²θ = 1 — the most used identity in all of trigonometry
- 1 + tan²θ = sec²θ — derived from dividing the first by cos²θ
- 1 + cot²θ = csc²θ — derived from dividing the first by sin²θ
The first one shows up constantly. Simplifying expressions, solving equations, verifying identities — you'll use it hundreds of times. Know it cold.
Sum and Difference Formulas
These let you break down angles or combine them. You'll need these for integration, solving trig equations, and analyzing waveforms.
Sine of Sum/Difference
- sin(A + B) = sin A cos B + cos A sin B
- sin(A − B) = sin A cos B − cos A sin B
Cosine of Sum/Difference
- cos(A + B) = cos A cos B − sin A sin B
- cos(A − B) = cos A cos B + sin A sin B
Tangent of Sum/Difference
- tan(A + B) = (tan A + tan B) / (1 − tan A tan B)
- tan(A − B) = (tan A − tan B) / (1 + tan A tan B)
⚠️ Common mistake: Students mix up the signs in cosine formulas. Remember: cos(A + B) has a minus sign between the products. Cosine is the only one that subtracts.
Double Angle Formulas
These are special cases of sum formulas where A = B. They come up constantly when you're solving equations or simplifying expressions.
- sin(2θ) = 2 sin θ cos θ
- cos(2θ) = cos²θ − sin²θ
- cos(2θ) = 2cos²θ − 1 (equivalent form)
- cos(2θ) = 1 − 2sin²θ (equivalent form)
- tan(2θ) = 2 tan θ / (1 − tan²θ)
For cos(2θ), use whichever form matches what you know. If you have sin²θ, use 1 − 2sin²θ. If you have cos²θ, use 2cos²θ − 1. Pick the version that makes your problem simpler.
Half Angle Formulas
These are derived from the double angle formulas. They're essential for integration and finding exact values.
- sin(θ/2) = ±√((1 − cos θ) / 2)
- cos(θ/2) = ±√((1 + cos θ) / 2)
- tan(θ/2) = ±√((1 − cos θ) / (1 + cos θ))
The ± sign is critical. It depends on which quadrant θ/2 falls in. Don't ignore it or you'll get wrong answers.
Alternative forms for tangent half-angle that avoid the ±:
- tan(θ/2) = sin θ / (1 + cos θ)
- tan(θ/2) = (1 − cos θ) / sin θ
Product-to-Sum Formulas
These convert products into sums. Useful when you're integrating products of trig functions.
- sin A cos B = ½[sin(A + B) + sin(A − B)]
- cos A sin B = ½[sin(A + B) − sin(A − B)]
- cos A cos B = ½[cos(A + B) + cos(A − B)]
- sin A sin B = ½[cos(A − B) − cos(A + B)]
The pattern is simple: each product becomes half the sum of two sines or cosines with arguments (A+B) and (A−B).
Sum-to-Product Formulas
The inverse of product-to-sum. Use these when you have sums you want to simplify or equations with sums of trig functions.
- sin A + sin B = 2 sin((A + B)/2) cos((A − B)/2)
- sin A − sin B = 2 cos((A + B)/2) sin((A − B)/2)
- cos A + cos B = 2 cos((A + B)/2) cos((A − B)/2)
- cos A − cos B = −2 sin((A + B)/2) sin((A − B)/2)
Law of Sines and Cosines
These aren't identities — they're theorems. But they use trig functions and show up everywhere in problem solving.
Law of Sines
a/sin(A) = b/sin(B) = c/sin(C)
Use this when you know two angles and one side, or two sides and an angle opposite one of them. It won't help you with SAS or SSS.
Law of Cosines
c² = a² + b² − 2ab cos(C)
Use this for SAS (two sides and included angle) or SSS (all three sides). It's basically the Pythagorean theorem with a correction term.
Inverse Trigonometric Functions
These "undo" the regular trig functions. Know their ranges — that's where most mistakes happen.
- arcsin(x) or sin⁻¹(x): range is [−π/2, π/2]
- arccos(x) or cos⁻¹(x): range is [0, π]
- arctan(x) or tan⁻¹(x): range is (−π/2, π/2)
The notation sin⁻¹(x) means arcsine, not 1/sin(x). That's a common error that will destroy your calculations.
Reciprocal functions:
- csc(x) = 1/sin(x)
- sec(x) = 1/cos(x)
- cot(x) = 1/tan(x)
Quick Reference Table
| Identity Type | Key Formula |
|---|---|
| Pythagorean | sin²θ + cos²θ = 1 |
| Pythagorean | 1 + tan²θ = sec²θ |
| Double Angle | sin(2θ) = 2 sinθ cosθ |
| Double Angle | cos(2θ) = cos²θ − sin²θ |
| Half Angle | sin(θ/2) = ±√((1−cosθ)/2) |
| Sum (Sine) | sin(A+B) = sinA cosB + cosA sinB |
| Sum (Cosine) | cos(A+B) = cosA cosB − sinA sinB |
| Product-to-Sum | 2 sinA cosB = sin(A+B) + sin(A−B) |
| Law of Cosines | c² = a² + b² − 2ab cos(C) |
How to Actually Use These Identities
Simplifying Trig Expressions
Start with the messiest part. Look for:
- sin²θ + cos²θ patterns → replace with 1
- sin(2θ) or cos(2θ) patterns → expand or collapse as needed
- Products of trig functions → try product-to-sum
Example: Simplify sin⁴θ
Write sin⁴θ = (sin²θ)² = ((1−cos²θ)/2)². Expand: (1 − 2cos²θ + cos⁴θ)/4. Now replace cos⁴θ = (cos²θ)² = ((1+cos²θ)/2)². Keep going until you have only constants and cos(2θ) or cos(4θ) terms.
Verifying Identities
Always work from the more complicated side toward the simpler side. Convert everything to sin and cos if needed. Use Pythagorean identities to eliminate terms.
Solving Trig Equations
Isolate the trig function first. Then:
- For sin x = k: x = arcsin(k) + 2πn or x = π − arcsin(k) + 2πn
- For cos x = k: x = arccos(k) + 2πn or x = −arccos(k) + 2πn
- For tan x = k: x = arctan(k) + πn
Use double/half angle formulas when the argument doesn't match what you need.
Common Mistakes That Will Cost You
- Ignoring the ± in half-angle formulas — always check the quadrant
- Confusing sin⁻¹(x) with csc(x) — they're not the same thing
- Using the wrong sign in cosine sum formula — it's subtraction, not addition
- Forgetting the +2πn or πn in equation solutions — trig functions repeat
- Not checking your work — plug values back in to verify
This covers the identities you actually need. Memorize the Pythagorean, double angle, and sum formulas first. The rest follow from those. Work through problems and the patterns will stick.