Trigonometry

Advanced Trigonometric Equations

Last updated: March 2026 · Advanced
Before you start

You should be comfortable with:

Real-world applications
📐
Carpentry

Measurements, material estimation, cutting calculations

Electrical

Voltage drop, wire sizing, load balancing

The basic equation-solving techniques from Solving Trigonometric Equations work when you can isolate a single trig function directly. But many equations involve two different trig functions, or powers of trig functions, or multiple angles. This page covers three techniques that handle these harder cases.

Technique 1: Use an Identity to Reduce to One Function

When an equation has two different trig functions (like both sine and cosine), use a trig identity to rewrite everything in terms of a single function.

Example 1: Solve 2sin2x+cosx=12\sin^2 x + \cos x = 1 in [0,2π)[0, 2\pi)

This has both sin2x\sin^2 x and cosx\cos x. Use the Pythagorean identity sin2x=1cos2x\sin^2 x = 1 - \cos^2 x to convert to all cosine:

2(1cos2x)+cosx=12(1 - \cos^2 x) + \cos x = 1

22cos2x+cosx=12 - 2\cos^2 x + \cos x = 1

2cos2x+cosx+1=0-2\cos^2 x + \cos x + 1 = 0

Multiply by 1-1:

2cos2xcosx1=02\cos^2 x - \cos x - 1 = 0

This is a quadratic in cosx\cos x.

Technique 2: Quadratic Substitution

Once you have a quadratic in a trig function, let u=cosxu = \cos x (or sinx\sin x) and solve the quadratic — then back-substitute.

Continuing Example 1:

2u2u1=0where u=cosx2u^2 - u - 1 = 0 \quad \text{where } u = \cos x

Factor:

(2u+1)(u1)=0(2u + 1)(u - 1) = 0

u=12oru=1u = -\frac{1}{2} \quad \text{or} \quad u = 1

Back-substitute:

cosx=12orcosx=1\cos x = -\frac{1}{2} \quad \text{or} \quad \cos x = 1

Solve each:

  • cosx=12\cos x = -\frac{1}{2}: x=2π3,4π3x = \frac{2\pi}{3}, \frac{4\pi}{3}
  • cosx=1\cos x = 1: x=0x = 0

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

Important check: When using the quadratic formula (instead of factoring), verify that solutions for uu satisfy 1u1-1 \le u \le 1 for sine and cosine. A value of u=2.5u = 2.5 has no real solutions because no angle has sinx=2.5\sin x = 2.5.

Example 2: Solve 2cos2x3cosx+1=02\cos^2 x - 3\cos x + 1 = 0 in [0,2π)[0, 2\pi)

Let u=cosxu = \cos x:

2u23u+1=02u^2 - 3u + 1 = 0

(2u1)(u1)=0(2u - 1)(u - 1) = 0

u=12oru=1u = \frac{1}{2} \quad \text{or} \quad u = 1

Back-substitute:

  • cosx=12\cos x = \frac{1}{2}: x=π3,5π3x = \frac{\pi}{3}, \frac{5\pi}{3}
  • cosx=1\cos x = 1: x=0x = 0

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

Technique 3: Multiple-Angle Equations

When the equation involves sin(2x)\sin(2x), cos(3x)\cos(3x), or similar, solve for the inner expression first, then divide.

Example 3: Solve sin(2x)=32\sin(2x) = \frac{\sqrt{3}}{2} in [0,2π)[0, 2\pi)

Step 1 — Let u=2xu = 2x. Now solve sinu=32\sin u = \frac{\sqrt{3}}{2}.

Step 2 — Adjust the interval. Since x[0,2π)x \in [0, 2\pi), we have u=2x[0,4π)u = 2x \in [0, 4\pi). We need to search two full periods of sine.

Step 3 — Solve for uu:

In [0,2π)[0, 2\pi): u=π3,2π3u = \frac{\pi}{3}, \frac{2\pi}{3}

In [2π,4π)[2\pi, 4\pi): u=2π+π3=7π3u = 2\pi + \frac{\pi}{3} = \frac{7\pi}{3} and u=2π+2π3=8π3u = 2\pi + \frac{2\pi}{3} = \frac{8\pi}{3}

