These formulas let us swap products of trigonometric functions for sums, and vice versa. They are workhorses for evaluating sums like sin1∘+sin2∘+⋯+sin89∘ and for integration in Class XII.
Product-to-sum
From the sum and difference formulas, by addition and subtraction:
2sinAcosB=sin(A+B)+sin(A−B)
2cosAsinB=sin(A+B)−sin(A−B)
2cosAcosB=cos(A−B)+cos(A+B)
2sinAsinB=cos(A−B)−cos(A+B)
These hold for all angles A,B.
Sum-to-product
Substituting A=2C+D and B=2C−D in the previous identities gives:
sinC+sinD=2sin2C+Dcos2C−D
sinC−sinD=2cos2C+Dsin2C−D
cosC+cosD=2cos2C+Dcos2C−D
cosC−cosD=−2sin2C+Dsin2C−D
Each rewrites a sum as a product , usually the key step in solving trigonometric equations involving multiple sines/cosines.
Derivation outline
From sin(A+B)−sin(A−B)=2cosAsinB (which expands to sinAcosB+cosAsinB−sinAcosB+cosAsinB=2cosAsinB). Now let C=A+B and D=A−B, so A=2C+D and B=2C−D. The identity becomes
sinC−sinD=2cos2C+Dsin2C−D.
The other three are similar.
Worked examples
Example 1. Express sin50∘−sin10∘ as a product.
sin50−sin10=2cos30sin20=2⋅23⋅sin20=3sin20∘.
Example 2. Show cos75∘−cos15∘=−26−2... wait, simpler: cos75−cos15=−2sin45sin30=−2⋅22⋅21=−22.
Example 3. Prove cosA+cos(120∘−A)+cos(120∘+A)=0.
Group the last two terms by sum-to-product:
cos(120−A)+cos(120+A)=2cos120cosA=2⋅(−21)cosA=−cosA.
Adding cosA gives 0. \qed
Example 4. Show sinθ+sin3θ+sin5θ+sin7θ=4cosθcos2θsin4θ.
Example 5 (harder). Evaluate cos7πcos72πcos73π.
Multiply numerator and denominator by 2sin7π and use 2sinθcosθ=sin2θ repeatedly:
2sin7πcos7π=sin72π.
So sin72π⋅cos72π=21sin74π, and 21sin74π⋅cos73π...
Alternative: note cos73π=−cos74π (since 73π+74π=π). So our product becomes cos7πcos72π(−cos74π). Multiply by 23sin7π and apply double-angle repeatedly:
Show 4sin5πsin52π=5. (Use product-to-sum and known cosine values.)
Prove cosAcos(60−A)cos(60+A)=41cos3A.
Show sinθsin(60−θ)sin(60+θ)=41sin3θ.
Pitfalls / Tricks
The product-to-sum formulas have no coefficient 1/2 on the LHS in this form , you must divide if you isolate the product on one side.
Watch the sign: cosC−cosD=−2sin2C+Dsin2C−D.
The "average / half-difference" pattern is universal: every sum-to-product converts C,D into 2C+D,2C−D.
Insight. Whenever a problem has a sum like sinA+sinB or cosC−cosD, immediately rewrite it as a product. Half of trigonometric simplification is recognising this pattern.