🔄 Part 1 — Basic Trig Identities & Simplification
📋
The Trig Identity Toolbox
Every identity you need for simplifying expressions
Reciprocal IdentitiesQuotient Identities
sin x = 1csc x  ·  csc x = 1sin x tan x = sin xcos x
cos x = 1sec x  ·  sec x = 1cos x cot x = cos xsin x
tan x = 1cot x  ·  cot x = 1tan x
🔑

Strategy for simplifying trig expressions

Convert everything to sin and cos first. Then multiply/divide fractions, cancel common factors, and look for Pythagorean identity substitutions. Work methodically — one step at a time.

📌 Example 1A — f(x) = (sin x)(sec²x) / csc x. Rewrite using tan x only.
1
Replace: sec²x = (1cos x)², csc x = 1sin x.
2
f(x) = (sin x)(1cos x)² ÷ (1sin x) = (sin x)(1cos²x) · (sin x) = sin²x / cos²x.
3
sin xcos x = tan x, so sin²x / cos²x = (sin x/cos x)² = tan²x.
f(x) = tan²x
📌 Example 1B — g(x) = csc x · tan x. Rewrite using sec x only.
1
Replace: csc x = 1sin x, tan x = sin x/cos x.
2
g(x) = (1sin x)(sin x/cos x) = sin x / (sin x · cos x) = 1cos x.
3
1cos x = sec x.
g(x) = sec x
📌 Example 1C — f(x) = tan x / csc x. Rewrite as a fraction in powers of cos x only.
1
tan x = sin x/cos x, csc x = 1sin x. Dividing: (sin x/cos x) ÷ (1sin x) = (sin x/cos x)(sin x) = sin²x/cos x.
2
Apply Pythagorean identity: sin²x = 1 − cos²x.
f(x) = sin²x / cos x = (1 − cos²x) / cos x
📐 Part 2 — The Pythagorean Identities
🔺
Pythagorean Identities — Three Forms
From sin²+cos²=1, divide by cos² or sin² to get two more
Original (Unit Circle)
sin²θ + cos²θ = 1
x=cosθ, y=sinθ on unit circle radius 1. Pythagorean Theorem: x²+y²=1.
Divide by cos²θ
1 + tan²θ = sec²θ
sin²/cos² + cos²/cos² = 1cos² → tan²θ + 1 = sec²θ
Divide by sin²θ
1 + cot²θ = csc²θ
sin²/sin² + cos²/sin² = 1sin² → 1 + cot²θ = csc²θ
💡

Useful rearrangements to memorize

From sin²+cos²=1: sin²x = 1−cos²x and cos²x = 1−sin²x
From 1+tan²=sec²: tan²x = sec²x−1
From 1+cot²=csc²: cot²x = csc²x−1
These rearrangements are very useful when substituting inside harder problems.

🔁 Part 3 — Inverse Trig Identities
arccos and arcsin — The Unit Circle Triangle
From x² + h² = 1, the missing side is √(1−x²)
📐 The Triangle Insight
On the unit circle: hypotenuse = 1, base = x = cos θ, height = h.
By Pythagorean Theorem: x² + h² = 1 → h = √(1−x²)
So sin θ = √(1−x²)/1 = √(1−x²), meaning θ = arcsin(√(1−x²)).
But also cos θ = x, meaning θ = arccos(x). So arccos(x) = arcsin(√(1−x²)).
📋 Inverse Trig Identities
cos⁻¹(x) = sin⁻¹(√(1−x²))
arccos x = arcsin √(1−x²)
sin⁻¹(x) = cos⁻¹(√(1−x²))
arcsin x = arccos √(1−x²)
➕ Part 4 — Sum, Difference & Double Angle Identities
🔀
All the Formulas
The most tested identities on the AP exam
sin(α ± β)
sin(α+β) = sinα cosβ + cosα sinβ sin(α−β) = sinα cosβ − cosα sinβ
Signs match: ± on left = ± in middle
cos(α ± β)
cos(α+β) = cosα cosβ − sinα sinβ cos(α−β) = cosα cosβ + sinα sinβ
Signs FLIP: + on left → − in formula
Double Angle Identities
sin(2θ) = 2 sinθ cosθ
cos(2θ) — three equivalent forms:
cos(2θ) = cos²θ − sin²θ
cos(2θ) = 1 − 2sin²θ
cos(2θ) = 2cos²θ − 1
💡 Pick the form that matches what you already know — if you know sinθ, use the middle form; if you know cosθ, use the bottom form.
⚠️

The crucial cos sign-flip rule

For sin, the sign in the middle matches what's outside: sin(α+β) has a + in the middle.
For cos, the sign flips: cos(α+β) has a − in the middle, and cos(α−β) has a + in the middle. This is the most commonly missed detail on exams.

