Addition and Subtraction Formulas

The Tempting Mistake

Here is the first thing everyone wants to do:

sin(A+B)=?sinA+sinB\sin(A + B) \stackrel{?}{=} \sin A + \sin B

It feels right. It is completely wrong.

Watch the two bars. The green one is the true value of sin(A+B)\sin(A+B). The yellow one is the naive sinA+sinB\sin A + \sin B, and it sails straight past 1, which no real sine can ever do. Sine does not distribute over addition.


See It With Numbers

Take A=30°A = 30° and B=60°B = 60°.

  • True: sin(30°+60°)=sin90°=1\sin(30° + 60°) = \sin 90° = 1
  • Naive: sin30°+sin60°=0.5+0.866=1.366\sin 30° + \sin 60° = 0.5 + 0.866 = 1.366

sin(A+B)sinA+sinB\sin(A + B) \neq \sin A + \sin B. The angle inside cannot be split apart.

So we need a real formula.


The Addition Formulas

Here they are. The angle does split, just not the lazy way:

sin(A+B)=sinAcosB+cosAsinB\sin(A + B) = \sin A \cos B + \cos A \sin B

cos(A+B)=cosAcosBsinAsinB\cos(A + B) = \cos A \cos B - \sin A \sin B

Notice the pattern:

  • Sine mixes the two functions: sincos+cossin\sin\cos + \cos\sin
  • Cosine keeps like with like: coscossinsin\cos\cos - \sin\sin

The Sign Rule

Subtraction uses the very same formulas. You only flip one sign:

sin(AB)=sinAcosBcosAsinB\sin(A - B) = \sin A \cos B - \cos A \sin B

cos(AB)=cosAcosB+sinAsinB\cos(A - B) = \cos A \cos B + \sin A \sin B

The trick to remembering the signs:

  • Sine keeps the sign of the angle: ++ stays ++, - stays -
  • Cosine flips the sign: ++ becomes -, - becomes ++

Sine agrees, cosine disagrees.


Tangent Too

Since tan=sincos\tan = \frac{\sin}{\cos}, the addition rule carries over to tangent:

tan(A±B)=tanA±tanB1tanAtanB\tan(A \pm B) = \frac{\tan A \pm \tan B}{1 \mp \tan A \tan B}

The top uses the same sign as the angle. The bottom uses the opposite sign.


The Payoff: Exact Values

The real reward is finding exact values for angles that are not on the standard list.

75°75° is not a “nice” angle. But 75°=45°+30°75° = 45° + 30°, and both of those are nice.

sin75°=sin(45°+30°)=sin45°cos30°+cos45°sin30°=2232+2212=6+24\begin{aligned} \sin 75° &= \sin(45° + 30°) \\[0.5em] &= \sin 45° \cos 30° + \cos 45° \sin 30° \\[0.5em] &= \frac{\sqrt{2}}{2} \cdot \frac{\sqrt{3}}{2} + \frac{\sqrt{2}}{2} \cdot \frac{1}{2} \\[0.5em] &= \frac{\sqrt{6} + \sqrt{2}}{4} \end{aligned}

No calculator, and the answer is exact. That is what these formulas buy you.


All Six in One Place

FormulaResult
sin(A+B)\sin(A + B)sinAcosB+cosAsinB\sin A \cos B + \cos A \sin B
sin(AB)\sin(A - B)sinAcosBcosAsinB\sin A \cos B - \cos A \sin B
cos(A+B)\cos(A + B)cosAcosBsinAsinB\cos A \cos B - \sin A \sin B
cos(AB)\cos(A - B)cosAcosB+sinAsinB\cos A \cos B + \sin A \sin B
tan(A+B)\tan(A + B)tanA+tanB1tanAtanB\dfrac{\tan A + \tan B}{1 - \tan A \tan B}
tan(AB)\tan(A - B)tanAtanB1+tanAtanB\dfrac{\tan A - \tan B}{1 + \tan A \tan B}

Learn the two addition formulas and the sign rule. Everything else follows.