Euler Form

Euler, another person, said that since Taylor Series is a thing, we can say that

eiθ=1+iθ+(iθ)22!+(iθ)33!+=1+iθθ22!iθ33!+θ44!+iθ55!\begin{gather*} e^{i\theta}=1+i\theta+\frac{(i\theta)^2}{2!}+\frac{(i\theta)^3}{3!}+\cdots\\ =1+i\theta-\frac{\theta^2}{2!}-i\frac{\theta^3}{3!}+\frac{\theta^4}{4!}+i\frac{\theta^5}{5!} \end{gather*}

If we rearrange the terms we get

eiθ=(1θ22!+θ44!)+i(θθ33!+θ55!+)=cosθ+isinθ\begin{gather*} e^{i\theta}=\left(1-\frac{\theta^2}{2!}+\frac{\theta^4}{4!}-\cdots\right)+i\left(\theta -\frac{\theta^3}{3!}+\frac{\theta^5}{5!}+\cdots\right)\\ =\cos\theta+i\sin\theta \end{gather*}

This means we can represent Complex Number in this weird form too:

z=reiθ\begin{gather*} z=re^{i\theta} \end{gather*}

also trigometry can use complex numbers too

cosθ=12(eiθ+eiθ)\cos\theta= \frac{1}{2}(e^{i\theta}+e^{-i\theta}) sinθ=12i(eiθeiθ)\sin\theta= \frac{1}{2i}(e^{i\theta}-e^{-i\theta})