Using Trig Identities to Simplify Sin(Kx)sin(2Kx)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
T-7
Messages
62
Reaction score
0
Could someone tell me which trig identity this chap (in a Physics textbook) is using to turn

sin(Kx)sin(2Kx)

into

sin^2(3Kx/2) - sin^2(Kx/2)

Cheers.
 
Mathematics news on Phys.org
[tex]\sin{kx}\sin{2kx}[/tex]

[tex]=\frac{\cos{(-kx)}-\cos{(3kx)}}{2}[/tex]

[tex]=\frac{\cos{(kx)}}{2} - \frac{\cos{(3kx)}}{2}[/tex]

[tex]=\frac{-1 + \cos{(kx)}}{2} - \frac{-1 + \cos{(3kx)}}{2}[/tex]

[tex]=\sin^2{(3kx/2) - \sin^2{(kx/2)}[/tex]
 
nicktacik said:
[tex]\sin{kx}\sin{2kx}[/tex]

[tex]=\frac{\cos{(-kx)}-\cos{(3kx)}}{2}[/tex]

[tex]=\frac{\cos{(kx)}}{2} - \frac{\cos{(3kx)}}{2}[/tex]

[tex]=\frac{-1 + \cos{(kx)}}{2} - \frac{-1 + \cos{(3kx)}}{2}[/tex]

[tex]=\sin^2{(3kx/2) - \sin^2{(kx/2)}[/tex]

Ah... Thank you very much.