Learning Outcomes
- Express square roots of negative numbers as multiples of ii.
- Plot complex numbers on the complex plane.
- Add and subtract complex numbers.
- Multiply and divide complex numbers.
The study of mathematics continuously builds upon itself. Negative integers, for example, fill a void left by the set of positive integers. The set of rational numbers, in turn, fills a void left by the set of integers. The set of real numbers fills a void left by the set of rational numbers. The set of real numbers has voids as well. For example, we still have no solution to equations such as
x2+4=0x2+4=0
Our best guesses might be +2 or –2. But if we test +2 in this equation, it does not work. If we test –2, it does not work. If we want to have a solution for this equation, we will have to go farther than we have so far. After all, to this point we have described the square root of a negative number as undefined. Fortunately there is another system of numbers that provides solutions to problems such as these. In this section we will explore this number system and how to work within it.
Express and Plot Complex Numbers
We know how to find the square root of any positive real number. In a similar way we can find the square root of a negative number. The difference is that the root is not real. If the value in the radicand is negative, the root is said to be an imaginary number. The imaginary number ii is defined as the square root of negative 1.
√−1=i√−1=i
So, using properties of radicals,
i2=(√−1)2=−1i2=(√−1)2=−1
We can write the square root of any negative number as a multiple of ii. Consider the square root of –25.
√−25=√25⋅(−1)=√25⋅√−1=5i√−25=√25⋅(−1)=√25⋅√−1=5i
We use 5i5i and not −5i−5i because the principal root of 25 is the positive root.
A complex number is the sum of a real number and an imaginary number. A complex number is expressed in standard form when written a+bia+bi where aa is the real part and bibi is the imaginary part. For example, 5+2i5+2i is a complex number. So, too, is 3+4√3i3+4√3i.
Imaginary numbers are distinguished from real numbers because a squared imaginary number produces a negative real number. Recall, when a positive real number is squared, the result is a positive real number and when a negative real number is squared, again, the result is a positive real number. Complex numbers are a combination of real and imaginary numbers.
A General Note: Imaginary and Complex Numbers
A complex number is a number of the form a+bia+bi where
- aa is the real part of the complex number.
- bibi is the imaginary part of the complex number.
If b=0b=0, then a+bia+bi is a real number. If a=0a=0 and bb is not equal to 0, the complex number is called an imaginary number. An imaginary number is an even root of a negative number.
How To: Given an imaginary number, express it in standard form.
- Write √−a√−a as √a⋅√−1√a⋅√−1.
- Express √−1√−1 as i.
- Write √a⋅i√a⋅i in simplest form.
Example: Expressing an Imaginary Number in Standard Form
Express √−9√−9 in standard form.
Try It
Express √−24√−24 in standard form.
Plot complex numbers on the complex plane
We cannot plot complex numbers on a number line as we might real numbers. However, we can still represent them graphically. To represent a complex number we need to address the two components of the number. We use the complex plane, which is a coordinate system in which the horizontal axis represents the real component and the vertical axis represents the imaginary component. Complex numbers are the points on the plane, expressed as ordered pairs (a,b)(a,b), where aa represents the coordinate for the horizontal axis and bb represents the coordinate for the vertical axis.
Let’s consider the number −2+3i−2+3i. The real part of the complex number is –2–2 and the imaginary part is 3i3i. We plot the ordered pair (−2,3)(−2,3) to represent the complex number −2+3i−2+3i.
A General Note: Complex Plane
In the complex plane, the horizontal axis is the real axis, and the vertical axis is the imaginary axis.
How To: Given a complex number, represent its components on the complex plane.
- Determine the real part and the imaginary part of the complex number.
- Move along the horizontal axis to show the real part of the number.
- Move parallel to the vertical axis to show the imaginary part of the number.
- Plot the point.
Example: Plotting a Complex Number on the Complex Plane
Plot the complex number 3−4i3−4i on the complex plane.
Try It
Plot the complex number −4−i−4−i on the complex plane.
Add, Subtract, and Multiply Complex Numbers
Just as with real numbers, we can perform arithmetic operations on complex numbers. To add or subtract complex numbers, we combine the real parts and combine the imaginary parts.
A General Note: Addition and Subtraction of Complex Numbers
Adding complex numbers:
(a+bi)+(c+di)=(a+c)+(b+d)i(a+bi)+(c+di)=(a+c)+(b+d)i
Subtracting complex numbers:
(a+bi)−(c+di)=(a−c)+(b−d)i(a+bi)−(c+di)=(a−c)+(b−d)i
How To: Given two complex numbers, find the sum or difference.
- Identify the real and imaginary parts of each number.
- Add or subtract the real parts.
- Add or subtract the imaginary parts.
Example: Adding Complex Numbers
Add 3−4i3−4i and 2+5i2+5i.
Try It
Subtract 2+5i2+5i from 3−4i3−4i.
Multiplying Complex Numbers
Multiplying complex numbers is much like multiplying binomials. The major difference is that we work with the real and imaginary parts separately.
Multiplying a Complex Number by a Real Number
Let’s begin by multiplying a complex number by a real number. We distribute the real number just as we would with a binomial. So, for example,
3(6+2i)=(3⋅6)+(3⋅2i)Distribute.=18+6iSimplify.3(6+2i)=(3⋅6)+(3⋅2i)Distribute.=18+6iSimplify.
How To: Given a complex number and a real number, multiply to find the product.
- Use the distributive property.
- Simplify.
Example: Multiplying a Complex Number by a Real Number
Find the product 4(2+5i)4(2+5i).
Try It
Find the product −4(2+6i)−4(2+6i).
Multiplying Complex Numbers Together
Now, let’s multiply two complex numbers. We can use either the distributive property or the FOIL method. Recall that FOIL is an acronym for multiplying First, Outer, Inner, and Last terms together. Using either the distributive property or the FOIL method, we get
(a+bi)(c+di)=ac+adi+bci+bdi2(a+bi)(c+di)=ac+adi+bci+bdi2
Because i2=−1i2=−1, we have
(a+bi)(c+di)=ac+adi+bci−bd(a+bi)(c+di)=ac+adi+bci−bd
To simplify, we combine the real parts, and we combine the imaginary parts.
(a+bi)(c+di)=(ac−bd)+(ad+bc)i(a+bi)(c+di)=(ac−bd)+(ad+bc)i
How To: Given two complex numbers, multiply to find the product.
- Use the distributive property or the FOIL method.
- Simplify.
Example: Multiplying a Complex Number by a Complex Number
Multiply (4+3i)(2−5i)(4+3i)(2−5i).
Try It
Multiply (3−4i)(2+3i)(3−4i)(2+3i).
Divide Complex Numbers
Division of two complex numbers is more complicated than addition, subtraction, and multiplication because we cannot divide by an imaginary number, meaning that any fraction must have a real-number denominator. We need to find a term by which we can multiply the numerator and the denominator that will eliminate the imaginary portion of the denominator so that we end up with a real number as the denominator. This term is called the complex conjugate of the denominator, which is found by changing the sign of the imaginary part of the complex number. In other words, the complex conjugate of a+bia+bi is a−bia−bi.
Note that complex conjugates have a reciprocal relationship: The complex conjugate of a+bia+bi is a−bia−bi, and the complex conjugate of a−bia−bi is a+bia+bi. Importantly, complex conjugate pairs have a special property. Their product is always real.
(a+bi)(a−bi)=a2−abi+abi−b2i2=a2−b2(−1)=a2+b2(a+bi)(a−bi)=a2−abi+abi−b2i2=a2−b2(−1)=a2+b2
Suppose we want to divide c+dic+di by a+bia+bi, where neither aa nor bb equals zero. We first write the division as a fraction, then find the complex conjugate of the denominator, and multiply.
c+dia+bic+dia+bi where a≠0a≠0 and b≠0b≠0.
Multiply the numerator and denominator by the complex conjugate of the denominator.
(c+di)(a+bi)⋅(a−bi)(a−bi)=(c+di)(a−bi)(a+bi)(a−bi)(c+di)(a+bi)⋅(a−bi)(a−bi)=(c+di)(a−bi)(a+bi)(a−bi)
Apply the distributive property.
=ca−cbi+adi−bdi2a2−abi+abi−b2i2=ca−cbi+adi−bdi2a2−abi+abi−b2i2
Simplify, remembering that i2=−1i2=−1.
=ca−cbi+adi−bd(−1)a2−abi+abi−b2(−1)=(ca+bd)+(ad−cb)ia2+b2=ca−cbi+adi−bd(−1)a2−abi+abi−b2(−1)=(ca+bd)+(ad−cb)ia2+b2
A General Note: The Complex Conjugate
The complex conjugate of a complex number a+bia+bi is a−bia−bi. It is found by changing the sign of the imaginary part of the complex number. The real part of the number is left unchanged.
- When a complex number is multiplied by its complex conjugate, the result is a real number.
- When a complex number is added to its complex conjugate, the result is a real number.
Example: Finding Complex Conjugates
Find the complex conjugate of each number.
- 2+i√52+i√5
- −12i−12i
How To: Given two complex numbers, divide one by the other.
- Write the division problem as a fraction.
- Determine the complex conjugate of the denominator.
- Multiply the numerator and denominator of the fraction by the complex conjugate of the denominator.
- Simplify.
Example: Dividing Complex Numbers
Divide (2+5i)(2+5i) by (4−i)(4−i).
Try It
Example: Substituting a Complex Number into a Polynomial Function
Let f(x)=x2−5x+2f(x)=x2−5x+2. Evaluate f(3+i)f(3+i).
Try It
Let f(x)=2x2−3xf(x)=2x2−3x. Evaluate f(8−i)f(8−i).
Example: Substituting an Imaginary Number in a Rational Function
Let f(x)=2+xx+3f(x)=2+xx+3. Evaluate f(10i)f(10i).
Try It
Let f(x)=x+1x−4f(x)=x+1x−4. Evaluate f(−i)f(−i).
Simplifying Powers of ii
The powers of ii are cyclic. Let’s look at what happens when we raise ii to increasing powers.
i1=ii1=i
i2=−1i2=−1
i3=i2⋅i=−1⋅i=−ii3=i2⋅i=−1⋅i=−i
i4=i3⋅i=−i⋅i=−i2=−(−1)=1i4=i3⋅i=−i⋅i=−i2=−(−1)=1
i5=i4⋅i=1⋅i=ii5=i4⋅i=1⋅i=i
We can see that when we get to the fifth power of ii, it is equal to the first power. As we continue to multiply ii by itself for increasing powers, we will see a cycle of 4. Let’s examine the next 4 powers of ii.
i6=i5⋅i=i⋅i=i2=−1i6=i5⋅i=i⋅i=i2=−1
i7=i6⋅i=i2⋅i=i3=−ii7=i6⋅i=i2⋅i=i3=−i
i8=i7⋅i=i3⋅i=i4=1i8=i7⋅i=i3⋅i=i4=1
i9=i8⋅i=i4⋅i=i5=ii9=i8⋅i=i4⋅i=i5=i
Example: Simplifying Powers of ii
Evaluate i35i35.
Q & A
Can we write i35i35 in other helpful ways?
As we saw in Example: Simplifying Powers of ii, we reduced i35i35 to i3i3 by dividing the exponent by 4 and using the remainder to find the simplified form. But perhaps another factorization of i35i35 may be more useful. The table below shows some other possible factorizations.
Factorization of i35i35 | i34⋅ii34⋅i | i33⋅i2i33⋅i2 | i31⋅i4i31⋅i4 | i19⋅i16i19⋅i16 |
Reduced form | (i2)17⋅i(i2)17⋅i | i33⋅(−1)i33⋅(−1) | i31⋅1i31⋅1 | i19⋅(i4)4i19⋅(i4)4 |
Simplified form | (−1)17⋅i(−1)17⋅i | −i33−i33 | i31i31 | i19i19 |
Each of these will eventually result in the answer we obtained above but may require several more steps than our earlier method.
Key Concepts
- The square root of any negative number can be written as a multiple of ii.
- To plot a complex number, we use two number lines, crossed to form the complex plane. The horizontal axis is the real axis, and the vertical axis is the imaginary axis.
- Complex numbers can be added and subtracted by combining the real parts and combining the imaginary parts.
- Complex numbers can be multiplied and divided.
- To multiply complex numbers, distribute just as with polynomials.
- To divide complex numbers, multiply both the numerator and denominator by the complex conjugate of the denominator to eliminate the complex number from the denominator.
- The powers of ii are cyclic, repeating every fourth one.
Glossary
- complex conjugate
- the complex number in which the sign of the imaginary part is changed and the real part of the number is left unchanged; when added to or multiplied by the original complex number, the result is a real number
- complex number
- the sum of a real number and an imaginary number, written in the standard form a+bia+bi, where aa is the real part, and bibi is the imaginary part
- complex plane
- a coordinate system in which the horizontal axis is used to represent the real part of a complex number and the vertical axis is used to represent the imaginary part of a complex number
- imaginary number
- a number in the form bibi where i=√−1
Candela Citations
- Revision and Adaptation. Provided by: Lumen Learning. License: CC BY: Attribution
- Question ID 120193. Provided by: Lumen Learning. License: CC BY: Attribution. License Terms: IMathAS Community License CC-BY + GPL
- College Algebra. Authored by: Abramson, Jay et al.. Provided by: OpenStax. Located at: http://cnx.org/contents/9b08c294-057f-4201-9f48-5d6ad992740d@5.2. License: CC BY: Attribution. License Terms: Download for free at http://cnx.org/contents/9b08c294-057f-4201-9f48-5d6ad992740d@5.2
- Introduction to Complex Numbers. Authored by: Sousa, James. Located at: https://youtu.be/NeTRNpBI17I. License: CC BY: Attribution
- Question ID 61706. Authored by: Day, Alyson. License: CC BY: Attribution. License Terms: IMathAS Community License CC-BY + GPL
- Question ID 65709. Authored by: Kaslik, Pete, mb Lippman, David. License: CC BY: Attribution. License Terms: IMathAS Community License CC-BY + GPL
- Ex: Dividing Complex Numbers. Authored by: James Sousa (Mathispower4u.com) . Located at: https://youtu.be/XBJjbJAwM1c. License: CC BY: Attribution
- Ex 1: Adding and Subtracting Complex Numbers. Authored by: James Sousa (Mathispower4u.com) . Located at: https://youtu.be/SGhTjioGqqA. License: CC BY: Attribution
- Question ID 61710, 61715. Authored by: Day, Alyson. License: CC BY: Attribution. License Terms: IMathAS Community License CC-BY + GPL
- Question ID 40462. Authored by: Jenck, Michael. License: CC BY: Attribution. License Terms: IMathAS Community License CC-BY + GPL
- Question ID 3903. Authored by: Lippman, David . License: CC BY: Attribution. License Terms: IMathAS Community License CC-BY + GPL
- Ex 2: Multiply Complex Numbers. Authored by: Sousa, James (Mathispower4u). Located at: https://youtu.be/O9xQaIi0NX0. License: CC BY: Attribution
- Ex: Dividing Complex Numbers . Authored by: James Sousa (Mathispower4u.com) . Located at: https://youtu.be/XBJjbJAwM1c. License: CC BY: Attribution
- College Algebra. Authored by: OpenStax College Algebra. Provided by: OpenStax. Located at: http://cnx.org/contents/9b08c294-057f-4201-9f48-5d6ad992740d@3.278:1/Preface. License: CC BY: Attribution