Exponential form is a way to represent complex numbers. Instead of using real and imaginary parts, we use the magnitude and angle. The general form is given by:
ewline z = re^{i\theta}
ewline where **r** is the magnitude (or absolute value) of the complex number and **\(\theta\)** is the angle (or argument) with the positive x-axis.
To convert a complex number from rectangular form (a + bi) to exponential form, you use the following steps:
- Find the magnitude **r**: \( r = \sqrt{a^2 + b^2} \)
- Determine the angle **\(\theta\)**: \( \theta = \tan^{-1}(\frac{b}{a}) \)
For example, for the number z = 3e^{i\frac{13\pi}{18}}, 3 is the magnitude, and \(\frac{13\pi}{18}\) is the angle. This form is particularly useful in multiplying or dividing complex numbers.