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θ=1 on [0,2π):
- Isolate the trig function.
- Find the reference solution from the unit circle.
- Use symmetry to find all solutions in [0,2π).
- (If asked) add multiples of the period for the general solution.
Worked example 1
Solve 2sinθ=1 on [0,2π).
- Isolate: sinθ=21.
- Reference solution: θ=π/6.
- Sine is positive in quadrants I and II. The second solution is π−π/6=5π/6.
Solutions: θ=π/6, 5π/6.
Worked example 2 — factor first
Solve sin2θ−sinθ=0 on [0,2π).
Factor: sinθ(sinθ−1)=0.
So sinθ=0 or sinθ=1.
- sinθ=0⟹θ=0, π.
- sinθ=1⟹θ=π/2.
Solutions: θ=0, π/2, π.
Worked example 3 — Pythagorean substitution
Solve 2sin2θ+3cosθ=0 on [0,2π).
Convert sine to cosine using sin2=1−cos2:
2(1−cos2θ)+3cosθ=0 −2cos2θ+3cosθ+2=0 2cos2θ−3cosθ−2=0
Let u=cosθ: 2u2−3u−2=0⟹(2u+1)(u−2)=0.
So u=−21 or u=2. The second is impossible (cosine ≤1). Take cosθ=−21.
Cosine is negative in Q2 and Q3. Reference angle: π/3. Solutions: π−π/3=2π/3 and π+π/3=4π/3.
Solutions: θ=2π/3, 4π/3.
General solutions
To capture all real-number solutions, add multiples of the period. For sine and cosine, add 2πk. For tangent, add πk.
Example. All solutions of sinθ=21:
θ=6π+2πkorθ=65π+2πk
for any integer k.
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πk (sine/cosine) or πk (tangent).