📌 Example 2 — Which is equivalent to 2sin(π14)cos(π14)?
1
Recognize the double angle pattern: 2sinθcosθ = sin(2θ).
2
Here θ = π14, so 2θ = 2·(π14) = π7.
(A)
sin(π28)
Would need θ = π56
(B)
sin(π7)cos(π7)
That's only half the double angle result ✗
✓ (C)
sin(π7)
2sin(π14)cos(π14) = sin(2·π14) = sin(π7) ✓
(D)
cos(π7)
That's a cosine, not sine ✗
📌 Example 3 — k(x) = 4cos(2x). Which is equivalent?
1
Use cos(2x) = 2cos²x − 1 (the form that gives cos² only).
2
k(x) = 4(2cos²x − 1) = 8cos²x − 4.
(A)
8sinx cosx
That would be 4sin(2x), not 4cos(2x) ✗
(B)
4 − 8cos²x
Uses cos(2x)=1−2cos²x with wrong factor sign ✗
✓ (C)
8cos²x − 4
4(2cos²x−1) = 8cos²x−4 ✓
(D)
4cos²x + 4sin²x
= 4(cos²x+sin²x) = 4·1 = 4, not 4cos(2x) ✗
📌 Example 4 — Which is equivalent to cos(π8)cos(π16) − sin(π8)sin(π16)?
1
Recognize the cos(α+β) pattern: cosαcosβ − sinαsinβ = cos(α+β).
2
α = π8, β = π16. α + β = π8 + π16 = 16 + π16 = 16.
(A)
cos(π16)
π8 and π16 add to 16, not π16
(B)
sin(π16)
Wrong function — it's cosine addition ✗
✓ (C)
cos(16)
cos(π8+π16) = cos(16+π16) = cos(16) ✓
(D)
sin(16)
Pattern matches cos addition, not sin ✗
⭕ Part 5 — Applying Identities with Circle Coordinates
🎯
Examples 5 & 6 — From Point to trig Values
Use (x, y) on a circle of radius r: sinθ = yr, cosθ = xr, then apply identities
🔑

Finding sin and cos from a point on a circle

If a terminal ray intersects a circle of radius r at point (x, y):
sin θ = yr  ·  cos θ = xr
Find r using the Pythagorean theorem: r = √(x² + y²)
Then apply whatever double angle or sum/difference formula is needed.

📌 Example 5 — Circle at origin, P=(5,12). Find sin(2θ).
1
r = √(5²+12²) = √(25+144) = √169 = 13.
2
sinθ = 12/13, cosθ = 5/13.
3
sin(2θ) = 2sinθcosθ = 2(12/13)(5/13) = 2·60169 = 120169.
sin(2θ) = 120169
📌 Example 6 — Two circles: P=(−5, √11) on radius-6 circle (angle α), Q=(2, √5) on radius-3 circle (angle β). Find cos(2α), sin(α+β), cos(α−β).
1
Extract values:
sinα = √116, cosα = −56 (P is in Q2 — negative x)
sinβ = √53, cosβ = 23
a) cos(2α)
cos(2α) = 2cos²α − 1
= 2(−56)² − 1 = 2(2536) − 1 = 50/36 − 36/36 = 14/36 = 7/18
b) sin(α + β)
sin(α+β) = sinα cosβ + cosα sinβ
= (√116)(23) + (−56)(√53)
= 2√11185√518 = (2√11 − 5√518)
c) cos(α − β)
cos(α−β) = cosα cosβ + sinα sinβ
= (−56)(23) + (√116)(√53)
= −1018 + √5518 = (√55 − 10)/18
Quick Reference — All Identities
Screenshot and save this!
📐 Pythagorean Identities
sin²x + cos²x = 1
1 + tan²x = sec²x (÷ by cos²)
1 + cot²x = csc²x (÷ by sin²)
sin²x = 1−cos²x · cos²x = 1−sin²x
➕ Sum/Difference & Double Angle
sin(α±β) = sinαcosβ ± cosαsinβ
cos(α±β) = cosαcosβ ∓ sinαsinβ
sin(2θ) = 2sinθcosθ
cos(2θ) = cos²θ−sin²θ = 1−2sin²θ = 2cos²θ−1
⚠️ Common Mistakes
❌ sin(α+β) = sinα + sinβ
Wrong! sin(α+β) = sinαcosβ + cosαsinβ. You can't just distribute into sin.
❌ cos(2θ) = 2cosθ
Wrong! cos(2θ) = 2cos²θ−1. The double angle changes the expression significantly.
❌ cos(α+β) has + in the middle
cos FLIPS: cos(α+β) = cosαcosβ − sinαsinβ. The sign flips to minus.
❌ sin²x + cos²x = 2 or 0
Always equals exactly 1 for any angle. This is one of the most fundamental trig facts.
🧠 Ready to Practice? Take the Quiz →
← Previous Topic3.11 Secant, Cosecant & Cotangent Functions Next Topic →3.13 Trigonometry & Polar Coordinates