Essential Trig Functions Identities You Must Know
What You Actually Need to Know About Trig Identities
Trigonometry identities aren't optional extras. They're the backbone of solving anything beyond basic right triangles. If you're taking calculus, physics, or engineering courses, you'll use these constantly. This guide cuts through the textbook fluff and gives you what actually matters.
The Six Basic Trig Functions
Before identities, you need these down cold. They form the foundation everything else builds on.
- sin(θ) = opposite / hypotenuse
- cos(θ) = adjacent / hypotenuse
- tan(θ) = opposite / adjacent = sin(θ) / cos(θ)
- csc(θ) = 1 / sin(θ) = hypotenuse / opposite
- sec(θ) = 1 / cos(θ) = hypotenuse / adjacent
- cot(θ) = 1 / tan(θ) = cos(θ) / sin(θ) = adjacent / opposite
The last three are just reciprocals. Memorize sin, cos, and tan. The rest follow automatically.
Pythagorean Identities — The Heavy Hitters
These come directly from the Pythagorean theorem. You'll use them more than any other identities.
- sin²θ + cos²θ = 1 — This is the big one. Memorize it first.
- 1 + tan²θ = sec²θ — Derived from the first one by dividing by cos²θ
- 1 + cot²θ = csc²θ — Derived by dividing the first by sin²θ
These three are interchangeable. If you forget one, derive it from sin²θ + cos²θ = 1.
Reciprocal Identities
Simple inverses. If you know the big three functions, these write themselves:
- sin(θ) · csc(θ) = 1
- cos(θ) · sec(θ) = 1
- tan(θ) · cot(θ) = 1
That's it. Nothing fancy here.
Quotient Identities
Tan and cot expressed as ratios of sin and cos:
- tan(θ) = sin(θ) / cos(θ)
- cot(θ) = cos(θ) / sin(θ)
These let you convert between functions when simplifying expressions or solving equations.
Co-Function Identities
These describe how trig functions relate when angles complement to 90° (π/2 radians):
- sin(θ) = cos(90° - θ)
- cos(θ) = sin(90° - θ)
- tan(θ) = cot(90° - θ)
- cot(θ) = tan(90° - θ)
In radians: sin(θ) = cos(π/2 - θ), and so on. Useful when you're given complementary angle problems.
Even and Odd Function Identities
These tell you what happens when you negate the angle:
- cos(-θ) = cos(θ) — Cosine is even
- sin(-θ) = -sin(θ) — Sine is odd
- tan(-θ) = -tan(θ) — Tangent is odd
Secant inherits cosine's evenness. Cosecant and cotangent are odd, like sine and tangent.
Double Angle Identities
These express trig functions of 2θ in terms of θ. Essential for integration, differentiation, and solving equations.
Sine Double Angle
- sin(2θ) = 2 sin(θ) cos(θ)
Cosine Double Angle
Three equivalent forms — use whichever fits your problem:
- cos(2θ) = cos²θ - sin²θ
- cos(2θ) = 2cos²θ - 1
- cos(2θ) = 1 - 2sin²θ
Tangent Double Angle
- tan(2θ) = 2tan(θ) / (1 - tan²θ)
Half Angle Identities
The inverse of double angle. Useful when you need to find exact values for angles like 15° or 75°.
- sin(θ/2) = ±√[(1 - cosθ) / 2]
- cos(θ/2) = ±√[(1 + cosθ) / 2]
- tan(θ/2) = ±√[(1 - cosθ) / (1 + cosθ)]
The ± sign depends on which quadrant the angle lands in. Don't ignore it.
Sum and Difference Identities
For adding or subtracting angles:
Sine
- sin(A ± B) = sinA cosB ± cosA sinB
Cosine
- cos(A ± B) = cosA cosB ∓ sinA sinB
Notice the signs flip: plus becomes minus between terms, minus becomes plus.
Tangent
- tan(A ± B) = (tanA ± tanB) / (1 ∓ tanA tanB)
The signs are opposite between numerator and denominator.
Product-to-Sum Identities
Convert products into sums — useful when integrating or simplifying:
- sinA cosB = ½[sin(A + B) + sin(A - B)]
- cosA sinB = ½[sin(A + B) - sin(A - B)]
- cosA cosB = ½[cos(A + B) + cos(A - B)]
- sinA sinB = ½[cos(A - B) - cos(A + B)]
Sum-to-Product Identities
The reverse process — sums become products:
- sinA + sinB = 2 sin[(A + B)/2] cos[(A - B)/2]
- sinA - sinB = 2 cos[(A + B)/2] sin[(A - B)/2]
- cosA + cosB = 2 cos[(A + B)/2] cos[(A - B)/2]
- cosA - cosB = -2 sin[(A + B)/2] sin[(A - B)/2]
Quick Reference: All Identities at a Glance 📋
| Category | Identity |
|---|---|
| Pythagorean | sin²θ + cos²θ = 1 |
| 1 + tan²θ = sec²θ | |
| 1 + cot²θ = csc²θ | |
| Double Angle | sin(2θ) = 2 sinθ cosθ |
| Double Angle | cos(2θ) = cos²θ - sin²θ |
| Double Angle | tan(2θ) = 2tanθ / (1 - tan²θ) |
| Sum | sin(A+B) = sinA cosB + cosA sinB |
| Sum | cos(A+B) = cosA cosB - sinA sinB |
| Sum | tan(A+B) = (tanA + tanB) / (1 - tanA tanB) |
| Half Angle | sin(θ/2) = ±√[(1 - cosθ)/2] |
| Half Angle | cos(θ/2) = ±√[(1 + cosθ)/2] |
How to Actually Use These Identities
Knowing identities means nothing if you can't apply them. Here's how problems actually work:
Simplifying Trig Expressions
Step 1: Look for patterns matching known identities
Step 2: Convert everything to sin and cos if stuck
Step 3: Cancel where possible
Step 4: Combine into the simplest form
Example: Simplify (sin²θ + cos²θ) / (secθ)
sin²θ + cos²θ = 1, secθ = 1/cosθ
Answer: 1 / (1/cosθ) = cosθ
Solving Trig Equations
Step 1: Use identities to get a single function
Step 2: Isolate the function
Step 3: Find all solutions within the given domain
Step 4: Check for extraneous solutions
Verifying Identities
Start with the more complicated side
Transform it toward the simpler side
Never try to manipulate both sides simultaneously
Common Mistakes That Cost Points
- Forgetting the ± in half-angle formulas — Always check the quadrant
- Mixing up sum and product identities — The signs are easy to flip
- Dividing by trig functions without checking for zeros — tan(θ) = sin(θ)/cos(θ) fails when cos(θ) = 0
- Using the wrong double angle formula — cos(2θ) has three forms; pick the right one
- Ignoring domain restrictions — Some identities only work in certain quadrants
What You Actually Need to Memorize
You don't need to memorize everything above. Focus on these core identities and derive the rest:
- sin²θ + cos²θ = 1
- tanθ = sinθ / cosθ
- sin(2θ) = 2 sinθ cosθ
- cos(2θ) = cos²θ - sin²θ
- sin(A+B) = sinA cosB + cosA sinB
- cos(A+B) = cosA cosB - sinA sinB
Everything else follows from these. If you understand how these six connect, you can work out the others when needed.