Skip to main content

Complex Numbers

Complex numbers are numbers that consist of a real part and an imaginary part often in the form of a+bia + bi where aa is the real part, bb is the coefficient of the imaginary part, and ii is the imaginary unit which is defined as i=1i = \sqrt{-1}.

We can combine our knowledge of trigonometry and complex numbers together to express complex numbers in polar form and perform operations such as finding products, quotients, powers, and roots of complex numbers. This gives us a new perspective on complex numbers and allows us to solve problems that would be difficult or impossible to solve using only rectangular form.

Graphing Complex Numbers

Plotting complex numbers of the form a+bia + bi on a coordinate plane is similar to plotting points in a Cartesian coordinate system with the exception that the horizontal axis represents the real part aa and the vertical axis represents the imaginary part bibi.

Example\underline{Example}

Plot the complex number 1+5i1 + 5i on the complex plane.

From the origin, we move 1 unit to the right because a=1a = 1 and then move 5 units up because b=5b = 5. The point (1,5)(1, 5) represents the complex number 1+5i1 + 5i on the complex plane.

Plotting Complex Numbers
Fig. 1 - Plotting Complex Numbers

Absolute Value

The absolute value of a complex number a+bia + bi is the same as the magnitude or z|z|. This means that the absolute value of a complex number is the measure of the distance from the origin to the point (a,b)(a, b) on the complex plane. So, Given z=a+biz = a + bi, a complex number, the absolute value of zz is defined as z=aa2a2+b2|z| = \sqrt{\vphantom{a^{a^2}} a^2 + b^2}.

Example\underline{Example}

Find the absolute value of the complex number z=125iz = 12 - 5i.

To find the absolute value of zz, we use the formula z=aa2a2+b2|z| = \sqrt{\vphantom{a^{a^2}} a^2 + b^2} where a=12a = 12 and b=5b = -5.

z=aa2122+(5)2=a2144+25=a2169=13|z| = \sqrt{\vphantom{a^{a^2}} 12^2 + (-5)^2} = \sqrt{\vphantom{a^2} 144 + 25} = \sqrt{\vphantom{a^2} 169} = 13

So, the absolute value of the complex number z=125iz = 12 - 5i is 1313.

note

We often use the term modulus to represent the absolute value of a complex number, or the distance from the origin to the point (a,b)(a, b) on the complex plane.

Complex Numbers in Polar Form

The polar form of a complex number is another way to express complex numbers using trigonometric functions. A complex number in polar form expresses a number in terms of an angle θ\theta and its distance from the origin rr.

Complex Numbers in Polar Form
Fig. 2 - Complex Numbers in Polar Form

Considering the complex number z=x+yiz = x + yi is expressed in rectangular form, we can use the same trigonometric relationships to convert it to polar form. Thse identities are...

  1. x=rcos(θ)x = r \cos(\theta)
  2. y=rsin(θ)y = r \sin(\theta)
  3. r=aa2x2+y2r = \sqrt{\vphantom{a^{a^2}} x^2 + y^2}

We can substitute these identities into the rectangular form of a complex number, z=x+yiz = x + yi, to get the following conversion...

z=x+yi=rcosθ+rsinθ(i)=r(cosθ+isinθ)\begin{array}{ccccccccccccc} z &=& x + yi \\[1em] &=& r \cos \theta + r \sin \theta (i) \\[1em] &=& r (\cos\theta + i \sin \theta) \end{array}

The polar form is written as z=r(cosθ+isinθ)z = r (\cos\theta + i \sin \theta) where rr is the modulus (or absolute value) of the complex number and θ\theta is the argument (or angle) of the complex number.

Example\underline{Example}

Express z=3+iz = \sqrt{3} + i in polar form.

We can find the modulus rr first using the formula r=aa2x2+y2r = \sqrt{\vphantom{a^{a^2}} x^2 + y^2} where x=3x = \sqrt{3} and y=1y = 1.

r=aa2(3)2+12=a23+1=a24=2r = \sqrt{\vphantom{a^{a^2}} (\sqrt{3})^2 + 1^2} = \sqrt{\vphantom{a^2} 3 + 1} = \sqrt{\vphantom{a^2} 4} = 2

