How to solve a trig equation on an interval

Solving a trigonometric equation on a restricted interval requires isolating the trigonometric function and identifying all corresponding angles within the given bounds.

This method applies when you need a finite set of specific solutions, rather than a general solution set parameterized by an integer.

The setup

Identify the equation, the variable to solve for, and the given domain interval (commonly [0,2pi)[0, 2\\pi) or [pi,pi][-\\pi, \\pi]). If the equation contains multiple distinct trigonometric functions, use standard trigonometric identities to rewrite the equation in terms of a single trigonometric function.

The steps

  1. Isolate the trigonometric expression using standard algebraic techniques (factoring, combining like terms, or the quadratic formula).
  2. Determine the reference angle by evaluating the inverse trigonometric function of the isolated value.
  3. Identify all quadrants where the function takes the required sign to find the general angles within one full rotation.
  4. Add or subtract multiples of the period to generate a complete set of candidate solutions.
  5. Filter the candidates, discarding any values that fall outside the specified interval.

Checking the result

Substitute each found angle back into the original equation. Confirm that the left-hand side equals the right-hand side. Finally, verify that each solution strictly obeys the boundary conditions of the interval (pay close attention to open vs. closed brackets like ( versus [).

Common errors

A frequent error is dividing both sides of an equation by a trigonometric function (e.g., dividing by sin(x)\\sin(x)), which permanently deletes valid solutions where that function equals zero; always factor instead. Another common mistake is neglecting the interval endpoints, such as including 2pi2\\pi when the interval is defined as [0,2pi)[0, 2\\pi).

Worked example

Solve 2sin2(x)sin(x)1=02\\sin^2(x) - \\sin(x) - 1 = 0 on the interval [0,2pi)[0, 2\\pi).

Treat the equation as a quadratic in terms of sin(x)\\sin(x). Factor the expression: (2sin(x)+1)(sin(x)1)=0(2\\sin(x) + 1)(\\sin(x) - 1) = 0

Set each factor to zero to isolate the trigonometric functions: sin(x)=frac12quad extorquadsin(x)=1\\sin(x) = -\\frac{1}{2} \\quad \ ext{or} \\quad \\sin(x) = 1

Evaluate the first equation, sin(x)=frac12\\sin(x) = -\\frac{1}{2}. The sine function is negative in Quadrants III and IV. The reference angle is pi/6\\pi/6. Find the angles in [0,2pi)[0, 2\\pi): x=pi+fracpi6=frac7pi6x = \\pi + \\frac{\\pi}{6} = \\frac{7\\pi}{6} x=2pifracpi6=frac11pi6x = 2\\pi - \\frac{\\pi}{6} = \\frac{11\\pi}{6}

Evaluate the second equation, sin(x)=1\\sin(x) = 1. The only angle in [0,2pi)[0, 2\\pi) where sine equals 1 is at the positive y-axis: x=fracpi2x = \\frac{\\pi}{2}

Compile the final solution set: xinleftfracpi2,frac7pi6,frac11pi6rightx \\in \\left\\{ \\frac{\\pi}{2}, \\frac{7\\pi}{6}, \\frac{11\\pi}{6} \\right\\}

FAQ

Run your own problem

References: OpenStax Precalculus, Chapter 7: Trigonometric Identities and Equations · Stewart Calculus, Appendix D: Trigonometry · Khan Academy: Solving trigonometric equations

See also