Derive most trigonometric identities from the addition formulas

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
hypermonkey2
Messages
101
Reaction score
0
In the same way that it is possible to derive most trigonometric identities from the addition formulas, what is the way that the difference of sines and cosines formulas were derived, such as

[tex]\sin{a}-\sin{b}=2\cos{\frac{a+b}{2}}\sin{\frac{a-b}{2}}[/tex]

thanks, I am trying to avoid as much memorization as possible, if anyones wondering.
 
Mathematics news on Phys.org
Take a = c + d and b = c - d for arithmetic mean c. Now substitute sinc+d and subtract sinc-d form it. the sind*cosc have opposite signs in bot the formula. so the answer is 2sind*cosc which when substituted you get above result.
similarly you can do for sina + sinb and addition as well as subtraction for cos as well as tan.
 
interesting! so the trick is to suppose that a and b are at equal distance from an intermediate value, correct? Very nice solution, thanks.