PrecalcIQ · AP Precalculus · Lesson 22 of 25
PrecalcIQ · AP Precalculus

Lesson 22: Trigonometric Identities & Equivalent Representations

Unit 3 · Phase 3

Objectives

Warm-Up

Quick: what's sin(π/12)? It's not on the special-angle table. But π/12 = π/3 − π/4 — a difference of two angles you know cold. The sum/difference formulas turn unknown angles into arithmetic on known ones:

sin(π/3 − π/4) = sin(π/3)cos(π/4) − cos(π/3)sin(π/4) = (√6 − √2)/4

Identities are the algebra of trigonometry: rules for rewriting expressions into equivalent, more useful forms. Today's toolkit has exactly three drawers — Pythagorean, sum/difference, double-angle — and the exam opens all three.


Core Concept

Drawer 1: Pythagorean identities

From x² + y² = 1 on the unit circle:

sin²θ + cos²θ = 1

Divide through by cos²θ, or by sin²θ, for the two siblings:

tan²θ + 1 = sec²θ            1 + cot²θ = csc²θ

Primary use: one trig value + a quadrant → all trig values. Given sin θ = 3/5 with θ in QII: cos²θ = 1 − 9/25 = 16/25 → cos θ = −4/5 (negative in QII) → tan θ = −3/4, and reciprocals follow.

Drawer 2: Sum and difference formulas

sin(A ± B) = sin A cos B ± cos A sin B
cos(A ± B) = cos A cos B ∓ sin A sin B        ← note the flipped sign!

Memory anchors: sine's expansion mixes the functions (sin·cos + cos·sin) and keeps the sign; cosine's matches them (cos·cos, sin·sin) and flips the sign. Check with a known value: cos(π/2) = cos(π/4 + π/4) = cos²(π/4) − sin²(π/4) = 1/2 − 1/2 = 0 ✓.

Uses: exact values at π/12, 5π/12, 7π/12 (combinations of π/6, π/4, π/3); proving co-function and shift identities (sin(θ + π/2) = cos θ falls right out); rewriting expressions to solve equations.

Drawer 3: Double-angle formulas

Set A = B = θ in the sum formulas:

sin(2θ) = 2 sin θ cos θ
cos(2θ) = cos²θ − sin²θ  =  2cos²θ − 1  =  1 − 2sin²θ

Cosine's three versions are the point: pick the one whose variable matches the rest of your equation. Solving cos(2θ) + sin θ = 0? Use 1 − 2sin²θ, and the equation becomes a quadratic in sin θ alone:

1 − 2sin²θ + sin θ = 0 → 2sin²θ − sin θ − 1 = 0 → (2sin θ + 1)(sin θ − 1) = 0

Simplification strategy (for "verify" or "simplify" tasks)

  1. Convert everything to sines and cosines.
  2. Hunt for Pythagorean substitutions (1 − cos²θ = sin²θ is the most common).
  3. Factor / combine fractions with common denominators.
  4. Work the messier side toward the cleaner side; never move terms "across the =" in an identity proof.

Example: (1 − cos²θ)/sin θ = sin²θ/sin θ = sin θ (for sin θ ≠ 0 — note the exclusion; the original and simplified forms differ where sin θ = 0).


Worked Examples

Example 1 (easy) — One value, all values 🚫 No-Calc

Problem: Given cos θ = −5/13 with θ in QIII, find sin θ and tan θ.

Solution: sin²θ = 1 − 25/169 = 144/169 → sin θ = ±12/13 → QIII: sin θ = −12/13. tan θ = sin/cos = (−12/13)/(−5/13) = 12/5 (positive — correct for QIII ✓).

Interpretation: The identity gives the magnitude; the quadrant gives the sign. Two-step ritual, no triangle required (though the 5-12-13 triangle is hiding in there).

Example 2 (medium) — Exact value via sum formula 🚫 No-Calc

Problem: Find the exact value of sin(7π/12).

Solution: 7π/12 = π/3 + π/4:

