You can put this solution on YOUR website! find all the values of x in the interval [0,2pi] that satisfy the equation
(cos x)^2 + sin x-1 = 0
-----
(1-sin^2(x)) + sin(x) - 1 = 0
----
Rearrange::
----------------
sin^2(x) - sin(x) = 0
--
Factor:
sin(x)[sin(x)-1] = 0
----
sin(x) = 0 or sin(x) = 1
----
x = 0, or x = pi/2
-------------------
Cheers,
Stan H.
------------