3.3 Complex Numbers in Quadratic Equations

In this section, you will:

Learning Objectives

  • Express square roots of negative numbers as multiples of i.
  • 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. Not surprisingly, the set of real numbers has voids as well. For example, we still have no solution to equations such as [latex]x^2+4=0[/latex].

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.

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 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 i is defined as the square root of negative 1.

[latex]\sqrt{-1}=i[/latex]

So, using properties of radicals,

[latex]i^2=(\sqrt{-1})^2=-1[/latex]

We can write the square root of any negative number as a multiple of [latex]i[/latex]. Consider the square root of –25.

\begin{aligned}
\sqrt{-25} & =\sqrt{25 \cdot(-1)} \\
& =\sqrt{25}\cdot\sqrt{-1} \\
& =5 i
\end{aligned}

We use [latex]5i[/latex] and not [latex]-5i[/latex] because the principal root of [latex]25[/latex] 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 [latex]a+bi[/latex] where [latex]a[/latex] is the real part and [latex]bi[/latex] is the imaginary part. For example, [latex]5+2i[/latex] is a complex number. So, too, is [latex]3+43i[/latex].

Equation: 5 plus 2 i. 5 is the real part. 2 i is the imaginary part
Real and Imaginary

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.

Imaginary and Complex Numbers

A complex number is a number of the form [latex]a+bi[/latex] where

  • a is the real part of the complex number.
  • bi is the imaginary part of the complex number.
If [latex]b=0[/latex], then [latex]a+bi[/latex] is a real number. If [latex]a=0[/latex] and [latex]b[/latex] 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.

  1. Write [latex]\sqrt{-a}[/latex] as [latex]\sqrt a \cdot \sqrt{-1}[/latex].
  2. Express [latex]\sqrt{-1}[/latex] as [latex]i[/latex].
  3. Write [latex]\sqrt a⋅i[/latex] in simplest form.

 

Example 1: Expressing an Imaginary Number in Standard Form

Express [latex]\sqrt{-9}[/latex] in standard form.

Show Solution

[latex]\sqrt{-9}=\sqrt9\cdot =\sqrt{-1}=3i[/latex]

In standard form, this is [latex]0 + 3i[/latex].

 

Try It #1

Express [latex]\sqrt{-24}[/latex] in standard form.

Show Solution

[latex]\sqrt{-24}=2i \sqrt 6[/latex]

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 [latex]a[/latex] represents the coordinate for the horizontal axis and b represents the coordinate for the vertical axis.

 

Graph with x axis from -4 to 4 and y axis from 5 to -5. A dot appears at -2, 3.
Figure 1

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

 

Complex Plane

2 graph axes. Horizontal is labelled "real" and the vertical is "imaginary".
Figure 2

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

 

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 [latex]3−4i[/latex] on the complex plane.

Show Solution

The real part of the complex number is 3, and the imaginary part is –4i. We plot the ordered pair (3,−4).

Graph with x axis from -4 to 4 and y axis from 5 to -5. A dot appears at 3, -4.
Figure 3

 

Try It #2

Plot the complex number [latex]-4-i[/latex] on the complex plane.

Show Solution

The real part of the complex number is 3, and the imaginary part is – 4. We plot the ordered pair (3, -4).

Graph shows one point plotted at x = -4 and y = -1.
Figure 4

 

 

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 combine the imaginary parts.

Complex Numbers: Addition and Subtraction

Adding complex numbers:

[latex]a+bi+c+di=a+c+b+di[/latex]

Subtracting complex numbers:

[latex]a+bi-c+di=a-c+b-di[/latex]

 

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 Complex Numbers

Add [latex]3-4i[/latex] and [latex]2+5i[/latex].

Show Solution

We add the real parts and add the imaginary parts.

[latex](3 - 41) + (2 + 51) = (3 + 2) + (-4 + 5) i = 5 + i[/latex]

 

Try It #3

Subtract [latex]2+5i[/latex] from [latex]3–4i[/latex].

Show Solution

[latex](3 - 46) - (2 + 51) = 1-91[/latex]

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,

[latex]\begin{aligned} 3(6+2 i) & =(3 \cdot 6)+(3 \cdot 2 i)\;\;\;\;\;\;\;\text{Distribute.}\\ & =18+6 i\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\text{Simplify.} \end{aligned}[/latex]

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 [latex]4(2+5i)[/latex].

