Trigonometric Properties- Essential Identities and Formulas
What Trigonometric Properties Actually Are
Trigonometric properties are relationships between the six trig functions that let you simplify expressions, solve equations, and actually understand why answers work out the way they do. Most students memorize formulas without grasping the connections between them. That approach fails the moment a problem gets slightly different.
You need the identities. They're not optional extras—they're the backbone of everything from calculus to physics to computer graphics.
The Foundation: Basic Trig Ratios
Before anything else, you need these six functions locked in your brain. They're defined using a right triangle where θ is an acute angle:
- sin θ = opposite / hypotenuse
- cos θ = adjacent / hypotenuse
- tan θ = opposite / adjacent
- csc θ = hypotenuse / opposite (reciprocal of sin)
- sec θ = hypotenuse / adjacent (reciprocal of cos)
- cot θ = adjacent / opposite (reciprocal of tan)
The reciprocals matter. A lot of students forget that csc, sec, and cot exist as separate functions with their own properties. Don't be that person.
Pythagorean Identities
These come directly from the Pythagorean theorem. If you know nothing else, know these three:
- sin²θ + cos²θ = 1
- 1 + tan²θ = sec²θ
- 1 + cot²θ = csc²θ
The first one is the workhorse. You can derive half the other identities from it. Want to find sin θ when you know cos θ? Done. Want to simplify a messy expression? This identity does it.
These are called Pythagorean because they stem from a² + b² = c² when you apply it to a unit circle.
Reciprocal Identities
Simple concept. Each trig function has a reciprocal:
- sin θ × csc θ = 1
- cos θ × sec θ = 1
- tan θ × cot θ = 1
This means csc θ = 1/sin θ, sec θ = 1/cos θ, and cot θ = 1/tan θ. Use these to convert between functions when it makes expressions simpler.
Quotient Identities
Tan and cot are defined as ratios of sin and cos:
- tan θ = sin θ / cos θ
- cot θ = cos θ / sin θ
That's it. Everything else in trig builds on sin and cos.
Co-Function Identities
These describe how trig functions relate to their complements (angles that add to 90° or π/2):
- sin(π/2 - θ) = cos θ
- cos(π/2 - θ) = sin θ
- tan(π/2 - θ) = cot θ
- cot(π/2 - θ) = tan θ
- sec(π/2 - θ) = csc θ
- csc(π/2 - θ) = sec θ
Think of it this way: co-function of complementary angle equals the original function. If you see sin(90° - θ), just replace it with cos θ.
Even-Odd Properties
Knowing whether a function is even or odd tells you how it behaves with negative angles:
- cos(-θ) = cos θ — cosine is even
- sec(-θ) = sec θ — secant is even
- sin(-θ) = -sin θ — sine is odd
- tan(-θ) = -tan θ — tangent is odd
- csc(-θ) = -csc θ — cosecant is odd
- cot(-θ) = -cot θ — cotangent is odd
Even functions are symmetric about the y-axis. Odd functions have origin symmetry. This matters when simplifying expressions with negative angles.
Double Angle Formulas
When you need trig values for 2θ, these give them to you:
- sin 2θ = 2 sin θ cos θ
- cos 2θ = cos²θ - sin²θ
- tan 2θ = 2 tan θ / (1 - tan²θ)
The cosine formula has two alternate forms you'll see just as often:
- cos 2θ = 2cos²θ - 1
- cos 2θ = 1 - 2sin²θ
Pick whichever version matches what you know. If the problem gives you sin θ, use the version with sin²θ. If it gives you cos θ, use the cos²θ version.
Half Angle Formulas
For θ/2, you get square roots and ± signs you have to choose correctly based on quadrant:
- sin(θ/2) = ±√[(1 - cos θ)/2]
- cos(θ/2) = ±√[(1 + cos θ)/2]
- tan(θ/2) = ±√[(1 - cos θ)/(1 + cos θ)]
The ± is not optional. You determine the sign by checking which quadrant θ/2 falls in. This trips up more students than any other half-angle detail.
There's also an algebraic form for tan(θ/2) that avoids the ±:
- tan(θ/2) = (1 - cos θ) / sin θ = sin θ / (1 + cos θ)
Sum and Difference Formulas
These let you break apart or combine angles:
- 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)
Notice the ∓ symbols. When it's sin(A + B), you use + on both sides. When it's sin(A - B), the signs flip. Same pattern with cosine. Don't memorize them as separate formulas—just remember the pattern.
Product-to-Sum and Sum-to-Product
These convert between products and sums, useful for integration and solving equations:
- 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)]
Sum-to-product formulas flip these around:
- 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]
Laws of Sines and Cosines
These solve triangles that aren't right triangles. Non-negotiable for any geometry or surveying work.
Law of Sines: a/sin A = b/sin B = c/sin C
Use this when you know two angles and a side, or two sides and an angle opposite one of them.
Law of Cosines: c² = a² + b² - 2ab cos C
Use this when you know all three sides (SSS) or two sides and the included angle (SAS).
Quick Reference Table
| Identity Type | Key Formulas |
|---|---|
| Pythagorean | sin²θ + cos²θ = 1 1 + tan²θ = sec²θ 1 + cot²θ = csc²θ |
| Reciprocal | sin θ = 1/csc θ cos θ = 1/sec θ tan θ = 1/cot θ |
| Quotient | tan θ = sin θ/cos θ cot θ = cos θ/sin θ |
| Double Angle | sin 2θ = 2 sin θ cos θ cos 2θ = cos²θ - sin²θ |
| Half Angle | sin(θ/2) = ±√[(1-cos θ)/2] |
| Sum/Difference | sin(A±B) = sin A cos B ± cos A sin B |
How to Actually Use These
Here's the practical part. Most problems fall into three categories:
1. Simplifying Expressions
Convert everything to sin and cos. Use quotient identities first. Then look for Pythagorean patterns to collapse terms.
Example: Simplify (sec θ - tan θ)(sec θ + tan θ)
This is a difference of squares. Multiply it out:
sec²θ - tan²θ
Now use the Pythagorean identity: 1 + tan²θ = sec²θ
sec²θ - tan²θ = (1 + tan²θ) - tan²θ = 1
Done. That's why you need to recognize the identity hiding inside the expression.
2. Solving Trig Equations
Get one trig function alone. Use inverse trig to find the principal value. Apply periodicity (2π for sin/cos, π for tan) to find all solutions within the given interval.
Example: Solve sin θ = √3/2 for 0 ≤ θ < 2π
sin θ = √3/2 means θ = π/3 (reference angle)
Sin is positive in QI and QII. QII angle: π - π/3 = 2π/3
Solutions: θ = π/3, 2π/3
3. Proving Identities
Pick one side. Convert everything to sin and cos. Simplify until it matches the other side. If stuck, try working both sides toward a common middle expression.
Never start manipulating both sides randomly. Pick a direction and commit.
What to Actually Memorize
You don't need everything memorized equally. Here's what you need cold:
- sin²θ + cos²θ = 1
- sin 2θ = 2 sin θ cos θ
- cos 2θ = cos²θ - sin²θ
- sin(A ± B) and cos(A ± B)
- sin and cos definitions (ratios)
Everything else you can derive from these. If you understand how the identities connect, you can rebuild the ones you forgot.
The Bottom Line
Trig identities aren't trivia. They're tools. The more you see the connections between them, the less you have to memorize and the more problems you can solve. Start with sin²θ + cos²θ = 1. Everything else branches from there.