Essential Trigonometric Identities- Simplify Your Calculations
What Trigonometric Identities Actually Are
Trigonometric identities are equations that are true for every angle. That's it. They're not tricks or shortcuts—they're mathematical facts baked into how sine, cosine, and tangent behave.
Most students memorize them without understanding why they work. That's a mistake. If you know why an identity holds, you can derive it on the fly when your memory fails you.
The Reciprocal Identities
These connect the three main functions to their reciprocals. They're the easiest to remember because they're just flipping fractions.
- csc θ = 1/sin θ
- sec θ = 1/cos θ
- cot θ = 1/tan θ
You also get the reverse: sin θ = 1/csc θ, cos θ = 1/sec θ, tan θ = 1/cot θ.
Why this matters: When you see a problem with secant, you can instantly swap it for 1/cosine. Same goes for everything else. This shows up constantly in calculus and physics problems.
The Pythagorean Identities
These come directly from the Pythagorean theorem applied to the unit circle. You need three of them cold:
- sin²θ + cos²θ = 1
- 1 + tan²θ = sec²θ
- 1 + cot²θ = csc²θ
The first one is the most important. It shows up everywhere—simplifying expressions, solving equations, proving other identities. If you forget the others, you can derive them by dividing the first identity by sin²θ or cos²θ.
Deriving the Other Two from the First
Divide sin²θ + cos²θ = 1 by cos²θ:
sin²θ/cos²θ + cos²θ/cos²θ = 1/cos²θ
tan²θ + 1 = sec²θ ✓
Divide by sin²θ instead:
sin²θ/sin²θ + cos²θ/sin²θ = 1/sin²θ
1 + cot²θ = csc²θ ✓
This is what I mean by understanding why—you only need to memorize one.
The Quotient Identities
Two simple relationships that define tangent and cotangent:
- tan θ = sin θ / cos θ
- cot θ = cos θ / sin θ
These are definitions, not theorems. Tangent is defined as opposite over adjacent, which translates directly to sin/cos on the unit circle. Memorize them, but also understand that they're just ratios.
Co-Function Identities
These describe how trig functions relate when you shift by 90 degrees. They're useful for converting between functions:
- sin(90° - θ) = cos θ
- cos(90° - θ) = sin θ
- tan(90° - θ) = cot θ
In radians (which you'll use more in calculus):
- sin(π/2 - θ) = cos θ
- cos(π/2 - θ) = sin θ
The pattern is consistent: complementary angles swap sine and cosine. Complementary angles add to 90° or π/2 radians.
Even-Odd Identities
These tell you how trig functions behave with negative angles:
- sin(-θ) = -sin θ — sine is odd
- cos(-θ) = cos θ — cosine is even
- tan(-θ) = -tan θ — tangent is odd
Cosine doesn't change sign because it's symmetric on the unit circle. Sine and tangent flip. This matters when simplifying expressions or solving equations with negative angles.
Angle Sum and Difference Formulas
These let you break down angles into parts. Useful for exact value calculations:
- sin(A ± B) = sin A cos B ± cos A sin B
- cos(A ± B) = cos A cos B ∓ sin A sin B
- tan(A ± B) = (tan A ± tan B) / (1 ∓ tan A tan B)
The double-angle formulas are special cases where A = B:
- sin(2θ) = 2 sin θ cos θ
- cos(2θ) = cos²θ - sin²θ = 2cos²θ - 1 = 1 - 2sin²θ
- tan(2θ) = 2 tan θ / (1 - tan²θ)
For cosine of double angle, you have three equivalent forms. Pick whichever matches what you're working with. If you know sin²θ + cos²θ = 1, you can derive the other two from cos²θ - sin²θ.
Product-to-Sum and Sum-to-Product
Less commonly taught, but useful in calculus and signal processing:
- sin A cos 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)]
These come from the sum/difference formulas. They're identity transformations—useful when you need to combine or separate terms to integrate or simplify.
Quick Reference Table
| Identity Type | Key Formulas |
|---|---|
| Pythagorean | sin²θ + cos²θ = 1 |
| Quotient | tan θ = sin θ / cos θ |
| Reciprocal | sec θ = 1 / cos θ |
| Double Angle | cos(2θ) = 2cos²θ - 1 |
| Even-Odd | cos(-θ) = cos θ |
How to Actually Use These Identities
Simplifying Expressions
Example: Simplify sin²θ / tan²θ
Replace tan²θ with (sin²θ / cos²θ):
sin²θ ÷ (sin²θ / cos²θ) = sin²θ × (cos²θ / sin²θ) = cos²θ
Done. The sin²θ cancels out. This is the kind of problem where knowing your identities saves you from grinding through angles.
Solving Trig Equations
Example: Solve sin²θ - cos²θ = 0 for 0 ≤ θ < 2π
Rearrange: sin²θ = cos²θ
Divide both sides by cos²θ (assuming cos θ ≠ 0):
tan²θ = 1
tan θ = ±1
Solutions: θ = π/4, 3π/4, 5π/4, 7π/4
The identity made this a basic algebra problem instead of a trig nightmare.
Proving Identities
Strategy: Convert everything to sin and cos, then simplify one side to match the other.
Example: Prove sec θ - cos θ = sin θ tan θ
Left side: 1/cos θ - cos θ = (1 - cos²θ) / cos θ = sin²θ / cos θ
Right side: sin θ × (sin θ / cos θ) = sin²θ / cos θ
Both sides equal sin²θ / cos θ. Proven.
Common Mistakes to Avoid
- Confusing tan²θ with tan(θ²). Tan squared is (tan θ)², not tan of θ squared. This sounds obvious, but people make it constantly.
- Forgetting the negative sign in sin(-θ) and cos(-θ). Sine flips sign, cosine doesn't. Write it down if you keep forgetting.
- Using the wrong Pythagorean identity. If you have tan and sec, use 1 + tan²θ = sec²θ. Don't force sin²θ + cos²θ = 1 if it's not helping.
- Not checking for domain restrictions. Dividing by cos θ assumes cos θ ≠ 0. Dividing by tan θ assumes tan θ ≠ 0. These restrictions matter.
Getting Started: What to Memorize
You don't need everything above memorized equally. Here's the priority:
- sin²θ + cos²θ = 1 — derive everything else from this
- tan θ = sin θ / cos θ — definition, not optional
- Double angle formulas — you'll use these constantly
- Reciprocal identities — fast to learn, immediate payoff
The rest you can derive when needed if you understand the relationships between them.
When to Use Identities
Identities aren't just for homework. They show up in:
- Calculus — simplifying integrals and derivatives
- Physics — resolving vectors, analyzing waves
- Engineering — signal processing, AC circuits
- Computer graphics — rotations and transformations
If you're working with angles or periodic behavior, identities are your toolkit. The more fluent you are, the less you'll get stuck on problems that should be straightforward.