Show Solution

[latex]4(2+5 i)=(4 \cdot 2)+(4 \cdot 5 i)=8+20 i[/latex]

 

Try It #4

Find the product [latex]−4(2+6i)[/latex].

Show Solution

[latex]-8−24i[/latex]

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

[latex](a+bi)(c+di)=ac+adi+bci+bdi^{2}[/latex]

Because [latex]i^2=-1[/latex], we have

[latex](a+bi)(c+di)=ac+adi+bci-bd[/latex]

To simplify, we combine the real parts, and we combine the imaginary parts.

[latex](a+bi)(c+di)=(ac-bd)+(ad+bc)i[/latex]

How To: Given two complex numbers, multiply to find the product.

  1. Use the distributive property or the FOIL method.
  2. Simplify.

 

Example 5: Multiplying a Complex Number by a Complex Number

Multiply [latex]4+3i(2-5i)[/latex].

Show Solution

[latex]\begin{aligned} (4+3 i)(2-5 i) & =4 \cdot 2+4 \cdot(-5 i)+3 i \cdot 2+3 i \cdot(-5 i) \\ & =8-20 i+6 i-15 i^{2} \\ & =8+15-20 i+6 i \\ & =23-14 i \end{aligned}[/latex]

 

Try It #5

Multiply [latex](3−4i)(2+3i)[/latex].

Show Solution

[latex]18+i[/latex]

Dividing 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 [latex]a+bi[/latex] is [latex]a-bi[/latex].

Note that complex conjugates have a reciprocal relationship: The complex conjugate of [latex]a+bi[/latex] is [latex]a-bi[/latex], and the complex conjugate of [latex]a-bi[/latex] is [latex]a+bi[/latex].

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 [latex]c+di[/latex] by [latex]a+bi[/latex], where neither [latex]a[/latex] nor b equals zero. We first write the division as a fraction, then find the complex conjugate of the denominator, and multiply.

[latex]\large\frac{c+d i}{a+b i}[/latex] where [latex]a\neq 0[/latex] and [latex]b\neq0[/latex]

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

[latex]\large\frac{(c+di)}{(a+bi)}\cdot\frac{(a-bi)}{(a-bi)}=\frac{(c+di)(a-bi)}{(a+bi)(a-bi)}[/latex]

Apply the distributive property.

[latex]\large=\frac{ca-cbi+adi-bdi^{2}}{a^{2}-abi+abi-b^{2}i^{2}}[/latex]

Simplify, remembering that [latex]i^2=-1[/latex]

[latex]\Large\begin{array}{l} =\frac{c a-c b i+a d i-b d(-1)}{a^{2}-a b i+a b i-b^{2}(-1)} \\ =\frac{(c a+b d)+(a d-c b) i}{a^{2}+b^{2}} \end{array}[/latex]

The Complex Conjugate

The complex conjugate of a complex number [latex]a+bi[/latex] is [latex]a-bi[/latex]. It is found by changing the sign of the imaginary part of the complex number. The real part of the number is left unchanged.

  1. When a complex number is multiplied by its complex conjugate, the result is a real number.
  2. 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. [latex]2+i\sqrt5[/latex]
  2. [latex]-\frac12 i[/latex]
Show Solution
  1. The number is already in the form [latex]a+bi[/latex]. The complex conjugate is [latex]a−bi[/latex], or [latex]2−i\sqrt5[/latex].
  2. We can rewrite this number in the form [latex]a+bi[/latex] as [latex]0−\frac12 i[/latex]. The complex conjugate is [latex]a−bi[/latex], or [latex]0+12i[/latex]. This can be written simply as [latex]\frac12 i[/latex].

Analysis of the Solution

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 [latex]i[/latex].

 

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 [latex](2+5i)[/latex] by [latex](4-i)[/latex]

Show Solution

We begin by writing the problem as a fraction.

[latex]\large\frac{(2+5i)}{(4-i)}[/latex]

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

[latex]\large\frac{(2+5i)}{(4-i)}\cdot \frac{(4+i)}{(4+i)}[/latex]

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