Step 4 — Divide by 2 to get xx:

x=π6,π3,7π6,4π3x = \frac{\pi}{6}, \frac{\pi}{3}, \frac{7\pi}{6}, \frac{4\pi}{3}

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

Key insight: An equation with sin(2x)\sin(2x) has twice as many solutions in [0,2π)[0, 2\pi) as the equivalent sin(x)\sin(x) equation, because the inner function cycles twice as fast. Similarly, cos(3x)\cos(3x) has three times as many solutions.

Example 4: Solve cos(3x)=12\cos(3x) = -\frac{1}{2} in [0,2π)[0, 2\pi)

Let u=3xu = 3x, so u[0,6π)u \in [0, 6\pi). We need solutions across three full periods.

cosu=12\cos u = -\frac{1}{2}: reference angle =π3= \frac{\pi}{3}, cosine negative in Q II and Q III.

In each period [0,2π)[0, 2\pi): u=2π3,4π3u = \frac{2\pi}{3}, \frac{4\pi}{3}

All solutions in [0,6π)[0, 6\pi): u=2π3,4π3,2π3+2π,4π3+2π,2π3+4π,4π3+4πu = \frac{2\pi}{3}, \frac{4\pi}{3}, \frac{2\pi}{3} + 2\pi, \frac{4\pi}{3} + 2\pi, \frac{2\pi}{3} + 4\pi, \frac{4\pi}{3} + 4\pi =2π3,4π3,8π3,10π3,14π3,16π3= \frac{2\pi}{3}, \frac{4\pi}{3}, \frac{8\pi}{3}, \frac{10\pi}{3}, \frac{14\pi}{3}, \frac{16\pi}{3}

Divide by 3: x=2π9,4π9,8π9,10π9,14π9,16π9x = \frac{2\pi}{9}, \frac{4\pi}{9}, \frac{8\pi}{9}, \frac{10\pi}{9}, \frac{14\pi}{9}, \frac{16\pi}{9}

Answer: x=2π9,4π9,8π9,10π9,14π9,16π9x = \frac{2\pi}{9}, \frac{4\pi}{9}, \frac{8\pi}{9}, \frac{10\pi}{9}, \frac{14\pi}{9}, \frac{16\pi}{9}

Strategy Decision Table

Your equation looks like…TechniqueExample
Has sin2x\sin^2 x and cosx\cos x (or vice versa)Pythagorean identity — reduce to one function2sin2x+cosx=12\sin^2 x + \cos x = 1
Quadratic in one trig functionLet u=sinxu = \sin x or u=cosxu = \cos x, factor or use quadratic formula2cos2x3cosx+1=02\cos^2 x - 3\cos x + 1 = 0
Contains sin(2x)\sin(2x) or cos(nx)\cos(nx)Let u=nxu = nx, expand the interval, solve, dividesin(2x)=32\sin(2x) = \frac{\sqrt{3}}{2}
Has sin(2x)\sin(2x) that you can expandUse double-angle identity sin(2x)=2sinxcosx\sin(2x) = 2\sin x \cos x, then factorsin(2x)=cosx\sin(2x) = \cos x

Common Mistakes

  1. Forgetting to check that quadratic solutions are valid. If u=cosxu = \cos x and the quadratic gives u=1.5u = 1.5, discard it — no angle has a cosine of 1.5.
  2. Not expanding the interval for multiple-angle equations. If x[0,2π)x \in [0, 2\pi) and you substitute u=2xu = 2x, search u[0,4π)u \in [0, 4\pi) — not just [0,2π)[0, 2\pi).
  3. Introducing extraneous solutions. When you square both sides or use identities, always verify your answers in the original equation.
  4. Mixing up sin2x+cosx=1\sin^2 x + \cos x = 1 with the identity sin2x+cos2x=1\sin^2 x + \cos^2 x = 1. The first is an equation to solve. The second is an identity true for all xx. They look similar but are fundamentally different.

Practice Problems

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

