Learning

open
close

Complex Numbers

June 21, 2024 | by Bloom Code Studio

Learning Objectives

In this section, you will:

  • Add and subtract complex numbers.
  • Multiply and divide complex numbers.
  • Simplify powers ofΒ i𝑖
A visual representation of the Mandelbrot set

Figure 1

Discovered by Benoit Mandelbrot around 1980, the Mandelbrot Set is one of the most recognizable fractal images. The image is built on the theory of self-similarity and the operation of iteration. Zooming in on a fractal image brings many surprises, particularly in the high level of repetition of detail that appears as magnification increases. The equation that generates this image turns out to be rather simple.

In order to better understand it, we need to become familiar with a new set of numbers. Keep in mind that 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. Not surprisingly, the set of real numbers has voids as well. In this section, we will explore a set of numbers that fills voids in the set of real numbers and find out how to work within it.

Expressing Square Roots of Negative Numbers as Multiples of i𝑖

We know how to find the square root of any positive real number. In a similar way, we can find the square root of any 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 numberThe imaginary number i𝑖 is defined as the square root of βˆ’1.βˆ’1.

βˆ’1βˆ’βˆ’βˆ’βˆš=iβˆ’1=𝑖

So, using properties of radicals,

i2=(βˆ’1βˆ’βˆ’βˆ’βˆš)2=βˆ’1𝑖2=(βˆ’1)2=βˆ’1

We can write the square root of any negative number as a multiple of i.𝑖. Consider the square root of βˆ’49.βˆ’49.

βˆ’49βˆ’βˆ’βˆ’βˆ’βˆš===49β‹…(βˆ’1)βˆ’βˆ’βˆ’βˆ’βˆ’βˆ’βˆ’βˆš49βˆ’βˆ’βˆšβˆ’1βˆ’βˆ’βˆ’βˆš7iβˆ’49=49β‹…(βˆ’1)=49βˆ’1=7𝑖

We use 7i7𝑖 and not βˆ’7iβˆ’7𝑖 because the principal root of 4949 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+biπ‘Ž+𝑏𝑖 where aπ‘Ž is the real part and b𝑏 is the imaginary part. For example, 5+2i5+2𝑖 is a complex number. So, too, is 3+4i3β€“βˆš.3+4𝑖3.The complex number 5 + 2i is displayed.  The 5 is labeled as: Real part and the 2i is labeled as: Imaginary part

Imaginary numbers differ from real numbers in that a squared imaginary number produces a negative real number. Recall that when a positive real number is squared, the result is a positive real number and when a negative real number is squared, the result is also a positive real number. Complex numbers consist of real and imaginary numbers.

IMAGINARY AND COMPLEX NUMBERS

complex number is a number of the form a+biπ‘Ž+𝑏𝑖 where

  • aπ‘ŽΒ is the real part of the complex number.
  • b𝑏 is the imaginary part of the complex number.

If b=0,𝑏=0, then a+biπ‘Ž+𝑏𝑖 is a real number. If a=0π‘Ž=0 and b𝑏 is not equal to 0, the complex number is called a pure imaginary number. An imaginary number is an even root of a negative number.

HOW TO

Given an imaginary number, express it in the standard form of a complex number.

  1. WriteΒ βˆ’aβˆ’βˆ’βˆ’βˆšβˆ’π‘ŽΒ asΒ aβˆ’βˆ’βˆšβˆ’1βˆ’βˆ’βˆ’βˆš.π‘Žβˆ’1.
  2. ExpressΒ βˆ’1βˆ’βˆ’βˆ’βˆšβˆ’1Β asΒ i.𝑖.
  3. WriteΒ aβˆ’βˆ’βˆšβ‹…iπ‘Žβ‹…π‘–Β in simplest form.

EXAMPLE 1

Expressing an Imaginary Number in Standard Form

Express βˆ’9βˆ’βˆ’βˆ’βˆšβˆ’9 in standard form.

Solution

βˆ’9βˆ’βˆ’βˆ’βˆš==9β€“βˆšβˆ’1βˆ’βˆ’βˆ’βˆš3iβˆ’9=9βˆ’1=3𝑖

In standard form, this is 0+3i.0+3𝑖.

TRY IT #1

Express βˆ’24βˆ’βˆ’βˆ’βˆ’βˆšβˆ’24 in standard form.

Plotting a Complex Number 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),(π‘Ž,𝑏), where aπ‘Ž represents the coordinate for the horizontal axis and b𝑏 represents the coordinate for the vertical axis.

