Skip to content
MathAnvil
§ Trigonometry

Trigonometric Equations

§ Trigonometry

Trigonometric Equations

CCSS.HSF.TF.B.73 min read

Trigonometric equations are mathematical equations that contain trigonometric functions like sine, cosine, or tangent and require finding all angle values that satisfy the equation. These equations typically have multiple solutions within a given interval due to the periodic nature of trigonometric functions. Standard practice involves solving over intervals like [0°, 360°] or [0, 2π] radians.

§ 01

Why it matters

Trigonometric equations appear throughout engineering, physics, and signal processing applications. AC electrical circuits use equations like sin(120πt) = 0.5 to determine when voltage reaches specific values. Sound wave analysis requires solving cos(440πt) = -0.707 to find when audio frequencies hit certain amplitudes. In architecture, structural engineers solve tan(θ) = 34 to calculate roof angles that provide optimal load distribution. Navigation systems use trigonometric equations to determine GPS coordinates and satellite positioning. These equations form the foundation for Fourier analysis, differential equations, and complex number theory in advanced mathematics courses.

§ 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 sin(x) = −1 on the interval [0°, 360°].

Answer: 270°

  1. Identify the reference angle from the unit circle sin(reference) = 1 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 ∈ {270°} 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) = −1 on the interval [0, 2π].

Answer: 3π/2

  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 ∈ {3π/2} Apply ASTC to pick the right quadrants, then convert each to its radian form.
Medium§ 03

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

Answer: π/18, 11π/18, 13π/18, 23π/18, 25π/18, 35π/18

  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 cos(u) = √32 and divide each solution by 3 x ∈ {π/18, 11π/18, 13π/18, 23π/18, 25π/18, 35π/18} Find the base solutions, add 2π each time to stay in the longer interval, then divide by the coefficient.
§ 04

Common mistakes

  • Finding only the first quadrant solution instead of all solutions in the interval, such as solving sin(x) = 1/2 and writing x = 30° instead of x = 30° or 150°
  • Forgetting to adjust the interval when solving multi-angle equations, like solving sin(2x) = 1/2 over [0, 2π] but only finding solutions for x in [0, π] instead of the full interval
  • Incorrectly applying the reference angle, writing cos(x) = -1/2 gives x = 60° instead of the correct solutions x = 120° or 240°
§ 05

Frequently asked questions

How many solutions do trigonometric equations typically have?
Most trigonometric equations have multiple solutions due to the periodic nature of trig functions. Over a standard interval like [0, 2π], equations like sin(x) = 1/2 typically have 2 solutions, while multi-angle equations like sin(3x) = 1/2 can have 6 solutions since the period effectively triples the number of solutions.
What is the ASTC method for solving trigonometric equations?
ASTC stands for All Students Take Calculus, representing which trigonometric functions are positive in each quadrant. Quadrant I: all positive; Quadrant II: sine positive; Quadrant III: tangent positive; Quadrant IV: cosine positive. This method helps determine which quadrants contain solutions when the trig function equals a specific value.
How do you solve trigonometric equations with coefficients like sin(2x)?
First substitute u = 2x to get sin(u) = value, then solve the simpler equation. Find all solutions for u in the expanded interval [0, 4π] since the period doubles. Finally, divide each solution by 2 to get the x-values. For example, if u = π/6 and 5π/6, then x = π/12 and 5π/12.
Why do we use reference angles in trigonometric equations?
Reference angles simplify finding all solutions by identifying the acute angle whose trigonometric value matches the absolute value of the given expression. Once the reference angle is found, the ASTC method determines which quadrants produce the correct positive or negative sign, generating all solutions systematically within the specified interval.
What's the difference between solving in degrees versus radians?
The process remains identical, but the interval and final answers change units. Degree intervals use [0°, 360°] while radian intervals use [0, 2π]. Standard reference angles become π/6, π/4, π/3 instead of 30°, 45°, 60°. The mathematical relationships stay the same, only the numerical representation differs.
§ 06

See also

§ 06

Where to next?

Share this article