Next, we can find the argument θ\theta using either cosθ=xr\cos \theta = \frac{x}{r} or sinθ=yr\sin \theta = \frac{y}{r}. We will use cosθ=xr\cos \theta = \frac{x}{r}...

cosθ=xr=32θ=π6\cos \theta = \dfrac{x}{r} = \dfrac{\sqrt{3}}{2} \rightarrow \theta = \dfrac{\pi}{6}

Now that we have both rr and θ\theta, we can substitute them into the polar form equation z=r(cosθ+isinθ)z = r (\cos\theta + i \sin \theta).

So, z=3+iz = \sqrt{3} + i in polar form is z=2(cos(π6)+isin(π6))z = 2 \left( \cos \left(\dfrac{\pi}{6}\right) + i \sin \left(\dfrac{\pi}{6}\right) \right).

note

We often use the abbreviation rcisθr \:\text{cis}\: \theta to represent r(cosθ+isinθ)r (\cos\theta + i \sin \theta) due to its frequent use in polar form.

Converting from Polar to Rectangular Form

We can also convert back from polar form to rectangular form by evaluating cosθ\cos \theta and sinθ\sin \theta to eliminate θ\theta and then distributing rr to eliminate rr.

Example\underline{Example}

Convert the complex number to rectangular form: z=4(cos11π6+isin11π6)z = 4 \left( \cos \dfrac{11\pi}{6} + i \sin \dfrac{11\pi}{6} \right).

We can start by evaluating cos11π6\cos \dfrac{11\pi}{6} and sin11π6\sin \dfrac{11\pi}{6}.

z=4(cos11π6+isin11π6)=4(32+i(12))z = 4 \left( \cos \dfrac{11\pi}{6} + i \sin \dfrac{11\pi}{6} \right) = 4 \left( \dfrac{\sqrt{3}}{2} + i \left(-\dfrac{1}{2}\right) \right)

Now we can distribute 44 to eliminate rr.

z=4(32+i(12))=232iz = 4 \left( \dfrac{\sqrt{3}}{2} + i \left(-\dfrac{1}{2}\right) \right) = 2\sqrt{3} - 2i

So, the rectangular form of the complex number is z=232iz = 2\sqrt{3} - 2i.

Finding Products

Now that we can convert between rectangular and polar forms of complex numbers, we can use the polar form to apply various operations on complex numbers. The first operation we will look at is finding the product of two complex numbers in polar form.

If z1=r1(cosθ1+isinθ1)z_1 = r_1 (\cos \theta_1 + i \sin \theta_1) and z2=r2(cosθ2+isinθ2)z_2 = r_2 (\cos \theta_2 + i \sin \theta_2), then the product of z1z_1 and z2z_2 is given by z1z2=r1r2(cos(θ1+θ2)+isin(θ1+θ2))z_1 z_2 = r_1 r_2 \left( \cos(\theta_1 + \theta_2) + i \sin(\theta_1 + \theta_2) \right). This means to multiply two complex numbers in polar form, we multiply their moduli and add their arguments.

Example\underline{Example}

Find the product of z1z2z_1z_2 where z1=4(cos(80)+isin(80))z_1 = 4 \left(\cos \left(80^\circ \right) + i \sin \left(80^\circ \right) \right) and z2=2(cos(145)+isin(145))z_2 = 2 \left( \cos \left(145^\circ \right) + i \sin \left(145^\circ \right) \right).

To find the product of z1z_1 and z2z_2, we can use the formula for multiplying complex numbers in polar form...

z1z2=r1r2(cos(θ1+θ2)+isin(θ1+θ2))=42(cos(80+145)+isin(80+145))=8(cos(225)+isin(225))=8(22+i(22))=42(42)i\begin{array}{ccccccccccccccccccc} z_1 z_2 &=& r_1 r_2 \left( \cos(\theta_1 + \theta_2) + i \sin(\theta_1 + \theta_2) \right) \\[1em] &=& 4 \cdot 2 \left( \cos(80^\circ + 145^\circ) + i \sin(80^\circ + 145^\circ) \right) \\[1em] &=& 8 \left( \cos(225^\circ) + i \sin(225^\circ) \right) \\[1em] &=& 8 \left( -\dfrac{\sqrt{2}}{2} + i \left(-\dfrac{\sqrt{2}}{2}\right) \right) \\[1em] &=& -4\sqrt{2} - \left(4\sqrt{2}\right) i \end{array}

