Complex Numbers

Site: Saylor Academy
Course: MA001: College Algebra
Book: Complex Numbers
Printed by: Guest user
Date: Saturday, May 11, 2024, 3:38 PM

Description

This summary of algebraic operations on complex numbers will prepare you for solving quadratic equations with no solutions and the related implications for graphing quadratic and polynomial functions.

Complex Numbers

Learning Objectives

In this section, you will:

  • Add and subtract complex numbers.
  • Multiply and divide complex numbers.
  • Simplify powers of i

 

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.



Source: Rice University, https://openstax.org/books/college-algebra/pages/2-4-complex-numbers
Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 License.

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.

\sqrt{-1}=i

So, using properties of radicals,

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

We can write the square root of any negative number as a multiple of i. Consider the square root of -49.

\begin{aligned}\sqrt{-49} &=\sqrt{49 \cdot(-1)} \\&=\sqrt{49} \sqrt{-1} \\&=7 i\end{aligned}

We use 7 i and not -7 i because the principal root of 49 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+b i where a is the real part and b is the imaginary part. For example, 5+2 i is a complex number. So, too, is 3+4 i \sqrt{3}.



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

A complex number is a number of the form a+b i where
  • a is the real part of the complex number.
  • b is the imaginary part of the complex number.
If b=0, then a+b i is a real number. If a=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 \sqrt{-a} as \sqrt{a} \sqrt{-1}.2. Express \sqrt{-1} as i.
3. Write \sqrt{a} \cdot i in simplest form.

 

EXAMPLE 1

Expressing an Imaginary Number in Standard Form
Express \sqrt{-9} in standard form.


Solution

\begin{aligned}\sqrt{-9} &=\sqrt{9} \sqrt{-1} \\&=3 i\end{aligned}

In standard form, this is 0+3 i.


TRY IT #1

Express \sqrt{-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+3 i. The real part of the complex number is -2 and the imaginary part is 3. We plot the ordered pair (-2,3) to represent the complex number -2+3 i, as shown in Figure 2.

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.

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-4 i on the complex plane.

Solution
The real part of the complex number is 3, and the imaginary part is -4. We plot the ordered pair (3,-4) as shown in Figure 4 .

Figure 4
 

TRY IT #2

Plot the complex number -4-i 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+b i)+(c+d i)=(a+c)+(b+d) i

Subtracting complex numbers:

(a+b i)-(c+d i)=(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.
(a) (3-4 i)+(2+5 i)
(b) (-5+7 i)-(-11+2 i)

 
Solution

We add the real parts and add the imaginary parts.
(a)


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


(b)


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


TRY IT #3

Subtract 2+5 i from 3-4 i.

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. Consider, for example, 3(6+2 i):


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+5 i).


Solution

Distribute the 4.

\begin{aligned}4(2+5 i) &=(4 \cdot 2)+(4 \cdot 5 i) \\&=8+20 i\end{aligned}

 

TRY IT #4

Find the product: \frac{1}{2}(5-2 i).

 

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, i^{2}, it equals -1.

\begin{array}{rlr}(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 \qquad \qquad \qquad i^{2}=-1 \\ & =(a c-b d)+(a d+b c) i \qquad \qquad \text { Group real terms and imaginary terms. }\end{array}

 

HOW TO

Given two complex numbers, multiply to find the product.
1. Use the distributive property or the FOIL method.
2. Remember that i^{2}=-1.
3. Group together the real terms and the imaginary terms

 

EXAMPLE 5

Multiplying a Complex Number by a Complex Number

Multiply: (4+3 i)(2-5 i).

 

Solution

\begin{aligned}(4+3 i)(2-5 i) &=4(2)-4(5 i)+3 i(2)-(3 i)(5 i) \\&=8-20 i+6 i-15\left(i^{2}\right) \\&=(8+15)+(-20+6) i \\&=23-14 i\end{aligned}

TRY IT #5

Multiply: (3-4 i)(2+3 i).

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+b i. 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+b i is a-b i. For example, the product of a+b i and a-b i is

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

The result is a real number.

Note that complex conjugates have an opposite relationship: The complex conjugate of a+b i is a-b i, and the complex conjugate of a-b i is a+b i. 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+d i by a+b i, 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.

\dfrac{c+d i}{a+b i} \quad \text { where } a \neq 0 \text { and } b \neq 0

Multiply the numerator and denominator by the complex conjugate of the denominator.

\dfrac{(c+d i)}{(a+b i)} \cdot \dfrac{(a-b i)}{(a-b i)}=\dfrac{(c+d i)(a-b i)}{(a+b i)(a-b i)}

Apply the distributive property.

=\dfrac{c a-c b i+a d i-b d i^{2}}{a^{2}-a b i+a b i-b^{2} i^{2}}

Simplify, remembering that i^{2}=-1.

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

 

THE COMPLEX CONJUGATE

The complex conjugate of a complex number a+b i is a-b i. 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.
(a) 2+i \sqrt{5}
(b) -\dfrac{1}{2} i

 

Solution

(a)The number is already in the form a+b i. The complex conjugate is a-b i, or 2-i \sqrt{5}.
(b) We can rewrite this number in the form a+b i as 0-\dfrac{1}{2} i. The complex conjugate is a-b i, or 0+\dfrac{1}{2} i. This can be written simply as \dfrac{1}{2} i.


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+4 i.


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+5 i) by (4-i).

 

