Product-to-sum identities · proof ·what it is and when to use it
Proof: cos A sin B = ½[sin(A + B) − sin(A − B)]
Product to sum: cos A sin B — proved by subtract the two sine expansions. Every line below says which rule it uses, so nothing has to be taken on faith.
The proof
Identical set-up to the previous identity, with subtraction instead of addition.
- sin(A + B) = sin A cos B + cos A sin BSine sum. · Sine of a sum
- sin(A − B) = sin A cos B − cos A sin BSine difference. · Sine of a difference
- subtract: sin(A + B) − sin(A − B) = 2 cos A sin BThe sin A cos B terms cancel.
- cos A sin B = ½[sin(A + B) − sin(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.156434 | 0.156434 | yes |
| 7.5° | 0.218809 | 0.218809 | yes |
| 15° | 0.274338 | 0.274338 | yes |
| 18° | 0.293893 | 0.293893 | yes |
| 22.5° | 0.31977 | 0.31977 | yes |
| 30° | 0.352244 | 0.352244 | yes |
Related
- How would I find cos A sin B = ½[sin(A + B) − sin(A − B)] myself? — the derivation, which is a different question from the proof.
- Product to sum: cos A sin B: when to use it — the practical side.
- All product-to-sum identities · proof index