Anthony N. answered 05/22/15
Tutor
5
(51)
Math Tutor
3cos(2x) + cos(x) + 2 = 0 can be simplified to
3(cos(x)cos(x)-sin(x)sin(x)) + cos(x) + 2 = 0 using the double angle formula for cosine
This simplifies to
3(2cos(x)cos(x)-1) + cos(x) + 2 = 0 using sin(x)sin(x)+cos(x)cos(x) = 1
Simplifying this further will yield
6cos(x)cos(x) + cos(x) -1 = 0
Let y = cos(x). Now solve 6y^2 + y - 1 = 0 using the quadratic formula. You should be able to take it from there.