7
$\begingroup$

I'm given the problem $\sin^2\theta + \cos\theta = 2$ and I'm told to use the pythagorean identity $\sin^2\theta + \cos^2\theta = 1$ to solve it.

I end up with $\cos^2\theta - \cos\theta + 1 = 0$, but I know that's not going to factor and solve very nicely.

Did I do something wrong, or is the answer going to end up being very ugly?

  • 8
    Though the problem is already solved, let $\cos \theta =x$ and solve $x^2-x+1=0$. It has no solutions.2012-04-08

3 Answers 3

22

The equation has no real solutions.

For every $\theta\in\mathbb R$, we have $\sin^2\theta\in[0,1]$ and $\cos\theta\in[-1,1]$. This means that $\sin^2\theta+\cos\theta=2$ is only possible if $\sin^2\theta=1$ and $\cos\theta=1$. But if $\sin^2\theta=1$ we immediately have $\cos^2\theta=1-\sin^2\theta=0$, so $\cos\theta$ would have to be equal to $0$. This means the equation has no real solutions.

  • 1
    @MarkAdler: Yes, indeed. I was working under the assumption OP was looking for real solutions. I have edited to reflect this.2012-04-08
5

Almost there. Solve the quadratic equation and get $\cos\theta={1\pm \imath\sqrt{3}\over 2}$. Take $\pm\cos^{-1}({1\pm \imath\sqrt{3}\over 2})$ to get the answer. (It's $\pm$ since both $\cos$ and $\sin^2$ are even functions.) You can look up how to do complex $\cos^{-1}$ and $\log$ (you'll see why you need $\log$).

  • 0
    I disagree with your vocabulary in that last comment in three places, but it I'm sure we agree in concept.2012-04-09
1

we have $|\sin[x]|\le 1$, thus $|\sin[x]|^{2}\le 1$. Your equation would imply both $\sin[x]$ and $\cos[x]$ has absolute value 1, which does not hold since then $\sin[2x]=2\sin[x]\cos[x]=\pm2$. Maybe you copied the wrong formula, etc.

  • 0
    *Maybe you copied the wrong formula, etc.* Or maybe it was intended as an easy question...2012-04-08