The polar form of complex numbers is a different way of writing them that makes some math problems easier to solve. Understanding how to convert between forms and learning a new way to handle operations with complex numbers is helpful in many disciplines, like engineering and physics where you often deal with cycles or rotations. Use this resource to learn how to express complex numbers in their polar form and complete calculations using this form.
Rectangular and polar forms
In Introduction to complex numbers, you learned about complex numbers expressed in the form \(z=x+yi\). This is called the rectangular form. \(\DeclareMathOperator{\cis}{cis} \DeclareMathOperator{\Arg}{Arg}\)
You also learned about Argand diagrams, which graphically represent complex numbers. Cartesian coordinates in the form \((x,y)\) can be used to indicate a point \(P\) on a plane, but so can polar coordinates in the form \((r,\theta)\), where \(r\) is the distance of \(P\) from the origin and \(\theta\) is the angle that \(\overrightarrow{OP}\) makes with the positive \(x\)-axis.
The polar form gives us direct information about the magnitude (distance) and angle of the complex number.
We can convert the polar coordinate of a complex number to the polar form of the number using:
\[\begin{align*} z & = x+yi\\
& = r\cos(\theta) + r\sin(\theta)\\
& = r(\cos(\theta) + \sin(\theta))\quad\textrm{which we abbreviate to}\\ \DeclareMathOperator{\cis}{cis}
& = r\cis(\theta)
\end{align*}\]
Therefore, the polar form of the complex number \(z\) is:
\[z=r\cis(\theta)\]
where \(r=\sqrt{x^{2}+y^{2}}\) and \(\theta=\tan^{-1}\left(\dfrac{y}{x}\right)\).
Modulus, argument and Argument
To find \(r\), we need to find the modulus of \(z\) or \(\left| z \right|\).
\[\begin{align*} \mod(z) & = \left| z \right|\\
& = \left| x+yi \right|\\
& = \sqrt{x^{2}+y^{2}}\\
& = r
\end{align*}\]
To find \(\theta\), we need to find the argument (lower case "a") of \(z\), or \(\arg(z)\). If \(\arg(z)=\theta\), then:
\(\sin(\theta)=\dfrac{y}{\left| z \right|}\)
\(\cos(\theta)=\dfrac{x}{\left| z \right|}\)
\(\tan(\theta)=\dfrac{y}{x}\).
An infinite number of arguments of \(z\) exist. For example, if \(z=i\), then \(\arg(z)=\dfrac{\pi}{2}+2\pi n\), where \(n\in Z\) (i.e. \(n\) can be any integer).
We can also use a value called the Argument (capital "A"), where \(\Arg(z)=\theta\) for \(-\pi\leq\theta\leq\pi\). Because the Argument is restricted to \(-\pi\leq\theta\leq\pi\), \(\Arg(z)\) has only one value, compared to \(\arg(z)\) which has many values.
Example 1 – expressing complex numbers in polar form
Express \(z=1-i\) in polar form.
We start by finding the coordinates on the Cartesian plane. For \(z=1-i\), \(x=1\) and \(y=-1\). The point is in the fourth quadrant.
Remember that the polar form of \(z=r\cis(\theta)\). We can start by finding \(r\).
\[\begin{align*} r & = \sqrt{x^{2}+y^{2}}\\
& = \sqrt{1+1}\\
& = \sqrt{2}
\end{align*}\]
Putting it altogether:
\[\begin{align*} z & = r\cis(\theta)\\
& = \sqrt{2}\cis\left(-\frac{\pi}{4}\right)
\end{align*}\]
Express \(2\cis\left( \frac{4\pi}{3} \right) \) in the form \(x+yi\).
To convert from polar to rectangular form, we start by expanding out the \(\cis\) term to \(\cos+\sin\), then simplify.
\[\begin{align*} 2\cis\left(\frac{4\pi}{3}\right) & = 2\left( \cos \left(\frac{4\pi}{3} \right)+\sin \left(\frac{4\pi}{3}\right)i \right)\\
& = 2\times\left(-\frac{1}{2}\right)+2\times\left(-\frac{\sqrt{3}}{2}\right)i\\
& = -1-\sqrt{3}i
\end{align*}\]
Exercise – expressing complex numbers in polar form
Find the polar form (in radians) of the following complex numbers.
\(z=-1+i\)
\(z=-\sqrt{3}+i\)
\(z=-3i\)
\(z=-2-4i\)
Express the following complex numbers in rectangular form.
\(3\cis\left(\dfrac{\pi}{4}\right)\)
\(\sqrt{7}\cis(\pi)\)
\(8\cis\left(\dfrac{\pi}{2}\right)\)
\(10\cis(0.41)\)
If \(z=2+i\) and \(w=1-4i\), find the polar form (in radians) of the following complex numbers.
\(\left| z \right|\)
\(\left| w \right|\)
\(\Arg(z)\)
\(\left| \overline{w} \right|\)
\(\Arg(zw)\)
\(zw\)
\(\sqrt{2}\cis\left(\dfrac{3\pi}{4}\right)\)
\(2\cis\left(\dfrac{5\pi}{6}\right)\)
\(3\cis\left(-\dfrac{\pi}{2}\right)\)
\(\sqrt{20}\cis(-1.11)\)
\(\dfrac{3\sqrt{2}}{2}+\dfrac{3\sqrt{2}}{2}i\)
\(-\sqrt{7}\)
\(8i\)
\(9.2+4i\)
\(\sqrt{5}\)
\(\sqrt{17}\)
\(0.46\)
\(\sqrt{17}\)
\(-0.86\)
\(\sqrt{85}\cis(-0.86)\)
Operations on complex numbers in polar form
To add and subtract complex numbers, they must be converted from polar form to rectangular form.
For multiplication and division, we use a trigonometric identity.
To multiply:
Example 1 – performing operations on complex numbers in polar form
If \(z_{1}=2\cis\left(\dfrac{\pi}{4}\right)\) and \(z_{2}=-3\cis\left(\dfrac{5\pi}{6}\right)\), find \(z_{1}z_{2}\) in polar form, where \(-\pi\leq\theta\leq\pi\).
\[\begin{align*} z_{1}z_{2} & = 2\cis\left(\frac{\pi}{4}\right) \times \left(-3\cis\left(\frac{5\pi}{6}\right)\right)\\
& = -6\cis\left(\frac{\pi}{4}+\frac{5\pi}{6}\right)\\
& = -6\cis\left(\frac{13\pi}{12}\right)\\
& = -6\cis\left(\frac{-11\pi}{12}\right)\quad\textrm{since }-\pi\leq\theta\leq\pi
\end{align*}\]
If \(u=1+3i\) and \(v=2-i\), find \(\dfrac{u}{v}\) in polar form, where \(-\pi\leq\theta\pi\).
There are two approaches to solving this problem. You can use the trigonometric identity, or divide \(u\) and \(v\) in their rectangular forms using the complex conjugate of \(v\). First, let's use the trigonometric identity.
For \(u=1+3i\), \(x=1\) and \(y=3\). We can calculate \(r\) and \(\theta\).
\[\begin{align*} r & = \sqrt{x^{2}+y^{2}}\\
& = \sqrt{1^{2}+2^{2}}\\
& = \sqrt{10}
\end{align*}\] \[\begin{align*} \theta & = \tan^{-1}\left( \frac{y}{x} \right)\\
& = \tan^{-1} \left( \frac{3}{1} \right)\\
& = 1.25
\end{align*}\]
So, \(u=\sqrt{10}\cis(1.25)\).
For \(v=2-i\), \(x=2\) and \(y=-1\). We can calculate \(r\) and \(\theta\).
\[\begin{align*} r & = \sqrt{2^{2}+(-1)^{2}}\\
& = \sqrt{5}
\end{align*}\] \[\begin{align*} \theta & = \tan^{-1}\left( \frac{-1}{2} \right)\\
& = -0.46
\end{align*}\]
Now, let's use the other method and complete the division first.
\[\begin{align*} \frac{u}{v} & = \frac{1+3i}{2-i}\\
& = \frac{1+3i}{2-i} \times \frac{2+i}{2+i}\\
& = \frac{(1+3i)(2+i)}{(2-i)(2+i)}\\
& = \frac{2+i+6i+3i^{2}}{4+1}\\
& = \frac{2+7i-3}{5}\\
& = \frac{-1+7i}{5}\\
& = -\frac{1}{5}+\frac{7}{5}i
\end{align*}\]
Here, \(x=-\dfrac{1}{5}\) and \(y=\dfrac{7}{5}\). We can find \(r\) and \(\theta\) to convert the complex number into its polar form.
\[\begin{align*} r & = \sqrt{ \left( -\frac{1}{5} \right)^{2} + \left(\frac{7}{5} \right)^{2}}\\
& = \sqrt{2}
\end{align*}\] \[\begin{align*} \theta & = \tan^{-1}\left(\frac{\frac{7}{5}}{-\frac{1}{5}}\right)\\
& = 1.71
\end{align*}\]
So, \(\dfrac{u}{v}=\sqrt{2}\cis(1.71)\).
Exercise – performing operations on complex numbers in polar form