3

Show $\cos(x+y)\cos(x-y) - \sin(x+y)\sin(x-y) = \cos^2x - \sin^2x$

I have got as far as showing that:

$\cos(x+y)\cos(x-y) = \cos^2x\cos^2y -\sin^2x\sin^2y$

and

$\sin(x+y)\sin(x-y) = \sin^2x\cos^2y - \cos^2x\sin^2y$

I get stuck at showing:

$\cos^2x\cos^2y -\sin^2x\sin^2y - \sin^2x\cos^2y - \cos^2x\sin^2y = \cos^2x - \sin^2x$

I know that $\sin^2x + \cos^2x = 1$ and I have tried rearranging this identity in various ways, but this has not helped me so far.

mikoyan
  • 1,135

2 Answers2

5

Hint: $$\cos(a+b)=\cos a \cos b-\sin a \sin b$$$$\cos(2a)=\cos^2 a -\sin ^2a $$

$$\begin{align}\cos(x+y)\cos(x-y) - \sin(x+y)\sin(x-y) &= \cos((x+y)+(x-y))\\&=\cos2x\\&=\cos^2x - \sin^2x\end{align}$$

Pedro
  • 122,002
M.H
  • 11,498
  • 3
  • 30
  • 66
  • Very nice +1 ${}{}{}{}{}$ – Pedro Jul 15 '13 at 19:13
  • @Peter Tamaroff:thanks peter – M.H Jul 15 '13 at 19:17
  • 3
    It’s really a matter of pattern recognition rather than of mathematics. – Lubin Jul 15 '13 at 19:20
  • 1
    @Lubin How is "pattern recognition" dissociated from "mathematics"? – Pedro Jul 15 '13 at 19:34
  • 3
    Although I upvoted your comment, @PeterTamaroff, there are many cases of pattern recognition that have nothing to do with mathematics, unless one force an unnaturally broad definition on mathematics; and there are many mathematical ideas and techniques that have nothing to do with pattern recognition. – Lubin Jul 16 '13 at 15:05
2

Looking at $\cos^2x\cos^2y -\sin^2x\sin^2y - \sin^2x\cos^2y + \cos^2x\sin^2y$ (The last is a negative times a negative that forms a positive I believe.

You could pull $\sin^2x$ from the middle two terms to get this expression: $ -\sin^2x\sin^2y - \sin^2x\cos^2y = -\sin^2x(\sin^2y+\cos^2y) = -\sin^2x $

There is a similar reduction with the first and last terms around $\cos^2x$ that should make this appear easier.

Aang
  • 14,672
JB King
  • 3,644