How do you solve #2cos^2 x + sin x - 2 = 0# over the interval 0 to 2pi?

Redirected from "Suppose that I don't have a formula for #g(x)# but I know that #g(1) = 3# and #g'(x) = sqrt(x^2+15)# for all x. How do I use a linear approximation to estimate #g(0.9)# and #g(1.1)#?"
1 Answer
Feb 10, 2016

The set of solutions to #2cos^2(x)+sin(x)-2 = 0# is #{0, pi/6, (5pi)/6, pi, 2pi}#

Explanation:

Using the identity #sin^2(x) + cos^2(x) = 1# we have

#2cos^2(x)+sin(x)-2 = 2(1-sin^2(x))+sin(x)-2#

#=2-2sin^2(x)+sin(x)-2#

#=-2sin^2(x)+sin(x)#

#=sin(x)(-2sin(x)+1) = 0#

Thus the equation is true when either
#sin(x) = 0#
or
#-2sin(x)+1 = 0 <=> sin(x) = 1/2#

On the interval #[0, 2pi]# we have #sin(x) = 0# if and only if #x in {0, pi, 2pi}#

On the interval #[0, 2pi]# we have #sin(x) = 1/2# if and only if #x in {pi/6, (5pi)/6}#

Thus the set of solutions to #2cos^2(x)+sin(x)-2 = 0# is #{0, pi/6, (5pi)/6, pi, 2pi}#