IB Maths AA HL Topic 3 — Geometry & Trigonometry Paper 1 & 2 ~7 min read

Double Angle Formulae

Set B = A in the compound angle formulae and you get the double angle versions — single-angle expressions for sin 2θ, cos 2θ, and tan 2θ. They’re the workhorse for solving any equation with a mixed angle (like x and 2x) and for proving identities.

📘 What you need to know

The three formulae

sin double angle sin 2θ = 2 sin θ cos θ
cos double angle — three equivalent forms cos 2θ = cos²θ − sin²θ = 2 cos²θ − 1 = 1 − 2 sin²θ
tan double angle tan 2θ = 2 tan θ1 − tan²θ
The three versions of cos 2θ are all equivalent — they just suit different equations. If your equation has cos x linearly, use cos 2x = 2cos²x − 1. If it has sin x linearly, use cos 2x = 1 − 2sin²x. Pick the one that leaves a single trig function.

Rewriting expressions

Double angle formulas work in both directions. You can expand a single 2θ term into a product, or compress a product back into a 2θ term.

FormBecomesWhy
sin 6θ2 sin 3θ cos 3θangle in formula is half (3θ)
cos²5θ − sin²5θcos 10θangle in formula is double (10θ)
2 − 4 sin²3θ2(1 − 2 sin²3θ) = 2 cos 6θfactor out 2 first
4 sin 8θ cos 8θ2 · 2 sin 8θ cos 8θ = 2 sin 16θpull out the 2 to match the formula

🧭 Recipe — solve an equation with a double angle

  1. Spot the mismatch: are there two different angles (like 2x and x)? Or a 2θ and a single trig function?
  2. Apply the right formula: replace the double-angle term with its single-angle expansion.
  3. Choose wisely for cos 2θ: pick the form that matches the rest of the equation (linear sin → use 1 − 2sin²θ; linear cos → use 2cos²θ − 1).
  4. Move everything to one side = 0, then factor out a common term or treat as a quadratic.
  5. Solve each factor in the given interval; check no solutions are missed.

Worked examples

WE 1

Find sin 2θ and cos 2θ from sin θ

Given that sin θ = 4/5 and θ is acute, find the exact values of sin 2θ and cos 2θ.

Step 1: Find cos θ via Pythagoras (acute → positive) cos θ = √(1 − 16/25) = √(9/25) = 3/5 Step 2: sin 2θ = 2 sin θ cos θ = 2 · (4/5) · (3/5) = 24/25 Step 3: cos 2θ — use 1 − 2 sin²θ (sin θ already given) = 1 − 2(16/25) = 1 − 32/25 = −7/25 sin 2θ = 2425,   cos 2θ = −725 classic 3-4-5 right triangle — check: 24² + 7² = 625 = 25² ✓
WE 2

Express as a single trig term

Express 8 sin 3x cos 3x in the form k sin nx, where k and n are constants to be found.

Step 1: Pull out a factor of 2 to match sin 2θ = 2 sin θ cos θ 8 sin 3x cos 3x = 4 · (2 sin 3x cos 3x) Step 2: Apply double angle (with θ = 3x → 2θ = 6x) = 4 · sin 6x k = 4, n = 6   →   4 sin 6x
WE 3

Solve cos 2x + cos x + 1 = 0

Solve the equation cos 2x + cos x + 1 = 0 for 0° ≤ x ≤ 360°.

Mixed 2x and x — use the cos 2x form that matches cos x linearly Step 1: Replace cos 2x with 2 cos²x − 1 2 cos²x − 1 + cos x + 1 = 0 2 cos²x + cos x = 0 Step 2: Factor cos x (2 cos x + 1) = 0 cos x = 0   or   cos x = −1/2 Step 3: Solve each in [0°, 360°] cos x = 0 → x = 90°, 270° cos x = −1/2 → x = 120°, 240° x = 90°, 120°, 240°, 270° check x = 90°: cos 180° + cos 90° + 1 = −1 + 0 + 1 = 0 ✓
WE 4

Solve sin 2x = cos x in radians

Solve the equation sin 2x = cos x for 0 ≤ x ≤ 2π. Give answers in exact form.

Step 1: Replace sin 2x with 2 sin x cos x 2 sin x cos x = cos x Step 2: Move to one side, factor out cos x 2 sin x cos x − cos x = 0 cos x (2 sin x − 1) = 0 Step 3: Solve each factor cos x = 0 → x = π/2, 3π/2 sin x = 1/2 → x = π/6, 5π/6 x = π6, π2, 6, 2 never divide by cos x — you’d lose the cos x = 0 solutions
WE 5

Prove a double-angle identity

Prove that (sin θ + cos θ)² = 1 + sin 2θ.

Step 1: Expand the LHS (sin θ + cos θ)² = sin²θ + 2 sin θ cos θ + cos²θ Step 2: Group sin²θ + cos²θ = (sin²θ + cos²θ) + 2 sin θ cos θ = 1 + 2 sin θ cos θ Step 3: Apply 2 sin θ cos θ = sin 2θ = 1 + sin 2θ = RHS ✓ proved
WE 6

Solve cos 2x − 5 cos x + 3 = 0

Solve the equation cos 2x − 5 cos x + 3 = 0 for 0 ≤ x ≤ 2π. Give answers in exact form.

Linear cos x term → use cos 2x = 2 cos²x − 1 Step 1: Substitute 2 cos²x − 1 − 5 cos x + 3 = 0 2 cos²x − 5 cos x + 2 = 0 Step 2: Factor as a quadratic in cos x (2 cos x − 1)(cos x − 2) = 0 cos x = 1/2   or   cos x = 2 (reject — outside [−1, 1]) Step 3: Solve cos x = 1/2 in [0, 2π] x = π/3   or   x = 2π − π/3 = 5π/3 x = π3, 3 always reject cos x or sin x values outside [−1, 1]

💡 Top tips

⚠ Common mistakes

Next note: Relationship Between Trigonometric Ratios. How sin and cos relate via complementary angles (sin θ = cos(90° − θ)), and how to find every trig ratio (and double-angle ratios) when you’re given just one — using right triangles or identities, with quadrant signs to keep you honest.

Need help with Double Angle Formulae?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →