Solving Trig Equations

Section 7.5 — linear, quadratic, identities, multiple angles, calculator

MAT 172 — Week 4
Every trig equation follows the same arc: isolate the trig function, find the reference angle, check which quadrants give the right sign, list all solutions in the interval. The method changes — the arc doesn't.
Linear form: the trig function appears to the first power. Treat it like algebra — isolate the trig function, then find all angles that satisfy it on the given interval.
Example 1: 2cosθ − 3 = −5, on [0, 2π)
1
Add 3: 2cosθ = −2
2
Divide by 2: cosθ = −1
3
arccos(−1) = π. Cosine = −1 only at one point on [0, 2π).
θ = π
Example 2: cotθ + √3 = 0, on [0, 2π)
1
cotθ = −√3
2
cot = cos/sin. Reference angle: cot = √3 → θ_ref = π/6 (tan(π/6) = 1/√3, so cot = √3)
3
cot is negative in QII and QIV. But cot uses cotangent-style quadrants — negative where tan is negative: QII and QIV.
4
QII: π − π/6 = 5π/6. QIV: 2π − π/6 = 11π/6.
θ = 5π/6, 11π/6
🗺️
ASTC — which quadrants give positive values
QII — Sin+
cos−, tan−
QI — All+
sin+, cos+, tan+
QIII — Tan+
sin−, cos−
QIV — Cos+
sin−, tan−
All Students Take Calculus. Once you know the reference angle and sign, use ASTC to find which quadrants work, then build the angle from the reference:

QI: θ = θ_ref · QII: π − θ_ref · QIII: π + θ_ref · QIV: 2π − θ_ref
Square root method: when you have trig² = k, take the square root of both sides. This gives ± so you get both positive and negative values — usually 4 solutions on [0, 2π).
Example 3: 2sin²θ − 1 = 0, on [0, 2π)
1
2sin²θ = 1 → sin²θ = 1/2
2
√(sin²θ) = ±√(1/2) → sinθ = ±1/√2 = ±√2/2
3
Reference angle: arcsin(√2/2) = π/4
4
sin+ → QI and QII: π/4, 3π/4. sin− → QIII and QIV: 5π/4, 7π/4
θ = π/4, 3π/4, 5π/4, 7π/4
⚠️
√(sin²θ) = |sinθ|, not sinθ — hence the ±
When you take the square root of both sides of sin²θ = k, you get |sinθ| = √k, which means sinθ = +√k OR sinθ = −√k. Both cases must be solved. This is exactly like solving x² = 4 → x = ±2. You don't drop the negative. Dropping the ± is the most common mistake on square root method problems and will cost you half your solutions.
Square root solutions on the unit circle

Both ±√2/2 give solutions — positive (QI, QII) and negative (QIII, QIV)

Quadratic in form: looks like 2x² + x − 1 = 0 but with a trig function instead of x. Factor it (or use the quadratic formula), then solve each factor separately.
Example 4: 2cos²θ − cosθ − 1 = 0, on [0, 2π)
1
Let u = cosθ: 2u² − u − 1 = 0. Factor: (2u + 1)(u − 1) = 0
2
2cosθ + 1 = 0 → cosθ = −½. 2π/3 and 4π/3
3
cosθ − 1 = 0 → cosθ = 1 → θ = 0
θ = 0, 2π/3, 4π/3
Example 5: 2sin²θ − 5sinθ + 3 = 0, on [0, 2π)
1
Factor: (2sinθ − 3)(sinθ − 1) = 0
2
2sinθ = 3 → sinθ = 3/2. Impossible! |sinθ| ≤ 1. No solution from this factor.
3
sinθ = 1 → θ = π/2
θ = π/2
Example 6 (using identity): 3cosθ + 3 = 2sin²θ, on [0, 2π)
1
Substitute sin²θ = 1 − cos²θ: 3cosθ + 3 = 2(1 − cos²θ)
2
3cosθ + 3 = 2 − 2cos²θ → 2cos²θ + 3cosθ + 1 = 0
3
Factor: (2cosθ + 1)(cosθ + 1) = 0
4
cosθ = −½ → 2π/3, 4π/3. cosθ = −1 → π.
θ = 2π/3, π, 4π/3
🚫
sinθ = 3/2 — why this has no solution
The range of sine and cosine is always [−1, 1]. Any factor that produces sinθ = k where |k| > 1 has no real solution — just write "no solution" for that factor and continue with the others. This is different from "I made an error" — it just means that factor contributes nothing to the solution set. Same applies to cosθ = k where |k| > 1.
Multiple angles: when you have cos(2θ) or tan(3θ), solve for the inner argument first, then divide to get θ. You'll get more solutions because the period compresses.
Example 7: cos(2θ) = cosθ, on [0, 2π) — using double angle identity
1
Use cos(2θ) = 2cos²θ − 1: 2cos²θ − 1 = cosθ
2
2cos²θ − cosθ − 1 = 0 → (2cosθ + 1)(cosθ − 1) = 0
3
cosθ = −½ → 2π/3, 4π/3. cosθ = 1 → 0
θ = 0, 2π/3, 4π/3
Example 9: cos(2θ) = −½, on [0, 2π) — direct multiple angle
1
Let X = 2θ. Since θ ∈ [0, 2π), X = 2θ ∈ [0, 4π). Solve on the expanded interval.
2
cosX = −½. Reference angle = π/3. cos negative → QII and QIII.
3
First period: X = 2π/3, 4π/3. Second period: X = 2π/3 + 2π = 8π/3, X = 4π/3 + 2π = 10π/3.
4
Divide all by 2 to get θ: 2θ = 2π/3 → θ = π/3. 2θ = 4π/3 → θ = 2π/3. 2θ = 8π/3 → θ = 4π/3. 2θ = 10π/3 → θ = 5π/3.
θ = π/3, 2π/3, 4π/3, 5π/3
Multiple angle solution explorer — cos(nθ) = k
n = 2
k = −0.50
Loading...