So, the product of z1z_1 and z2z_2 is 42(42)i-4\sqrt{2} - \left(4\sqrt{2}\right) i.

Finding Quotients

Similar to finding the product of two complex numbers in polar form, we can find the quotient of complex numbers in polar form by dividing their moduli and subtracting their arguments. This is because if z1=r1(cosθ1+isinθ1)z_1 = r_1 (\cos \theta_1 + i \sin \theta_1) and z2=r2(cosθ2+isinθ2)z_2 = r_2 (\cos \theta_2 + i \sin \theta_2), then the quotient of z1z_1 and z2z_2 is given by z1z2=r1r2(cos(θ1θ2)+isin(θ1θ2))\dfrac{z_1}{z_2} = \dfrac{r_1}{r_2} \left( \cos(\theta_1 - \theta_2) + i \sin(\theta_1 - \theta_2) \right).

Example\underline{Example}

Find the quotient of z1z2\dfrac{z_1}{z_2} where z1=23(cos(150)+isin(150))z_1 = 2\sqrt{3} \left(\cos \left(150^\circ \right) + i \sin \left(150^\circ \right) \right) and z2=2(cos(30)+isin(30))z_2 = 2 \left( \cos \left(30^\circ \right) + i \sin \left(30^\circ \right) \right).

To find the quotient of z1z_1 and z2z_2, we can use the formula for dividing complex numbers in polar form...

z1z2=r1r2(cos(θ1θ2)+isin(θ1θ2))=232(cos(15030)+isin(15030))=3(cos(120)+isin(120))=3(12+i(32))=32+32i\begin{array}{ccccccccccccccccccc} \dfrac{z_1}{z_2} &=& \dfrac{r_1}{r_2} \left( \cos(\theta_1 - \theta_2) + i \sin(\theta_1 - \theta_2) \right) \\[1em] &=& \dfrac{2\sqrt{3}}{2} \left( \cos(150^\circ - 30^\circ) + i \sin(150^\circ - 30^\circ) \right) \\[1em] &=& \sqrt{3} \left( \cos(120^\circ) + i \sin(120^\circ) \right) \\[1em] &=& \sqrt{3} \left( -\dfrac{1}{2} + i \left(\dfrac{\sqrt{3}}{2}\right) \right) \\[1em] &=& -\dfrac{\sqrt{3}}{2} + \dfrac{3}{2} i \end{array}

So, the quotient of z1z_1 and z2z_2 is 32+32i-\dfrac{\sqrt{3}}{2} + \dfrac{3}{2} i.

Finding Powers

Finding the power of a complex number is also made easier using polar form. If z=r(cosθ+isinθ)z = r (\cos \theta + i \sin \theta), then the power of zz is given by zn=rn(cos(nθ)+isin(nθ))z^n = r^n \left( \cos(n\theta) + i \sin(n\theta) \right) where nn is a positive integer. This means to raise a complex number in polar form to a power, we raise its modulus to that power and multiply its argument by that power.

Example\underline{Example}

Evaluate the expression (1+i)5\left( 1 + i \right)^5.

To evaluate (1+i)5\left( 1 + i \right)^5, we can first convert 1+i1 + i to polar form. We can find the modulus rr using the formula r=aa2x2+y2r = \sqrt{\vphantom{a^{a^2}} x^2 + y^2} where x=1x = 1 and y=1y = 1.

r=aa212+12=a21+1=a22r = \sqrt{\vphantom{a^{a^2}} 1^2 + 1^2} = \sqrt{\vphantom{a^2} 1 + 1} = \sqrt{\vphantom{a^2} 2}

Next, we can find the argument θ\theta using either cosθ=xr\cos \theta = \dfrac{x}{r} or sinθ=yr\sin \theta = \dfrac{y}{r}. We will use cosθ=xr\cos \theta = \dfrac{x}{r}...

cosθ=xr=12=22θ=π4\cos \theta = \dfrac{x}{r} = \dfrac{1}{\sqrt{2}} = \dfrac{\sqrt{2}}{2} \rightarrow \theta = \dfrac{\pi}{4}