Let’s consider the numberΒ βˆ’2+3i.βˆ’2+3𝑖.Β The real part of the complex number isΒ βˆ’2βˆ’2Β and the imaginary part is 3. We plot the ordered pairΒ (βˆ’2,3)(βˆ’2,3)Β to represent the complex numberΒ βˆ’2+3i,βˆ’2+3𝑖,Β as shown inΒ Figure 2.

Coordinate plane with the x and y axes ranging from negative 5 to 5.  The point negative 2 plus 3i is plotted on the graph.  An arrow extends leftward from the origin two units and then an arrow extends upward three units from the end of the previous arrow.

Figure 2

COMPLEX PLANE

In the complex plane, the horizontal axis is the real axis, and the vertical axis is the imaginary axis, as shown inΒ Figure 3.

A blank coordinate plane with the x-axis labeled: real and the y-axis labeled: imaginary.

Figure 3

HOW TO

Given a complex number, represent its components on the complex plane.

  1. Determine the real part and the imaginary part of the complex number.
  2. Move along the horizontal axis to show the real part of the number.
  3. Move parallel to the vertical axis to show the imaginary part of the number.
  4. Plot the point.

EXAMPLE 2

Plotting a Complex Number on the Complex Plane

Plot the complex number 3βˆ’4i3βˆ’4𝑖 on the complex plane.

Solution

The real part of the complex number isΒ 3,3,Β and the imaginary part is –4. We plot the ordered pairΒ (3,βˆ’4)(3,βˆ’4)Β as shown inΒ Figure 4.

Coordinate plane with the x and y axes ranging from -5 to 5.  The point 3 – 4i is plotted, with an arrow extending rightward from the origin 3 units and an arrow extending downward 4 units from the end of the previous arrow.

Figure 4

TRY IT #2

Plot the complex number βˆ’4βˆ’iβˆ’4βˆ’π‘– on the complex plane.

Adding and Subtracting 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 then combine the imaginary parts.

COMPLEX NUMBERS: ADDITION AND SUBTRACTION

Adding complex numbers:

(a+bi)+(c+di)=(a+c)+(b+d)i(π‘Ž+𝑏𝑖)+(𝑐+𝑑𝑖)=(π‘Ž+𝑐)+(𝑏+𝑑)𝑖

Subtracting complex numbers:

(a+bi)βˆ’(c+di)=(aβˆ’c)+(bβˆ’d)i(π‘Ž+𝑏𝑖)βˆ’(𝑐+𝑑𝑖)=(π‘Žβˆ’π‘)+(π‘βˆ’π‘‘)𝑖

HOW TO

Given two complex numbers, find the sum or difference.

  1. Identify the real and imaginary parts of each number.
  2. Add or subtract the real parts.
  3. Add or subtract the imaginary parts.

EXAMPLE 3

Adding and Subtracting Complex Numbers

Add or subtract as indicated.

  1. ⓐ (3βˆ’4i)+(2+5i)(3βˆ’4𝑖)+(2+5𝑖)
  2. β“‘Β (βˆ’5+7i)βˆ’(βˆ’11+2i)(βˆ’5+7𝑖)βˆ’(βˆ’11+2𝑖)

Solution

We add the real parts and add the imaginary parts.

  1. ⓐ
    (3βˆ’4i)+(2+5i)====3βˆ’4i+2+5i3+2+(βˆ’4i)+5i(3+2)+(βˆ’4+5)i5+i(3βˆ’4𝑖)+(2+5𝑖)=3βˆ’4𝑖+2+5𝑖=3+2+(βˆ’4𝑖)+5𝑖=(3+2)+(βˆ’4+5)𝑖=5+𝑖
  2. β“‘
    (βˆ’5+7i)βˆ’(βˆ’11+2i)====βˆ’5+7i+11βˆ’2iβˆ’5+11+7iβˆ’2i(βˆ’5+11)+(7βˆ’2)i6+5i(βˆ’5+7𝑖)βˆ’(βˆ’11+2𝑖)=βˆ’5+7𝑖+11βˆ’2𝑖=βˆ’5+11+7π‘–βˆ’2𝑖=(βˆ’5+11)+(7βˆ’2)𝑖=6+5𝑖

TRY IT #3

Subtract 2+5i2+5𝑖 from 3–4i.3–4𝑖.

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

