Product-to-sum identities · proof ·what it is and when to use it
Proof: cos A cos B = ½[cos(A − B) + cos(A + B)]
Product to sum: cos A cos B — proved by add the two cosine expansions. Every line below says which rule it uses, so nothing has to be taken on faith.
cos A cos B = ½[cos(A − B) + cos(A + B)]
The proof
Cosine sum plus cosine difference.
- cos(A + B) = cos A cos B − sin A sin BCosine sum. · Cosine of a sum
- cos(A − B) = cos A cos B + sin A sin BCosine difference. · Cosine of a difference
- add: cos(A + B) + cos(A − B) = 2 cos A cos BSine products cancel.
- cos A cos 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.987688 | 0.987688 | yes |
| 7.5° | 0.966998 | 0.966998 | yes |
| 15° | 0.926149 | 0.926149 | yes |
| 18° | 0.904508 | 0.904508 | yes |
| 22.5° | 0.866776 | 0.866776 | yes |
| 30° | 0.791154 | 0.791154 | yes |
Related
- How would I find cos A cos B = ½[cos(A − B) + cos(A + B)] myself? — the derivation, which is a different question from the proof.
- Product to sum: cos A cos B: when to use it — the practical side.
- All product-to-sum identities · proof index