Solution

We begin by writing the problem as a fraction.

\dfrac{(2+5 i)}{(4-i)}

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

\dfrac{(2+5 i)}{(4-i)} \cdot \dfrac{(4+i)}{(4+i)}

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

\begin{array}{rlr}\dfrac{(2+5 i)}{(4-i)} \cdot \dfrac{(4+i)}{(4+i)} & =\dfrac{8+2 i+20 i+5 i^{2}}{16+4 i-4 i-i^{2}} & \\ & =\dfrac{8+2 i+20 i+5(-1)}{16+4 i-4 i-(-1)} \qquad \qquad \text { Because } i^{2}=-1 \\ & =\dfrac{3+22 i}{17} & \\ & =\dfrac{3}{17}+\dfrac{22}{17} i \qquad \qquad \qquad \text { Separate real and imaginary parts. }\end{array}

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.

\begin{aligned}&i^{1}=i \\&i^{2}=-1 \\&i^{3}=i^{2} \cdot i=-1 \cdot i=-i \\&i^{4}=i^{3} \cdot i=-i \cdot i=-i^{2}=-(-1)=1 \\&i^{5}=i^{4} \cdot i=1 \cdot i=i\end{aligned}

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.

\begin{aligned}&i^{6}=i^{5} \cdot i=i \cdot i=i^{2}=-1 \\&i^{7}=i^{6} \cdot i=i^{2} \cdot i=i^{3}=-i \\&i^{8}=i^{7} \cdot i=i^{3} \cdot i=i^{4}=1 \\&i^{9}=i^{8} \cdot i=i^{4} \cdot i=i^{5}=i\end{aligned}

The cycle is repeated continuously: i,-1,-i, 1, every four powers.

 

EXAMPLE 8

Simplifying Powers of i

Evaluate: i^{35}.

 

Solution

Since i^{4}=1, we can simplify the problem by factoring out as many factors of i^{4} as possible. To do so, first determine how many times 4 goes into 35: 35=4 \cdot 8+3.

i^{35}=i^{4 \cdot 8+3}=i^{4 \cdot 8} \cdot i^{3}=\left(i^{4}\right)^{8} \cdot i^{3}=1^{8} \cdot i^{3}=i^{3}=-i

 

TRY IT #7

Evaluate: i^{18}

Q&A

Can we write i^{35} in other helpful ways?

Can we write i^{35} in other helpful ways?As we saw in Example 8, we reduced i^{35} to i^{3} by dividing the exponent by 4 and using the remainder to find the simplified form. But perhaps another factorization of i^{35} may be more useful. Table 1 shows some other possible factorizations.

Factorization of i^{35} i^{34} \cdot i i^{33} \cdot i^{2} i^{31} \cdot i^{4} i^{19} \cdot i^{16}
Reduced form \left(i^{2}\right)^{17} \cdot i i^{33} \cdot(-1) i^{31} \cdot 1 i^{19} \cdot\left(i^{4}\right)^{4}
Simplified form (-1)^{17} \cdot i -i^{33} i^{31} i^{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.