sin(π/3 + π/4) = sin(π/3)cos(π/4) + cos(π/3)sin(π/4)
              = (√3/2)(√2/2) + (1/2)(√2/2) = (√6 + √2)/4

Sanity: 7π/12 ≈ 105°, sine near its peak → value should be just under 1: (√6+√2)/4 ≈ (2.449 + 1.414)/4 ≈ 0.966 ✓.

Interpretation: Twelfths of π decompose into sixths, quarters, thirds. Find the decomposition, run the formula, sanity-check the size.

Example 3 (medium) — Double angle from given data 🚫 No-Calc

Problem: θ is acute with sin θ = 3/5. Find sin(2θ) and cos(2θ).

Solution: Acute → cos θ = 4/5 (3-4-5).

sin(2θ) = 2(3/5)(4/5) = 24/25
cos(2θ) = 1 − 2(9/25) = 7/25

Check: (24/25)² + (7/25)² = (576 + 49)/625 = 625/625 = 1 ✓ — the double angle is still on the unit circle.

Interpretation: The Pythagorean check on your two answers takes seconds and catches sign/arithmetic slips — 2θ's values must themselves satisfy the circle equation.

Example 4 (AP-style) — Identity chosen to solve an equation 🚫 No-Calc

Problem: Solve cos(2θ) = sin θ on [0, 2π).

Solution: Convert cos(2θ) to the sine version: 1 − 2sin²θ = sin θ →

2sin²θ + sin θ − 1 = 0 → (2sin θ − 1)(sin θ + 1) = 0
sin θ = 1/2 → θ = π/6, 5π/6        sin θ = −1 → θ = 3π/2

Solutions: {π/6, 5π/6, 3π/2}.

Interpretation: The identity choice did the work: matching the double angle to the equation's existing sin θ produced a one-variable quadratic. Choosing cos²θ − sin²θ instead would have left a two-variable mess.


Common Mistakes

  1. Sign flip forgotten in cos(A + B). Cosine of a sum uses a minus: cos A cos B sin A sin B. Fix: verify against cos(π/2) = 0 whenever unsure (ten seconds).
  2. sin(A + B) "distributed" as sin A + sin B. Sine is not linear. The formulas exist precisely because distribution fails.
  3. Dropping the ± decision. sin²θ = 144/169 gives sin θ = ±12/13; the quadrant picks one. Answers missing the sign analysis lose the point even with the right magnitude.
  4. Wrong cos(2θ) version chosen. All three are true; only one makes your equation single-variable. Look at what else is in the equation first, then pick.
  5. sin(2θ) = 2sin θ. The most tempting wrong identity in trigonometry. Test θ = π/4: sin(π/2) = 1 vs 2·(√2/2) ≈ 1.41. Not equal — factor of cos θ missing.

Practice Problems

Question 1
🚫 sin θ = 3/5 and θ is in Quadrant II. Then cos θ =
Question 2
🚫 tan²θ + 1 =
Question 3
🚫 sin(A + B) =
Question 4
🚫 The exact value of sin(7π/12) is
Question 5
🚫 cos(2θ), written using only sin θ, is
Question 6
🚫 If sin θ = 3/5 and cos θ = 4/5, then sin(2θ) =
Question 7
🚫 With the same values, cos(2θ) =
Question 8
🚫 For sin θ ≠ 0, the expression (1 − cos²θ)/sin θ simplifies to
Question 9
🚫 cos(A − B) =
Question 10
🚫 The exact value of cos(π/12) is
Question 11
🚫 To solve cos(2θ) + sin θ = 0 most efficiently, replace cos(2θ) with

12. (FRQ-style) 🚫 θ is in Quadrant IV with cos θ = 8/17. (i) Find sin θ and tan θ. (ii) Find sin(2θ) and cos(2θ), and verify they satisfy sin² + cos² = 1. (iii) Determine the quadrant of the angle 2θ. Justify using your signs from (ii).


FRQ Practice — Task Model: Symbolic Manipulations (FRQ 3 style) 🚫 No-Calc

(a) Using the sum formula, show that sin(θ + π/2) = cos θ for all θ.

