The "sum and difference" formulas often come in handy, but it's not immediately obvious that they would be true.
\begin{align} \sin(\alpha \pm \beta) &= \sin \alpha \cos \beta \pm \cos \alpha \sin \beta \\ \cos(\alpha \pm \beta) &= \cos \alpha \cos \beta \mp \sin \alpha \sin \beta \end{align}
So what I want to know is,
- How can I prove that these formulas are correct?
- More importantly, how can I understand these formulas intuitively?
Ideally, I'm looking for answers that make no reference to Calculus, or to Euler's formula, although such answers are still encouraged, for completeness.








The key fact here is that rotation is a linear transformation, e.g. the rotation of $u + v$ is the rotation of $u$ plus the rotation of $v$. You should draw a diagram that shows this carefully if you don't believe it. That means a rotation is determined by what it does to $(1, 0)$ and to $(0, 1)$.
But $(1, 0)$ rotated by $\theta$ degrees counterclockwise is just $(\cos \theta, \sin \theta)$, whereas $(0, 1)$ rotated by $\theta$ degrees counterclockwise is just $(-\sin \theta, \cos \theta)$. (Again, draw a diagram.) That means a rotation by $\theta$ is given by a $2 \times 2$ matrix with those entries. (Matrices don't work here yet.)
So take a rotation by $\theta$ and another one by $\theta'$, and multiply the corresponding matrices. What you get is the sine and cosine angle addition formulas. (The connection to complex numbers is that one can represent complex numbers as $2 \times 2$ real matrices.)
Also, if you believe that $a \cdot b = |a| |b| \cos \theta$, this implies the cosine angle difference formula when $a$ and $b$ are unit vectors. Ditto for the cross product and the sine angle difference formula.