Polar form is a way to represent complex numbers. Instead of using Cartesian coordinates (real and imaginary parts), we use magnitude (distance from origin) and argument (angle from the positive x-axis). This is very helpful for problems involving roots and powers of complex numbers. To convert a complex number to polar form:
- Find the magnitude, which is the distance from the origin. For a number \text{z = x + iy}, the magnitude is given by
\(r = \sqrt{x^2 + y^2}\). - Find the argument, which is the angle the number makes with the positive x-axis. This can be calculated using \(\theta = \tan^{-1}(\frac{y}{x})\) for \text{z = x + iy}.
For example, for \text{-1}, the magnitude is 1 (since it lies on the unit circle) and the argument is \pi (180^\text{degrees}). Therefore, \text{-1} in polar form is \(\text{e}^{i\text{\theta}} = \text{e}^{i\text{\pi}}\).
This setup is useful for applying De Moivre's Theorem to find roots.