James's Math Hub
Trigonometry

Lesson 3 / 5 · 11 min read

Solving Trig Equations

Reference angles, symmetry, and the Pythagorean-substitution trick.

The recipe

To solve an equation like 2sinθ=12 \sin \theta = 1 on [0,2π)[0, 2\pi):

  1. Isolate the trig function.
  2. Find the reference solution from the unit circle.
  3. Use symmetry to find all solutions in [0,2π)[0, 2\pi).
  4. (If asked) add multiples of the period for the general solution.

Worked example 1

Solve 2sinθ=12 \sin \theta = 1 on [0,2π)[0, 2\pi).

  1. Isolate: sinθ=12\sin \theta = \dfrac{1}{2}.
  2. Reference solution: θ=π/6\theta = \pi/6.
  3. Sine is positive in quadrants I and II. The second solution is ππ/6=5π/6\pi - \pi/6 = 5\pi/6.

Solutions: θ=π/6, 5π/6\theta = \pi/6,\ 5\pi/6.

Worked example 2 — factor first

Solve sin2θsinθ=0\sin^2 \theta - \sin \theta = 0 on [0,2π)[0, 2\pi).

Factor: sinθ(sinθ1)=0\sin \theta (\sin \theta - 1) = 0.

So sinθ=0\sin \theta = 0 or sinθ=1\sin \theta = 1.

  • sinθ=0    θ=0, π\sin \theta = 0 \implies \theta = 0,\ \pi.
  • sinθ=1    θ=π/2\sin \theta = 1 \implies \theta = \pi/2.

Solutions: θ=0, π/2, π\theta = 0,\ \pi/2,\ \pi.

Worked example 3 — Pythagorean substitution

Solve 2sin2θ+3cosθ=02 \sin^2 \theta + 3 \cos \theta = 0 on [0,2π)[0, 2\pi).

Convert sine to cosine using sin2=1cos2\sin^2 = 1 - \cos^2:

2(1cos2θ)+3cosθ=02(1 - \cos^2 \theta) + 3 \cos \theta = 0 2cos2θ+3cosθ+2=0-2 \cos^2 \theta + 3 \cos \theta + 2 = 0 2cos2θ3cosθ2=02 \cos^2 \theta - 3 \cos \theta - 2 = 0

Let u=cosθu = \cos \theta: 2u23u2=0    (2u+1)(u2)=02u^2 - 3u - 2 = 0 \implies (2u + 1)(u - 2) = 0.

So u=12u = -\dfrac{1}{2} or u=2u = 2. The second is impossible (cosine 1\leq 1). Take cosθ=12\cos \theta = -\dfrac{1}{2}.

Cosine is negative in Q2 and Q3. Reference angle: π/3\pi/3. Solutions: ππ/3=2π/3\pi - \pi/3 = 2\pi/3 and π+π/3=4π/3\pi + \pi/3 = 4\pi/3.

Solutions: θ=2π/3, 4π/3\theta = 2\pi/3,\ 4\pi/3.

General solutions

To capture all real-number solutions, add multiples of the period. For sine and cosine, add 2πk2\pi k. For tangent, add πk\pi k.

Example. All solutions of sinθ=12\sin \theta = \dfrac{1}{2}:

θ=π6+2πkorθ=5π6+2πk\theta = \dfrac{\pi}{6} + 2\pi k \quad \text{or} \quad \theta = \dfrac{5\pi}{6} + 2\pi k

for any integer kk.

Key takeaways

  • Isolate the trig function; use the unit circle for the reference solution.
  • Look for factoring or a Pythagorean substitution to reduce to one trig function.
  • For "all solutions," add 2πk2\pi k (sine/cosine) or πk\pi k (tangent).