Skip to main content
Logo image

Trigonometry

Section 10.4 Polar Form for Complex Numbers

Subsection Introduction

In Section 10.3 we represented the sum of two complex numbers graphically as a vector addition. Is there a way to visualize the product or quotient of two complex numbers? One way to explore a new idea is to consider a simple case. What happens to the vector representing a complex number when we multiply the number by \(i\text{?}\)

Example 10.61.

Represent \(~z=2+3i~\) and \(~iz=2i-3~\) as vectors in the complex plane.
Solution.
The vectors are shown at right. We see that multiplication by \(i\) corresponds to rotating the vector around the origin by \(90\degree\) in the counterclockwise direction.
complex numbers as vectors

Checkpoint 10.62.

  1. Let \(z=1+i,\) and calculate \(iz,~ i^2z,\) and \(i^3z\text{.}\)
  2. Plot \(z,~ iz,~ i^2z,\) and \(i^3z\) as points on the complex plane.
Answer.
  1. \(\displaystyle iz=i-1,~i^2z=-1-i,~i^3z=-i+1\)
  2. rotations of complex number
The previous example suggests that multiplication by a complex number results in a rotation. Polar coordinates are well suited to processes that involve rotation, because they use angles to specify location. Thus, we will next represent complex numbers in an alternate polar form.

Subsection Polar Form

The figure below shows the complex number \(z=3+3i\text{,}\) represented as a vector in the complex plane. The distance \(r\) from the origin to \(z\) is
\begin{equation*} r=\sqrt{3^2+3^2} = 3\sqrt{2} \end{equation*}
and the angle from the real axis to the vector is \(\theta=\dfrac{\pi}{4}\text{.}\)
Using right triangle trigonometry, we see that
\begin{align*} a \amp = 3\sqrt{2}\cos \left(\dfrac{\pi}{4}\right) = 3\sqrt{2} \cdot \dfrac{1}{\sqrt{2}} = 3\\ b \amp = 3\sqrt{2} \sin \left(\dfrac{\pi}{4}\right) = 3\sqrt{2} \cdot \dfrac{1}{\sqrt{2}} = 3 \end{align*}
polar form of complex number
In general, we can write the real and imaginary parts of \(z\) in terms of \(r\) and \(\theta\) as
\begin{equation*} a=r \cos (\theta)~~~~\text{and}~~~~b=r\sin (\theta) \end{equation*}
Thus, the complex number \(z=a+bi\) can also be written as
\begin{equation*} z=(r\cos(\theta))+(r\sin (\theta))i~~~~\text{or}~~~~z=r(\cos(\theta)+i\sin (\theta))\text{.} \end{equation*}

Example 10.63.

Find the polar form for \(z=\sqrt{3} + i\text{.}\)
Solution.
We compute
\begin{equation*} r=\sqrt{a^2+b^2} = \sqrt{3+1} = 2~~~~\text{and}~~~~\tan (\theta) = \dfrac{1}{\sqrt{3}} \end{equation*}
The angle \(\theta\) is in the first quadrant, so
\begin{equation*} \theta = \tan^{-1} \left(\dfrac{1}{\sqrt{3}}\right) = \dfrac{\pi}{6} \end{equation*}
polar form of complex number
Thus,\(~~z= 2\left(\cos \left(\dfrac{\pi}{6}\right) + i\sin \left(\dfrac{\pi}{6}\right)\right)\)

Polar Form for a Complex Number.

The complex number \(z=a+bi\) can be written in the polar form
\begin{equation*} \blert{z=r\left(\cos(\theta)+i\sin (\theta)\right)} \end{equation*}
where \(~~r=\sqrt{a^2+b^2}~~\) and \(\theta\) is defined by
\begin{equation*} a=r \cos (\theta),~~~~b=r\sin (\theta),~~~~0 \le \theta \le 2\pi \end{equation*}
The angle \(\theta\) is called the argument of the complex number, and \(r\) is its length, or modulus.

Checkpoint 10.64.

