Complex numbers can be represented using different forms, and one of these is the polar form. This form expresses a complex number in terms of its magnitude and angle, making it quite useful for multiplication and division. Polar form is written as: \[ r e^{i \theta} \]Here, \( r \) is the magnitude (or distance from the origin), and \( \theta \) is the angle (measured in radians) from the positive real axis. To convert a number to polar form, follow these steps:
- Determine the distance from the origin, also known as the modulus, \( r = |z| \).
- Find the angle \( \theta \), also known as the argument, using the inverse tangent function: \( \theta = \text{arg}(z) = \text{tan}^{-1}(y/x) \).
The polar form makes it easier to handle multiplication and division, as you can simply add or subtract the angles and multiply or divide the magnitudes. In the exercise, we started with the polar form: \( 25 e^{2i} \). The magnitude is 25, and the angle is 2 radians.