prove of sin(a+b)= sin(a).cos(b) + sin(b).cos(a)

Status
Not open for further replies.

Highlander-SP

Member level 3
Joined
Sep 21, 2005
Messages
64
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,884
vector prove sin(a-b)

What is the main way to prove that sin(a+b)= sin(a).cos(b) + sin(b).cos(a) ?
ps. without euler
 

you can do it geometrically .By using two right triangles one of angle A and the other of angle B side by side and computing the sin(A +B ) od new TRIANGLE in terms of sine and cosines of A an B angles
You can also find it with a VECTOR approach and a ROTATION and find the MATRIX of such rotation it comes from the fact that ROTATIONS are linear mappings .so they verify :
R(A+ B) = R(A) + R(B) ..This is linear algebra is very simple to demostrate
 

you can use euler theory I think... with the exp notation...

edit : sorry I didn't saw the euler PS...
 

you can draw a circle and the proof appears after some purely geometric combinations.
 

check this page:
**broken link removed**

it has an applet to demonstrate the proof.

sin(A+B)=sin A cos B + cos A sin B
sin(A-B)=sin A cos B - cos A sin B
cos(A+B)=cos A cos B - sin A sin B
cos(A-B)=cos A cos B + sin A sin B
 

Anybody can tell me an aplication of above relation?
 

hi

i suggest you

refer to lithold's book


bye
 

phongphanp said:
Anybody can tell me an aplication of above relation?

In any number of places. Suppose u wanted to find sin75 using sin45 and sin30.
 

Highlander-SP said:
What is the main way to prove that sin(a+b)= sin(a).cos(b) + sin(b).cos(a) ?
ps. without euler

:idea: You could use the reverse engineering method.

Start from the RHS and reach teh LSH.

There exist a formula :

Code:
2 sinA.cosB =sin(A+B)+sin(A-B)

multiply and divide the RHS by 2.

so you have

½.2.sin(a).cos(b)+½.2.sin(b).cos(a)
½{sin(a+b)+sin(a-b)}+½{sin(b+a)+sin(b-a)}
½{sin(a+b)+sin(a-b)+sin(a+b)-sin(a-b)}
½{sin(a+b)+sin(a+b)}
sin(a+b)

write these in the reverse order and you have the proof. !
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…