Lets begin by multiplying a complex number by a real number. We distribute the real number just as we would with a binomial. Consider, for example, 3(6+2i)3(6+2𝑖) :Multiplication of a real number and a complex number.  The 3 outside of the parentheses has arrows extending from it to both the 6 and the 2i inside of the parentheses.  This expression is set equal to the quantity three times six plus the quantity three times two times i; this is the distributive property.  The next line equals eighteen plus six times i; the simplification.

HOW TO

Given a complex number and a real number, multiply to find the product.

  1. Use the distributive property.
  2. Simplify.

EXAMPLE 4

Multiplying a Complex Number by a Real Number

Find the product 4(2+5i).4(2+5𝑖).

Solution

Distribute the 4.

4(2+5i)==(4β‹…2)+(4β‹…5i)8+20i4(2+5𝑖)=(4β‹…2)+(4β‹…5𝑖)=8+20𝑖

TRY IT #4

Find the product: 12(5βˆ’2i).12(5βˆ’2𝑖).

Multiplying Complex Numbers Together

Now, let’s multiply two complex numbers. We can use either the distributive property or more specifically the FOIL method because we are dealing with binomials. Recall that FOIL is an acronym for multiplying First, Inner, Outer, and Last terms together. The difference with complex numbers is that when we get a squared term, i2,𝑖2, it equals βˆ’1.βˆ’1.

(a+bi)(c+di)===ac+adi+bci+bdi2ac+adi+bciβˆ’bd(acβˆ’bd)+(ad+bc)ii2=βˆ’1Group real terms and imaginary terms.(π‘Ž+𝑏𝑖)(𝑐+𝑑𝑖)=π‘Žπ‘+π‘Žπ‘‘π‘–+𝑏𝑐𝑖+𝑏𝑑𝑖2=π‘Žπ‘+π‘Žπ‘‘π‘–+π‘π‘π‘–βˆ’π‘π‘‘π‘–2=βˆ’1=(π‘Žπ‘βˆ’π‘π‘‘)+(π‘Žπ‘‘+𝑏𝑐)𝑖Group real terms and imaginary terms.

HOW TO

Given two complex numbers, multiply to find the product.

  1. Use the distributive property or the FOIL method.
  2. Remember thatΒ i2=βˆ’1.𝑖2=βˆ’1.
  3. Group together the real terms and the imaginary terms

EXAMPLE 5

Multiplying a Complex Number by a Complex Number

Multiply: (4+3i)(2βˆ’5i).(4+3𝑖)(2βˆ’5𝑖).

Solution

(4+3i)(2βˆ’5i)====4(2)βˆ’4(5i)+3i(2)βˆ’(3i)(5i)8βˆ’20i+6iβˆ’15(i2)(8+15)+(βˆ’20+6)i23βˆ’14i(4+3𝑖)(2βˆ’5𝑖)=4(2)βˆ’4(5𝑖)+3𝑖(2)βˆ’(3𝑖)(5𝑖)=8βˆ’20𝑖+6π‘–βˆ’15(𝑖2)=(8+15)+(βˆ’20+6)𝑖=23βˆ’14𝑖

TRY IT #5

Multiply: (3βˆ’4i)(2+3i).(3βˆ’4𝑖)(2+3𝑖).

Dividing Complex Numbers

Dividing two complex numbers is more complicated than adding, subtracting, or multiplying because we cannot divide by an imaginary number, meaning that any fraction must have a real-number denominator to write the answer in standard form a+bi.π‘Ž+𝑏𝑖. 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+biπ‘Ž+𝑏𝑖 is aβˆ’bi.π‘Žβˆ’π‘π‘–. For example, the product of a+biπ‘Ž+𝑏𝑖 and aβˆ’biπ‘Žβˆ’π‘π‘– is

(a+bi)(aβˆ’bi)==a2βˆ’abi+abiβˆ’b2i2a2+b2(π‘Ž+𝑏𝑖)(π‘Žβˆ’π‘π‘–)=π‘Ž2βˆ’π‘Žπ‘π‘–+π‘Žπ‘π‘–βˆ’π‘2𝑖2=π‘Ž2+𝑏2

The result is a real number.

Note that complex conjugates have an opposite relationship: The complex conjugate of a+biπ‘Ž+𝑏𝑖 is aβˆ’bi,π‘Žβˆ’π‘π‘–, and the complex conjugate of aβˆ’biπ‘Žβˆ’π‘π‘– is a+bi.π‘Ž+𝑏𝑖. Further, when a quadratic equation with real coefficients has complex solutions, the solutions are always complex conjugates of one another.

