Sum and difference identities · proof ·what it is and when to use it
Proof: tan A + tan B = sin(A + B) / (cos A cos B)
Tangent sum as a single fraction — proved by common denominator. Every line below says which rule it uses, so nothing has to be taken on faith.
tan A + tan B = sin(A + B) / (cos A cos B)
The proof
Two fractions, one denominator.
- tan A + tan B = sin A/cos A + sin B/cos BQuotient identity. · Quotient identity (tangent)
- = (sin A cos B + cos A sin B)/(cos A cos B)Common denominator.
- = sin(A + B)/(cos A cos B)Numerator is the sine sum. · Sine of a sum
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.158384 | 0.158384 | yes |
| 7.5° | 0.357929 | 0.357929 | yes |
| 15° | 0.564163 | 0.564163 | yes |
| 18° | 0.649839 | 0.649839 | yes |
| 22.5° | 0.783133 | 0.783133 | yes |
| 30° | 1.022579 | 1.022579 | yes |
Related
- How would I find tan A + tan B = sin(A + B) / (cos A cos B) myself? — the derivation, which is a different question from the proof.
- Tangent sum as a single fraction: when to use it — the practical side.
- All sum and difference identities · proof index