Sum-to-product identities · proof ·what it is and when to use it
Proof: sin A − sin B = 2 cos((A + B)/2) sin((A − B)/2)
Sum to product: sin A − sin B — proved by subtract the expansions. Every line below says which rule it uses, so nothing has to be taken on faith.
sin A − sin B = 2 cos((A + B)/2) sin((A − B)/2)
The proof
Identical to the sum case with the opposite operation.
- sin A − sin B = sin(u + v) − sin(u − v)u = (A+B)/2, v = (A−B)/2.
- = 2 cos u sin vSubtract the two sine expansions. · Sine of a sum, Sine of a difference
- = 2 cos((A + B)/2) sin((A − B)/2)Return to A and B.
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.090171 | -0.090171 | yes |
| 15° | -0.025196 | -0.025196 | yes |
| 18° | 0 | 0 | yes |
| 22.5° | 0.036566 | 0.036566 | yes |
| 30° | 0.093263 | 0.093263 | yes |
Related
- How would I find sin A − sin B = 2 cos((A + B)/2) sin((A − B)/2) myself? — the derivation, which is a different question from the proof.
- Sum to product: sin A − sin B: when to use it — the practical side.
- All sum-to-product identities · proof index