Suppose we want to divide c+di𝑐+𝑑𝑖 by a+bi,π‘Ž+𝑏𝑖, where neither aπ‘Ž nor b𝑏 equals zero. We first write the division as a fraction, then find the complex conjugate of the denominator, and multiply.

c+dia+biwhere aβ‰ 0and bβ‰ 0𝑐+π‘‘π‘–π‘Ž+𝑏𝑖where π‘Žβ‰ 0and π‘β‰ 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)(𝑐+𝑑𝑖)(π‘Ž+𝑏𝑖)β‹…(π‘Žβˆ’π‘π‘–)(π‘Žβˆ’π‘π‘–)=(𝑐+𝑑𝑖)(π‘Žβˆ’π‘π‘–)(π‘Ž+𝑏𝑖)(π‘Žβˆ’π‘π‘–)

Apply the distributive property.

=caβˆ’cbi+adiβˆ’bdi2a2βˆ’abi+abiβˆ’b2i2=π‘π‘Žβˆ’π‘π‘π‘–+π‘Žπ‘‘π‘–βˆ’π‘π‘‘π‘–2π‘Ž2βˆ’π‘Žπ‘π‘–+π‘Žπ‘π‘–βˆ’π‘2𝑖2

Simplify, remembering that i2=βˆ’1.𝑖2=βˆ’1.

=caβˆ’cbi+adiβˆ’bd(βˆ’1)a2βˆ’abi+abiβˆ’b2(βˆ’1)=(ca+bd)+(adβˆ’cb)ia2+b2=π‘π‘Žβˆ’π‘π‘π‘–+π‘Žπ‘‘π‘–βˆ’π‘π‘‘(βˆ’1)π‘Ž2βˆ’π‘Žπ‘π‘–+π‘Žπ‘π‘–βˆ’π‘2(βˆ’1)=(π‘π‘Ž+𝑏𝑑)+(π‘Žπ‘‘βˆ’π‘π‘)π‘–π‘Ž2+𝑏2

THE COMPLEX CONJUGATE

The complex conjugate of a complex number a+biπ‘Ž+𝑏𝑖 is aβˆ’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 6

Finding Complex Conjugates

Find the complex conjugate of each number.

  1. ⓐ 2+i5β€“βˆš2+𝑖5
  2. β“‘Β βˆ’12iβˆ’12𝑖

Solution

  1. ⓐThe number is already in the formΒ a+bi.π‘Ž+𝑏𝑖.Β The complex conjugate isΒ aβˆ’bi,π‘Žβˆ’π‘π‘–,Β orΒ 2βˆ’i5β€“βˆš.2βˆ’π‘–5.
  2. β“‘We can rewrite this number in the formΒ a+biπ‘Ž+𝑏𝑖 asΒ 0βˆ’12i.0βˆ’12𝑖.Β The complex conjugate isΒ aβˆ’bi,π‘Žβˆ’π‘π‘–,Β orΒ 0+12i.0+12𝑖.Β This can be written simply asΒ 12i.12𝑖.

Analysis

Although we have seen that we can find the complex conjugate of an imaginary number, in practice we generally find the complex conjugates of only complex numbers with both a real and an imaginary component. To obtain a real number from an imaginary number, we can simply multiply by i.𝑖.

TRY IT #6

Find the complex conjugate of βˆ’3+4i.βˆ’3+4𝑖.

HOW TO

Given two complex numbers, divide one by the other.

  1. Write the division problem as a fraction.
  2. Determine the complex conjugate of the denominator.
  3. Multiply the numerator and denominator of the fraction by the complex conjugate of the denominator.
  4. Simplify.

EXAMPLE 7

Dividing Complex Numbers

Divide: (2+5i)(2+5𝑖) by (4βˆ’i).(4βˆ’π‘–).

Solution

We begin by writing the problem as a fraction.

(2+5i)(4βˆ’i)(2+5𝑖)(4βˆ’π‘–)

Then we multiply the numerator and denominator by the complex conjugate of the denominator.

(2+5i)(4βˆ’i)β‹…(4+i)(4+i)(2+5𝑖)(4βˆ’π‘–)β‹…(4+𝑖)(4+𝑖)

To multiply two complex numbers, we expand the product as we would with polynomials (using FOIL).