[latex]\begin{aligned} \frac{(2+5i)}{(4-i)} \cdot \frac{(4+i)}{(4+i)} & =\frac{8+2 i+20 i+5 i^{2}}{16+4 i-4 i-i^{2}} \\ & =\frac{8+2 i+20 i+5(-1)}{16+4 i-4 i-(-1)} \;\;\;\;\;\text{Because } i^2=-1\\ & =\frac{3+22 i}{17} \\ & =\frac{3}{17}+\frac{22i}{17} \;\;\;\;\;\;\;\;\;\;\text{Separate real and imaginary parts} \end{aligned}[/latex]

Note that this expresses the quotient in standard form.

 

Example #8: Substituting a Complex Number into a Polynomial Function

Let [latex]f(x)=x^2-5x+2[/latex]. Evaluate [latex]f(3+i)[/latex].

Show Solution

Substitute [latex]x=3+i[/latex] into the function [latex]f(x)=x2-5x+2[/latex] and simplify.

[latex]\begin{aligned} f(3+i) & =(3+i)^{2}-5(3+i)+2 \;\;\;\;\;\;\;\;\;\;\;\;\;\; \text{Substitute } 3+i \text{ for }x\\ & =\left(3+6 i+i^{2}\right)-(15+5 i)+2 \;\;\;\;\; \text{Multiply}\\ & =9+6 i+(-1)-15-5 i+2 \;\;\;\;\;\;\; \text{Substitute } -1 \text{ for }i^2\\ & =-5+i \;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\; \text{Combine like terms} \end{aligned}[/latex]

Analysis of the solution
We write [latex]f(3+i)=-5+i[/latex]. Notice that the input is [latex]3+i[/latex] and the output is [latex]-5+i[/latex].

 

Try It #6

Let [latex]f(x)=2x^2-3x[/latex]. Evaluate [latex]f(8-i)[/latex].

Show Solution

[latex]102-29i[/latex]

 

Example #9: Substituting an Imaginary Number in a Rational Function

Let [latex]f(x)=\frac{2+x}{x+3}[/latex]. Evaluate [latex]f(10i)[/latex].

Show Solution

Substitute [latex]x=10i[/latex] and simplify.

[latex]\Large\frac{2+10 i}{10 i+3}[/latex] *** Substitute [latex]10i[/latex] for [latex]x[/latex]
[latex]\Large\frac{2+10 i}{3+10 i}[/latex] *** Rewrite the denominator in standard form
[latex]\Large\frac{2+10 i}{3+10 i} \cdot \frac{3-10 i}{3-10 i}[/latex] *** Multiply the numerator and denominator by the complex conjugate of the denominator
[latex]\Large\frac{6-20 i+30 i-100 i^{2}}{9-30 i+30 i-100 i^{2}}[/latex] *** Multiply using the distributive property or the FOIL method
[latex]\Large\frac{6-20 i+30 i-100(-1)}{9-30 i+30 i-100(-1)}[/latex] *** Substitute −1 for [latex]i^2[/latex]
[latex]\Large\frac{106+10 i}{109}[/latex] *** Simplify
[latex]\Large\frac{106}{109}+\frac{10}{109} i[/latex] *** Separate the real and imaginary parts

 

Try It #7

Let [latex]f(x)=\frac{x+1}{x-4}[/latex]. Evaluate [latex]f(-i)[/latex].

Show Solution

[latex]\large-\frac{3}{17}+\frac{5}{17} i[/latex]

Simplifying Powers of i

The powers of [latex]i[/latex] are cyclic. Let’s look at what happens when we raise [latex]i[/latex] to increasing powers.

[latex]\large\begin{array}{l} 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{array}[/latex]

We can see that when we get to the fifth power of [latex]i[/latex], it is equal to the first power. As we continue to multiply [latex]i[/latex] by itself for increasing powers, we will see a cycle of 4. Let’s examine the next 4 powers of [latex]i[/latex].

[latex]\large\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}[/latex]

Example #10: Simplifying Powers of [latex]i[/latex]

Evaluate [latex]i^{35}[/latex].

Show Solution

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

[latex]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[/latex]

 

Q&A: Can we write [latex]i^{35}[/latex] in other helpful ways?

As we saw in Example: 10, Simplifying Powers of [latex]i[/latex], we reduced [latex]i^{35}[/latex] to [latex]i^3[/latex] by dividing the exponent by 4 and using the remainder to find the simplified form. But perhaps another factorization of [latex]i^{35}[/latex] may be more useful. The table below shows some other possible factorizations.

