4

I'm trying to solve a trigonometric equation, but I'm a bit stuck. The equation is this:

  • $\sin^2 x = \cos x$

So far what I've done looks like this:

  • $\sin^2 x - \cos x = 0$

    $ (1 - \cos^2 x) - \cos x = 0$

    $-\cos^2 x - \cos x + 1 = 0$

But from there I don't know how to factor it to get onwards to evaluating $x$ for separate cosine terms. Have I gone wrong somewhere, or am I simply not seeing the proper way to factor this?

Salech Alhasov
  • 6,780
  • 2
  • 29
  • 47

1 Answers1

10

$$\sin^2 x = \cos x$$ $$1-\cos^2 x -\cos x= 0$$ $-1\leq\cos x=t\leq 1$ $$t^2+t-1=0$$ $$t_{1}=\frac{-1+\sqrt{5}}{2}\in[-1,1],t_{2}=\frac{-1-\sqrt{5}}{2}<-1,t_2\notin[-1,1]$$ $$x_1=\arccos t_1$$

Adi Dani
  • 16,949