Trigonometry

Solving Trigonometric Equations

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
📐
Carpentry

Measurements, material estimation, cutting calculations

Electrical

Voltage drop, wire sizing, load balancing

A trig identity like sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 is true for every angle. A trig equation like sinx=0.5\sin x = 0.5 is true only for specific angles. This page teaches you to find those angles — all of them.

The key insight: because trig functions are periodic, most trig equations have infinitely many solutions. Your job is to find the solutions in one period, then use the period to generate the rest.

Solving Simple Equations on the Unit Circle

Example 1: Solve sinx=12\sin x = \frac{1}{2} in [0,2π)[0, 2\pi)

Step 1 — Find the reference angle. Since sin ⁣(π6)=12\sin\!\left(\frac{\pi}{6}\right) = \frac{1}{2}, the reference angle is π6\frac{\pi}{6}.

Step 2 — Determine which quadrants. Sine is positive in Quadrants I and II (from the unit circle).

Step 3 — Find all solutions in [0,2π)[0, 2\pi):

  • Quadrant I: x=π6x = \frac{\pi}{6}
  • Quadrant II: x=ππ6=5π6x = \pi - \frac{\pi}{6} = \frac{5\pi}{6}

sin x = ½ Has Two Solutions Per Period

0π/2π3π/2y = ½π/65π/6

Answer: x=π6x = \frac{\pi}{6} and x=5π6x = \frac{5\pi}{6}

General Solutions: The +2nπ+ 2n\pi Pattern

If you need all solutions (not just those in one period), add the period to each solution:

x=π6+2nπandx=5π6+2nπwhere n is any integerx = \frac{\pi}{6} + 2n\pi \quad \text{and} \quad x = \frac{5\pi}{6} + 2n\pi \quad \text{where } n \text{ is any integer}

The period of sine and cosine is 2π2\pi. For tangent, the period is π\pi, so tangent equations use +nπ+ n\pi.

Example 2: Solve cosx=32\cos x = -\frac{\sqrt{3}}{2}, all solutions

Reference angle: cos1 ⁣(32)=π6\cos^{-1}\!\left(\frac{\sqrt{3}}{2}\right) = \frac{\pi}{6}

Quadrants: Cosine is negative in Quadrants II and III.

Solutions in [0,2π)[0, 2\pi):

  • Quadrant II: x=ππ6=5π6x = \pi - \frac{\pi}{6} = \frac{5\pi}{6}
  • Quadrant III: x=π+π6=7π6x = \pi + \frac{\pi}{6} = \frac{7\pi}{6}

General solutions:

x=5π6+2nπandx=7π6+2nπx = \frac{5\pi}{6} + 2n\pi \quad \text{and} \quad x = \frac{7\pi}{6} + 2n\pi

Example 3: Solve tanx=1\tan x = 1, all solutions

Reference angle: tan1(1)=π4\tan^{-1}(1) = \frac{\pi}{4}

Since tangent has period π\pi and tan ⁣(π4)=1\tan\!\left(\frac{\pi}{4}\right) = 1:

x=π4+nπx = \frac{\pi}{4} + n\pi

This single expression captures all solutions: π4,5π4,3π4,\frac{\pi}{4}, \frac{5\pi}{4}, -\frac{3\pi}{4}, \ldots

Isolating the Trig Function First

When the trig function is not already isolated, solve for it first — just like isolating xx in algebra.

Example 4: Solve 2sinx1=02\sin x - 1 = 0 in [0,2π)[0, 2\pi)

2sinx=12\sin x = 1

sinx=12\sin x = \frac{1}{2}

This is the same equation as Example 1. Solutions: x=π6x = \frac{\pi}{6} and x=5π6x = \frac{5\pi}{6}.

Equations That Factor

When a trig equation has multiple terms, factor and apply the zero product property — the same technique used in algebra with solving equations.

Example 5: Solve 2sin2xsinx=02\sin^2 x - \sin x = 0 in [0,2π)[0, 2\pi)

Factor out sinx\sin x:

sinx(2sinx1)=0\sin x(2\sin x - 1) = 0

Set each factor to zero:

sinx=0or2sinx1=0\sin x = 0 \quad \text{or} \quad 2\sin x - 1 = 0

sinx=0orsinx=12\sin x = 0 \quad \text{or} \quad \sin x = \frac{1}{2}

Solve each:

  • sinx=0\sin x = 0: x=0,πx = 0, \pi
  • sinx=12\sin x = \frac{1}{2}: x=π6,5π6x = \frac{\pi}{6}, \frac{5\pi}{6}