Find the polar form for \(w=1+i\sqrt{3}\text{.}\)
Answer.
\(w=2\left(\cos \dfrac{\pi}{3} + i\sin \dfrac{\pi}{3}\right)\)
Of course, we can always recover the Cartesian form of a complex number from its polar form by evaluating the trigonometric functions. We’ll check the result of the previous example:
\begin{align*} z \amp = 2\left(\cos \left(\dfrac{\pi}{6}\right) + i\sin \left(\dfrac{\pi}{6}\right)\right)\\ \amp = 2\left(\dfrac{\sqrt{3}}{2} + i \cdot \dfrac{1}{2}\right) = \sqrt{3} + i \end{align*}

Subsection Products and Quotients in Polar Form

The polar form is especially convenient for computing the product or quotient of two complex numbers.

Product in Polar Form.

If \(z_1=r(\cos (\alpha)+i\sin (\alpha))\) and \(z_2=R(\cos (\beta)+i\sin (\beta))\text{,}\) then
\begin{equation*} \blert{z_1z_2=rR\left((\cos (\alpha + \beta) + i \sin (\alpha + \beta)\right)} \end{equation*}
This formula, which you will prove in the Homework Problems, says that the product of two complex numbers in polar form is the complex number with modulus \(rR\) and argument \(\alpha + \beta\text{.}\) Thus, to find the product of two complex numbers, we multiply their lengths and add their arguments.

Example 10.65.

Find the product of \(z= 2\left(\cos \left(\dfrac{\pi}{6}\right) + i\sin \left(\dfrac{\pi}{6}\right)\right)\) and \(w= 2\left(\cos \left(\dfrac{\pi}{3}\right) + i\sin \left(\dfrac{\pi}{3}\right)\right)\text{.}\)
Solution.
We multiply the moduli, \(2 \cdot 2 =4\text{,}\) and add the arguments, \(\dfrac{\pi}{6}+\dfrac{\pi}{3} = \dfrac{\pi}{2}\text{.}\) The polar form of the product is thus
\begin{equation*} zw=4\left(\cos \left(\dfrac{\pi}{2}\right) + i\sin \left(\dfrac{\pi}{2}\right)\right) = 4i \end{equation*}
Note that \(z\) and \(w\) are the numbers from the previous Example and Exercise, namely \(z=\sqrt{3} + i\) and \(w=1+i\sqrt{3}\text{.}\) You can compute the product \(zw\) in Cartesian form to check that you get the same result, \(4i\text{.}\)
The figure at right shows the graphs of \(z\) and \(w\text{,}\) and their product, \(zw\text{.}\) You can see that multiplying \(z\) by \(w\) rotates the graph of \(z\) by the argument of \(w\text{,}\) namely \(\dfrac{\pi}{3}\) or \(60\degree\text{.}\)
product of complex numbers

Checkpoint 10.66.

  1. Find the polar forms of \(z=3+3i\) and \(w=-2+2i\text{.}\)
  2. Compute the product \(zw\text{.}\)
Answer.
  1. \(z=3\sqrt{2}\left(\cos \left(\dfrac{\pi}{4}\right) + i\sin \left(\dfrac{\pi}{4}\right)\right)\text{,}\) \(~w=2\sqrt{2}\left(\cos \left(\dfrac{5\pi}{4}\right) + i\sin \left(\dfrac{5\pi}{4}\right)\right)\)
  2. \(\displaystyle -12i\)
The quotient of two complex numbers in polar form is computed in a similar fashion.

Quotient in Polar Form.

If \(z_1=r\left(\cos \left(\alpha\right)+i\sin \left(\alpha\right)\right)\) and \(z_2=R\left(\left(\cos \beta\right)+i\sin \left(\beta\right)\right)\text{,}\) then
\begin{equation*} \blert{ \dfrac{z_1}{z_2}=\dfrac{r}{R}(\cos (\alpha - \beta) + i \sin (\alpha - \beta))} \end{equation*}

Example 10.67.

Find the quotient of \(z= 2\left(\cos \left(\dfrac{\pi}{6}\right) + i\sin \left(\dfrac{\pi}{6}\right)\right)\) and \(w= 2\left(\cos \left(\dfrac{\pi}{3}\right) + i\sin \left(\dfrac{\pi}{3}\right)\right)\text{.}\)
Solution.
We divide the moduli, \(\dfrac{2}{2} = 1\text{,}\) and subtract the arguments, \(\dfrac{\pi}{6}-\dfrac{\pi}{3} = \dfrac{-\pi}{6}\text{.}\)
The polar form of the quotient is thus
\begin{equation*} \dfrac{z}{w}=1\left(\cos \left(\dfrac{-\pi}{6}\right) + i\sin \left(\dfrac{-\pi}{6}\right)\right)=\dfrac{\sqrt{3}}{2} - \dfrac{1}{2} i \end{equation*}
The figure at right shows the graphs of \(z,~w\text{,}\) and the quotient \(\dfrac{z}{w}\text{.}\)
quotient of complex numbers

Checkpoint 10.68.

Compute the quotient \(\dfrac{z}{w}\) for \(z=3+3i\) and \(2=-2+2i\text{.}\)
Answer.
\(\dfrac{-3}{2}\)

Subsection Powers and Roots of Complex Numbers

Because raising to a power is just repeated multiplication, we can also use the polar form to simplify powers of a complex number. For example, if \(z=r(\cos(\alpha)+i\sin (\alpha))\text{,}\) then
\begin{equation*} z^2=z \cdot z = r \cdot r(\cos(\alpha+ \alpha) +i\sin (\alpha + \alpha)) \end{equation*}
We compute \(z^2\) by squaring the modulus, \(r\text{,}\) and doubling the argument, \(\alpha\text{,}\) so the polar form is
\begin{equation*} z^2= r^2(\cos (2\alpha)+i\sin (2\alpha)) \end{equation*}
An analogous result holds for all positive integers \(n\text{,}\) and is known as De Moivre’s Theorem.

De Moivre’s Theorem.

If \(z=r(\cos(\alpha)+i\sin (\alpha))\) is a complex number in polar form, and \(n\) is a positive integer, then
\begin{equation*} \blert{z^n= r^n(\cos (n\alpha)+i\sin (n\alpha))} \end{equation*}

Example 10.69.

Raise \(z=\sqrt{3} + i\) to the fourth power.
Solution.
We use the polar form, \(z= 2\left(\cos \left(\dfrac{\pi}{6}\right) + i\sin \left(\dfrac{\pi}{6}\right)\right)\text{,}\) and apply De Moivre’s theorem. Then
\begin{align*} z^4 \amp = 2^4\left(\cos \left(4 \cdot \dfrac{\pi}{6}\right)+i\sin \left(4 \cdot \dfrac{\pi}{6}\right)\right)\\ \amp=16\left(\cos \left(\dfrac{2\pi}{3}\right) + i\sin \left(\dfrac{2\pi}{3}\right)\right) \end{align*}
The Cartesian form of \(z^4\) is thus \(16\left(\dfrac{-1}{2} + i\dfrac{\sqrt{3}}{2}\right)\text{,}\) or \(-8+8i\sqrt{3}\text{.}\) You can check that you get this same result if you compute \(\left(\sqrt{3} + i\right)^4\) by expanding the power.

Checkpoint 10.70.

Compute \(w^3\text{,}\) for \(w=-\sqrt{2}+\sqrt{2}i\text{.}\)
Answer.
\(4\sqrt{2}+4\sqrt{2} i\)
DeMoivre’s Theorem also works for fractional values of \(n\text{,}\) so we can compute roots of complex numbers. For example, by applying the theorem with \(n=\dfrac{1}{2}\text{,}\) we see that one of the square roots of \(z=r\left(\cos(\alpha)+i\sin (\alpha)\right)\) is
\begin{equation*} z^{1/2}=r^{1/2}\left(\cos \left(\dfrac{\alpha}{2}\right)+i\sin \left(\dfrac{\alpha}{2}\right)\right) \end{equation*}
Now, every number,whether real or complex, has two square roots. To find the other root, remember that we can add a multiple of \(2\pi\) to the argument of \(z\text{,}\) that is, we can also write the polar form of \(z\) as
\begin{equation*} z=r(\cos(\alpha+2\pi)+i\sin (\alpha+2\pi)) \end{equation*}
The second square root of \(z\) is thus
\begin{equation*} r^{1/2}\left(\cos \left(\dfrac{\alpha}{2}+\pi\right)+i\sin \left(\dfrac{\alpha}{2}+\pi\right)\right) \end{equation*}
As an example consider \(w=-8+8i\sqrt{3},\) whose polar form is \(16\left(\cos \left(\dfrac{2\pi}{3}\right) + i\sin\left( \dfrac{2\pi}{3}\right)\right)\text{,}\) or by adding \(2\pi\) to the argument, \(16\left(\cos\left( \dfrac{8\pi}{3}\right) + i\sin \left(\dfrac{8\pi}{3}\right)\right)\text{.}\) The two square roots of \(w\) are
\begin{align*} z_1 \amp = 16^{1/2}\left(\cos \left(\dfrac{\pi}{3}\right) + i\sin \left(\dfrac{\pi}{3}\right)\right)=4\left(\dfrac{1}{2} + i\dfrac{\sqrt{3}}{2}\right) = 2+2i\sqrt{3}\\ z_2\amp=16^{1/2}\left(\cos \left(\dfrac{4\pi}{3}\right) + i\sin \left(\dfrac{4\pi}{3}\right)\right)=4\left(\dfrac{-1}{2} + i\dfrac{-\sqrt{3}}{2}\right) = -2-2i\sqrt{3} \end{align*}
You can verify that both of these numbers are square roots of \(w=-8+8i\sqrt{3}\text{,}\) for instance,
\begin{align*} \left(2+2i\sqrt{3}\right)^2 \amp = 4+2(2)\left(2i\sqrt{3}\right)+12i^2\\ \amp=-8+8i\sqrt{3} \end{align*}
The graphs of \(w\) and its two square roots are shown at right.
square roots of complex number
It is not hard to show that every number has three complex cube roots, four complex fourth roots, and so on.

Example 10.71.

Find three complex cube roots of \(8\text{.}\)
Solution.
One polar form of \(z=8\) is
\begin{equation*} z=8(\cos 0 + i \sin 0) \end{equation*}
so one of its cube roots is
\begin{equation*} z_1=8^{1/3}\left(\cos \left(\dfrac{0}{3}\right) + i \sin \left(\dfrac{0}{3}\right)\right) = 2(\cos 0 + i \sin 0) = 2 \end{equation*}
But by adding multiples of \(2\pi\) to the argument, we can also write the polar form of as
\begin{equation*} z=8(\cos 2\pi + i \sin 2\pi)~~~~\text{and}~~~~z=8(\cos 4\pi + i \sin 4\pi) \end{equation*}
Applying De Moivre’s theorem to each of these expressions gives us two more cube roots
\begin{align*} z_2 \amp = 2\left(\cos \left(\dfrac{2\pi}{3}\right) + i\sin \left(\dfrac{2\pi}{3}\right)\right) = -1+i\sqrt{3}\\ z_3 \amp= 2\left(\cos \left(\dfrac{4\pi}{3}\right) + i\sin \left(\dfrac{4\pi}{3}\right)\right)= -1-i\sqrt{3} \end{align*}
The three roots are shown at right. Note that they are evenly spaced around a circle of radius 2. You can check that adding further muliples of \(2\pi\) to the argument does not generate any new cube roots.
square roots of complex number

Roots of a Complex Number.

A complex number \(z=r(\cos \alpha + i\sin \alpha)\) in polar form has \(n\) complex \(n\)th roots, given by
\begin{equation*} \blert{z_k = r^{1/n}\left(\cos \left(\dfrac{\alpha + 2\pi k}{n}\right) + i\sin \left(\dfrac{\alpha + 2\pi k}{n}\right)\right)} \end{equation*}
for \(k = 0,~1,~2, \cdots,~ n-1\text{.}\)

Checkpoint 10.72.

  1. Write \(i\) in polar form.
  2. Find four complex fourth roots of \(i\text{.}\)
Answer.
  1. \(\displaystyle \cos \left(\dfrac{\pi}{2}\right) + i\sin \left(\dfrac{\pi}{2}\right)\)
  2. \(\cos \left(\dfrac{\pi}{8}\right) + i\sin \left(\dfrac{\pi}{8}\right)\text{,}\) \(~ \cos \left(\dfrac{5\pi}{8}\right) + i\sin \left(\dfrac{5\pi}{8}\right)\text{,}\) \(~ \cos \left(\dfrac{9\pi}{8}\right) + i\sin \left(\dfrac{9\pi}{8}\right)\text{,}\) \(~ \cos \left(\dfrac{13\pi}{8}\right) + i\sin \left(\dfrac{13\pi}{8}\right)\)
Review the following skills you will need for this section.

Algebra Refresher 10.4.

Write with fractional exponents.
  1. \(\displaystyle \sqrt[3]{a}\)
  2. \(\displaystyle \dfrac{1}{\sqrt[4]{n}}\)
  3. \(\displaystyle \sqrt[4]{t^3}\)
  4. \(\displaystyle \sqrt[3]{z^5}\)
  5. \(\displaystyle \dfrac{1}{\sqrt{x+2}}\)
  6. \(\displaystyle \sqrt[3]{(w-1)^2}\)
  7. \(\displaystyle z^3\sqrt[5]{w^4}\)
  8. \(\displaystyle \dfrac{a^2}{\sqrt[4]{b^3}}\)
\(\underline{\qquad\qquad\qquad\qquad}\)
Algebra Refresher Answers
  1. \(\displaystyle a^{1/3}\)
  2. \(\displaystyle n^{-1/4}\)
  3. \(\displaystyle t^{3/4}\)
  4. \(\displaystyle z^{5/3}\)
  5. \(\displaystyle (x+2)^{-1/2}\)
  6. \(\displaystyle (w-1)^{2/3}\)
  7. \(\displaystyle z^3w^{4/5}\)
  8. \(\displaystyle a^2b^{-3/4}\)

Subsection Section 10.4 Summary

Subsubsection Vocabulary

  • Argument
  • Modulus

Subsubsection Concepts

  1. Multiplying a complex number by \(i\) rotates its graph by \(90\degree\) around the origin.
  2. Polar Form for a Complex Number.
    The complex number \(z=a+bi\) can be written in the polar form
    \begin{equation*} z=r(\cos(\theta)+i\sin (\theta)) \end{equation*}
    where
    \begin{equation*} r=\sqrt{a^2+b^2} \end{equation*}
    and \(\theta\) is defined by
    \begin{equation*} a=r \cos (\theta),~~~~b=r\sin (\theta),~~~~0 \le \theta \le 2\pi \end{equation*}
    The angle \(\theta\) is called the argument of the complex number, and \(r\) is its length, or modulus.
  3. Product and Quotient in Polar Form.
    If \(z_1=r(\cos (\alpha)+i\sin (\alpha))\) and \(z_2=R(\cos (\beta)+i\sin (\beta))\text{,}\) then
    \begin{equation*} z_1z_2=rR(\cos (\alpha + \beta) + i \sin (\alpha + \beta)) \end{equation*}
    and
    \begin{equation*} \dfrac{z_1}{z_2}=\dfrac{r}{R}(\cos (\alpha - \beta) + i \sin (\alpha - \beta)) \end{equation*}
  4. De Moivre’s Theorem.
    If \(z=r(\cos(\alpha)+i\sin (\alpha))\) is a complex number in polar form, and \(n\) is a positive integer, then
    \begin{equation*} z^n= r^n(\cos (n\alpha)+i\sin (n\alpha)) \end{equation*}
  5. Roots of a Complex Number.
    A complex number \(z=r(\cos (\alpha) + i\sin (\alpha))\) in polar form has \(n\) complex \(n\)th roots, given by
    \begin{equation*} z_k = r^{1/n}\left(\cos \left(\dfrac{\alpha + 2\pi k}{n}\right) + i\sin \left(\dfrac{\alpha + 2\pi k}{n}\right)\right) \end{equation*}
    for \(k = 0,~1,~2, \cdots,~ n-1\text{.}\)

Subsubsection Study Questions

  1. What happens to the vector representing a complex number when we multiply the number by \(-i\text{?}\)
  2. If \(z=p+qi\text{,}\) what do these expressions represent? \(p^2+q^2,~ p-qi,~ \dfrac{q}{p}\)
  3. If \(z_1\) and \(z_2\) lie on the unit circle, explain why \(z_1z_2\) and \(\dfrac{z_1}{z_2}\) also lie on the unit circle.
  4. Explain how you could use DeMoivre’s theorem to compute \(z^{2/3}\text{.}\)

Subsubsection Skills

  1. Convert from polar form to standard form #5–12
  2. Write a complex number in polar form #13-22
  3. Find the product or quotient of two complex numbers in polar form #25–32
  4. Find a power of a complex number #33–42
  5. Find the complex roots of a number #43–48, 51–52, 55–60

Exercises Homework 10-4

Exercise Group.

For Problems 1–4, simplify and plot each complex number as a point on the complex plane.
1.
\(1,~i,~i^2,~i^3\) and \(i^4\)
2.
\(-1,~-i,~-i^2,~-i^3\) and \(-i^4\)
3.
\(1+2i\) and \(i(1+2i)\)
4.
\(3-4i\) and \(i(3-4i)\)

Exercise Group.

For Problems 5–8, write the complex numbers in standard form. Give exact values for your answers.
5.
\(6\left(\cos \left(\dfrac{2\pi}{3}\right) + i\sin \left(\dfrac{2\pi}{3}\right)\right)\)
6.
\(4\left(\cos \left(\dfrac{7\pi}{4}\right) + i\sin \left(\dfrac{7\pi}{4}\right)\right)\)
7.
\(\sqrt{2}\left(\cos \left(\dfrac{3\pi}{4}\right) + i\sin \left(\dfrac{3\pi}{4}\right)\right)\)
8.
\(\dfrac{3}{2}\left(\cos \left(\dfrac{5\pi}{6}\right) + i\sin \left(\dfrac{5\pi}{6}\right)\right)\)

Exercise Group.

For Problems 9–12, write the complex numbers in standard form. Round your answers to hundredths.
9.
\(5(\cos (5.2) + i\sin (5.2))\)
10.
\(3(\cos (3.5) + i\sin (3.5))\)
11.
\(12(\cos (115\degree) + i\sin (115\degree))\)
12.
\(20(\cos (250\degree) + i\sin (250\degree))\)

Exercise Group.

For Problems 13–16, write the complex numbers in polar form. Give exact values for your answers.
13.
\(3i\) and \(-3i\)
14.
\(2+2i\) and \(2-2i\)
15.
\(-3-\sqrt{3}i\) and \(3-\sqrt{3}i\)
16.
\(2\sqrt{3}+2i\) and \(-2\sqrt{3}+2i\)

Exercise Group.

For Problems 17–22, write the complex numbers in polar form. Round your answers to hundredths.
17.
\(-4+2i\) and \(4-2i\)
18.
\(-3-8i\) and \(3+8i\)
19.
\(9-5i\) and \(9+5i\)
20.
\(2+6i\) and \(2-6i\)
21.
\(3+4i,~ 3-4i,~ -3+4i,\) and \(-3-4i\)
22.
\(1+3i,~ 1-3i,~ -1+3i,\) and \(-1-3i\)

23.

What can you conclude about the polar forms of \(z\) and \(\bar{z}\text{?}\)

24.

What can you conclude about the polar forms of \(z\) and \(-z\text{?}\)

Exercise Group.

For Problems 25–28, find the product \(z_1z_2\) and the quotient \(\dfrac{z_1}{z_2}\text{.}\)
25.
\(z_1=4\left(\cos \left(\dfrac{4\pi}{3}\right) + i\sin \left(\dfrac{4\pi}{3}\right)\right)\) \(z_2=\dfrac{1}{2}\left(\cos \left(\dfrac{5\pi}{6}\right) + i\sin \left(\dfrac{5\pi}{6}\right)\right)\)
26.
\(z_1=6\left(\cos \left(\dfrac{5\pi}{8}\right) + i\sin \left(\dfrac{5\pi}{8}\right)\right)\) \(z_2=\dfrac{3}{2}\left(\cos \left(\dfrac{\pi}{8}\right) + i\sin \left(\dfrac{\pi}{8}\right)\right)\)
27.
\(z_1=3\left(\cos \left(\dfrac{3\pi}{5}\right) + i\sin \left(\dfrac{3\pi}{5}\right)\right)\) \(z_2=2\left(\cos \left(\dfrac{3\pi}{10}\right) + i\sin \left(\dfrac{3\pi}{10}\right)\right)\)
28.
\(z_1=4\left(\cos \left(\dfrac{5\pi}{12}\right) + i\sin \left(\dfrac{5\pi}{12}\right)\right)\) \(z_2=6\left(\cos \left(\dfrac{3\pi}{4}\right) + i\sin \left(\dfrac{3\pi}{4}\right)\right)\)

Exercise Group.

For Problems 29–32, convert the complex number to polar form, then find the product \(z_1z_2\) and the quotient \(\dfrac{z_1}{z_2}\text{.}\)
29.
\(z_1=2i,~z_2=4i\)
30.
\(z_1=-2i,~z_2=3i\)
31.
\(z_1=2\sqrt{3}-2i\text{,}\) \(~z_2=-1+i\)
32.
\(z_1=\sqrt{3}+i\text{,}\) \(~z_2=-1+\sqrt{3}\)

Exercise Group.

For Problems 33–38, find the power.
33.
\((2+2i)^5\)
34.
\((\sqrt{2}-\sqrt{2}i)^6\)
35.
\((-1+\sqrt{3}i)^8\)
36.
\(\left(\dfrac{1}{2}+\dfrac{\sqrt{3}}{2}i\right)^{12}\)
37.
\((\sqrt{3}-i)^{10}\)
38.
\((1-i)^{20}\)

Exercise Group.

For Problems 39–42, use DeMoivre’s theorem to find the reciprocal.
39.
\(2-2i\)
40.
\(3+\sqrt{3}i\)
41.
\(-\sqrt{2}+\sqrt{6}i\)
42.
\(-1-i\)

Exercise Group.

For Problems 43–48,
  1. Find the roots and plot them in the complex plane.
  2. Write the roots in standard form.
43.
The square roots of \(9i\)
44.
The fourth roots of \(-81\)
45.
The fifth roots of \(32\)
46.
The cube roots of \(i\)
47.
The cube roots of \(4\sqrt{3}+4i\)
48.
The square roots of \(-2+2\sqrt{3}i\)

49.

Show that any complex number of the form \(z=\cos(\theta) + i\sin (\theta)\) lies on the unit circle in the complex plane.

50.

Show that if \(\abs{z}=1\text{,}\) then \(\dfrac{1}{z}=\bar{z}\text{.}\)

51.

  1. Find three distinct cube roots of 1.
  2. Find four distinct fourth roots of 1.
  3. Find five distinct fifth roots of 1.
  4. Find six distinct sixth roots of 1.

52.

  1. Find the sum of the three distinct cube roots of 1. (Hint: Plot the roots.)
  2. Find the sum of the four distinct fourth roots of 1.
  3. Find the sum of the five distinct fifth roots of 1.
  4. Find the sum of the six distinct sixth roots of 1.

53.

If \(n\) is a positive integer, define
\begin{equation*} \omega_k = \cos \left(\dfrac{2\pi k}{n}\right) + i\sin \left(\dfrac{2\pi k}{n}\right) \end{equation*}
for \(k = 0,~1,~2,~ \cdots,~ n-1.\) Show that \((\omega_k)^n = 1\text{.}\) (We call \(\omega_k\) an \(n^{th}\) root of unity.)

54.

Let \(\omega = \cos \left(\dfrac{2\pi}{n}\right) + i\sin \left(\dfrac{2\pi}{n}\right)\text{,}\) where \(n\) is a positive integer. Show that the \(n\) distinct \(n^{th}\) roots of unity are \(\omega,~\omega^2,~\omega^3,~ \cdots,~\omega^{n-1}\text{.}\)

Exercise Group.

For Problems 55-60, solve the equation.
55.
\(z^4+4z^2+8=0\)
56.
\(z^6+4z^3+8=0\)
57.
\(z^6-8=0\)
58.
\(z^4-9i=0\)
59.
\(z^4+2z^2+4=0\)
60.
\(z^4-2z^2+4=0\)

61.

  1. Let \(z=\cos(\theta) + i\sin (\theta)\text{.}\) Compute \(z^2\) by expanding the product.
  2. Use DeMoivre’s theorem to compute \(z^2\text{.}\)
  3. Compare your answers to (a) and (b) to write identities for \(\sin (2\theta)\) and \(\cos (2\theta)\text{.}\)

62.

  1. Let \(z=\cos(\theta) + i\sin (\theta)\text{.}\) Compute \(z^3\) by expanding the product.
  2. Use DeMoivre’s theorem to compute \(z^3\text{.}\)
  3. Compare your answers to (a) and (b) to write identities for \(\sin (3\theta)\) and \(\cos (3\theta)\text{.}\)

Exercise Group.

Problems 63 and 64 show that multiplication by \(i\) results in a rotation of \(90\degree\text{.}\)
63.
Suppose that \(z=a+bi\) and that the real numbers \(a\) and \(b\) are both nonzero.
  1. What is the slope of the segment in the complex plane joining the origin to \(z\text{?}\)
  2. What is the slope of the segment in the complex plane joining the origin to \(zi\text{?}\)
  3. What is the product of the slopes of the two segments from parts (a) and (b)? What can you conclude about the angle between the two segments?
64.
Suppose that \(z=a+bi\) and that \(a\) and \(b\) are both real numbers.
  1. If \(a \not= 0\) and \(b=0\text{,}\) then what is the slope of the segment in the complex plane joining the origin to \(z\text{?}\) What is the slope of the segment joining the origin to \(zi\text{?}\)
  2. If \(a = 0\) and \(b \not=0\text{,}\) then what is the slope of the segment in the complex plane joining the origin to \(z\text{?}\) What is the slope of the segment joining the origin to \(zi\text{?}\)
  3. What can you conclude about the angle between the two segments from parts (a) and (b)?

65.

Prove the product rule by following the steps.
  1. Suppose \(z_1=a+bi\) and \(z_2=c+di\text{.}\) Compute \(z_1z_2\text{.}\)
  2. Now suppose that \(z_1=r(\cos (\alpha) +i \sin (\alpha))\) and \(z_2=R(\cos (\beta) +i \sin (\beta))\text{.}\) Write \(a,~b,~c\) and \(d\) in terms of \(r,~R,~\alpha\) and \(\beta\text{.}\)
  3. Substitute your expressions for \(a,~b,~c\) and \(d\) into your formula for \(z_1z_2\text{.}\)
  4. Use the laws of sines and cosines to simplify your answer to part (c).

66.

Let \(z_1=r(\cos (\alpha) +i \sin (\alpha))\) and \(z_2=R(\cos (\beta) +i \sin (\beta))\text{.}\) Prove the quotient rule as follows: Set \(w=\dfrac{r}{R}(\cos (\alpha - \beta) + i\sin (\alpha - \beta)),\) and show that \(z_1=wz_2\text{.}\)