(2+5i)(4βˆ’i)β‹…(4+i)(4+i)====8+2i+20i+5i216+4iβˆ’4iβˆ’i28+2i+20i+5(βˆ’1)16+4iβˆ’4iβˆ’(βˆ’1)3+22i17317+2217iBecause i2=βˆ’1.Separate real and imaginary parts.(2+5𝑖)(4βˆ’π‘–)β‹…(4+𝑖)(4+𝑖)=8+2𝑖+20𝑖+5𝑖216+4π‘–βˆ’4π‘–βˆ’π‘–2=8+2𝑖+20𝑖+5(βˆ’1)16+4π‘–βˆ’4π‘–βˆ’(βˆ’1)Because π‘–2=βˆ’1.=3+22𝑖17=317+2217𝑖Separate real and imaginary parts.

Note that this expresses the quotient in standard form.

Simplifying Powers of i

The powers of i𝑖 are cyclic. Let’s look at what happens when we raise i𝑖 to increasing powers.

i1=ii2=βˆ’1i3=i2β‹…i=βˆ’1β‹…i=βˆ’ii4=i3β‹…i=βˆ’iβ‹…i=βˆ’i2=βˆ’(βˆ’1)=1i5=i4β‹…i=1β‹…i=i𝑖1=𝑖𝑖2=βˆ’1𝑖3=𝑖2⋅𝑖=βˆ’1⋅𝑖=βˆ’π‘–π‘–4=𝑖3⋅𝑖=βˆ’π‘–β‹…π‘–=βˆ’π‘–2=βˆ’(βˆ’1)=1𝑖5=𝑖4⋅𝑖=1⋅𝑖=𝑖

We can see that when we get to the fifth power of i,𝑖, it is equal to the first power. As we continue to multiply i𝑖 by increasing powers, we will see a cycle of four. Let’s examine the next four powers of i.𝑖.

i6=i5β‹…i=iβ‹…i=i2=βˆ’1i7=i6β‹…i=i2β‹…i=i3=βˆ’ii8=i7β‹…i=i3β‹…i=i4=1i9=i8β‹…i=i4β‹…i=i5=i𝑖6=𝑖5⋅𝑖=𝑖⋅𝑖=𝑖2=βˆ’1𝑖7=𝑖6⋅𝑖=𝑖2⋅𝑖=𝑖3=βˆ’π‘–π‘–8=𝑖7⋅𝑖=𝑖3⋅𝑖=𝑖4=1𝑖9=𝑖8⋅𝑖=𝑖4⋅𝑖=𝑖5=𝑖

The cycle is repeated continuously: i,βˆ’1,βˆ’i,1,𝑖,βˆ’1,βˆ’π‘–,1, every four powers.

EXAMPLE 8

Simplifying Powers of i𝑖

Evaluate: i35.𝑖35.

Solution

Since i4=1,𝑖4=1, we can simplify the problem by factoring out as many factors of i4𝑖4 as possible. To do so, first determine how many times 4 goes into 35: 35=4β‹…8+3.35=4β‹…8+3.

i35=i4β‹…8+3=i4β‹…8β‹…i3=(i4)8β‹…i3=18β‹…i3=i3=βˆ’i𝑖35=𝑖4β‹…8+3=𝑖4β‹…8⋅𝑖3=(𝑖4)8⋅𝑖3=18⋅𝑖3=𝑖3=βˆ’π‘–

TRY IT #7

Evaluate: i18𝑖18

Q&A

Can we write i35𝑖35 in other helpful ways?

As we saw inΒ Example 8, we reducedΒ i35𝑖35Β toΒ i3𝑖3Β by dividing the exponent by 4 and using the remainder to find the simplified form. But perhaps another factorization ofΒ i35𝑖35Β may be more useful.Β Table 1Β shows some other possible factorizations.

Factorization of i35𝑖35i34β‹…i𝑖34⋅𝑖i33β‹…i2𝑖33⋅𝑖2i31β‹…i4𝑖31⋅𝑖4i19β‹…i16𝑖19⋅𝑖16
Reduced form(i2)17β‹…i(𝑖2)17⋅𝑖i33β‹…(βˆ’1)𝑖33β‹…(βˆ’1)i31β‹…1𝑖31β‹…1i19β‹…(i4)4𝑖19β‹…(𝑖4)4
Simplified form(βˆ’1)17β‹…i(βˆ’1)17β‹…π‘–βˆ’i33βˆ’π‘–33i31𝑖31i19𝑖19
TableΒ 1

Each of these will eventually result in the answer we obtained above but may require several more steps than our earlier method.

RELATED POSTS

View all

view all