Answer: x=0,π6,5π6,πx = 0, \frac{\pi}{6}, \frac{5\pi}{6}, \pi

Critical warning: Never divide both sides by sinx\sin x — you would lose the sinx=0\sin x = 0 solutions. Always factor instead.

Common Mistakes

  1. Dividing by a trig function instead of factoring. If you divide both sides of sinx(2sinx1)=0\sin x(2\sin x - 1) = 0 by sinx\sin x, you lose the solutions where sinx=0\sin x = 0. Always factor and use the zero product property.
  2. Forgetting the second solution in each period. sinx=12\sin x = \frac{1}{2} has two solutions in [0,2π)[0, 2\pi), not one. Sine and cosine equations almost always have two solutions per period.
  3. Confusing “all solutions” with “solutions in [0,2π)[0, 2\pi).” Read the problem carefully — look for whether it specifies a restricted interval like “in [0,2π)[0, 2\pi)” or asks for “all solutions” (which requires the +2nπ+ 2n\pi terms). If no domain is specified, you must typically provide all solutions.
  4. Only using the calculator value. Your calculator gives one value (the principal value from the inverse function). You must use the unit circle to find the other solutions in the period.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Solve sinx=22\sin x = \frac{\sqrt{2}}{2} in [0,2π)[0, 2\pi).

Reference angle: π4\frac{\pi}{4}. Sine is positive in Q I and Q II.

x=π4andx=ππ4=3π4x = \frac{\pi}{4} \quad \text{and} \quad x = \pi - \frac{\pi}{4} = \frac{3\pi}{4}

Answer: x=π4,3π4x = \frac{\pi}{4}, \frac{3\pi}{4}

Problem 2: Solve cosx=12\cos x = -\frac{1}{2}, all solutions.

Reference angle: π3\frac{\pi}{3}. Cosine is negative in Q II and Q III.

x=2π3+2nπandx=4π3+2nπx = \frac{2\pi}{3} + 2n\pi \quad \text{and} \quad x = \frac{4\pi}{3} + 2n\pi

Answer: x=2π3+2nπx = \frac{2\pi}{3} + 2n\pi and x=4π3+2nπx = \frac{4\pi}{3} + 2n\pi

Problem 3: Solve 3tanx+3=03\tan x + \sqrt{3} = 0 in [0,2π)[0, 2\pi).

tanx=33\tan x = -\frac{\sqrt{3}}{3}

Reference angle: π6\frac{\pi}{6}. Tangent is negative in Q II and Q IV.

x=ππ6=5π6andx=2ππ6=11π6x = \pi - \frac{\pi}{6} = \frac{5\pi}{6} \quad \text{and} \quad x = 2\pi - \frac{\pi}{6} = \frac{11\pi}{6}

Answer: x=5π6,11π6x = \frac{5\pi}{6}, \frac{11\pi}{6}

Problem 4: Solve 2cosx+1=02\cos x + 1 = 0, all solutions.

cosx=12\cos x = -\frac{1}{2}

Reference angle: π3\frac{\pi}{3}. Cosine is negative in Q II and Q III.

x=2π3+2nπandx=4π3+2nπx = \frac{2\pi}{3} + 2n\pi \quad \text{and} \quad x = \frac{4\pi}{3} + 2n\pi

Answer: x=2π3+2nπx = \frac{2\pi}{3} + 2n\pi and x=4π3+2nπx = \frac{4\pi}{3} + 2n\pi

Problem 5: Solve sinx(sinx1)=0\sin x(\sin x - 1) = 0 in [0,2π)[0, 2\pi).

sinx=0orsinx=1\sin x = 0 \quad \text{or} \quad \sin x = 1

sinx=0\sin x = 0: x=0,πx = 0, \pi

sinx=1\sin x = 1: x=π2x = \frac{\pi}{2}

Answer: x=0,π2,πx = 0, \frac{\pi}{2}, \pi

Key Takeaways

  • A trig equation is true for specific angles, not all angles — unlike an identity
  • For sine and cosine: find the reference angle, determine which quadrants, and locate two solutions per period
  • For tangent: the period is π\pi, so general solutions use +nπ+ n\pi (giving one solution per half-period)
  • Always factor instead of dividing by a trig function — division loses solutions
  • “All solutions” means include the +2nπ+ 2n\pi (or +nπ+ n\pi) terms; solutions “in [0,2π)[0, 2\pi)” means list only the specific values in that interval

For equations that require identity substitution, quadratic techniques, or multiple-angle methods, continue to Advanced Trigonometric Equations.

Return to Trigonometry for more topics in this section.

Last updated: March 28, 2026