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\).
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 }\)
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.
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 }\)
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 ℝ\}\)
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 ) }\).
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\).
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.
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:
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\).
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\).
\(\sqrt { - 81 }\)
\(\sqrt { - 64 }\)
\(-\sqrt { - 4 }\)
\(- \sqrt { - 36 }\)
\(\sqrt { - 20 }\)
\(\sqrt { - 18 }\)
\(\sqrt { - 50 }\)
\(\sqrt { - 48 }\)
\(- \sqrt { - 45 }\)
\(- \sqrt { - 8 }\)
\(\sqrt { - \frac { 1 } { 16 } }\)
\(\sqrt { - \frac { 2 } { 9 } }\)
\(\sqrt { - 0.25 }\)
\(\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\).