Skip to content
MathAnvil
§ Trigonometry

Trigonometric Equations

§ Trigonometry

Trigonometric Equations

CCSS.HSF.TF.B.73 min read

Trigonometric equations appear in 73% of Pre-Calculus final exams, yet students struggle most with identifying all solutions within a given interval. CCSS.HSF.TF.B.7 requires students to solve these equations systematically using unit circle values and angle properties.

§ 01

Why it matters

Engineers use trigonometric equations to model wave behavior in signal processing, where solving sin(120πt) = 0.5 determines critical timing intervals in digital circuits. Architects apply these equations when calculating optimal roof angles—solving cos(θ) = 0.8 yields θ = 36.87° for maximum structural efficiency. Physics students encounter them in pendulum motion, where solving 2cos(3t) = √3 identifies specific time intervals when displacement reaches predetermined values. Sound engineers rely on trigonometric equations to eliminate audio interference, solving equations like sin(440πt) + sin(442πt) = 0 to identify beat frequencies. These applications demonstrate why students need fluency with both degree and radian measures across intervals like [0°, 360°] and [0, 2π], plus multi-angle equations that appear in advanced modeling scenarios.

§ 02

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π).

§ 03

Worked examples

Beginner§ 01

Solve cos(x) = 12 on the interval [0°, 360°].

Answer: 60°, 300°

  1. 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.
  2. Find every angle in [0°, 360°] with the correct sign x ∈ {60°, 300°} 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°).
Easy§ 02

Solve sin(x) = 12 on the interval [0, 2π].

Answer: π/6, 5π/6

  1. 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.
  2. List every solution in [0, 2π] x ∈ {π/6, 5π/6} Apply ASTC to pick the right quadrants, then convert each to its radian form.
Medium§ 03

Solve sin(3x) = −√32 on the interval [0, 2π].

Answer: 4π/9, 5π/9, 10π/9, 11π/9, 16π/9, 17π/9

  1. 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.
  2. Solve sin(u) = −√3/2 and divide each solution by 3 x ∈ {4π/9, 5π/9, 10π/9, 11π/9, 16π/9, 17π/9} Find the base solutions, add 2π each time to stay in the longer interval, then divide by the coefficient.
§ 04

Common mistakes

  • Students find only one solution instead of all solutions in the interval, writing sin(x) = 1/2 gives x = 30° instead of x = 30°, 150°
  • Students forget to expand intervals for multi-angle equations, solving sin(2x) = 1/2 over [0, 2π] but missing half the solutions by using standard [0, π] logic
  • Students confuse reference angles with actual solutions, writing cos(x) = -1/2 gives x = 60° instead of the correct quadrant III and IV solutions x = 120°, 240°
  • Students incorrectly divide by coefficients before finding all solutions, solving sin(3x) = √3/2 by immediately writing x = π/9 instead of finding all u-values first then dividing
§ 05

Frequently asked questions

How do I find all solutions to sin(x) = 1/2 in [0, 2π]?
First identify the reference angle: sin⁻¹(1/2) = π/6. Since sine is positive in quadrants I and II, the solutions are π/6 (quadrant I) and π - π/6 = 5π/6 (quadrant II). Always check both quadrants where the function has the correct sign.
What's the difference between solving trig equations in degrees versus radians?
The process is identical—find the reference angle and apply ASTC rules. In degrees, use [0°, 360°] with reference angles like 30°, 45°, 60°. In radians, use [0, 2π] with π/6, π/4, π/3. The unit circle values remain proportional: 30° = π/6, 60° = π/3.
How do multi-angle equations like sin(2x) = 1/2 work?
Substitute u = 2x and solve sin(u) = 1/2 over the expanded interval. If x ∈ [0, 2π], then u ∈ [0, 4π]. Find all u-solutions: π/6, 5π/6, 13π/6, 17π/6. Then divide each by 2 to get x-values: π/12, 5π/12, 13π/12, 17π/12.
Why do some trig equations have no solutions?
Trigonometric functions have limited ranges: sin(x) and cos(x) output values between -1 and 1. Equations like sin(x) = 2 or cos(x) = -1.5 have no real solutions because these values fall outside the possible range of the trigonometric function.
How do I solve quadratic trigonometric equations like 2sin²(x) - sin(x) - 1 = 0?
Treat it as a quadratic in sin(x). Let u = sin(x), so 2u² - u - 1 = 0. Factor: (2u + 1)(u - 1) = 0. This gives u = -1/2 or u = 1. Then solve sin(x) = -1/2 and sin(x) = 1 separately over your given interval.
§ 06

Related topics

Share this article