Skip to main content
Mathematics LibreTexts

5.3: DeMoivre’s Theorem and Powers of Complex Numbers

  • Page ID
    7126
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Focus Questions

    The following questions are meant to guide our study of the material in this section. After studying this section, we should understand the concepts motivated by these questions and be able to write precise, coherent answers to these questions.

    • What is de Moivre’s Theorem and why is it useful?
    • If \(n\) is a positive integer, what is an \(n\)th root of a complex number? How many nth roots does a complex number have? How do we find all of the \(n\)th roots of a complex number?

    The trigonometric form of a complex number provides a relatively quick and easy way to compute products of complex numbers. As a consequence, we will be able to quickly calculate powers of complex numbers, and even roots of complex numbers.

    Beginning Activity

    Let \(z = r(\cos(\theta) + i\sin(\theta))\). Use the trigonometric form of \(z\) to show that

    \[z^{2} = r^{2}(\cos(2\theta) + i\sin(2\theta))) \label{eq1}\]

    De Moivre’s Theorem

    The result of Equation \ref{eq1} is not restricted to only squares of a complex number. If \(z = r(\cos(\theta) + i\sin(\theta))\), then it is also true that

    \[ \begin{align*} z^{3} &= zz^{2} \\[4pt] &= (r)(r^{2})(\cos(\theta + 2\theta) +i\sin(\theta + 2\theta)) \\[4pt] &= r^{3}(\cos(3\theta) + i\sin(3\theta)) \end{align*}\]

    We can continue this pattern to see that

    \[ \begin{align*} z^{4} &= zz^{3} \\[4pt] &= (r)(r^{3})(\cos(\theta + 3\theta) +i\sin(\theta + 3\theta)) \\[4pt] &= r^{4}(\cos(4\theta) + i\sin(4\theta)) \end{align*}\]

    The equations for \(z^{2}\), \(z^{3}\), and \(z^{4}\) establish a pattern that is true in general; this result is called de Moivre’s Theorem.

    DeMoivre’s Theorem

    Let \(z = r(\cos(\theta) + i\sin(\theta))\) be a complex number and \(n\) any integer. Then

    \[z^{n} = (r^{n})(\cos(n\theta) +i\sin(n\theta)) \label{DeMoivre}\]

    It turns out that DeMoivre’s Theorem also works for negative integer powers as well.

    Exercise \(\PageIndex{1}\)

    Write the complex number \(1 - i\) in polar form. Then use DeMoivre’s Theorem (Equation \ref{DeMoivre}) to write \((1 - i)^{10}\) in the complex form \(a + bi\), where \(a\) and \(b\) are real numbers and do not involve the use of a trigonometric function.

    Answer

    In polar form,

    \[1 - i = \sqrt{2}(\cos(-\dfrac{\pi}{4}) + \sin(-\dfrac{\pi}{4}))\]

    So \[(1 - i)^{10} = (\sqrt{2})^{10}(\cos(-\dfrac{10\pi}{4}) + \sin(-\dfrac{10\pi}{4})) = 32(\cos(-\dfrac{5\pi}{2}) + \sin(-\dfrac{5\pi}{2})) = 32(0 - i) = -32i\]

    Roots of Complex Numbers

    DeMoivre’s Theorem is very useful in calculating powers of complex numbers, even fractional powers. We illustrate with an example.

    Example \(\PageIndex{1}\): Roots of Complex Numbers

    We will find all of the solutions to the equation \(x^{3} - 1 = 0\). These solutions are also called the roots of the polynomial \(x^{3} - 1\).

    Solution

    To solve the equation \(x^{3} - 1 = 0\), we add 1 to both sides to rewrite the equation in the form \(x^{3} = 1\). Recall that to solve a polynomial equation like \(x^{3} = 1\) means to find all of the numbers (real or complex) that satisfy the equation. We can take the real cube root of both sides of this equation to obtain the solution x0 D 1, but every cubic polynomial should have three solutions. How can we find the other two? If we draw the graph of \(y = x^{3} - 1\) we see that the graph intersects the \(x\)-axis at only one point, so there is only one real solution to \(x^{3} = 1\). That means the other two solutions must be complex and we can use DeMoivre’s Theorem to find them. To do this, suppose

    \[z = r[\cos(\theta) + i\sin(\theta)]\] is a solution to \(x^{3} = 1\). Then

    \[1 = z^{3} = r^{3}(\cos(3\theta) + i\sin(3\theta)). \nonumber \]

    This implies that \(r = 1\) (or \(r = -1\), but we can incorporate the latter case into our choice of angle). We then reduce the equation \(x^{3} = 1\) to the equation

    \[1 = \cos(3\theta) + i\sin(3\theta)\]

    has solutions when \(\cos(3\theta) = 1\) and \(\sin(3\theta) = 0\). This will occur when \(3\theta = 2\pi k\), or \(\theta = \dfrac{2\pi k}{3}\), where \(k\) is any integer. The distinct integer multiples of \(\dfrac{2\pi k}{3}\) on the unit circle occur when \(k = 0\) and \(\theta = 0\), \(k = 1\) and \(\theta = \dfrac{2\pi}{3}\), and \(k = 2\) with \(\theta = \dfrac{4\pi}{3}\). In other words, the solutions to \(x^{3} = 1\) should be

    \[ \begin{align*} x_{0} &= \cos(0) + i\sin(0) = 1 \\[4pt] x_{1} &= \cos(\dfrac{2\pi}{3}) + i\sin(\dfrac{2\pi}{3}) = -\dfrac{1}{2} + \dfrac{\sqrt{3}}{2}i \\[4pt] x_{2} &= \cos(\dfrac{4\pi}{3}) + i\sin(\dfrac{4\pi}{3}) = -\dfrac{1}{2} - \dfrac{\sqrt{3}}{2}i \end{align*}\]

    We already know that \(x^{3}_{0} = 1^{3} = 1\) so \(x_{0}\) actually is a solution to \(x^{3} = 1\). To check that \(x_{1}\) and \(x_{2}\) are also solutions to \(x^{3} = 1\), we apply DeMoivre’s Theorem (Equation \ref{DeMoivre}):

    \[x^{3}_{1} = [\cos(\dfrac{2\pi}{3}) + i\sin(\dfrac{2\pi}{3})]^{3} = \cos(3(\dfrac{2\pi}{3})) + i\sin(3(\dfrac{2\pi}{3})) = \cos(2\pi) + i\sin(2\pi) = 1\], and \[x^{3}_{2} = [\cos(\dfrac{4\pi}{3}) + i\sin(\dfrac{4\pi}{3})]^{3} = \cos(3(\dfrac{4\pi}{3})) + i\sin(3(\dfrac{4\pi}{3})) = \cos(4\pi) + i\sin(4\pi) = 1\]

    Thus, \(x^{3}_{1} = 1\) and \(x^{3}_{2} = 1\) and we have found three solutions to the equation \(x^{3} = 1\). Since a cubic can have only three solutions, we have found them all.

    The general process of solving an equation of the form \(x^{n} = a + bi\), where \(n\) is a positive integer and \(a + bi\) is a complex number works the same way. Write \(a + bi\) in trigonometric form

    \[a + bi = r[\cos(\theta) + i\sin(\theta)] \nonumber \]

    and suppose that \(z = s[\cos(\alpha) + i\sin(\alpha)]\) is a solution to \(x^{n} = a + bi\). Then

    \[a + bi = z^{n}\nonumber\]

    \[r[\cos(\theta) + i\sin(\theta)] = (s[\cos(\alpha) + i\sin(\alpha)])^{n}\nonumber\]

    \[r[\cos(\theta) + i\sin(\theta)] = s^{n}[\cos(\alpha) + i\sin(\alpha)]\nonumber\]

    Using the last equation, we see that

    \[s^{n} = r\] and \[\cos(\theta) + i\sin(\theta) = \cos(n\alpha) + i\sin(n\alpha)\nonumber\]

    Therefore, \[s^{n} = r\] and \[n\alpha = \theta + 2\pi k\nonumber\]

    where \(k\) is any integer. This give us

    \[s = \sqrt[n]{r}\] and \[\alpha = \dfrac{\theta + 2\pi k}{n}\nonumber\]

    We will get n different solutions for \(k = 0, 1, 2, ..., n - 1\), and these will be all of the solutions. These solutions are called the \(n\)th roots of the complex number \(a + bi\). We summarize the results.

    If we want to represent the \(n\)th roots of \(r[\cos(\theta) + i\sin(\theta)]\) using degrees instead of radians, the roots will have the form

    \[\sqrt[n]{r}[\cos(\dfrac{\theta + 360^\circ k}{n}) + i\sin(\dfrac{\theta + 360^\circ k}{n})]\nonumber\]

    for \(k = 0, 1, 2, ..., (n - 1)\).

    Roots of Complex Numbers

    Let \(n\) be a positive integer. The \(n\)th roots of the complex number \(r[\cos(\theta) + i\sin(\theta)]\) are given by

    \[\sqrt[n]{r}[\cos(\dfrac{\theta + 2\pi k}{n}) + i\sin(\dfrac{\theta + 2\pi k}{n})]\]

    for \(k = 0, 1, 2, ..., (n - 1)\).

    Example \(\PageIndex{2}\): Square Roots of 1

    As another example, we find the complex square roots of 1. In other words, we find the solutions to the equation \(z^{2} = 1\). Of course, we already know that the square roots of \(1\) are \(1\) and \(-1\), but it will be instructive to utilize our general result and see that it gives the same result. Note that the trigonometric form of \(1\) is

    \[1 = \cos(0) + i\sin(0)\]

    so the two square roots of \(1\) are

    \[\sqrt{1}[\cos(\dfrac{0 + 2\pi(0)}{2}) + i\sin(\dfrac{0 + 2\pi(0)}{2})] = \cos(0) +i\sin(0) = 1\]

    and

    \[\sqrt{1}[\cos(\dfrac{0 + 2\pi(1)}{2}) + i\sin(\dfrac{0 + 2\pi(1)}{2})] = \cos(\pi) +i\sin(\pi) = -1\]

    as expected.

    Exercise \(\PageIndex{2}\)

    1. Find all solutions to \(x^{4} = 1\). (The solutions to \(x^{n} = 1\) are called the \(n\)th roots of unity, with unity being the number 1.
    2. Find all sixth roots of unity.
    Answer

    1. We find the solutions to the equation \(z^{4} = 1\). Let \(\omega = \cos(\dfrac{2\pi}{4}) + i\sin(\dfrac{2\pi}{4}) = \cos(\dfrac{\pi}{2}) + i\sin(\dfrac{\pi}{2})\). Then

    • \(\omega^{0} = 1\),
    • \(\omega = i\),
    • \(\omega^{2} = \cos(\dfrac{2\pi}{2}) + i\sin(\dfrac{2\pi}{2}) = -1\)
    • \(\omega^{3} = \cos(\dfrac{3\pi}{2}) + i\sin(\dfrac{3\pi}{2}) = -i\)

    So the four fourth roots of unity are \(1, i, -1,\) and \(-i\).

    2. We find the solutions to the equation \(z^{6} = 1\). Let \(\omega = \cos(\dfrac{2\pi}{6}) + i\sin(\dfrac{2\pi}{6}) = \cos(\dfrac{\pi}{3}) + i\sin(\dfrac{\pi}{3})\). Then

    • \(\omega^{0} = 1\),
    • \(\omega = \dfrac{1}{2} + \dfrac{\sqrt{3}}{2}i\),
    • \(\omega^{2} = \cos(\dfrac{2\pi}{3}) + i\sin(\dfrac{2\pi}{3}) = -\dfrac{1}{2} + \dfrac{\sqrt{3}}{2}i\)
    • \(\omega^{3} = \cos(\dfrac{3\pi}{3}) + i\sin(\dfrac{3\pi}{3}) = -1\)
    • \(\omega^{4} = \cos(\dfrac{4\pi}{3}) + i\sin(\dfrac{4\pi}{3}) = -\dfrac{1}{2} - \dfrac{\sqrt{3}}{2}i\)
    • \(\omega^{5} = \cos(\dfrac{5\pi}{3}) + i\sin(\dfrac{5\pi}{3}) = \dfrac{1}{2} - \dfrac{\sqrt{3}}{2}i\)

    So the six sixth roots of unity are \(1, \dfrac{1}{2} + \dfrac{\sqrt{3}}{2}i, -\dfrac{1}{2} + \dfrac{\sqrt{3}}{2}i, -1, -\dfrac{1}{2} - \dfrac{\sqrt{3}}{2}i\), and \(\dfrac{1}{2} - \dfrac{\sqrt{3}}{2}i\).

    Now let’s apply our result to find roots of complex numbers other than \(1\).

    Example \(\PageIndex{3}\): Roots of Other Complex Numbers

    We will find the solutions to the equation

    \[x^{4} = -8 + 8\sqrt{3}i \nonumber\]

    Solution

    Note that we can write the right hand side of this equation in trigonometric form as

    \[-8 + 8\sqrt{3}i = 16(\cos(\dfrac{2\pi}{3}) + i\sin(\dfrac{2\pi}{3}))\]

    The fourth roots of \(-8 + 8\sqrt{3}i\) are then

    \[x_{0} = \sqrt[4]{16}[\cos(\dfrac{\dfrac{2\pi}{3} + 2\pi(0)}{4}) + i\sin(\dfrac{\dfrac{2\pi}{3} + 2\pi(0)}{4})] = 2[\cos(\dfrac{\pi}{6}) + i\sin(\dfrac{\pi}{6})] = 2(\dfrac{\sqrt{3}}{2} + \dfrac{1}{2}i) = \sqrt{3} + i\]

    \[x_{1} = \sqrt[4]{16}[\cos(\dfrac{\dfrac{2\pi}{3} + 2\pi(1)}{4}) + i\sin(\dfrac{\dfrac{2\pi}{3} + 2\pi(1)}{4})] = 2[\cos(\dfrac{2\pi}{3}) + i\sin(\dfrac{2\pi}{3})] = 2(-\dfrac{1}{3} + \dfrac{\sqrt{3}}{2}i) = -1 + \sqrt{3}i\]

    \[x_{2} = \sqrt[4]{16}[\cos(\dfrac{\dfrac{2\pi}{3} + 2\pi(2)}{4}) + i\sin(\dfrac{\dfrac{2\pi}{3} + 2\pi(2)}{4})] = 2[\cos(\dfrac{7\pi}{6}) + i\sin(\dfrac{7\pi}{6})] = 2(-\dfrac{\sqrt{3}}{2} - \dfrac{1}{2}i) = -\sqrt{3} - i\]

    \[x_{3} = \sqrt[4]{16}[\cos(\dfrac{\dfrac{2\pi}{3} + 2\pi(3)}{4}) + i\sin(\dfrac{\dfrac{2\pi}{3} + 2\pi(3)}{4})] = 2[\cos(\dfrac{5\pi}{3}) + i\sin(\dfrac{5\pi}{3})] = 2(\dfrac{1}{2} - \dfrac{\sqrt{3}}{2}i) = 1- \sqrt{3}i\]

    Exercise \(\PageIndex{3}\)

    Find all fourth roots of \(-256\), that is find all solutions of the equation \(x^{4} = -256\).

    Answer

    Since \(-256 = 256[\cos(\pi) + i\sin(\pi)]\) we see that the fourth roots of \(-256\) are

    \[x_{0} = \sqrt[4]{256}[\cos(\dfrac{\pi + 2\pi(0)}{4}) + i\sin(\dfrac{\pi + 2\pi(0)}{4})] = 4\cos(\dfrac{\pi}{4}) + i\sin(\dfrac{\pi}{4}) = 4[\dfrac{\sqrt{2}}{2} + \dfrac{\sqrt{2}}{2}i] = 2\sqrt{2} + 2i\sqrt{2}\]
    \[x_{1} = \sqrt[4]{256}[\cos(\dfrac{\pi + 2\pi(1)}{4}) + i\sin(\dfrac{\pi + 2\pi(1)}{4})] = 4\cos(\dfrac{3\pi}{4}) + i\sin(\dfrac{3\pi}{4}) = 4[-\dfrac{\sqrt{2}}{2} + \dfrac{\sqrt{2}}{2}i] = -2\sqrt{2} + 2i\sqrt{2}\]

    \[x_{2} = \sqrt[4]{256}[\cos(\dfrac{\pi + 2\pi(2)}{4}) + i\sin(\dfrac{\pi + 2\pi(2)}{4})] = 4\cos(\dfrac{5\pi}{4}) + i\sin(\dfrac{5\pi}{4}) = 4[-\dfrac{\sqrt{2}}{2} - \dfrac{\sqrt{2}}{2}i] = -2\sqrt{2} - 2i\sqrt{2}\]
    \[x_{3} = \sqrt[4]{256}[\cos(\dfrac{\pi + 2\pi(3)}{4}) + i\sin(\dfrac{\pi + 2\pi(3)}{4})] = 4\cos(\dfrac{7\pi}{4}) + i\sin(\dfrac{7\pi}{4}) = 4[\dfrac{\sqrt{2}}{2} + \dfrac{\sqrt{2}}{2}i] = 2\sqrt{2} - 2i\sqrt{2}\]

    Summary

    In this section, we studied the following important concepts and ideas:

    DeMoivre's Theorem

    Let \(z = r(\cos(\theta) + i\sin(\theta))\) be a complex number and n any integer. Then

    \[z^{n} = (r^{n})(\cos(n\theta) +i\sin(n\theta)) \nonumber \]

    Roots of Complex Numbers

    Let \(n\) be a positive integer. The \(n\)th roots of the complex number \(r[\cos(\theta) + i\sin(\theta)]\) are given by

    \[\sqrt[n]{r} \left[\cos \left(\dfrac{\theta + 2\pi k}{n}\right) + i\sin \left(\dfrac{\theta + 2\pi k}{n}\right) \right] \nonumber \]

    for \(k = 0, 1, 2, ..., (n - 1)\).


    This page titled 5.3: DeMoivre’s Theorem and Powers of Complex Numbers is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Ted Sundstrom & Steven Schlicker (ScholarWorks @Grand Valley State University) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.