How to Remember Trig Identities – Trigonometry

mnemonictrigonometry

Suppose I have a trig function $T: \Bbb{R} \rightarrow \Bbb{R}$. I want to be able to derive four basic properties:

$$T(x) \cdot T(y)$$
$$T(x) + T(y)$$
$$T(x+y)$$
$$T(cx)$$

where $c$ is some scalar.

I know there are a bunch of identities: reciprocal, quotient, Pythagorean, co-function, even-odd. And then some formulas: product-to-sum, sum-to-product, sum-difference, double angle, half-angle/power-reducing. Here is a list. That's a lot to memorize and some of them seem to overlap.

Why do the four basic properties I mentioned require so many identities to learn? It is a bit cumbersome. Is there an easier way to learn how to do the basic arithmetic operations with trig functions?

Best Answer

I always found recalling $e^{ix}=\cos x+i\sin x$ useful for quickly deriving the sum of angles formulae, e.g.

$$e^{i(x+y)}=\cos(x+y)+i\sin(x+y).\tag{1}$$

But

$$e^{ix+iy}=e^{ix}e^{iy}=(\cos x+i\sin x)(\cos y+i\sin y).\tag{2}$$

Expanding (2), equating with (1) and separating real and imaginary parts gives you the formulae.

You can then get the double angle formulae easily.

Wait, there's more!

We have $(e^{ix})^n=(\cos x+i\sin x)^n$.

But we also have $$(e^{ix})^n=e^{inx}=\cos(nx)+i\sin(nx),$$ so we get

$$(\cos x+i\sin x)^n = \cos(nx)+i\sin(nx).$$

For example, consider $n=2$, then expanding gives:

$$\cos^2 x-\sin^2 x = \cos(2x)$$ and $$2\sin x\cos x=\sin(2x).$$

This is another way to get the double angle formulae, but you can get more trig identities by letting $n=3, 4, \ldots$. In general, for positive integer $n$ we have

$$\cos(nx) = \Re\left((\cos x+i\sin x)^n\right) =\Re\sum_{k=0}^n{n\choose k}i^k\cos^{n-k}(x)\sin ^k(x)$$ and $$\sin(nx) = \Im\left((\cos x+i\sin x)^n\right)=\Im\sum_{k=0}^n{n\choose k}i^k\cos^{n-k}(x)\sin^k(x).$$

Expanding and simplifying will give you nice trig identities. This is called De Moivre's Theorem.