(b) Find the exact value of cos(5π/12). (Hint: 5π/12 = π/6 + π/4.)

(c) Solve on [0, 2π): sin(2θ) = cos θ. (Express sin(2θ) with the double-angle formula, then factor — do not divide by cos θ.)

Model Response & Rubric (6 points)

(a) [2 pts] sin(θ + π/2) = sin θ cos(π/2) + cos θ sin(π/2) [1 pt formula] = sin θ·0 + cos θ·1 = cos θ [1 pt evaluation].

(b) [2 pts] cos(π/6 + π/4) = cos(π/6)cos(π/4) − sin(π/6)sin(π/4) [1 pt — with the minus sign] = (√3/2)(√2/2) − (1/2)(√2/2) = (√6 − √2)/4 [1 pt]. (Size check: 5π/12 ≈ 75°, cosine small and positive: ≈ 0.259 ✓)

(c) [2 pts] 2 sin θ cos θ = cos θ → 2 sin θ cos θ − cos θ = 0 → cos θ(2 sin θ − 1) = 0 [1 pt factoring, not dividing] → cos θ = 0: θ = π/2, 3π/2; sin θ = 1/2: θ = π/6, 5π/6. Solutions: {π/6, π/2, 5π/6, 3π/2} [1 pt all four]. (Dividing by cos θ would have silently discarded π/2 and 3π/2.)


Show answer key & explanations

(g) Answer Key

1. (B). cos²θ = 1 − 9/25 = 16/25; QII → negative: −4/5. (A) ignores the quadrant.

2. (A). Divide sin² + cos² = 1 by cos²: sec²θ. (B) comes from dividing by sin².

3. (C). Mixed functions, sign kept: sin A cos B + cos A sin B. (A) is sin(A − B); (B) is cos(A + B); (D) is the distribution fantasy.

4. (A). Worked in Example 2: (√6 + √2)/4 ≈ 0.966 (near the 105° peak ✓). (B) is sin(π/12) — the difference version.

5. (B). 1 − 2sin²θ. (A) is its negative (that's 2cos²θ − 1 rewritten wrongly); (D) is backwards (cos² − sin², not sin² − cos²).

6. (A). 2(3/5)(4/5) = 24/25. (B) forgets the 2; (C) adds instead of multiplying.

7. (D). 16/25 − 9/25 = 7/25. (B) subtracts in the wrong order.

8. (B). 1 − cos²θ = sin²θ; divided by sin θ leaves sin θ. (C) would need a cos θ denominator.

9. (C). Difference → sign flips to plus: cos A cos B + sin A sin B. (A) is cos(A + B).

10. (D). cos(π/3 − π/4) = cos π/3 cos π/4 + sin π/3 sin π/4 = (√2 + √6)/4 = (√6 + √2)/4 ≈ 0.966 (15° — cosine near 1 ✓). (A) is cos(5π/12).

11. (C). 1 − 2sin²θ matches the equation's sin θ, giving a quadratic in one variable. (A)/(B) leave mixed variables; (D) is the sin(2θ) formula, not cos(2θ).

12. (FRQ-style, 6 points) (i) [2 pts] sin²θ = 1 − 64/289 = 225/289 → QIV: sin θ = −15/17; tan θ = −15/8. (ii) [2 pts] sin(2θ) = 2(−15/17)(8/17) = −240/289; cos(2θ) = 2(64/289) − 1 = 128/289 − 289/289 = −161/289. Check: 240² + 161² = 57,600 + 25,921 = 83,521 = 289² ✓. (iii) [2 pts] sin(2θ) < 0 and cos(2θ) < 0 → 2θ is in Quadrant III (both coordinates negative).


🎯 Exam tip: You get no formula sheet on AP Precalculus. Rebuild rather than recall: the two Pythagorean siblings come from dividing the original; the double angles come from setting A = B in the sum formulas; any half-remembered sign gets tested against θ = 0 or π/2 in five seconds. Nothing in this lesson needs to be trusted to memory alone.

← All lessons
Lesson 23 ›
Score: 0/0 correct