Product-to-sum identities · proof ·what it is and when to use it
Proof: sin A sin B = ½[cos(A − B) − cos(A + B)]
Product to sum: sin A sin B — proved by subtract the two cosine expansions. Every line below says which rule it uses, so nothing has to be taken on faith.
sin A sin B = ½[cos(A − B) − cos(A + B)]
The proof
Same pair as before, now subtracted.
- cos(A − B) = cos A cos B + sin A sin BCosine difference. · Cosine of a difference
- cos(A + B) = cos A cos B − sin A sin BCosine sum. · Cosine of a sum
- subtract: cos(A − B) − cos(A + B) = 2 sin A sin BCosine products cancel.
- sin A sin B = ½[cos(A − B) − cos(A + B)]Divide by 2.
Where the proof stops applying
Both sides are undefined at the same angles — where a denominator in the proof reaches zero (for instance cos x = 0 in a tangent or secant form). Elsewhere the argument above holds for every real angle.
The same claim, checked numerically
A proof is not the same thing as a check, and this page shows both: the reasoning above, and the first few angles fed to the same engine behind the verifier. If they ever disagreed, the data would be broken — the build would fail before publishing (accuracy policy).
| Angle | Left side | Right side | Agree |
|---|---|---|---|
| 0° | 0 | 0 | yes |
| 7.5° | 0.028807 | 0.028807 | yes |
| 15° | 0.073509 | 0.073509 | yes |
| 18° | 0.095492 | 0.095492 | yes |
| 22.5° | 0.132453 | 0.132453 | yes |
| 30° | 0.203368 | 0.203368 | yes |
Related
- How would I find sin A sin B = ½[cos(A − B) − cos(A + B)] myself? — the derivation, which is a different question from the proof.
- Product to sum: sin A sin B: when to use it — the practical side.
- All product-to-sum identities · proof index