A complex number can be represented not only in rectangular form \( z = a + bi \), where \( a \) is the real part and \( b \) represents the imaginary component; alternatively, the number can be expressed in its polar representation. The polar form is particularly useful in multiplication, division, and finding powers and roots of complex numbers.
Any complex number \( z = a + bi \) can be represented as a point in the complex plane. Alternatively, it may be written using:
The value of the modulus \( r \) can be calculated as:
\[ r = |z| = \sqrt{a^2 + b^2} \] The argument \( \theta \) (in radians) is:After determining \( r \) and \( \theta \), the complex number \( z = a + bi \) can be represented as:
\[ z = r(\cos \theta + i \sin \theta) \]
This is known as the polar form of the complex number. It is sometimes abbreviated as:
\[ z = r \] cis \[\theta \] where cis \(\theta = \cos \theta + i \sin \theta \).
Convert the complex number \( z = 1 + i \) to polar form.
So, the polar form of \( z \) is:
\[ z = \sqrt{2}(\cos \frac{\pi}{4} + i \sin \frac{\pi}{4}) \] or \( z = \sqrt{2} \) cis \(\frac{\pi}{4} \)
The polar form is an alternative way of representing complex numbers using trigonometry. It represents both the size and angle of a complex number in the complex plane. This form is especially useful for complex number operations like multiplication, division, and exponentiation.