6

I am finishing a proof. It seems like I can use $\cos^2 + \sin^2 = 1$ to figure this out, but I just can't see how it works. So I've got two questions.

Does $\sin^2 x - \cos^2 x = 1-2\cos^2 x$?

And if it does, then how?

Zev Chonoles
  • 129,973
KKendall
  • 869
  • Like $\sin^2x=1-\cos^2x$? – awllower Feb 12 '13 at 04:52
  • Ask WolframAlpha: "does (sin x)^2 - (cos x)^2 = 1 - 2 (cos x)^2 ?" http://www.wolframalpha.com/input/?i=does+%28sin+x%29%5E2+-+%28cos+x%29%5E2+%3D+1+-+2+%28cos+x%29%5E2%3F – mjqxxxx Feb 12 '13 at 04:59

4 Answers4

16

Observe that $$ \begin{align*} \sin^2(x)-\cos^2(x)&=\sin^2(x)+\bigl(\cos^2(x)-\cos^2(x)\bigr)-\cos^2(x)\\ &= (\sin^2(x)+\cos^2(x))-2\cos^2(x)\\ &= 1-2\cos^2(x). \end{align*} $$ More easily, just subtract $2\cos^2(x)$ from both sides of $\sin^2(x)+\cos^2(x)=1$ to get the result.

Ben West
  • 12,366
5

Not really different but just another way of looking at it. Start with $\sin^2x+\cos^2x=1$ and subtract $2\cos^2x$ from both sides. Done!

Fixed Point
  • 7,909
  • 3
  • 31
  • 48
2

Here is my favorite way to verify trigonometric identities:

First note that the equation of a circle gives us the rational parameterizations

$$\sin\theta=\frac{2t}{1+t^2}\qquad\cos\theta=\frac{1-t^2}{1+t^2}.$$

Substitute these expressions in. Now the equation we want to verify is $$\left(\frac{2t}{1+t^2}\right)^2-\left(\frac{1-t^2}{1+t^2}\right)^2\overset{?}{=}1-2\left(\frac{1-t^2}{1+t^2}\right)^2.$$ Now just find a common denominator and compare numerators, so we want to know $$(2t)^2-(1-t^2)^2\overset{?}{=}(1+t^2)^2-2(1-t^2)^2.$$

But this is true because $$(1+t^2)^2-(1-t^2)^2=(1+2t^2+t^4)-(1-2t^2+t^4)=4t^2=(2t)^2,$$ thus the identity is true.

Chris Brooks
  • 7,424
1

To go with your idea, you could try solving $\cos^2 x + \sin^2 x = 1$ for $\sin^2 x - \cos^2 x$. i.e. do algebraic manipulations to make the left hand side of the equation $\sin^2 x - \cos^2 x$.