Section 16.15 Complex Numbers/de Moivre's Theorem/Euler's Formula
¶ The Complex Number Plane.
It is often useful to plot complex numbers in the complex number plane . In the plane, the horizontal-coordinate represents the real number part of the complex number and the vertical-coordinate represents the coefficient of the imaginary number part of the complex number.
Example 16.15.1 .
Determine the complex number represented by each of the points plotted in Figure 16.15.2 . In all cases, assume that both coordinates of the point are integers.
Figure 16.15.2. The Complex Number Plane: a+b i
Solution
Point \(A\) represents the complex number \(2+5i\text{.}\)
Point \(B\) represents the complex number \(-4+1 \cdot i\) which simplifies to \(-4+i\text{.}\)
Point \(C\) represents the complex number \(-3+0 \cdot i\) which simplifies to \(-3\text{.}\)
Point \(D\) represents the complex number \(0-5i\) which simplifies to \(-5i\text{.}\)
The Polar Form of Complex Numbers.
For reasons that will be discussed later on this page, it can be advantageous to express points in the complex number plane in the polar form
\begin{equation*}
r(\cos(\theta)+i\sin(\theta)).
\end{equation*}
To convert from the rectangular form of the number, \(a+bi\text{,}\) to the polar form of the number we use the following two equations.
\begin{equation*}
r=\sqrt{a^2+b^2}\,\,\text{and}\,\,\tan(\theta)=\frac{b}{a}
\end{equation*}
We need to use caution when using the inverse tangent key to determine a value for \(\theta\text{.}\) The inverse tangent key always returns a value on the interval \(\left(-\frac{\pi}{\pi},\frac{\pi}{2}\right)\text{,}\) so if the point representing the complex number lies in Quadrant II or Quadrant III, we need to use some sort of reference angle argument in conjunction with the inverse tangent key.
Example 16.15.3 .
Determine a polar form of the number \(-8+8i\text{.}\)
Solution
We'll begin by determining the value of \(r\text{.}\)
\begin{align*}
r\amp=\sqrt{a^2+b^2}\\
\amp=\sqrt{8^2+8^2}\\
\amp=8\sqrt{2}
\end{align*}
We can determine \(\theta\) from the following.
\begin{equation*}
\tan(\theta)=\frac{8}{-8}\,\,\Longrightarrow\,\,\tan(\theta)=-1
\end{equation*}
We cannot say that \(\theta=\tan^{-1}(-1)\text{,}\) because that inverse tangent value resides in Quadrant IV, and the point \((-8,8)\) resides in Quadrant II. However, if we know the unit circle, it's pretty easy to determine a value for \(\theta\text{.}\) From the definition of the tangent function, the tangent value will be \(-1\) anytime the \(x\)-coordinate and \(y\)-coordinate of the point on the unit circle have opposite values. In the second quadrant this occurs at \(\frac{3\pi}{4}\text{.}\) In summary:
\begin{equation*}
-8+8i=8\sqrt{2}\left(\cos\left(\frac{3\pi}{4}\right)+i\sin\left(\frac{3\pi}{4}\right)\right).
\end{equation*}
Example 16.15.4 .
Determine a polar form of the number \(-5\text{.}\)
Solution
Let's begin by determining the value of \(r\text{.}\)
\begin{align*}
r\amp=\sqrt{a^2+b^2}\\
\amp=\sqrt{(-5)^2+0^2}\\
\amp=\sqrt{25}\\
\amp=5
\end{align*}
We don't really need the equation \(\tan(\theta)=\frac{b}{a}\) to determine a value for \(\theta\text{.}\) The point \((-5,0)\) clearly sit atop the terminal side of \(\pi\) when \(\pi\) is drawn in standard position. In conclusion:
\begin{equation*}
-5=5(\cos(\pi)+i\sin(\pi)).
\end{equation*}
Multiplying and Dividing Complex Numbers.
Let \(z_1=r_1(\cos(\theta_1)+i\sin(\theta_1))\) and \(z_2=r_2(\cos(\theta_2)+i\sin(\theta_2))\text{.}\) Then we have the following.
\begin{align*}
z_1z_2\amp=r_1(\cos(\theta_1)+i\sin(\theta_1)) \cdot r_2(\cos(\theta_2)+i\sin(\theta_2))\\
\amp=r_1r_2(\cos(\theta_1)+i\sin(\theta_1))(\cos(\theta_2)+i\sin(\theta_2))\\
\amp=r_1r_2(\cos(\theta_1)\cos(\theta_2)+i\cos(\theta_1)\sin(\theta_2)+i\sin(\theta_1)\cos(\theta_2)-\sin(\theta_1)\sin(\theta_2))\\
\amp=r_1r_2((\cos(\theta_1)\cos(\theta_2)-\sin(\theta_1)\sin(\theta_2))+i(\cos(\theta_1)\sin(\theta_2)+\sin(\theta_1)\cos(\theta_2)))\\
\amp=r_1r_2(\cos(\theta_1+\theta_2)+i\sin(\theta_1+\theta_2))
\end{align*}
We also have the following.
\begin{align*}
\frac{z_1}{z_2}\amp=\frac{r_1(\cos(\theta_1)+i\sin(\theta_1))}{r_2(\cos(\theta_2)+i\sin(\theta_2))}\\
\amp=\frac{r_1(\cos(\theta_1)+i\sin(\theta_1))}{r_2(\cos(\theta_2)+i\sin(\theta_2))} \cdot \frac{(\cos(\theta_2)-i\sin(\theta_2))}{(\cos(\theta_2)-i\sin(\theta_2))} \\
\amp=\frac{r_1(\cos(\theta_1)\cos(\theta_2)-i\cos(\theta_1)\sin(\theta_2)+i\sin(\theta_1)\cos(\theta_2)+\sin(\theta_1)\sin(\theta_2))}{r_2\left(\cos^2(\theta_2)+\sin^2(\theta_2)\right)}\\
\amp=\frac{r_1((\cos(\theta_1)\cos(\theta_2)+\sin(\theta_1)\sin(\theta_2))+i(\sin(\theta_1)\cos(\theta_2)-\cos(\theta_1)\sin(\theta_2)))}{r_2 \cdot 1}\\
\amp=\frac{r_1}{r_2}(\cos(\theta_1-\theta_2)+i\sin(\theta_1-\theta_2))
\end{align*}
Example 16.15.5 .
Let \(z_1=12\left(\cos\left(\frac{5\pi}{6}\right)+i\sin\left(\frac{5\pi}{6}\right)\right)\) and \(z_2=6\left(\cos\left(\frac{\pi}{6}\right)+i\sin\left(\frac{\pi}{6}\right)\right)\text{.}\) Use the formula
\begin{equation*}
z_1z_2=r_1r_2(\cos(\theta_1+\theta_2)+i\sin(\theta_1+\theta_2))
\end{equation*}
to evaluate the product \(z_1z_1\text{.}\) Also, use the formula
\begin{equation*}
\frac{z_1}{z_2}=\frac{r_1}{r_2}(\cos(\theta_1-\theta_2)+i\sin(\theta_1-\theta_2))
\end{equation*}
to evaluate the quotient \(\frac{z_1}{z_2}\text{.}\)
Solution
\begin{align*}
z_1z_2\amp=12 \cdot 6\left(\cos\left(\frac{5\pi}{6}+\frac{\pi}{6}\right)+i\sin\left(\frac{5\pi}{6}+\frac{\pi}{6}\right)\right)\\
\amp=72(\cos(\pi)+i\sin(\pi))\\
\amp=72(-1+i \cdot 0)\\
\amp=-72\\
\frac{z_1}{z_2}\amp=\frac{12}{6}\left(\cos\left(\frac{5\pi}{6}-\frac{\pi}{6}\right)+i\sin\left(\frac{5\pi}{6}-\frac{\pi}{6}\right)\right)\\
\amp=2\left(\cos\left(\frac{2\pi}{3}\right)+i\sin\left(\frac{2\pi}{3}\right)\right)\\
\amp=2\left(-\frac{1}{2}+i \cdot \frac{\sqrt{3}}{2}\right)\\
\amp=-1+i\sqrt{3}
\end{align*}
de Moivre's Theorem.
Let \(z=r(\cos(\theta)+i\sin(\theta))\text{.}\) Then we have the following.
\begin{align*}
z^2\amp=r(\cos(\theta)+i\sin(\theta)) \cdot r(\cos(\theta)+i\sin(\theta))\\
\amp=r^2(\cos(\theta+\theta)+i\sin(\theta+\theta))\\
\amp=r^2(\cos(2\theta)+i\sin(2\theta))
\end{align*}
From that we get the following.
\begin{align*}
z^3\amp=z^2z\\
\amp=r^2(\cos(2\theta)+i\sin(2\theta)) \cdot r(\cos(\theta)+i\sin(\theta))\\
\amp=r^3(\cos(2\theta+\theta)+i\sin(2\theta+\theta))\\
\amp=r^3(\cos(3\theta)+i\sin(3\theta))
\end{align*}
It's fairly easy to imagine this pattern continuing, and we can actually prove that it continues using a technique called proof by induction. This general pattern is called de Moivre's Theorem and is stated below.
\begin{equation*}
z^n=r^n(\cos(n\theta)+i\sin(n\theta)),\,\text{for integer values of}\,n
\end{equation*}
Example 16.15.6 .
Use de Moivre's theorem to determine the value of \(\left(1-i\sqrt{3}\right)^5\text{.}\)
Solution
We first need to establish a polar coordinate form for the number \(1-i\sqrt{3}\text{.}\) We'll begin by determining \(r\text{.}\)
\begin{align*}
r\amp=\sqrt{a^2+b^2}\\
\amp=\sqrt{1^2+\left(-\sqrt{3}\right)^2}\\
\amp=\sqrt{4}\\
\amp=2
\end{align*}
To determine a value for \(\theta\text{,}\) let's begin by observing the following.
\begin{equation*}
\tan(\theta)=\frac{-\sqrt{3}}{1}\,\,\Longrightarrow\,\,\tan(\theta)=-\sqrt{3}
\end{equation*}
On the unit circle we define the tangent value by the ratio \(\frac{y}{x}\text{.}\) This gives us the following.
\begin{equation*}
\tan(\theta)=-\sqrt{3}\,\,\Longrightarrow\,\,\frac{y}{x}=-\sqrt{3}\,\,\Longrightarrow\,\,y=-\sqrt{3}x
\end{equation*}
The number \(1-i\sqrt{3}\) plots to a point in Quadrant IV in the complex plane. So we're looking for an angle In Quadrant IV where the angle intersects the unit circle at a point that satisfies the property that the \(y\)-coordinate is \(-\sqrt{3}\) times the \(x\)-coordinate. One such angle is \(300^{\circ}\text{.}\) Taken all together, we have the following.
\begin{equation*}
1-i\sqrt{3}=2\left(\cos\left(300^{\circ}\right)+i\sin\left(300^{\circ}\right)\right)
\end{equation*}
We're now set to employ de Moivre's theorem.
\begin{align*}
(1-i\sqrt{3})^5\amp=2^5\left(\cos\left(5 \cdot 300^{\circ}\right)+i\sin\left(5 \cdot 300^{\circ}\right)\right)\\
\amp=32\left(\cos\left(1500^{\circ}\right)+i\sin\left(1500^{\circ}\right)\right)\\
\amp=32\left(\cos\left(60^{\circ}\right)+i\sin\left(60^{\circ}\right)\right)\\
\amp=32\left(\frac{1}{2}+i \cdot \frac{\sqrt{3}}{2}\right)\\
\amp=16+16i\sqrt{3}
\end{align*}
Roots of Complex Numbers.
Let
\begin{equation*}
w=r^{1/n}\left(\cos\left(\frac{\theta}{n}\right)+i\sin\left(\frac{\theta}{n}\right)\right)
\end{equation*}
where \(n\) is a positive integer. Then by de Moivre's theorem we have the following.
\begin{align*}
w^n\amp=\left(r^{1/n}\right)^n\left(\cos\left(n \cdot \frac{\theta}{n}\right)+i\sin\left(n \cdot \frac{\theta}{n}\right)\right)\\
\amp=r(\cos(\theta)+i\sin(\theta))
\end{align*}
We have just established that if \(z=\cos(\theta)+i\sin(\theta)\text{,}\) then one \(n^{\text{th}}\) root of \(z\) is
\begin{equation*}
r^{1/n}\left(\cos\left(\frac{\theta}{n}\right)+i\sin\left(\frac{\theta}{n}\right)\right).
\end{equation*}
It turns out that for any positive integer \(n\text{,}\) the complex number \(r(\cos(\theta)+i\sin(\theta))\) has \(n\) \(n^{\text{th}}\) roots and the roots are determined by
\begin{equation*}
r^{1/n}\left(\cos\left(\frac{\theta+2\pi k}{n}\right)+i\sin\left(\frac{\theta+2\pi k}{n}\right)\right)
\end{equation*}
where \(k=1,\,2,\,...,\,k-1\text{.}\)
Example 16.15.7 .
Determine the three third roots of \(8\text{.}\)
Solution
We begin by writing \(8\) in polar form.
\begin{align*}
8\amp=8(1+0i)\\
\amp=8(\cos(0)+i\sin(0))
\end{align*}
So the three third roots of \(8\) are generated by the formula
\begin{equation*}
8^{1/3}\left(\cos\left(\frac{0+2\pi k}{3}\right)+i\sin\left(\frac{0+2\pi k}{3}\right)\right)
\end{equation*}
which simplifies to
\begin{equation*}
2\left(\cos\left(\frac{2\pi k}{3}\right)+i\sin\left(\frac{2\pi k}{3}\right)\right)
\end{equation*}
We need to apply the formula for \(k=0,1\text{,}\) and \(2\text{.}\)
For \(k=0\) we have the following.
\begin{align*}
2\left(\cos\left(\frac{2\pi k}{3}\right)+i\sin\left(\frac{2\pi k}{3}\right)\right)\amp=2\left(\cos\left(\frac{2\pi \cdot 0}{3}\right)+i\sin\left(\frac{2\pi \cdot 0}{3}\right)\right)\\
\amp=2(\cos(0)+i\sin(0))\\
\amp=2(1+i \cdot 0)\\
\amp=2
\end{align*}
For \(k=1\) we have the following.
\begin{align*}
2\left(\cos\left(\frac{2\pi k}{3}\right)+i\sin\left(\frac{2\pi k}{3}\right)\right)\amp=2\left(\cos\left(\frac{2\pi \cdot 1}{3}\right)+i\sin\left(\frac{2\pi \cdot 1}{3}\right)\right)\\
\amp=2\left(\cos\left(\frac{2\pi}{3}\right)+i\sin\left(\frac{2\pi}{3}\right)\right)\\
\amp=2\left(-\frac{1}{2}+\frac{\sqrt{3}}{2}\right)\\
\amp=-1+i\sqrt{3}
\end{align*}
For \(k=2\) we have the following.
\begin{align*}
2\left(\cos\left(\frac{2\pi k}{3}\right)+i\sin\left(\frac{2\pi k}{3}\right)\right)\amp=2\left(\cos\left(\frac{2\pi \cdot 2}{3}\right)+i\sin\left(\frac{2\pi \cdot 2}{3}\right)\right)\\
\amp=2\left(\cos\left(\frac{4\pi}{3}\right)+i\sin\left(\frac{4\pi}{3}\right)\right)\\
\amp=2\left(-\frac{1}{2}-\frac{\sqrt{3}}{2}\right)\\
\amp=-1-i\sqrt{3}
\end{align*}
We just determined that the three cube roots of \(8\) are \(2\text{,}\) \(-1+i\sqrt{3}\text{,}\) and \(-1-i\sqrt{3}\text{.}\) In Figure 16.15.8 the roots have been plotted in the complex plane. The attendant points ave all been connected to the origin. Let's observe two things. First, the points are equidistant from the origin. Second, the lines connecting the points to the origin break the plane into three equal parts, with the angle between each pair of consecutive spokes being \(120^{\circ}\text{.}\)
Figure 16.15.8. The Three Third Roots of \(8\)
Although cool to see, neither of these occurrences is particularly remarkable. The formula used to generate the values was:
\begin{equation*}
8^{1/3}\left(\cos\left(\frac{0+2\pi k}{3}\right)+i\sin\left(\frac{0+2\pi k}{3}\right)\right).
\end{equation*}
The distance from the origin to each point was generated by the formula \(r=8^{1/3}\text{,}\) so of course they are all equidistant from the origin. As for the equal rotation from one spoke to the next, let's simplify the formula.
\begin{equation*}
2\left(\cos\left(\frac{2\pi}{3}k\right)+i\sin\left(\frac{2\pi}{3}k\right)\right).
\end{equation*}
So every time \(k\) goes up by \(1\text{,}\) the amount of rotation from the positive \(x\)-axis increases by \(\frac{2\pi}{3}\) which is equivalent to \(120^{\circ}\text{.}\)
The value generated by the \(n^{\text{th}}\) root formula when \(k=0\) is called the principal \(n^{\text{th}}\) root . This can lead to some surprising results, as we shall see in the next example.
Checkpoint 16.15.9 .
Determine the principle cube root of \(-8\text{.}\)
Solution
We begin by writing \(-8\) in polar form. We could use the previously stated formulas to determine values for \(r\) and \(\theta\text{.}\) But when the number is either a real number or an imaginary number, it plots onto an axis in the polar plane, so it's pretty simple to just "figure out" a polar form of the number. Let's do it.
\begin{align*}
-8\amp=8(-1+i \cdot 0)\\
\amp=8(\cos(\pi)+i\sin(\pi))
\end{align*}
We're set now to apply the \(n^{\text{th}}\) root theorem with \(k=0\text{.}\)
\begin{align*}
8^{1/3}\amp\left(\cos\left(\frac{\pi+2\pi \cdot 0}{3}\right)+i\sin\left(\frac{\pi+2\pi \cdot 0}{3}\right)\right)\\
\amp=2\left(\cos\left(\frac{\pi}{3}\right)+i\sin\left(\frac{\pi}{3}\right)\right)\\
\amp=2\left(\frac{1}{2}+i \cdot \frac{\sqrt{3}}{2}\right)\\
\amp=1+i\sqrt{3}
\end{align*}
Now if I had asked you before you read this page, you probably would have said that the cube root of \(-8\) is \(-2\text{.}\) It's a little jarring to learn that there are actually three cube roots of \(-8\text{,}\) and that \(-2\) is not even considered the principal cube root of \(-8\text{!}\) If you are using a piece of technology that allows you to toggle between "real number mode" and "complex number mode," you can enter \((-8)^{1/3}\) and see that the result changes from \(-2\) to \(1+\sqrt{3}\text{.}\)
Euler's Formula.
It can be proven using calculus that
\begin{equation*}
e^{i\theta}=\cos(\theta)+i\sin(\theta).
\end{equation*}
The above equation is referred to as Euler's formula and it leads directly to some surprising and elegant facts. Lets explore \(e^{i\pi}\text{.}\)
\begin{align*}
e^{i\pi}\amp=\cos(\pi)+i\sin(\pi)\\
\amp=-1+i \cdot 0\\
\amp=-1
\end{align*}
From that, we get the following.
\begin{equation*}
e^{i\pi}+1=0
\end{equation*}
This last equation is called Euler's Identity and, face it, is just plain freaky. Beautiful, but freaky.
If you accept Euler's formula, you can use it along with rules of exponents to provide more elegant proofs of the arithmetic we explored at the beginning of this topic. Let's see a couple of examples.
\begin{align*}
(r_1(\cos(\theta_1)+i\sin(\theta_1)))(r_2(\cos(\theta_2)+i\sin(\theta_2)))\amp=r_1e^{i\theta_1} \cdot r_2e^{i\theta_2}\\
\amp=r_1r_2e^{i\theta_1+i\theta_2}\\
\amp=r_1r_2e^{i(\theta_1+\theta_2)}\\
\amp=r_1r_2(\cos(\theta_1+\theta_2)+i\sin(\theta_1+\theta_2))
\end{align*}
We can perform a similar calculation for the quotient of two complex numbers written in polar form.
\begin{align*}
\frac{r_1(\cos(\theta_1)+i\sin(\theta_2))}{r_2(\cos(\theta_2)+i\sin(\theta))}\amp=\frac{e^{i\theta_1}}{e^{i\theta_2}}\\
\amp=\frac{r_1}{r_2}e^{i\theta_1-i\theta_2}\\
\amp=\frac{r_1}{r_2}e^{i(\theta_1-\theta_2)}\\
\amp=\frac{r_1}{r_2}(\cos(\theta_1-\theta_2)+i\sin(\theta_1-\theta_2))
\end{align*}
Example 16.15.10 .
Let \(z_1=8\left(\cos\left(\frac{\pi}{6}\right)+i\sin\left(\frac{\pi}{6}\right)\right)\) and \(z_2=7\left(\cos\left(\frac{\pi}{3}\right)+i\sin\left(\frac{\pi}{3}\right)\right)\text{.}\) Use Euler's formula and rules of exponents to help determine the value of \(z_1z_2\text{.}\)
Solution
\begin{align*}
z_1z_2\amp=8e^{i\frac{\pi}{6}} \cdot 7^{i\frac{\pi}{3}}\\
\amp=56e^{i\frac{\pi}{6}+i\frac{\pi}{3}}\\
\amp=56e^{i\frac{\pi}{2}}\\
\amp=56\left(\cos\left(\frac{\pi}{2}\right)+i\sin\left(\frac{\pi}{2}\right)\right)\\
\amp=56(0+i \cdot 1)\\
\amp=56i
\end{align*}
Example 16.15.11 .
Use Euler's formula and rules of exponents to help determine the value of \(\left(2\sqrt{3}-2i\right)^6\text{.}\)
Solution
We need to begin by finding a polar form for the complex number \(2\sqrt{3}-2i\text{.}\) Let's begin by finding the value of \(r\text{.}\)
\begin{align*}
r\amp=\sqrt{a^2+b^2}\\
\amp=\sqrt{(2\sqrt{3})^2+(-2)^2}\\
\amp=\sqrt{16}\\
\amp=4
\end{align*}
To determine a value of \(\theta\text{,}\) we need to find a solution in Quadrant IV to the following equations.
\begin{equation*}
\tan(\theta)=\frac{-2}{2\sqrt{3}}\,\,\Longrightarrow\,\,\tan(\theta)=-\frac{1}{\sqrt{3}}
\end{equation*}
Because, from a unit circle perspective, the tangent value is equal to the ration \(\frac{y}{x}\text{,}\) we have the following.
\begin{align*}
\tan(\theta)=-\frac{1}{\sqrt{3}}\,\,\amp\Longrightarrow\,\,\frac{y}{x}=-\frac{1}{\sqrt{3}}\\
\amp\Longrightarrow\,\,-\sqrt{3}y=x
\end{align*}
So we are looking for a point on the unit circle in Quadrant IV where the \(x\)-coordinate is equal to \(-\sqrt{3}\) times the \(y\)-coordinate. The point in question occurs at \(-\frac{\pi}{6}\text{.}\) So we can state the following.
\begin{align*}
2\sqrt{3}-2i\amp=4\left(\cos\left(-\frac{\pi}{6}\right)+i\sin\left(-\frac{\pi}{6}\right)\right)\\
\amp=4e^{-i\frac{\pi}{6}}
\end{align*}
We can now take the sixth power of the number.
\begin{align*}
\left(2\sqrt{3}-2i\right)^6\amp=\left(4e^{-i\frac{\pi}{6}}\right)^6\\
\amp=4096e^{-i\pi}\\
\amp=4096(\cos(-\pi)+i\sin(-\pi))\\
\amp=4096(-1+i \cdot 0)\\
\amp=-4096
\end{align*}
Exercises Exercises
Use the formula
\begin{equation*}
z_1z_2=r_1r_2(\cos(\theta_1+\theta_2)+i\sin(\theta_1+\theta_2))
\end{equation*}
to determine the product of each pair of numbers.
1.
\(z_1=9\left(\cos\left(240^{\circ}\right)+i\sin\left(240^{\circ}\right)\right)\) and \(z_2=4\left(\cos\left(75^{\circ}\right)+i\sin\left(75^{\circ}\right)\right)\)
Solution
\begin{align*}
z_1z_2\amp=9 \cdot 4\left(\cos\left(240^{\circ}+75^{\circ}\right)+i\sin\left(240^{\circ}+75^{\circ}\right)\right)\\
\amp=36\left(\cos\left(315^{\circ}\right)+i\sin\left(315^{\circ}\right)\right)\\
\amp=36\left(\frac{\sqrt{2}}{2}+i \cdot -\frac{\sqrt{2}}{2}\right)\\
\amp=18\sqrt{2}-18i\sqrt{2}
\end{align*}
2.
\(z_1=5\left(\cos\left(\frac{2\pi}{3}\right)+i\sin\left(\frac{2\pi}{3}\right)\right)\) and \(z_2=10\left(\cos\left(\frac{\pi}{3}\right)+i\sin\left(\frac{\pi}{3}\right)\right)\)
Solution
\begin{align*}
z_1z_2\amp=5 \cdot 10\left(\cos\left(\frac{2\pi}{3}+\frac{\pi}{3}\right)+i\sin\left(\frac{2\pi}{3}+\frac{\pi}{3}\right)\right)\\
\amp=50(\cos(\pi)+i\sin(\pi))\\
\amp=50(-1+i \cdot 0)\\
\amp=-50
\end{align*}
3.
\(z_1=-i\) and \(z_2=8\left(\cos\left(60^{\circ}\right)+\sin\left(60^{\circ}\right)\right)\)
Solution
We first need to express \(z_1\) in polar form.
\begin{align*}
z_1\amp=-i\\
\amp=1 \cdot \left(\cos\left(270^{\circ}\right)+i\sin\left(270^{\circ}\right)\right)
\end{align*}
We can now go ahead and apply the product formula.
\begin{align*}
z_1z_2\amp=1 \cdot 8\left(\cos\left(270^{\circ}+60^{\circ}\right)+i\sin\left(270^{\circ}+60^{\circ}\right)\right)\\
\amp=8\left(\cos\left(330^{\circ}\right)+i\sin\left(330^{\circ}\right)\right)\\
\amp=8\left(\frac{\sqrt{3}}{2}+i \cdot -\frac{1}{2}\right)\\
\amp=4\sqrt{3}-4i
\end{align*}
Use the formula
\begin{equation*}
\frac{z_1}{z_2}=\frac{r_1}{r_2}(\cos(\theta_1-\theta_2)+i\sin(\theta_1-\theta_2))
\end{equation*}
to determine the quotient, \(\frac{z_1}{z_2}\text{,}\) of each pair of numbers.
4.
\(z_1=33\left(\cos\left(\frac{7\pi}{4}\right)+\sin\left(\frac{\pi}{4}\right)\right)\) and \(z_2=11\left(\cos\left(\frac{\pi}{4}\right)+i\sin\left(\frac{\pi}{4}\right)\right)\)
Solution
\begin{align*}
\frac{z_1}{z_2}\amp=\frac{33}{11}\left(\cos\left(\frac{7\pi}{4}-\frac{\pi}{4}\right)+i\sin\left(\frac{7\pi}{4}-\frac{\pi}{4}\right)\right)\\
\amp=3\left(\cos\left(\frac{3\pi}{2}\right)+i\sin\left(\frac{3\pi}{2}\right)\right)\\
\amp=3(0+i \cdot -1)\\
\amp=-3i
\end{align*}
5.
\(z_1=-12\) and \(z_2=2\left(\cos\left(-120^{\circ}\right)+i\sin\left(-120^{\circ}\right)\right)\)
Solution
We need to first express \(z_1\) in polar form.
\begin{align*}
z_1\amp=-12\\
\amp=12\left(\cos\left(180^{\circ}\right)+i\sin\left(120^{\circ}\right)\right)
\end{align*}
We can proceed to the quotient.
\begin{align*}
\frac{z_1}{z_2}\amp=\frac{12}{2}\left(\cos\left(180^{\circ}-\left(-120^{\circ}\right)\right)+i\sin\left(180^{\circ}-\left(-120^{\circ}\right)\right)\right)\\
\amp=6\left(\cos\left(300^{\circ}\right)+i\sin\left(300^{\circ}\right)\right)\\
\amp=6\left(\frac{1}{2}+i \cdot -\frac{\sqrt{3}}{2}\right)\\
\amp=3-3i\sqrt{3}
\end{align*}
6.
\(z_1=14\left(\cos\left(\frac{9\pi}{7}\right)+i\sin\left(\frac{9\pi}{7}\right)\right)\) and \(z_2=2\left(\cos\left(\frac{29\pi}{28}\right)+i\sin\left(\frac{29\pi}{28}\right)\right)\)
Solution
\begin{align*}
\frac{z_1}{z_2}\amp=\frac{14}{2}\left(\cos\left(\frac{9\pi}{7}-\frac{29\pi}{28}\right)+i\sin\left(\frac{9\pi}{7}-\frac{29\pi}{28}\right)\right)\\
\amp=7\left(\cos\left(\frac{\pi}{4}\right)+i\sin\left(\frac{\pi}{4}\right)\right)\\
\amp=7\left(\frac{\sqrt{2}}{2} + i \cdot \frac{\sqrt{2}}{2}\right)\\
\amp=\frac{7\sqrt{2}}{2}+\frac{7\sqrt{2}}{2}i
\end{align*}
Use de Moivre's theorem to evaluate each power.
7.
\(\left(\cos\left(-135^{\circ}\right)+i\sin\left(-135^{\circ}\right)\right)^8\)
Solution
\begin{align*}
\left(\cos\left(-135^{\circ}\right)+i\sin\left(-135^{\circ}\right)\right)^8\amp=\left(1 \cdot \left(\cos\left(-135^{\circ}\right)+i\sin\left(-135^{\circ}\right)\right)\right)^8\\
\amp=1^8\left(\cos\left(8 \cdot -135^{\circ}\right)+i\sin\left(8 \cdot -135^{\circ}\right)\right)\\
\amp=1 \cdot \left(\cos\left(-1080^{\circ}\right)+i\sin\left(-1080^{\circ}\right)\right)\\
\amp=\cos\left(0^{\circ}\right)+i\sin\left(0^{\circ}\right)\\
\amp=1+i \cdot 0\\
\amp=1
\end{align*}
8.
\(\left(2\left(\cos\left(24^{\circ}\right)+i\sin\left(24^{\circ}\right)\right)\right)^{10}\)
Solution
\begin{align*}
\left(2\left(\cos\left(24^{\circ}\right)+i\sin\left(24^{\circ}\right)\right)\right)^{10}\amp=2^{10}\left(\cos\left(10 \cdot 24^{\circ}\right)+i\sin\left(10 \cdot 24^{\circ}\right)\right)\\
\amp=1024\left(\cos\left(240^{\circ}\right)+i\sin\left(240^{\circ}\right)\right)\\
\amp=1024\left(-\frac{1}{2}+i \cdot -\frac{\sqrt{3}}{2}\right)\\
\amp=-512-512i\sqrt{3}
\end{align*}
9.
\((-3+3i)^5\)
Solution
We first need to express \(-3+3i\) in polar form. Let's start by determining the value of \(r\text{.}\)
\begin{align*}
r\amp=\sqrt{a^2+b^2}\\
\amp=\sqrt{(-3)^2+3^2}\\
\amp=3\sqrt{2}
\end{align*}
Because the complex number \(-3+3i\) plots to the point \((-3,3)\) in the complex plane, we are looking for an angle that terminates in Quadrant II along whose terminal side the coordinates have opposite values. One such angle is \(135^{\circ}\text{.}\) In summary:
\begin{equation*}
3+3i=3\sqrt{2}\left(\cos\left(135^{\circ}\right)+i\sin\left(135^{\circ}\right)\right).
\end{equation*}
We're now set to go ahead and apply de Moivre's theorem.
\begin{align*}
(-3+3i)^5\amp=\left(3\sqrt{2}\left(\cos\left(135^{\circ}\right)+i\sin\left(135^{\circ}\right)\right)\right)^5\\
\amp=\left(3\sqrt{2}\right)^5\left(\cos\left(5 \cdot 135^{\circ}\right)+i\sin\left(5 \cdot 135^{\circ}\right)\right)\\
\amp=972\sqrt{2}\left(\cos\left(675^{\circ}\right)+i\sin\left(675^{\circ}\right)\right)\\
\amp=972\sqrt{2}\left(\cos\left(315^{\circ}\right)+i\sin\left(315^{\circ}\right)\right)\\
\amp=972\sqrt{2}\left(\frac{\sqrt{2}}{2}+i \cdot -\frac{\sqrt{2}}{2}\right)\\
\amp=972-972i
\end{align*}
Determine the \(n^{\text{th}}\) roots as directed.
10.
Determine the four fourth roots of \(-8+8i\sqrt{3}\text{.}\) Also, state which of the roots is the principal fourth root of \(-8+8i\sqrt{3}\text{.}\)
Solution
To begin, we express \(-8+8i\sqrt{3}\) in polar form.
\begin{align*}
-8+8i\sqrt{3}\amp=16\left(-\frac{1}{2}+\frac{\sqrt{3}}{2}\right)\\
\amp=16\left(\cos\left(120^{\circ}\right)+i\sin\left(120^{\circ}\right)\right)
\end{align*}
We can now apply the \(n^{\text{th}}\) root theorem. The four fourth roots are generated by the following formula for \(k=0,\,1,\,2,\,3\text{.}\)
\begin{equation*}
16^{1/4}\left(\cos\left(\frac{120^{\circ}+360^{\circ} \cdot k}{4}\right)+i\sin\left(\frac{120^{\circ}+360^{\circ} \cdot k}{4}\right)\right)
\end{equation*}
The root when \(k=0\) is generated below.
\begin{align*}
16^{1/4}\amp\left(\cos\left(\frac{120^{\circ}+360^{\circ} \cdot 0}{4}\right)+i\sin\left(\frac{120^{\circ}+360^{\circ} \cdot 0}{4}\right)\right)\\
\amp=2\left(\cos\left(30^{\circ}\right)+i\sin\left(30^{\circ}\right)\right)\\
\amp=2\left(\frac{\sqrt{3}}{2}+i \cdot \frac{1}{2}\right)\\
\amp=\sqrt{3}+i
\end{align*}
The root when \(k=1\) is generated below.
\begin{align*}
16^{1/4}\amp\left(\cos\left(\frac{120^{\circ}+360^{\circ} \cdot 1}{4}\right)+i\sin\left(\frac{120^{\circ}+360^{\circ} \cdot 1}{4}\right)\right)\\
\amp=2\left(\cos\left(120^{\circ}\right)+i\sin\left(120^{\circ}\right)\right)\\
\amp=2\left(-\frac{1}{2}+i \cdot \frac{\sqrt{3}}{2}\right)\\
\amp=-1+i\sqrt{3}
\end{align*}
The root when \(k=2\) is generated below.
\begin{align*}
16^{1/4}\amp\left(\cos\left(\frac{120^{\circ}+360^{\circ} \cdot 2}{4}\right)+i\sin\left(\frac{120^{\circ}+360^{\circ} \cdot 2}{4}\right)\right)\\
\amp=2\left(\cos\left(210^{\circ}\right)+i\sin\left(210^{\circ}\right)\right)\\
\amp=2\left(-\frac{\sqrt{3}}{2}+i \cdot -\frac{1}{2}\right)\\
\amp=-\sqrt{3}-i
\end{align*}
The root when \(k=3\) is generated below.
\begin{align*}
16^{1/4}\amp\left(\cos\left(\frac{120^{\circ}+360^{\circ} \cdot 3}{4}\right)+i\sin\left(\frac{120^{\circ}+360^{\circ} \cdot 3}{4}\right)\right)\\
\amp=2\left(\cos\left(300^{\circ}\right)+i\sin\left(300^{\circ}\right)\right)\\
\amp=2\left(\frac{1}{2}+i \cdot -\frac{\sqrt{3}}{2}\right)\\
\amp=1-i\sqrt{3}
\end{align*}
The principal fourth root is generated when \(k=0\text{.}\) That fourth root of \(-8+8i\sqrt{3}\) is \(\sqrt{3}+i\text{.}\)
11.
Determine the three cube roots of \(-27\text{.}\) Also, state which of those roots is the principal cube root of \(-27\text{.}\)
Solution
Our first task is to express \(-27\) in polar form.
\begin{align*}
-27\amp=27(-1+i \cdot 0)\\
\amp=27(\cos(\pi)+i\sin(\pi))
\end{align*}
The third roots are generated by the following formula for \(k=1,\,1,\,2,\,3\text{.}\)
\begin{equation*}
27^{1/3}\left(\cos\left(\frac{\pi +2\pi k}{3}\right)+i\sin\left(\frac{\pi +2\pi k}{3}\right)\right)
\end{equation*}
The principal third root is generated when \(k=0\text{.}\) We determine that root below.
\begin{align*}
27^{1/3}\amp\left(\cos\left(\frac{\pi +2\pi \cdot 0}{3}\right)+i\sin\left(\frac{\pi +2\pi \cdot 0}{3}\right)\right)\\
\amp=3\left(\cos\left(\frac{\pi}{3}\right)+i\sin\left(\frac{\pi}{3}\right)\right)\\
\amp=3\left(\frac{1}{2}+i \cdot \frac{\sqrt{3}}{2}\right)\\
\amp=\frac{3}{2}+\frac{3\sqrt{3}}{2}i
\end{align*}
The third root generated when \(k=1\) is derived below.
\begin{align*}
27^{1/3}\amp\left(\cos\left(\frac{\pi +2\pi \cdot 1}{3}\right)+i\sin\left(\frac{\pi +2\pi \cdot 1}{3}\right)\right)\\
\amp=3(\cos(\pi)+i\sin(\pi))\\
\amp=3(-1+i \cdot 0)\\
\amp=-3
\end{align*}
We finish up by applying the formula when \(k=2\text{.}\)
\begin{align*}
27^{1/3}\amp\left(\cos\left(\frac{\pi +2\pi \cdot 2}{3}\right)+i\sin\left(\frac{\pi +2\pi \cdot 2}{3}\right)\right)\\
\amp=3\left(\cos\left(\frac{5\pi}{3}\right)+i\sin\left(\frac{5\pi}{3}\right)\right)\\
\amp=3\left(\frac{1}{2}-i \cdot \frac{\sqrt{3}}{2}\right)\\
\amp=\frac{3}{2}-\frac{3\sqrt{3}}{2}i
\end{align*}
12.
Determine the principal sixth root of \(-64i\text{.}\)
Solution
We first need to express \(-64i\) in polar form.
\begin{align*}
-64i\amp=64(0+i \cdot -1)\\
\amp=64\left(\cos\left(\frac{3\pi}{2}\right)+\sin\left(\frac{3\pi}{2}\right)\right)
\end{align*}
The principal sixth root of \(-64i\) is derive below.
\begin{align*}
64^{1/6}\amp\left(\cos\left(\frac{\frac{3\pi}{2}+2\pi \cdot 0}{6}\right)+i\sin\left(\frac{\frac{3\pi}{2}+2\pi \cdot 0}{6}\right)\right)\\
\amp=2\left(\cos\left(\frac{\pi}{4}\right)+i\sin\left(\frac{\pi}{4}\right)\right)\\
\amp=2\left(\frac{\sqrt{2}}{2}+i \cdot \frac{\sqrt{2}}{2}\right)\\
\amp=\sqrt{2}+i\sqrt{2}
\end{align*}
Use Euler's formula and rules of exponents to simplify each expression.
13.
Determine \(\frac{z_1}{z_2}\) where \(z_1=15\left(\cos\left(\frac{\pi}{3}\right)+i\sin\left(\frac{\pi}{3}\right)\right)\) and \(z_2=3\left(\cos\left(\frac{\pi}{3}\right)+i\sin\left(\frac{\pi}{3}\right)\right)\text{.}\)
Solution
\begin{align*}
z_1z_2\amp=\frac{15e^{i\frac{\pi}{3}}}{3e^{i\frac{\pi}{6}}}\\
\amp=5e^{i\frac{\pi}{6}}\\
\amp=5\left(\cos\left(\frac{\pi}{6}\right)+i\sin\left(\frac{\pi}{6}\right)\right)\\
\amp=5\left(\frac{\sqrt{3}}{2}+i \cdot \frac{1}{2}\right)\\
\amp=\frac{5\sqrt{3}}{2}+\frac{5}{2}i
\end{align*}
14.
Determine the value of \(\left(-\frac{\sqrt{3}}{2}+\frac{1}{2}\right)^{11}\text{.}\)
Solution
\begin{align*}
\left(-\frac{\sqrt{3}}{2}+\frac{1}{2}\right)^{11}\amp=\left(\cos\left(\frac{5\pi}{6}\right)+i\sin\left(\frac{5\pi}{6}\right)\right)^{11}\\
\amp=\left(e^{i\frac{5\pi}{6}}\right)^{11}\\
\amp=e^{i\frac{55\pi}{6}}\\
\amp=\cos\left(\frac{55\pi}{6}\right)+i\sin\left(\frac{55\pi}{6}\right)\\
\amp=\cos\left(\frac{7\pi}{6}\right)+i\sin\left(\frac{7\pi}{6}\right)\\
\amp=-\frac{\sqrt{3}}{2}-\frac{1}{2}i
\end{align*}
15.
Determine the value of \(wz^2\) where \(w=\frac{\sqrt{2}}{2}-\frac{\sqrt{2}}{2}i\) and \(z=\frac{\sqrt{2}}{2}+\frac{\sqrt{2}}{2}i\text{.}\)
Solution
\begin{align*}
wz^2\amp=\left(\cos\left(-\frac{\pi}{4}\right)+i\sin\left(-\frac{\pi}{4}\right)\right)\left(\cos\left(\frac{\pi}{4}\right)+i\sin\left(\frac{\pi}{4}\right)\right)^2\\
\amp=e^{-i\frac{\pi}{4}} \cdot \left(e^{i\frac{\pi}{4}}\right)^2\\
\amp=e^{-i\frac{\pi}{4}} \cdot e^{i\frac{\pi}{2}}\\
\amp=e^{i\frac{\pi}{4}}\\
\amp=\cos\left(\frac{\pi}{4}\right)+i\sin\left(\frac{\pi}{4}\right)\\
\amp=\frac{\sqrt{2}}{2}+\frac{\sqrt{2}}{2}i
\end{align*}