Now that we have both rr and θ\theta, we can substitute them into the polar form equation z=r(cosθ+isinθ)z = r (\cos\theta + i \sin \theta). So, 1+i1 + i in polar form is z=2(cos(π4)+isin(π4))z = \sqrt{2} \left( \cos \left(\dfrac{\pi}{4}\right) + i \sin \left(\dfrac{\pi}{4}\right) \right).

We can now use the formula for finding the power of a complex number in polar form to evaluate (1+i)5\left( 1 + i \right)^5...

zn=rn(cos(nθ)+isin(nθ))=(2)5(cos(5π4)+isin(5π4))=32(cos(5π4)+isin(5π4))=42(22+i(22))=44i\begin{array}{ccccccccccccccccccc} z^n &=& r^n \left( \cos(n\theta) + i \sin(n\theta) \right) \\[1em] &=& \left(\sqrt{2}\right)^5 \left( \cos\left(5 \cdot \dfrac{\pi}{4}\right) + i \sin\left(5 \cdot \dfrac{\pi}{4}\right) \right) \\[1em] &=& \sqrt{32} \left( \cos\left(\dfrac{5\pi}{4}\right) + i \sin\left(\dfrac{5\pi}{4}\right) \right) \\[1em] &=& 4\sqrt{2} \left( -\dfrac{\sqrt{2}}{2} + i \left(-\dfrac{\sqrt{2}}{2}\right) \right) \\[1em] &=& -4 - 4i \end{array}

So, the value of (1+i)5\left( 1 + i \right)^5 is 44i-4 - 4i.

Finding Roots

Finally, to find the nthn^{th} root of a complex number in polar form, we can use the formula z1/n=r1/n(cos(θn+2kπn)+isin(θn+2kπn))z^{1/n} = r^{1/n} \left( \cos\left(\dfrac{\theta}{n} + \dfrac{2k\pi}{n}\right) + i \sin\left(\dfrac{\theta}{n} + \dfrac{2k\pi}{n}\right) \right) where k=0,1,2,,n1k = 0, 1, 2, \ldots, n-1. We add 2kπn\dfrac{2k\pi}{n} to θn\dfrac{\theta}{n} to account for and obtain all the periodic roots of the complex number. This means to find the nthn^{th} root of a complex number in polar form, we take the nthn^{th} root of its modulus and divide its argument by nn while adding 2kπn\dfrac{2k\pi}{n} for each integer value of kk from 00 to n1n-1.

Example\underline{Example}

Find the four fourth roots of 16(cos(120)+isin(120))16 \left( \cos \left (120^\circ \right) + i \sin \left (120^\circ \right) \right).

Let's begin by substituting the known values into the formula to obtain a general expression for the roots...

z1/n=r1/n(cos(θn+2kπn)+isin(θn+2kπn))=161/4(cos(1204+2kπ4)+isin(1204+2kπ4))=2(cos(30+π2k)+isin(30+π2k))=2(cos(π6+π2k)+isin(π6+π2k))=2(cos(π6+3π6k)+isin(π6+3π6k))\begin{array}{ccccccccccccccccccc} z^{1/n} &=& r^{1/n} \left( \cos\left(\dfrac{\theta}{n} + \dfrac{2k\pi}{n}\right) + i \sin\left(\dfrac{\theta}{n} + \dfrac{2k\pi}{n}\right) \right) \\[1.5em] &=& 16^{1/4} \left( \cos\left(\dfrac{120^\circ}{4} + \dfrac{2k\pi}{4}\right) + i \sin\left(\dfrac{120^\circ}{4} + \dfrac{2k\pi}{4}\right) \right) \\[1.5em] &=& 2 \left( \cos\left(30^\circ + \dfrac{\pi}{2} k\right) + i \sin\left(30^\circ + \dfrac{\pi}{2} k\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{\pi}{6} + \dfrac{\pi}{2} k\right) + i \sin\left(\dfrac{\pi}{6} + \dfrac{\pi}{2} k\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} k\right) + i \sin\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} k\right) \right) \end{array}

We know that there will be four roots since n=4n = 4. These roots can be found by substituting k=0,1,2,3k = 0, 1, 2, 3 into the general expression we just found. For k=0k = 0...

