Solving a trigonometric equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
KiwiKid
Messages
38
Reaction score
0

Homework Statement


Solve 2cos(x)^2 + 3cos(x) + 1 = 0 for 0 <= x <= 2pi

Homework Equations


Trigonometric equations, yadda yadda yadda.

The Attempt at a Solution


2cos(x)^2 + 3cos(x) + 1 = 0
cos(x)(2cos(x) + 3) = -1
cos(x) = -1/(2cos(x) + 3)

I then figured out that you get a solution when cos(x) = -1 (so x = pi). However, there are supposed to be multiple solutions, and I don't know how to find these. Any pointers?
 
Physics news on Phys.org
SteamKing said:
Notice that the original equation is a quadratic in cos(x).

Ah, found it. I've been messing around with trigonometric identities for half an hour now. Turns out I just had to factor the whole equation. Thanks. =D