trigidentity.com

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.

  1. cos(A − B) = cos A cos B + sin A sin B
    Cosine difference. · Cosine of a difference
  2. cos(A + B) = cos A cos B − sin A sin B
    Cosine sum. · Cosine of a sum
  3. subtract: cos(A − B) − cos(A + B) = 2 sin A sin B
    Cosine products cancel.
  4. 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).

Both sides evaluated at the same angles — left side sin(A)sin(B), right side (cos(A - B) - cos(A + B)) / 2.
AngleLeft sideRight sideAgree
0°00yes
7.5°0.0288070.028807yes
15°0.0735090.073509yes
18°0.0954920.095492yes
22.5°0.1324530.132453yes
30°0.2033680.203368yes

Related

sampled at 800 random anglesSource: OpenStax Precalculus, Ch. 7.2–7.3 · Paul's Online Math Notes · revised 2026-09-26 ·how we check ·accuracy policy ·report an error