Trigonometric Equations
Trigonometric equations challenge GCSE students to find angle solutions where sine, cosine, or tangent equals specific values. Many Year 11 students struggle with identifying all solutions within given intervals, particularly when working with radians or multi-angle expressions like sin(2x) = 1/2.
Try it right now
Click “Generate a problem” to see a fresh example of this technique.
Why it matters
Trigonometric equations appear throughout A-level Further Maths and Physics, from analysing wave interference patterns to calculating satellite trajectories. Engineers use these skills to design suspension bridges, where cable tensions follow sinusoidal patterns, and architects calculate optimal roof angles for maximum solar panel efficiency. In GCSE Physics, students solve sin(θ) = n₁/n₂ for light refraction angles through different materials. Radio engineers solve cos(2πft) = 0.5 to find transmission frequencies, whilst computer graphics programmers use trigonometric equations to create realistic rotation animations. The ability to find all solutions within [0°, 360°] or [0, 2π] develops systematic problem-solving skills essential for higher-level mathematics, where students must consider multiple valid solutions rather than stopping at the first answer.
How to solve trigonometric equations
Trig Equations
- Isolate the trig function: e.g. sin x = v.
- Find the reference angle from the unit circle.
- Use ASTC to list all solutions in the required interval [0, 2π) or [0°, 360°).
- For sin(kx) = v, solve for kx first, then divide. Remember the period.
Example: 2 sin x = 1 → sin x = 12 → x = π/6 or 5π/6 in [0, 2π).
Worked examples
Solve cos(x) = −12 on the interval [0°, 360°].
Answer: 120°, 240°
- Identify the reference angle from the unit circle → cos(reference) = 1/2 — Start with the positive version of the value and find the acute angle whose sin/cos/tan equals it. That's the reference angle.
- Find every angle in [0°, 360°] with the correct sign → x ∈ {120°, 240°} — Use ASTC to determine which quadrants give the desired sign. Each quadrant gives one solution (or two for the axial angles 0°, 90°, 180°, 270°, 360°).
Solve sin(x) = √32 on the interval [0, 2π].
Answer: π/3, 2π/3
- Find the reference angle in radians → reference angle from unit circle — The standard reference values in radians are π/6, π/4, π/3, π/2. Pick the one whose sin/cos/tan matches the absolute value of the right-hand side.
- List every solution in [0, 2π] → x ∈ {π/3, 2π/3} — Apply ASTC to pick the right quadrants, then convert each to its radian form.
Solve sin(3x) = 0 on the interval [0, 2π].
Answer: 0, π/3, 2π/3, π, 4π/3, 5π/3, 2π
- Substitute u = 3x and find the new interval for u → u ∈ [0, 6π] — Since x ∈ [0, 2π] and u = 3x, the interval for u is [0, 6π] — 3 times longer, so expect 3× as many solutions as the standard equation.
- Solve sin(u) = 0 and divide each solution by 3 → x ∈ {0, π/3, 2π/3, π, 4π/3, 5π/3, 2π} — Find the base solutions, add 2π each time to stay in the longer interval, then divide by the coefficient.
Common mistakes
- Students find only the first quadrant solution, writing sin(x) = 1/2 gives x = 30° instead of identifying both x = 30° and x = 150° within [0°, 360°]
- When solving sin(2x) = 1/2, students forget to divide by the coefficient, incorrectly stating x = 30° instead of x = 15°, 75°, 195°, 285°
- Students confuse degree and radian modes, writing cos(x) = 1/2 gives x = 60° when working in radians, instead of x = π/3
- For quadratic equations like 2sin²(x) - sin(x) - 1 = 0, students solve the quadratic but forget to solve the resulting trigonometric equations sin(x) = 1 and sin(x) = -1/2