Complex numbers have Real and Imaginary parts . The addition and multiplication are intuitive, while division is a little tricky:

The best way to visualize complex numbers is by using a complex plane, where they become vectors. With this representation it’s trivial to prove the two inequalities:

Since we can represent a complex number in two dimension using coordinates, we also can use Polar Coordinates.

Polar Coordinates

We use , so , , where , but calculating is a little tricky. Given we can find a particular . However, then for also works perfectly - we have infinite possibilities for . To speak about one theta, we look inside a particular interval. For example, is the most popular choice, and we denote it as .

Euler’s Formula

There is a better way to write than . Recall the Taylor expansion for :

What if x is imaginary? Like .

Looking closely we recognize the cosine and sine expansions:

Which means that our initial expression can be written compactly as . The elegant way to think about this expansion is in the picture below:

Using this form of it’s much easier to multiply and divide. Thinking with vectors, what operation multiplication and division represent in the complex plane?