Why does $r\cos{θ} \cos{a} - r\sin{θ}\sin{a} = r\cos(θ + a)$?
My book writes this but doesn't show the in-between steps and I can't remember trigonometry enough to see why this works.
Why does $r\cos{θ} \cos{a} - r\sin{θ}\sin{a} = r\cos(θ + a)$?
My book writes this but doesn't show the in-between steps and I can't remember trigonometry enough to see why this works.
The answer is becuase you can factor out an $r$ and use the identity for cosine:
$$cos(\alpha + \beta) = cos(\alpha)cos(\beta) - sin(\alpha)sin(\beta)$$
A bit of an overkill here, I just post it as an "alternative" solution. The following hold true: $$\cos a=\frac{e^{ia}+e^{-ia}}{2}\\\cos \theta=\frac{e^{i\theta}+e^{-i\theta}}{2}\\\sin a= \frac{e^{ia}-e^{-ia}}{2i}\\ \sin \theta= \frac{e^{i\theta}-e^{-i\theta}}{2i}\\\cos (a+\theta)=\frac{e^{i(a+\theta)}+e^{-i(a+\theta)}}{2}$$
Calculate LHS $(\cos{θ} \cos{a} - \sin{θ}\sin{a})$ based on these and you get the result.