Skip to main content
Mathematics LibreTexts

5.7: Complex Numbers and Their Operations

  • Page ID
    6437
    • Anonymous
    • LibreTexts
    \( \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}}\)

    Learning Objectives

    • Define the imaginary unit and complex numbers.
    • Add and subtract complex numbers.
    • Multiply and divide complex numbers.

    Introduction to Complex Numbers

    Up to this point the square root of a negative number has been left undefined. For example, we know that \(\sqrt { - 9 }\) is not a real number.

    \(\sqrt { - 9 } = \color{Cerulean}{?}\color{black}{ \quad \text { or }} \quad ( \color{Cerulean}{?}\color{black}{ )} ^ { 2 } = - 9\)

    There is no real number that when squared results in a negative number. We begin to resolve this issue by defining the imaginary unit26, \(i\), as the square root of \(−1\).

    \(i = \sqrt { - 1 } \quad \text { and } \quad i ^ { 2 } = - 1\)

    To express a square root of a negative number in terms of the imaginary unit \(i\), we use the following property where \(a\) represents any non-negative real number:

    \(\sqrt { - a } = \sqrt { - 1 \cdot a } = \sqrt { - 1 } \cdot \sqrt { a } = i \sqrt { a }\)

    With this we can write.

    \(\sqrt { - 9 } = \sqrt { - 1 \cdot 9 } = \sqrt { - 1 } \cdot \sqrt { 9 } = i \cdot 3 = 3 i\)

    If \(\sqrt { - 9 } = 3 i\), then we would expect that \(3i\) squared will equal \(−9\):

    \(( 3 i ) ^ { 2 } = 9 i ^ { 2 } = 9 ( - 1 ) = - 9\:\:\color{Cerulean}{✓}\)

    In this way any square root of a negative real number can be written in terms of the imaginary unit. Such a number is often called an imaginary number27.

    Example \(\PageIndex{1}\)

    Rewrite in terms of the imaginary unit \(i\).

    1. \(\sqrt { - 7 }\)
    2. \(\sqrt { - 25 }\)
    3. \(\sqrt { - 72 }\)

    Solution

    1. \(\sqrt { - 7 } = \sqrt { - 1 \cdot 7 } = \sqrt { - 1 } \cdot \sqrt { 7 } = i \sqrt { 7 }\)
    2. \(\sqrt { - 25 } = \sqrt { - 1 \cdot 25 } = \sqrt { - 1 } \cdot \sqrt { 25 } = i \cdot 5 = 5 i\)
    3. \(\sqrt { - 72 } = \sqrt { - 1 \cdot 36 \cdot 2 } = \sqrt { - 1 } \cdot \sqrt { 36 } \cdot \sqrt { 2 } = i \cdot 6 \cdot \sqrt { 2 } = 6 i \sqrt { 2 }\)

    When an imaginary number involves a radical, we place \(i\) in front of the radical. Consider the following:

    \(6 i \sqrt { 2 } = 6 \sqrt { 2 } i\)

    Since multiplication is commutative, these numbers are equivalent. However, in the form \(6 \sqrt { 2 } i\), the imaginary unit \(i\) is often misinterpreted to be part of the radicand. To avoid this confusion, it is a best practice to place \(i\) in front of the radical and use \(6 i \sqrt { 2 }\)

    A complex number28 is any number of the form,

    \(a + b i\)

    where \(a\) and \(b\) are real numbers. Here, a is called the real part29 and \(b\) is called the imaginary part30. For example, \(3 − 4i\) is a complex number with a real part of \(3\) and an imaginary part of \(−4\). It is important to note that any real number is also a complex number. For example, \(5\) is a real number; it can be written as \(5 + 0i\) with a real part of \(5\) and an imaginary part of \(0\). Hence, the set of real numbers, denoted \(ℝ\), is a subset of the set of complex numbers, denoted \(ℂ\).

    \(C = \{ a + b i | a , b \in ℝ\}\)

    de7ef4a536b8b16aa99d881cde47715f.png
    Figure \(\PageIndex{1}\)

    Complex numbers are used in many fields including electronics, engineering, physics, and mathematics. In this textbook we will use them to better understand solutions to equations such as \(x^{2} + 4 = 0\). For this reason, we next explore algebraic operations with them.

    Adding and Subtracting Complex Numbers

    Adding or subtracting complex numbers is similar to adding and subtracting polynomials with like terms. We add or subtract the real parts and then the imaginary parts.

    Example \(\PageIndex{2}\)

    Add \(( 5 - 2 i ) + ( 7 + 3 i )\).

    Solution

    Add the real parts and then add the imaginary parts.

    \(\begin{aligned} ( 5 - 2 i ) + ( 7 + 3 i ) & = 5 - 2 i + 7 + 3 i \\ & = 5 + 7 - 2 i + 3 i \\ & = 12 + i \end{aligned}\)

    Answer

    \(12 + i\)

    To subtract complex numbers, we subtract the real parts and subtract the imaginary parts. This is consistent with the use of the distributive property.

    Example \(\PageIndex{3}\):

    Subtract \(( 10 - 7 i ) - ( 9 + 5 i )\).

    Solution

    Distribute the negative sign and then combine like terms.

    \(\begin{aligned} ( 10 - 7 i ) - ( 9 + 5 i ) & = 10 - 7 i - 9 - 5 i \\ & = 10 - 9 - 7 i - 5 i \\ & = 1 - 12 i \end{aligned}\)

    Answer:

    \(1-12i\)

    In general, given real numbers \(a\), \(b\), \(c\), and \(d\):

    \(\begin{array} { l } { ( a + b i ) + ( c + d i ) = ( a + c ) + ( b + d ) i } \\ { ( a + b i ) - ( c + d i ) = ( a - c ) + ( b - d ) i } \end{array}\)

    Example \(\PageIndex{4}\):

    Simplify \(( 5 + i ) + ( 2 - 3 i ) - ( 4 - 7 i )\).

    Solution

    \(\begin{aligned} ( 5 + i ) + ( 2 - 3 i ) - ( 4 - 7 i ) & = 5 + i + 2 - 3 i - 4 + 7 i \\ & = 3 + 5 i \end{aligned}\)

    Answer:

    \(3+5i\)

    In summary, adding and subtracting complex numbers results in a complex number.

    Multiplying and Dividing Complex Numbers

    Multiplying complex numbers is similar to multiplying polynomials. The distributive property applies. In addition, we make use of the fact that \(i^{2} = −1\) to simplify the result into standard form \(a + bi\).

    Example \(\PageIndex{5}\):

    Multiply \(- 6 i ( 2 - 3 i )\).

    Solution

    We begin by applying the distributive property.

    \(\begin{aligned} - 6 i ( 2 - 3 i ) & = \color{Cerulean}{( - 6 i )}\color{black}{ \cdot} 2 - \color{Cerulean}{( - 6 i )} \cdot 3i \quad\color{Cerulean}{Distribute.}\\ & = - 12 i + 18 i ^ { 2 } \quad\quad\quad\quad\:\:\:\color{Cerulean}{Substitute\:i^{2}=-1.}\\ & = - 12 i + 18 ( - 1 )\quad\quad\quad\:\:\color{Cerulean}{Simplify.} \\ & = - 12 i - 18 \\ & = - 18 - 12 i \end{aligned}\)

    Answer:

    \(-18-12i\)

    Example \(\PageIndex{6}\):

    Multiply \(( 3 - 4 i ) ( 4 + 5 i )\).

    Solution

    \(\begin{aligned} ( 3 - 4 i ) ( 4 + 5 i ) & = \color{Cerulean}{3 \cdot}\color{black}{ 4} + \color{Cerulean}{3 \cdot}\color{black}{ 5} i \color{Cerulean}{- 4 i \cdot}\color{black}{ 4}\color{Cerulean}{ - 4 i \cdot}\color{black}{ 5} i\quad\color{Cerulean}{Distribute.} \\ & = 12 + 15 i - 16 i - 20 i ^ { 2 }\quad\quad\color{Cerulean}{Substitute\:i^{2}=-1.} \\ & = 12 + 15 i - 16 i - 20 ( - 1 ) \\ & = 12 - i + 20 \\ & = 32 - i \end{aligned}\)

    Answer:

    \(32-i\)

    In general, given real numbers \(a\), \(b\), \(c\), and \(d\):

    \(\begin{aligned} ( a + b i ) ( c + d i ) & = a c + a d i + b c i + b d i ^ { 2 } \\ & = a c + a d i + b c i + b d ( - 1 ) \\ & = a c + ( a d + b c ) i - b d \\ & = ( a c - b d ) + ( a d + b c ) i \end{aligned}\)

    Exercise \(\PageIndex{1}\)

    Simplify: \(( 3 - 2 i ) ^ { 2 }\).

    Answer

    \(5-12i\)

    www.youtube.com/v/OVtqcB2z9v8

    Given a complex number \(a + bi\), its complex conjugate31 is \(a − bi\).We next explore the product of complex conjugates.

    Example \(\PageIndex{7}\):

    Multiply \(( 5 + 2 i ) ( 5 - 2 i )\).

    Solution

    \(\begin{aligned} ( 5 + 2 i ) ( 5 - 2 i ) & = \color{Cerulean}{5 \cdot}\color{black}{ 5} - \color{Cerulean}{5 \cdot}\color{black}{ 2} i + \color{Cerulean}{2 i \cdot}\color{black}{ 5} -\color{Cerulean}{ 2 i \cdot }\color{black}{2} i \\ & = 25 - 10 i + 10 i - 4 i ^ { 2 } \\ & = 25 - 4 ( - 1 ) \\ & = 25 + 4 \\ & = 29 \end{aligned}\)

    Answer:

    \(29\)

    In general, the product of complex conjugates32 follows:

    \(\begin{aligned} ( a + b i ) ( a - b i ) & = a ^ { 2 } - a \cdot b i + b i \cdot a - b ^ { 2 } i ^ { 2 } \\ & = a ^ { 2 } - a b i + a b i - b ^ { 2 } ( - 1 ) \\ & = a ^ { 2 } + b ^ { 2 } \end{aligned}\)

    Note that the result does not involve the imaginary unit; hence, it is real. This leads us to the very useful property

    \(( a + b i ) ( a - b i ) = a ^ { 2 } + b ^ { 2 }\)

    To divide complex numbers, we apply the technique used to rationalize the denominator. Multiply the numerator and denominator by the conjugate of the denominator. The result can then be simplified into standard form \(a + bi\).

    Example \(\PageIndex{8}\):

    Divide \(\frac { 1 } { 2 - 3 i }\).

    Solution

    In this example, the conjugate of the denominator is \(2 + 3i\). Therefore, we will multiply by \(1\) in the form \(\frac { ( 2 + 3 i ) } { ( 2 + 3 i ) }\).

    \(\begin{aligned} \frac { 1 } { 2 - 3 i } & = \frac { 1 } { ( 2 - 3 i ) } \cdot \color{Cerulean}{\frac { ( 2 + 3 i ) } { ( 2 + 3 i ) }} \\ & = \frac { ( 2 + 3 i ) } { 2 ^ { 2 } + 3 ^ { 2 } } \\ & = \frac { 2 + 3 i } { 4 + 9 } \\ & = \frac { 2 + 3 i } { 13 } \end{aligned}\)

    To write this complex number in standard form, we make use of the fact that 13 is a common denominator.

    \(\begin{aligned} \frac { 2 + 3 i } { 13 } & = \frac { 2 } { 13 } + \frac { 3 i } { 13 } \\ & = \frac { 2 } { 13 } + \frac { 3 } { 13 } i \end{aligned}\)

    Answer

    \(\frac { 2 } { 13 } + \frac { 3 } { 13 } i\)

    Example \(\PageIndex{9}\):

    Divide: \(\frac { 1 - 5 i } { 4 + i }\).

    Solution

    \(\begin{aligned} \frac { 1 - 5 i } { 4 + i } & = \frac { ( 1 - 5 i ) } { ( 4 + i ) } \cdot \color{Cerulean}{\frac { ( 4 - i ) } { ( 4 - i ) }} \\ & = \frac { 4 - i - 20 i + 5 i ^ { 2 } } { 4 ^ { 2 } + 1 ^ { 2 } } \\ & = \frac { 4 - 21 i + 5 ( - 1 ) } { 16 + 1 } \\ & = \frac { 4 - 21 i - 5 } { 16 + 1 } \\ & = \frac { - 1 - 21 i } { 17 } \\ & = - \frac { 1 } { 17 } - \frac { 21 } { 17 } i \end{aligned}\)

    Answer

    \(- \frac { 1 } { 17 } - \frac { 21 } { 17 } i\)

    In general, given real numbers \(a\), \(b\), \(c\) and \(d\) where \(c\) and \(d\) are not both \(0\):

    \(\begin{aligned} \frac { ( a + b i ) } { ( c + d i ) } & = \frac { ( a + b i ) } { ( c + d i ) } \cdot \color{Cerulean}{\frac { ( c - d i ) } { ( c - d i ) }} \\ & = \frac { a c - a d i + b c i - b d i ^ { 2 } } { c ^ { 2 } + d ^ { 2 } } \\ & = \frac { ( a c + b d ) + ( b c - a d ) i } { c ^ { 2 } + d ^ { 2 } } \\ & = \left( \frac { a c + b d } { c ^ { 2 } + d ^ { 2 } } \right) + \left( \frac { b c - a d } { c ^ { 2 } + d ^ { 2 } } \right) i \end{aligned}\)

    Example \(\PageIndex{10}\):

    Divide: \(\frac { 8 - 3 i } { 2 i }\).

    Solution

    Here we can think of \(2i = 0 + 2i\) and thus we can see that its conjugate is \(−2i = 0 − 2i\).

    \(\begin{aligned} \frac { 8 - 3 i } { 2 i } & = \frac { ( 8 - 3 i ) } { ( 2 i ) } \cdot \frac { ( - 2 i ) } { ( - 2 i ) } \\ & = \frac { - 16 i + 6 i ^ { 2 } } { - 4 i ^ { 2 } } \\ & = \frac { - 16 i + 6 ( - 1 ) } { - 4 ( - 1 ) } \\ & = \frac { - 16 i - 6 } { 4 } \\ & = \frac { - 6 - 16 i } { 4 }\\ & = \frac{-6}{4} - \frac{-16i}{4} \\ & = - \frac { 3 } { 2 } - 4 i \end{aligned}\)

    Because the denominator is a monomial, we could multiply numerator and denominator by \(1\) in the form of \(\frac{i}{i}\) and save some steps reducing in the end.

    \(\begin{aligned} \frac { 8 - 3 i } { 2 i } & = \frac { ( 8 - 3 i ) } { ( 2 i ) } \cdot \color{Cerulean}{\frac { i } { i } }\\ & = \frac { 8 i - 3 i ^ { 2 } } { 2 i ^ { 2 } } \\ & = \frac { 8 i - 3 ( - 1 ) } { 2 ( - 1 ) } \\ & = \frac { 8 i + 3 } { - 2 } \\ & = \frac { 8 i } { - 2 } + \frac { 3 } { - 2 } \\ & = - 4 i - \frac { 3 } { 2 } \end{aligned}\)

    Answer

    \(- \frac { 3 } { 2 } - 4 i\)

    Exercise \(\PageIndex{2}\)

    Divide \(\frac { 3 + 2 i } { 1 - i }\).

    Answer

    \(\frac { 1 } { 2 } + \frac { 5 } { 2 } i\)

    www.youtube.com/v/4r2kolq-_T0

    When multiplying and dividing complex numbers we must take care to understand that the product and quotient rules for radicals require that both \(a\) and \(b\) are positive. In other words, if \(\sqrt [ n ] { a }\) and \(\sqrt [ n ] { b }\) are both real numbers then we have the following rules.

    \(\begin{array} { l } {Product\:rule\:for\:radicals:\:\:\: \sqrt [ n ] { a \cdot b } = \sqrt [ n ] { a } \cdot \sqrt [ n ] { b } } \\ Quotient\:rule\:for\:radicals:\:{ \sqrt [ n ] { \frac { a } { b } } = \frac { \sqrt [ n ] { a } } { \sqrt [ n ] { b } } } \end{array}\)

    For example, we can demonstrate that the product rule is true when \(a\) and \(b\) are both positive as follows:

    \(\begin{aligned} \sqrt { 4 } \cdot \sqrt { 9 } & = \sqrt { 36 } \\ 2 \cdot 3 & = 6 \\ 6&=6\:\:\color{OliveGreen}{✓} \end{aligned}\)

    However, when \(a\) and \(b\) are both negative the property is not true.

    \(\begin{aligned} \sqrt { - 4 } \cdot \sqrt { - 9 } & \stackrel{\color{Cerulean}{?}}{\color{black}{=}} \sqrt { 36 } \\ 2 i \cdot 3 i & = 6 \\ 6 i ^ { 2 } & = 6 \\ - 6 & = 6\:\:\color{red}{✗} \end{aligned}\)

    Here \(\sqrt{−4}\) and \(\sqrt{−9}\) both are not real numbers and the product rule for radicals fails to produce a true statement. Therefore, to avoid some common errors associated with this technicality, ensure that any complex number is written in terms of the imaginary unit \(i\) before performing any operations.

    Example \(\PageIndex{11}\):

    Multiply \(\sqrt { - 6 } \cdot \sqrt { - 15 }\).

    Solution

    Begin by writing the radicals in terms of the imaginary unit \(i\).

    \(\sqrt { - 6 } \cdot \sqrt { - 15 } = i \sqrt { 6 } \cdot i \sqrt { 15 }\)

    Now the radicands are both positive and the product rule for radicals applies.

    \(\begin{aligned} \sqrt { - 6 } \cdot \sqrt { - 15 } & = i \sqrt { 6 } \cdot i \sqrt { 15 } \\ & = i \sqrt { 6 \cdot 15 } \\ & = ( - 1 ) \sqrt { 90 } \\ & = ( - 1 ) \sqrt { 9 \cdot 10 } \\ & = ( - 1 ) \cdot 3 \cdot \sqrt { 10 } \\ & = - 3 \sqrt { 10 } \end{aligned}\)

    Answer

    \(-3\sqrt{10}\)

    Example \(\PageIndex{12}\):

    Multiply: \(\sqrt { - 10 } ( \sqrt { - 6 } - \sqrt { 10 } )\).

    Solution

    Begin by writing the radicals in terms of the imaginary unit i and then distribute.

    \(\begin{aligned} \sqrt { - 10 } ( \sqrt { - 6 } - \sqrt { 10 } ) & = i \sqrt { 10 } ( i \sqrt { 6 } - \sqrt { 10 } ) \\ & = i ^ { 2 } \sqrt { 60 } - i \sqrt { 100 } \\ & = ( - 1 ) \sqrt { 4 \cdot 15 } - i \sqrt { 100 } \\ & = ( - 1 ) \cdot 2 \cdot \sqrt { 15 } - i \cdot 10 \\ & = - 2 \sqrt { 15 } - 10 i \end{aligned}\)

    Answer:

    \(- 2 \sqrt { 15 } - 10 i\)

    In summary, multiplying and dividing complex numbers results in a complex number.

    Exercise \(\PageIndex{3}\)

    Simplify: \(( 2 i \sqrt { 2 } ) ^ { 2 } - ( 3 - i \sqrt { 5 } ) ^ { 2 }\).

    Answer

    \(- 12 + 6 i \sqrt { 5 }\)

    www.youtube.com/v/TONiI5oqTTg

    Key Takeaways

    • The imaginary unit \(i\) is defined to be the square root of negative one. In other words,\(i = \sqrt { - 1 }\)and \(i^{2} = −1\).
    • Complex numbers have the form \(a + bi\) where \(a\) and \(b\) are real numbers.
    • The set of real numbers is a subset of the complex numbers.
    • The result of adding, subtracting, multiplying, and dividing complex numbers is a complex number.
    • The product of complex conjugates, \(a + bi\) and \(a − bi\), is a real number. Use this fact to divide complex numbers. Multiply the numerator and denominator of a fraction by the complex conjugate of the denominator and then simplify.
    • Ensure that any complex number is written in terms of the imaginary unit \(i\) before performing any operations.

    Exercise \(\PageIndex{4}\)

    Rewrite in terms of imaginary unit \(i\).

    1. \(\sqrt { - 81 }\)
    2. \(\sqrt { - 64 }\)
    3. \(-\sqrt { - 4 }\)
    4. \(- \sqrt { - 36 }\)
    5. \(\sqrt { - 20 }\)
    6. \(\sqrt { - 18 }\)
    7. \(\sqrt { - 50 }\)
    8. \(\sqrt { - 48 }\)
    9. \(- \sqrt { - 45 }\)
    10. \(- \sqrt { - 8 }\)
    11. \(\sqrt { - \frac { 1 } { 16 } }\)
    12. \(\sqrt { - \frac { 2 } { 9 } }\)
    13. \(\sqrt { - 0.25 }\)
    14. \(\sqrt { - 1.44 }\)
    Answer

    1. \(9i\)

    3. \(-2i\)

    5. \(2 i \sqrt { 5 }\)

    7. \(5 i \sqrt { 2 }\)

    9. \(- 3 i \sqrt { 5 }\)

    11. \(\frac { i } { 4 }\)

    13. \(0.5i\)

    Exercise \(\PageIndex{5}\)

    Write the complex number in standard form \(a+bi\).

    1. \(5 - 2 \sqrt { - 4 }\)
    2. \(3 - 5 \sqrt { - 9 }\)
    3. \(- 2 + 3 \sqrt { - 8 }\)
    4. \(4 - 2 \sqrt { - 18 }\)
    5. \(\frac { 3 - \sqrt { - 24 } } { 6 }\)
    6. \(\frac { 2 + \sqrt { - 75 } } { 10 }\)
    7. \(\frac { \sqrt { - 63 } - \sqrt { 5 } } { - 12 }\)
    8. \(\frac { - \sqrt { - 72 } + \sqrt { 8 } } { - 24 }\)
    Answer

    1. \(5-4i\)

    3. \(- 2 + 6 i \sqrt { 2 }\)

    5. \(\frac { 1 } { 2 } - \frac { \sqrt { 6 } } { 3 } i\)

    7. \(\frac { \sqrt { 5 } } { 12 } - \frac { \sqrt { 7 } } { 4 } i\)

    Exercise \(\PageIndex{6}\)

    Given that \(i^{12}=-1\) compute the following powers of \(i\).

    1. \(i^{3}\)
    2. \(i^{4}\)
    3. \(i^{5}\)
    4. \(i^{6}\)
    5. \(i^{15}\)
    6. \(i^{24}\)
    Answer

    1. \(-i\)

    3. \(i\)

    5. \(-i\)

    Exercise \(\PageIndex{7}\)

    Perform the operations.

    1. \(( 3 + 5 i ) + ( 7 - 4 i )\)
    2. \(( 6 - 7 i ) + ( - 5 - 2 i )\)
    3. \(( - 8 - 3 i ) + ( 5 + 2 i )\)
    4. \(( - 10 + 15 i ) + ( 15 - 20 i )\)
    5. \(\left( \frac { 1 } { 2 } + \frac { 3 } { 4 } i \right) + \left( \frac { 1 } { 6 } - \frac { 1 } { 8 } i \right)\)
    6. \(\left( \frac { 2 } { 5 } - \frac { 1 } { 6 } i \right) + \left( \frac { 1 } { 10 } - \frac { 3 } { 2 } i \right)\)
    7. \(( 5 + 2 i ) - ( 8 - 3 i )\)
    8. \(( 7 - i ) - ( - 6 - 9 i )\)
    9. \(( - 9 - 5 i ) - ( 8 + 12 i )\)
    10. \(( - 11 + 2 i ) - ( 13 - 7 i )\)
    11. \(\left( \frac { 1 } { 14 } + \frac { 3 } { 2 } i \right) - \left( \frac { 4 } { 7 } - \frac { 3 } { 4 } i \right)\)
    12. \(\left( \frac { 3 } { 8 } - \frac { 1 } { 3 } i \right) - \left( \frac { 1 } { 2 } - \frac { 1 } { 2 } i \right)\)
    13. \(( 2 - i ) + ( 3 + 4 i ) - ( 6 - 5 i )\)
    14. \(( 7 + 2 i ) - ( 6 - i ) - ( 3 - 4 i )\)
    15. \(\left( \frac { 1 } { 3 } - i \right) - \left( 1 - \frac { 1 } { 2 } i \right) - \left( \frac { 1 } { 6 } + \frac { 1 } { 6 } i \right)\)
    16. \(\left( 1 - \frac { 3 } { 4 } i \right) + \left( \frac { 5 } { 2 } + i \right) - \left( \frac { 1 } { 4 } - \frac { 5 } { 8 } i \right)\)
    17. \(( 5 - 3 i ) - ( 2 + 7 i ) - ( 1 - 10 i )\)
    18. \(( 6 - 11 i ) + ( 2 + 3 i ) - ( 8 - 4 i )\)
    19. \(\sqrt { - 16 } - ( 3 - \sqrt { - 1 } )\)
    20. \(\sqrt { - 100 } + ( \sqrt { - 9 } + 7 )\)
    21. \(( 1 + \sqrt { - 1 } ) - ( 1 - \sqrt { - 1 } )\)
    22. \(( 3 - \sqrt { - 81 } ) - ( 5 - 3 \sqrt { - 9 } )\)
    23. \(( 5 - 2 \sqrt { - 25 } ) - ( - 3 + 4 \sqrt { - 1 } )\)
    24. \(( - 12 - \sqrt { - 1 } ) - ( 3 - \sqrt { - 49 } )\)
    Answer

    1. \(10+i\)

    3. \(-3-i\)

    5. \(\frac { 2 } { 3 } + \frac { 5 } { 8 } i\)

    7. \(-3+5i\)

    9. \(-17-17i\)

    11. \(- \frac { 1 } { 2 } + \frac { 9 } { 4 } i\)

    13. \(-1+8i\)

    15. \(- \frac { 5 } { 6 } - \frac { 2 } { 3 } i\)

    17. \(2\)

    19. \(-3+5i\)

    21. \(2i\)

    23. \(8-14i\)

    Exercise \(\PageIndex{8}\)

    Perform the operations.

    1. \(i ( 1 - i )\)
    2. \(i ( 1 + i )\)
    3. \(2 i ( 7 - 4 i )\)
    4. \(6 i ( 1 - 2 i )\)
    5. \(- 2 i ( 3 - 4 i )\)
    6. \(- 5 i ( 2 - i )\)
    7. \(( 2 + i ) ( 2 - 3 i )\)
    8. \(( 3 - 5 i ) ( 1 - 2 i )\)
    9. \(( 1 - i ) ( 8 - 9 i )\)
    10. \(( 1 + 5 i ) ( 5 + 2 i )\)
    11. \(( 4 + 3 i ) ^ { 2 }\)
    12. \(( - 1 + 2 i ) ^ { 2 }\)
    13. \(( 2 - 5 i ) ^ { 2 }\)
    14. \(( 5 - i ) ^ { 2 }\)
    15. \(( 1 + i ) ( 1 - i )\)
    16. \(( 2 - i ) ( 2 + i )\)
    17. \(( 4 - 2 i ) ( 4 + 2 i )\)
    18. \(( 6 + 5 i ) ( 6 - 5 i )\)
    19. \(\left( \frac { 1 } { 2 } + \frac { 2 } { 3 } i \right) \left( \frac { 1 } { 3 } - \frac { 1 } { 2 } i \right)\)
    20. \(\left( \frac { 2 } { 3 } - \frac { 1 } { 3 } i \right) \left( \frac { 1 } { 2 } - \frac { 3 } { 2 } i \right)\)
    21. \(( 2 - i ) ^ { 3 }\)
    22. \(( 1 - 3 i ) ^ { 3 }\)
    23. \(\sqrt { - 2 } ( \sqrt { - 2 } - \sqrt { 6 } )\)
    24. \(\sqrt { - 1 } ( \sqrt { - 1 } + \sqrt { 8 } )\)
    25. \(\sqrt { - 6 } ( \sqrt { 10 } - \sqrt { - 6 } )\)
    26. \(\sqrt { - 15 } ( \sqrt { 3 } - \sqrt { - 10 } )\)
    27. \(( 2 - 3 \sqrt { - 2 } ) ( 2 + 3 \sqrt { - 2 } )\)
    28. \(( 1 + \sqrt { - 5 } ) ( 1 - \sqrt { - 5 } )\)
    29. \(( 1 - 3 \sqrt { - 4 } ) ( 2 + \sqrt { - 9 } )\)
    30. \(( 2 - 3 \sqrt { - 1 } ) ( 1 + 2 \sqrt { - 16 } )\)
    31. \(( 2 - 3 i \sqrt { 2 } ) ( 3 + i \sqrt { 2 } )\)
    32. \(( - 1 + i \sqrt { 3 } ) ( 2 - 2 i \sqrt { 3 } )\)
    33. \(\frac { - 3 } { i }\)
    34. \(\frac { 5 } { i }\)
    35. \(\frac { 1 } { 5 + 4 i }\)
    36. \(\frac { 1 } { 3 - 4 i }\)
    37. \(\frac { 15 } { 1 - 2 i }\)
    38. \(\frac { 29 } { 5 + 2 i }\)
    39. \(\frac { 20 i } { 1 - 3 i }\)
    40. \(\frac { 10 i } { 1 + 2 i }\)
    41. \(\frac { 10 - 5 i } { 3 - i }\)
    42. \(\frac { 5 - 2 i } { 1 - 2 i }\)
    43. \(\frac { 5 + 10 i } { 3 + 4 i }\)
    44. \(\frac { 2 - 4 i } { 5 + 3 i }\)
    45. \(\frac { 26 + 13 i } { 2 - 3 i }\)
    46. \(\frac { \overline { 4 } + 2 i } { 1 + i }\)
    47. \(\frac { 3 - i } { 2 i }\)
    48. \(\frac { - 5 + 2 i } { 4 i }\)
    49. \(\frac { 1 } { a - b i }\)
    50. \(\frac { 1 } { a + b i }\)
    51. \(\frac { 1 - \sqrt { - 1 } } { 1 + \sqrt { - 1 } }\)
    52. \(\frac { 1 + \sqrt { - 9 } } { 1 - \sqrt { - 9 } }\)
    53. \(\frac { - \sqrt { - 6 } } { \sqrt { 18 } + \sqrt { - 4 } }\)
    54. \(\frac { \sqrt { - 12 } } { \sqrt { 2 } - \sqrt { - 27 } }\)
    Answer

    1. \(1 + i\)

    3. \(8 + 14 i\)

    5. \(- 8 - 6 i\)

    7. \(7 - 4 i\)

    9. \(- 1 - 17 i\)

    11. \(7 + 24 i\)

    13. \(- 21 - 20 i\)

    15. \(2\)

    17. \(20\)

    19. \(\frac { 1 } { 2 } - \frac { 1 } { 36 } i\)

    21. \(2-11i\)

    23. \(- 2 - 2 i \sqrt { 3 }\)

    25. \(6 + 2 i \sqrt { 15 }\)

    27. \(22\)

    29. \(20-9i\)

    31. \(12 - 7 i \sqrt { 2 }\)

    33. \(3i\)

    35. \(\frac { 5 } { 41 } - \frac { 4 } { 41 } i\)

    37. \(3+6i\)

    39. \(-6+2i\)

    41. \(\frac { 7 } { 2 } - \frac { 1 } { 2 } i\)

    43. \(\frac { 11 } { 5 } - \frac { 2 } { 5 } i\)

    45. \(1 + 8 i\)

    47. \(- \frac { 1 } { 2 } - \frac { 3 } { 2 } i\)

    49. \(\frac { a } { a ^ { 2 } + b ^ { 2 } } + \frac { b } { a ^ { 2 } + b ^ { 2 } } i\)

    51. \(- i\)

    53. \(- \frac { \sqrt { 6 } } { 11 } - \frac { 3 \sqrt { 3 } } { 11 } i\)

    Exercise \(\PageIndex{9}\)

    Given that \(i ^ { - n } = \frac { 1 } { i ^ { n } }\) compute the following powers of \(i\).

    1. \(i ^ { - 1 }\)
    2. \(i ^ { - 2 }\)
    3. \(i ^ { - 3 }\)
    4. \(i ^ { - 4 }\)
    Answer

    1. \(-i\)

    3. \(i\)

    Exercise \(\PageIndex{10}\)

    Perform the operations and simplify.

    1. \(2 i ( 2 - i ) - i ( 3 - 4 i )\)
    2. \(i ( 5 - i ) - 3 i ( 1 - 6 i )\)
    3. \(5 - 3 ( 1 - i ) ^ { 2 }\)
    4. \(2 ( 1 - 2 i ) ^ { 2 } + 3 i\)
    5. \(( 1 - i ) ^ { 2 } - 2 ( 1 - i ) + 2\)
    6. \(( 1 + i ) ^ { 2 } - 2 ( 1 + i ) + 2\)
    7. \(( 2 i \sqrt { 2 } ) ^ { 2 } + 5\)
    8. \(( 3 i \sqrt { 5 } ) ^ { 2 } - ( i \sqrt { 3 } ) ^ { 2 }\)
    9. \(( \sqrt { 2 } - i ) ^ { 2 } - ( \sqrt { 2 } + i ) ^ { 2 }\)
    10. \(( i \sqrt { 3 } + 1 ) ^ { 2 } - ( 4 i \sqrt { 2 } ) ^ { 2 }\)
    11. \(\left( \frac { 1 } { 1 + i } \right) ^ { 2 }\)
    12. \(\left( \frac { 1 } { 1 + i } \right) ^ { 3 }\)
    13. \(( a - b i ) ^ { 2 } - ( a + b i ) ^ { 2 }\)
    14. \(\left( a ^ { 2 } + a i + 1 \right) \left( a ^ { 2 } - a i + 1 \right)\)
    15. Show that both \(-2i\) and \(2i\) satisfy \(x ^ { 2 } + 4 = 0\).
    16. Show that both \(-i\) and \(i\) satisfy \(x^{2}+1=0\).
    17. Show that both \(3-2i\) and \(3+2i\) satisfy \(x^{2}-6x+13=0\).
    18. Show that both \(5-i\) and \(5+i\) satisfy \(x^{2}-10x+26=0\).
    19. Show that \(3 , - 2 i\), and \(2i\) are all solutions to \(x ^ { 3 } - 3 x ^ { 2 } + 4 x - 12 = 0\).
    20. Show that \(-2, 1, -i\), and \(1+i\) are all solutions to \(x ^ { 3 } - 2 x + 4 = 0\).
    Answer

    1. \(-2+i\)

    3. \(5+6i\)

    5. \(0\)

    7. \(-3\)

    9. \(- 4 i \sqrt { 2 }\)

    11. \(- \frac {i } { 2 }\)

    13. \(-4abi\)

    15. Proof

    17. Proof

    19. Proof

    Exercise \(\PageIndex{11}\)

    1. Research and discuss the history of the imaginary unit and complex numbers.
    2. How would you define \(i^{0}\) and why?
    3. Research what it means to calculate the absolute value of a complex number \(| a + b i |\). Illustrate your finding with an example.
    4. Explore the powers of \(i\). Look for a pattern and share your findings.
    Answer

    1. Answer may vary

    3. Answer may vary

    Footnotes

    26Defined as \(i = \sqrt { - 1 }\) where \(i^{2} = −1\).

    27A square root of any negative real number.

    28A number of the form \(a + bi\), where \(a\) and \(b\) are real numbers.

    29The real number \(a\) of a complex number \(a + bi\).

    30The real number \(b\) of a complex number \(a + bi\).

    31Two complex numbers whose real parts are the same and imaginary parts are opposite. If given \(a + bi\), then its complex conjugate is \(a − bi\).

    32The real number that results from multiplying complex conjugates: \((a + bi) (a − bi) = a^{2} + b^{2}\).


    This page titled 5.7: Complex Numbers and Their Operations is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Anonymous via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.