Possible Factorizations of [latex]i^{35}[/latex]
Factorization of [latex]{i}^{35}[/latex] [latex]{i}^{34}\cdot i[/latex] [latex]{i}^{33}\cdot {i}^{2}[/latex] [latex]{i}^{31}\cdot {i}^{4}[/latex] [latex]{i}^{19}\cdot {i}^{16}[/latex]
Reduced form [latex]{\left({i}^{2}\right)}^{17}\cdot i[/latex] [latex]{i}^{33}\cdot \left(-1\right)[/latex] [latex]{i}^{31}\cdot 1[/latex] [latex]{i}^{19}\cdot {\left({i}^{4}\right)}^{4}[/latex]
Simplified form [latex]{\left(-1\right)}^{17}\cdot i[/latex] [latex]-{i}^{33}[/latex] [latex]{i}^{31}[/latex] [latex]{i}^{19}[/latex]

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

Media

Access these online resources for additional instruction and practice with complex numbers.

Adding and Subtracting Complex Numbers

Multiply Complex Numbers

Multiplying Complex Conjugates

Raising i to Powers

3.1 Section Exercises

Verbal

  1. Explain how to add complex numbers.
  2. What is the basic principle in multiplication of complex numbers?
  3. Give an example to show the product of two imaginary numbers is not always imaginary.
  4. What is a characteristic of the plot of a real number in the complex plane.

Algebraic

For the following exercises, evaluate the algebraic expressions.

  1. If [latex]f(x)=x^2+x-4[/latex], evaluate [latex]f(2i)[/latex].
  2. If [latex]f(x)=x^3-2[/latex], evaluate [latex]f(i)[/latex].
  3. If [latex]f(x)=x^2+3x+5[/latex], evaluate [latex]f(2+i)[/latex].
  4. If [latex]f(x)=2x^2+x-3[/latex], evaluate [latex]f(2-3i)[/latex].
  5. If [latex]f(x)=x+12-x[/latex], evaluate [latex]f(5i)[/latex].
  6. If [latex]f(x)=1+2x^2+3[/latex], evaluate [latex]f(4i)[/latex].

Graphical

For the following exercises, determine the number of real and nonreal solutions for each quadratic function shown.

 

11.

An X and Y axis contains a symmetrical u-shaped curve that begins in the upper left quadrant, curves down below the x axis and curves back up into the upper right quad.
Exercise 11

12.

Similar to the previous graph, this image contains a symmetrical u-shaped curve that begins in the upper left quadrant and curves back up into the upper right quad but does not curve below the x axis
Figure 12

For the following exercises, plot the complex numbers on the complex plane.

 

Exercise 13

[latex]1-2i[/latex]

Show Solution
Graph shows one point plotted at x = 1 and y = -2.
Exercise 13

Exercise 14

[latex]-2+3i[/latex]

Exercise 15

[latex]i[/latex]

Show Solution
Graph shows one point plotted at x = 10 and y = 1.
Exercise 15

Exercise 16

[latex]-3-4i[/latex]

Numeric

For the following exercises, perform the indicated operation and express the result as a simplified complex number.

Exercise 17

[latex](3+2𝑖)+(5−3𝑖)[/latex]

Show Solution

[latex]8-1[/latex]

Exercise 18

[latex](−2−4𝑖)+(1+6𝑖)[/latex]

Exercise 19

[latex](−5+3𝑖)−(6−𝑖)[/latex]

Show Solution

[latex]-11+4i[/latex]

Exercise 20

[latex](2−3𝑖)−(3+2𝑖)[/latex]

Exercise 21

[latex](−4+4𝑖)−(−6+9𝑖)[/latex]

Show Solution

[latex]2−5𝑖[/latex]

Exercise 22

[latex](2+3𝑖)(4𝑖)[/latex]

Exercise 23

[latex](5−2𝑖)(3𝑖)[/latex]

Show Solution

[latex]6+15i[/latex]

Exercise 24

[latex](6−2𝑖)(5)[/latex]

Exercise 25

[latex](−2+4𝑖)(8)[/latex]

Show Solution

[latex]−16+32𝑖[/latex]

Exercise 26

[latex](2+3𝑖)(4−𝑖)[/latex]