More solutions appear when n increases — the period compresses and more cycles fit in [0, 2π)

📐
Why multiple angles give more solutions
cos(θ) has period 2π — one full cycle on [0, 2π), so usually 2 solutions. cos(2θ) has period π — two full cycles on [0, 2π), so usually 4 solutions. cos(3θ) has period 2π/3 — three full cycles, usually 6 solutions. The general rule: n·θ gives n times as many solutions as the base function. This is why you expand the interval to [0, 2nπ) before finding X = nθ solutions, then divide by n to get back to θ.
Example 10: √3 tan(3θ) + 1 = 0, on [0, 2π)
1
tan(3θ) = −1/√3. Let X = 3θ. X ∈ [0, 6π).
2
Reference angle: arctan(1/√3) = π/6. tan negative → QII and QIV.
3
Period of tan is π, so solutions: 5π/6, 11π/6, then +π each: 5π/6+π=11π/6... continuing for 3 full periods: X = 5π/6, 11π/6, 17π/6, 23π/6, 29π/6, 35π/6
4
Divide by 3: θ = 5π/18, 11π/18, 17π/18, 23π/18, 29π/18, 35π/18
θ = 5π/18, 11π/18, 17π/18, 23π/18, 29π/18, 35π/18
Using a calculator: when the answer isn't a special angle, use arcsin/arccos/arctan to get a decimal reference angle, then apply the quadrant logic to find all solutions.
Example 11: sinθ = 0.8, general solution in radians
1
θ_ref = arcsin(0.8) ≈ 0.9273 rad. sin positive → QI and QII.
2
QI: θ = 0.9273 + 2πk. QII: θ = π − 0.9273 = 2.2143 + 2πk.
θ ≈ 0.9273 + 2πk  and  θ ≈ 2.2143 + 2πk
Example 12: secθ = −4, general solution
1
secθ = 1/cosθ = −4 → cosθ = −1/4
2
θ_ref = arccos(1/4) ≈ 1.3181 rad. cos negative → QII and QIII.
3
QII: π − 1.3181 ≈ 1.8235. General: 1.8235 + 2πk
4
QIII: π + 1.3181 ≈ 4.4597. General: 4.4597 + 2πk
θ ≈ 1.8235 + 2πk  and  θ ≈ 4.4597 + 2πk
Calculator equation solver
k = 0.80
Loading...
🔄
Reciprocal functions on a calculator
Your calculator doesn't have sec, csc, or cot buttons. Convert first:

secθ = k → cosθ = 1/k → use arccos(1/k)
cscθ = k → sinθ = 1/k → use arcsin(1/k)
cotθ = k → tanθ = 1/k → use arctan(1/k)

Example 12 above: secθ = −4 → cosθ = −1/4 → arccos(−1/4) ≈ 1.8235. Done.
Interactive unit circle solver. Drag the slider to set a target value. See where on the unit circle sinθ or cosθ hits that value — those are your solution angles.
0.50

Solutions shown as highlighted points on the unit circle