Question 1056152
The key in solving this problem is to recognize that the number 2 can be expressed as 2sin^2(x) + 2cos^2(x)
Then the expression becomes 6sin^2(x) - 7sin(x)cos(x) - 3cos^2(x) = 0
Dividing through by cos^2(x) gives us a quadratic in tan(x):
6tan^2(x) - 7tan(x) - 3 = 0
For simplicity, let z = tan(x)
6z^2 - 7z - 3 = 0
The LHS can be factored as (3z+1)(2z-3)
So we need to solve 3z+1 = 0 and 2z-3 = 0
3z+1 = 0 -> z = -1/3
x = arctan(-1/3) = -0.3218; tangent function has periodicity of pi, so the solutions between 0 and 2*pi are -0.3218+pi = 2.82 and -0.3218+2*pi = 5.96
2z-3 = 0 -> z = 3/2
x = arctan(3/2)
Solutions are x = 0.983 and 4.124
Graph is below:
{{{ graph( 300, 200, -2, 7, -2, 10, (3tan(x)+1)(2tan(x)-3))}}}