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=1 in [0,2π)
This has both sin2x and cosx. Use the Pythagorean identity sin2x=1−cos2x to convert to all cosine:
2(1−cos2x)+cosx=1
2−2cos2x+cosx=1
−2cos2x+cosx+1=0
Multiply by −1:
2cos2x−cosx−1=0
This is a quadratic in cosx.
Technique 2: Quadratic Substitution
Once you have a quadratic in a trig function, let u=cosx (or sinx) and solve the quadratic — then back-substitute.
Continuing Example 1:
2u2−u−1=0where u=cosx
Factor:
(2u+1)(u−1)=0
u=−21oru=1
Back-substitute:
cosx=−21orcosx=1
Solve each:
cosx=−21: x=32π,34π
cosx=1: x=0
Answer:x=0,32π,34π
Important check: When using the quadratic formula (instead of factoring), verify that solutions for u satisfy −1≤u≤1 for sine and cosine. A value of u=2.5 has no real solutions because no angle has sinx=2.5.
Example 2: Solve 2cos2x−3cosx+1=0 in [0,2π)
Let u=cosx:
2u2−3u+1=0
(2u−1)(u−1)=0
u=21oru=1
Back-substitute:
cosx=21: x=3π,35π
cosx=1: x=0
Answer:x=0,3π,35π
Technique 3: Multiple-Angle Equations
When the equation involves sin(2x), cos(3x), or similar, solve for the inner expression first, then divide.
Example 3: Solve sin(2x)=23 in [0,2π)
Step 1 — Let u=2x. Now solve sinu=23.
Step 2 — Adjust the interval. Since x∈[0,2π), we have u=2x∈[0,4π). We need to search two full periods of sine.
Step 3 — Solve for u:
In [0,2π): u=3π,32π
In [2π,4π): u=2π+3π=37π and u=2π+32π=38π
Step 4 — Divide by 2 to get x:
x=6π,3π,67π,34π
Answer:x=6π,3π,67π,34π
Key insight: An equation with sin(2x) has twice as many solutions in [0,2π) as the equivalent sin(x) equation, because the inner function cycles twice as fast. Similarly, cos(3x) has three times as many solutions.
Example 4: Solve cos(3x)=−21 in [0,2π)
Let u=3x, so u∈[0,6π). We need solutions across three full periods.
cosu=−21: reference angle =3π, cosine negative in Q II and Q III.
In each period [0,2π): u=32π,34π
All solutions in [0,6π):
u=32π,34π,32π+2π,34π+2π,32π+4π,34π+4π=32π,34π,38π,310π,314π,316π
Divide by 3:
x=92π,94π,98π,910π,914π,916π
Answer:x=92π,94π,98π,910π,914π,916π
Strategy Decision Table
Your equation looks like…
Technique
Example
Has sin2x and cosx (or vice versa)
Pythagorean identity — reduce to one function
2sin2x+cosx=1
Quadratic in one trig function
Let u=sinx or u=cosx, factor or use quadratic formula
2cos2x−3cosx+1=0
Contains sin(2x) or cos(nx)
Let u=nx, expand the interval, solve, divide
sin(2x)=23
Has sin(2x) that you can expand
Use double-angle identity sin(2x)=2sinxcosx, then factor
sin(2x)=cosx
Common Mistakes
Forgetting to check that quadratic solutions are valid. If u=cosx and the quadratic gives u=1.5, discard it — no angle has a cosine of 1.5.
Not expanding the interval for multiple-angle equations. If x∈[0,2π) and you substitute u=2x, search u∈[0,4π) — not just [0,2π).
Introducing extraneous solutions. When you square both sides or use identities, always verify your answers in the original equation.
Mixing up sin2x+cosx=1 with the identity sin2x+cos2x=1. The first is an equation to solve. The second is an identity true for all x. They look similar but are fundamentally different.
Practice Problems
Test your understanding with these problems. Click to reveal each answer.
Problem 1: Solve cos2x−sin2x=21 in [0,2π).
Use the double-angle identity: cos2x−sin2x=cos(2x).