Solving Trigonometric Equations
Solving Trigonometric Equations
Solving trigonometric equations involves finding the unknown angle(s) that make the equation true. In advanced trigonometry, these equations often look like algebraic equations (such as quadratics) or contain multiple different angles, requiring you to use trigonometric identities to simplify them first.
Quadratic-Form Trigonometric Equations
Sometimes, a trigonometric equation takes the form of a quadratic equation. You can solve these by factoring, just as you would with a regular polynomial.
Example: Solve 2cos2x−cosx−1=0 on the interval [0,2π).
- Treat the trigonometric function as a variable. Imagine u=cosx. The equation becomes 2u2−u−1=0.
- Factor the quadratic. (2u+1)(u−1)=0.
- Substitute the trig function back in. (2cosx+1)(cosx−1)=0.
- Set each factor to zero.
- 2cosx+1=0⟹cosx=−21
- cosx−1=0⟹cosx=1
- Find the angles on [0,2π).
- For cosx=−21, the solutions are x=32π and x=34π.
- For cosx=1, the solution is x=0.
The final solutions are x=0,32π,34π.
Equations with Multiple Angles
If an equation contains different arguments (like 2x and x), you must use trigonometric identities to rewrite the equation so that all trig functions have the same angle.
Example: Solve sin2x=cosx on the interval [0,2π).
- Use the double-angle identity. We know that sin2x=2sinxcosx.
- Rewrite the equation. 2sinxcosx=cosx.
- Move all terms to one side and factor. Never divide by a variable trig function, or you will lose valid solutions! 2sinxcosx−cosx=0 cosx(2sinx−1)=0
- Set each factor to zero.
- cosx=0⟹x=2π,23π
- 2sinx−1=0⟹sinx=21⟹x=6π,65π
The final solutions are x=6π,2π,65π,23π.
Key Strategies for Success
- Know your identities: Pythagorean, double-angle, and reciprocal identities are your primary tools for rewriting equations.
- Factor, don't divide: If you have sinx on both sides, subtract it to one side and factor it out. Dividing by sinx throws away the solutions where sinx=0.
- Check your interval: Pay close attention to the domain (e.g., [0,2π) vs (−∞,∞)). If no interval is given, you must write a general solution by adding +2πk or +πk to your answers.