z1/4=2(cos(π6+3π6k)+isin(π6+3π6k))=2(cos(π6+3π6(0))+isin(π6+3π6(0)))=2(cos(π6)+isin(π6))=2(32+i(12))=3+i\begin{array}{ccccccccccccccccccc} z^{1/4} &=& 2 \left( \cos\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} k\right) + i \sin\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} k\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} (0)\right) + i \sin\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} (0)\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{\pi}{6}\right) + i \sin\left(\dfrac{\pi}{6}\right) \right) \\[1.5em] &=& 2 \left( \dfrac{\sqrt{3}}{2} + i \left(\dfrac{1}{2}\right) \right) \\[1.5em] &=& \sqrt{3} + i \end{array}

For k=1k = 1...

z1/4=2(cos(π6+3π6k)+isin(π6+3π6k))=2(cos(π6+3π6(1))+isin(π6+3π6(1)))=2(cos(4π6)+isin(4π6))=2(cos(2π3)+isin(2π3))=2(12+i(32))=1+3i\begin{array}{ccccccccccccccccccc} z^{1/4} &=& 2 \left( \cos\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} k\right) + i \sin\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} k\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} (1)\right) + i \sin\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} (1)\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{4\pi}{6}\right) + i \sin\left(\dfrac{4\pi}{6}\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{2\pi}{3}\right) + i \sin\left(\dfrac{2\pi}{3}\right) \right) \\[1.5em] &=& 2 \left( -\dfrac{1}{2} + i \left(\dfrac{\sqrt{3}}{2}\right) \right) \\[1.5em] &=& -1 + \sqrt{3} i \end{array}

For k=2k = 2...

z1/4=2(cos(π6+3π6k)+isin(π6+3π6k))=2(cos(π6+3π6(2))+isin(π6+3π6(2)))=2(cos(π6+6π6)+isin(π6+6π6))=2(cos(7π6)+isin(7π6))=2(32+i(12))=3i\begin{array}{ccccccccccccccccccc} z^{1/4} &=& 2 \left( \cos\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} k\right) + i \sin\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} k\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} (2)\right) + i \sin\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} (2)\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{\pi}{6} + \dfrac{6\pi}{6}\right) + i \sin\left(\dfrac{\pi}{6} + \dfrac{6\pi}{6}\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{7\pi}{6}\right) + i \sin\left(\dfrac{7\pi}{6}\right) \right) \\[1.5em] &=& 2 \left( -\dfrac{\sqrt{3}}{2} + i \left(-\dfrac{1}{2}\right) \right) \\[1.5em] &=& -\sqrt{3} - i \end{array}

Finally, for k=3k = 3...

z1/4=2(cos(π6+3π6k)+isin(π6+3π6k))=2(cos(π6+3π6(3))+isin(π6+3π6(3)))=2(cos(π6+9π6)+isin(π6+9π6))=2(cos(10π6)+isin(10π6))=2(cos(5π3)+isin(5π3))=2(12+i(32))=13i\begin{array}{ccccccccccccccccccc} z^{1/4} &=& 2 \left( \cos\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} k\right) + i \sin\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} k\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} (3)\right) + i \sin\left(\dfrac{\pi}{6} + \dfrac{3\pi}{6} (3)\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{\pi}{6} + \dfrac{9\pi}{6}\right) + i \sin\left(\dfrac{\pi}{6} + \dfrac{9\pi}{6}\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{10\pi}{6}\right) + i \sin\left(\dfrac{10\pi}{6}\right) \right) \\[1.5em] &=& 2 \left( \cos\left(\dfrac{5\pi}{3}\right) + i \sin\left(\dfrac{5\pi}{3}\right) \right) \\[1.5em] &=& 2 \left( \dfrac{1}{2} + i \left(-\dfrac{\sqrt{3}}{2}\right) \right) \\[1.5em] &=& 1 - \sqrt{3} i \end{array}

So, the four fourth roots of 16(cos(120)+isin(120))16 \left( \cos \left (120^\circ \right) + i \sin \left (120^\circ \right) \right) are 3+i\sqrt{3} + i, 1+3i-1 + \sqrt{3} i, 3i-\sqrt{3} - i, and 13i1 - \sqrt{3} i.