Problem 1: Solve cos2xsin2x=12\cos^2 x - \sin^2 x = \frac{1}{2} in [0,2π)[0, 2\pi).

Use the double-angle identity: cos2xsin2x=cos(2x)\cos^2 x - \sin^2 x = \cos(2x).

cos(2x)=12\cos(2x) = \frac{1}{2}

Let u=2x[0,4π)u = 2x \in [0, 4\pi). Reference angle: π3\frac{\pi}{3}.

u=π3,5π3,7π3,11π3u = \frac{\pi}{3}, \frac{5\pi}{3}, \frac{7\pi}{3}, \frac{11\pi}{3}

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

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

Problem 2: Solve 2sin2xsinx1=02\sin^2 x - \sin x - 1 = 0 in [0,2π)[0, 2\pi).

Let u=sinxu = \sin x: 2u2u1=02u^2 - u - 1 = 0

(2u+1)(u1)=0(2u + 1)(u - 1) = 0

u=12u = -\frac{1}{2} or u=1u = 1

sinx=12\sin x = -\frac{1}{2}: x=7π6,11π6x = \frac{7\pi}{6}, \frac{11\pi}{6}

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

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

Problem 3: Solve sin(2x)=cosx\sin(2x) = \cos x in [0,2π)[0, 2\pi).

Use the double-angle identity: 2sinxcosx=cosx2\sin x \cos x = \cos x.

2sinxcosxcosx=02\sin x \cos x - \cos x = 0

cosx(2sinx1)=0\cos x(2\sin x - 1) = 0

cosx=0\cos x = 0: x=π2,3π2x = \frac{\pi}{2}, \frac{3\pi}{2}

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

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

Problem 4: Solve tan2x3=0\tan^2 x - 3 = 0 in [0,2π)[0, 2\pi).

tan2x=3\tan^2 x = 3

tanx=±3\tan x = \pm\sqrt{3}

tanx=3\tan x = \sqrt{3}: x=π3,π+π3=4π3x = \frac{\pi}{3}, \pi + \frac{\pi}{3} = \frac{4\pi}{3}

tanx=3\tan x = -\sqrt{3}: x=ππ3=2π3,2ππ3=5π3x = \pi - \frac{\pi}{3} = \frac{2\pi}{3}, 2\pi - \frac{\pi}{3} = \frac{5\pi}{3}

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

Problem 5: Solve 4cos2x3=04\cos^2 x - 3 = 0, all solutions.

cos2x=34\cos^2 x = \frac{3}{4}

cosx=±32\cos x = \pm\frac{\sqrt{3}}{2}

cosx=32\cos x = \frac{\sqrt{3}}{2}: x=π6+2nπx = \frac{\pi}{6} + 2n\pi and x=11π6+2nπx = \frac{11\pi}{6} + 2n\pi

cosx=32\cos x = -\frac{\sqrt{3}}{2}: x=5π6+2nπx = \frac{5\pi}{6} + 2n\pi and x=7π6+2nπx = \frac{7\pi}{6} + 2n\pi

Answer: x=π6+2nπx = \frac{\pi}{6} + 2n\pi, x=5π6+2nπx = \frac{5\pi}{6} + 2n\pi, x=7π6+2nπx = \frac{7\pi}{6} + 2n\pi, x=11π6+2nπx = \frac{11\pi}{6} + 2n\pi

Key Takeaways

  • When an equation has two different trig functions, use a Pythagorean identity to convert to one function
  • Quadratic substitution (u=sinxu = \sin x or u=cosxu = \cos x) turns trig equations into algebra problems — but check that solutions satisfy u1|u| \le 1
  • For multiple-angle equations (sin(2x)\sin(2x), cos(3x)\cos(3x)), substitute u=nxu = nx, expand the search interval, and divide at the end
  • A sin(nx)\sin(nx) equation has nn times as many solutions per period as a sin(x)\sin(x) equation
  • Always verify solutions in the original equation — identity substitutions and squaring can introduce extraneous solutions

Return to Trigonometry for more topics in this section.

Last updated: March 28, 2026