Exercise 27

[latex](−1+2𝑖)(−2+3𝑖)[/latex]

Show Solution

[latex]−4−7𝑖[/latex]

Exercise 28

[latex](4−2𝑖)(4+2𝑖)[/latex]

Exercise 29

[latex](3+4𝑖)(3−4𝑖)[/latex]

Show Solution

[latex]25[/latex]

Exercise 30

[latex]\large\frac{3+4i}{2}[/latex]

Exercise 31

[latex]\large\frac{6-2i}{3}[/latex]

Show Solution

[latex]2-\frac{2}{3}i[/latex]

Exercise 32

[latex]\large\frac{-5+3i}{2i}[/latex]

Exercise 33

[latex]\large\frac{6+4i}{i}[/latex]

Show Solution

[latex]4-6i[/latex]

Exercise 34

[latex]\large\frac{2-3i}{4+3i}[/latex]

Exercise 35

[latex]\large\frac{3+4i}{2-i}[/latex]

Show Solution

[latex]\frac25+\frac{11}{5}i[/latex]

Exercise 36

[latex]\large\frac{2+3i}{2-3i}[/latex]

Exercise 37

[latex]\sqrt{-9}+3\sqrt{-16}[/latex]

Show Solution

[latex]15i[/latex]

Exercise 38

[latex]-\sqrt{-4}-4\sqrt{-25}[/latex]

Exercise 39

[latex]\large\frac{2+\sqrt{}-12}{2}[/latex]

Show Solution

[latex]1+i\sqrt{3}[/latex]

Exercise 40

[latex]\large\frac{4+\sqrt{-20}}{2}[/latex]

Exercise 41

[latex]i^8[/latex]

Show Solution

[latex]1[/latex]

Exercise 42

[latex]i^15[/latex]

Exercise 43

[latex]i^{22}[/latex]

Show Solution

[latex]-1[/latex]

Technology

For the following exercises, use a calculator to help answer the questions.

  1. Evaluate [latex](1 + i)^k[/latex] for [latex]k = 4, 8,[/latex] and [latex]12[/latex]. Predict the value if [latex]k = 16[/latex].
  2. Evaluate [latex](1 - i)^k[/latex] for [latex]k = 2, 6,[/latex] and [latex]10[/latex]. Predict the value if [latex]k = 14[/latex].
    Answer: [latex]128i[/latex]
  3. Evaluate [latex](1+i)k-(1-i)k[/latex] for [latex]k = 4[/latex], 8 and 12. Predict the value for [latex]k = 16[/latex].
  4. Show that a solution of [latex]x^6 + 1 = 0[/latex] is [latex]\frac{\sqrt3}{2} + \frac12 i[/latex].
    Answer: [latex](\frac{\sqrt{3}}{2}+\frac12 i)^6=-1[/latex]
  5. Show that a solution of [latex]x^8 - 1 = 0[/latex] is [latex]\frac {\sqrt{2}}{2}+\frac{\sqrt{2}}{2} i[/latex].

Extensions

For the following exercises, evaluate the expressions, writing the result as a simplified complex number.

  1. [latex]\large\frac{1}{i} + \frac{4}{i^3}[/latex]
    Answer: [latex]3i[/latex]
  2. [latex]\large\frac{1}{i^{11}}-\frac{1}{i^{21}}[/latex]
  3. [latex]i^7(1+i^2)[/latex]
    Answer: 0
  4. [latex]\large i^{-3} + 5{i^7}[/latex]
  5. [latex]\frac{(2+i)(4-2i)}{(1+i)}[/latex]
    Answer: [latex]5-5i[/latex]
  6. [latex]\frac{(1+3i)(2-4i)}{(1+2i)}[/latex]
  7. [latex]\large\frac{(3+i)^2}{(1+2i)^2}[/latex]
    Answer: [latex]-2i[/latex]
  8. [latex]\large\frac{3+2i}{2+i} + (4+3i)[/latex]
  9. [latex]\large\frac{4+i}{i}+\frac{3-4i}{(1-i)}[/latex]
    Answer: [latex]\frac{9}{2}-\frac{9}{2}i[/latex]
  10. [latex]\large\frac{3+2i}{1+2i} - \frac{2-3i}{3+i}[/latex]

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

College Algebra Copyright © by Alison Bonner is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book