Sin(a+b)sin(a-b) = cos^2b - cos^2a

  • Thread starter Thread starter zeion
  • Start date Start date
AI Thread Summary
The discussion focuses on proving the identity sin(a+b)sin(a-b) = cos^2b - cos^2a. Participants suggest using sum and difference identities to expand the left side, leading to a difference of squares. The conversation highlights the importance of substituting sine terms with their cosine counterparts and simplifying the resulting expressions. One user expresses confusion over the algebraic steps, prompting others to clarify the distribution process. Ultimately, the proof is confirmed as straightforward once the algebra is correctly executed.
zeion
Messages
455
Reaction score
1

Homework Statement


Prove that: sin(a+b)sin(a-b) = cos^2b - cos^2a


Homework Equations





The Attempt at a Solution



I'm stuck.
I've tried expanding the left side, making the right side to a difference of squares, subbing the right side with sin's, dividing, factoring and all that stuff nothing gets me anywhere..

Any hints?
 
Physics news on Phys.org
After using the sum and difference identities, expand the left side. You should get a difference of two squares. One of the terms will contain a sin2 b. Replace this with an expression using a well-known trig identity. Eventually, you will get the right side. If you're stuck, show us what you got.
 
After you expand the left side you should have
sin2(a)cos2(b) - cos2(a)sin2(b)

Replace both sine expressions with their cosine counterparts.
 
After trying this myself, the proof seems uncomplicated.

The lefthand side immediately becomes (sin(a)cos(b)+cos(a)sin(b))(sin(a)cos(b)-cos(a)sin(b)),
= (sin(a)cos(b))2-(cos(a)sin(b))2
=sin2a cos2b - cos2a sin2b

Next we use our most basic circular identity and set up and substitute for sin2a=1-cos2a, and similar for sin2b=1-cos2b

Giving lefthandside = (1-cos2a)cos2b-cos2a(1-cos2b)

...from which you can continue the algebra and find the righthand side expression which you expect.
 
symbolipoint said:
After trying this myself, the proof seems uncomplicated.

For you, maybe. ~_~

Thanks guys.
 
zeion said:
For you, maybe. ~_~

Thanks guys.

Don't listen to him, he's being all in your face hardcore with his maths guns :-p
 
About #5 and #6:
At least I showed how to start and how to progress. I did not finish the algebra steps on the forum; I left those for zeion.
 
could someone show how to do the algebra? I've gotten to

(1-cos2(a))(cos2(b)) - (cos2(a))(1-cos2(b)) = (1-cos2(a)) - (1-cos2(b))

but for some reason the algebra just isn't making sense to me?
 
claireashley3 said:
could someone show how to do the algebra? I've gotten to

(1-cos2(a))(cos2(b)) - (cos2(a))(1-cos2(b)) = (1-cos2(a)) - (1-cos2(b))

but for some reason the algebra just isn't making sense to me?
At first glance, I'm not sure how you got the right hand side. Just distribute the left hand side.
(1 - \cos^2 a)(\cos^2 b) - (\cos^2 a)(1 - \cos^2 b)
= \cos^2 b - \cos^2 a \cos^2 b - \cos^2 a + \cos^2 a \cos^2 b
Do you see it now?
 
  • #10
(1-cos2(a))-(1-cos2(b))

= 1-cos2(a)-1+cos2(b)

Right?
 
  • #11
ah yeah thanks sorry
looking at it now it makes sense, i messed up the right side
thank you!
 
Back
Top