1

I am trying to figure out the quick way to remember the addition formulas for $\sin$ and $\cos$ using Euler's formula:

$$\begin{align} \sin(\alpha + \beta) &= \sin \alpha\;\cos\beta + \cos\alpha\;\sin\beta \\ \cos(\alpha + \beta) &= \cos \alpha\;\cos\beta - \sin\alpha\;\sin\beta \\ \sin(\alpha-\beta) &= \sin\alpha\;\cos\beta - \cos\alpha\;\sin\beta \\ \cos(\alpha-\beta) &= \cos\alpha\;\cos\beta + \sin\alpha\;\sin\beta \end{align}$$

I'm now convinced of why it is true that $e^{ix} = \cos(x) + i\sin(x)$ but I don't know how to use this to derive these four rules.

user525966
  • 5,631

1 Answers1

2

$$e^{ix}=\cos x+i\sin x$$ $$Re\{e^{i(x+y)}\}=\cos(x+y)$$ $$=Re\{e^{ix}e^{iy}\}$$ $$=Re\{(\cos x+i\sin x)(\cos y+i\sin y)\}$$ $$=Re\{\cos x\cos y+i(\sin x\cos y+\sin y\cos x)-\sin y\sin x\}$$ $$=\cos x\cos y-\sin x\sin y$$

$$Im\{e^{i(x+y)}\}=\sin(x+y)=\sin x\cos y+\sin y\cos x$$

You can apply a similar reasoning to all the other ones, just working with the laws of exponents and comparing the real and imaginary parts.

As for why $e^{ix}=\cos x+i\sin x$ applies, this is commonly understood by considering the Taylor series expansions of $e^{ix}$ and comparing it with that of $\sin x$ and $\cos x$

Harry Alli
  • 2,091