Euler’s formulas for sine and cosine

$\begin{aligned} j\sin \omega t &= \dfrac{1}{2} (e^{+j\omega t} - e^{-j\omega t}) \\ \\ \cos \omega t &= \dfrac{1}{2} (e^{+j\omega t} + e^{-j\omega t}) \end{aligned}$

Sine and cosine emerge from vector sum of three spinning numbers in Euler’s Formula,

The green spinning number is $+\dfrac{1}{2} e^{+j\omega t}$  
The pink spinning number is $-\dfrac{1}{2} e^{-j\omega t}$ (used to make sine)
The red spinning number is $+\dfrac{1}{2} e^{-j\omega t}$ (used to make cosine)

Sine is the yellow dot on the imaginary axis, the vector sum of green and pink.

Cosine is the orange dot on the real axis, the vector sum of green and red.

Notice the simulation reveals the $90\degree$ phase shift between sine and cosine. Watch the dots as they pass alternately pass through the origin.

Created by Willy McAllister.

Just music, no narration. The background music is Sunday Stroll by Huma Huma.

Animated with d3.js, source code. The image is being computed on the fly by your device.