[Math] Easy example why complex numbers are cool

big-listcomplex numberseducationsoft-question

I am looking for an example explainable to someone only knowing high school mathematics why complex numbers are necessary.
The best example would be possible to explain rigourously and also be clearly important in a daily day sense.

I.e. complex Laplace transform has applications in pricing of options in mathematical finance which is somewhat easy to sell as important, but impossible to explain the details of.
It is easy to say: Then we can generalise the square root! – but it is harder to argue why that makes any difference in the real world.

The question has edited the wording cool out of it replaced with a description to stop it from being opinion based. I hope it helps 🙂

Best Answer

Using $e^{i\theta} = \cos \theta + i \sin \theta$ it is very easy to find (and remember) many trigonometric identities.

For example, $e^{i(\alpha+\beta)} = e^{i\alpha}e^{i\beta}$ gives the sine-of-sums and cosine-of-sums formulas.


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

Equating the real parts,

$$\cos (\alpha + \beta) = \cos \alpha \cos \beta - \sin \alpha \sin \beta$$

Equating the imaginary parts,

$$\sin(\alpha+\beta) = \sin \alpha \cos \beta + \cos \alpha \sin \beta$$