prove this identity : $$\sin(x+y)\sin(x-y)=\sin^2 x - \sin^2 y$$ I tried solving it with additional formulas but I can't get the right answer. I get $$\sin^2 x \cos^2 y-\cos^2 x \sin^2 y$$
Asked
Active
Viewed 1.3k times
-2
-
Do you want a geometrical proof or just a proof using some common facts like $\sin^2+\cos^2=1$? – Ragnar Feb 06 '14 at 09:27
-
I think common facts – dona12 Feb 06 '14 at 09:28
-
Do you know the formulas for $\sin(x\pm y)$? – Martín-Blas Pérez Pinilla Feb 06 '14 at 09:29
2 Answers
1
Use the identity $$\sin(x\pm y)=\sin x\cos y\pm \sin y\cos x$$ and we can get \begin{align*} LHS&=\sin(x+y)\sin(x-y)\\ &=(\sin x\cos y+\cos x\sin y)(\sin x\cos y-\cos x\sin y)\\ &=\sin^2x\cos^2y-\cos^2x\sin^2y \\ \end{align*}
See if you can take it from here using the identity $$\sin^2x+\cos^2x=1.$$

BlackAdder
- 4,029