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.

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

Cosine of Sum/Difference

Tangent of Sum/Difference

⚠️ 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.

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.

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 ±:

Product-to-Sum Formulas

These convert products into sums. Useful when you're integrating products of trig functions.

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.

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.

The notation sin⁻¹(x) means arcsine, not 1/sin(x). That's a common error that will destroy your calculations.

Reciprocal functions:

Quick Reference Table

Identity TypeKey Formula
Pythagoreansin²θ + cos²θ = 1
Pythagorean1 + tan²θ = sec²θ
Double Anglesin(2θ) = 2 sinθ cosθ
Double Anglecos(2θ) = cos²θ − sin²θ
Half Anglesin(θ/2) = ±√((1−cosθ)/2)
Sum (Sine)sin(A+B) = sinA cosB + cosA sinB
Sum (Cosine)cos(A+B) = cosA cosB − sinA sinB
Product-to-Sum2 sinA cosB = sin(A+B) + sin(A−B)
Law of Cosinesc² = a² + b² − 2ab cos(C)

How to Actually Use These Identities

Simplifying Trig Expressions

Start with the messiest part. Look for:

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:

Use double/half angle formulas when the argument doesn't match what you need.

Common Mistakes That Will Cost You

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.