A simple trigonometric equation - need help solving it! ?
I'm really not sure on how to solve this one?
Find all the values of x in the interval [0, pi] which satisfy the equation cos(2x) = sin^2(x)
So far i've tried doing this:
cos(2x) = sin^2(x)
cos(2x) = 1 - cos^2(x)
cos^2(x) + cos(2x) - 1 = 0
Now that we have a quadratic equation we apply the discriminant formula
D = b^2 - 4ac
D = 1 - 4(1)(-1)
D = 1+ 4
D = 5
so
x1 = (1 + sqrt(5)) / (2)
x2 = (1 - sqrt(5)) / (2)
Is the process correct so far? And what do i do next?