Operations with Complex Numbers

Learning Objectives

Introduction

Any time new kinds of numbers are introduced, one of the first questions that needs to be addressed is, “How do you add them?” In this topic, you’ll learn how to add complex numbers and also how to subtract, multiply, and divide them.

Adding and Subtracting Complex Numbers

First, consider the following expression.

`(6x + 8) + (4x + 2)`

To simplify this expression, you combine the like terms, `6x` and `4x`. These are like terms because they have the same variable with the same exponents. Similarly, `8` and `2` are like terms because they are both constants, with no variables.

`(6x + 8) + (4x + 2) = 10x + 10`

In the same way, you can simplify expressions with radicals.

`(6sqrt3+8)+(4sqrt3+2)=10sqrt3+10`

You can add `6sqrt3` to `4sqrt3` because the two terms have the same radical, `sqrt3`, just as `6x` and `4x` have the same variable and exponent.

The number `i` looks like a variable, but remember that it is equal to `sqrt(-1)`. The great thing is you have no new rules to worry about. Whether you treat it as a variable or a radical, the exact same rules apply to adding and subtracting complex numbers A number in the form `a + bi`, where `a` and `b` are real numbers and `i` is the square root of `-1`. . You combine the imaginary parts (the terms with `i`), and you combine the real parts.

Example

Problem

Add. `(-3 + 3i) + (7 - 2i)`

 

 

```-3 + 3i + 7 - 2i=-3+7+3i-2i`

Rearrange the sums to put like terms together.

 

 

 

Answer

`-3 + 7 = 4` and `3i-2i=(3-2)i=i`

 

`(-3 + 3i) + (7 - 2i)=4+i` 

Combine like terms.

 

Example

Problem

Subtract. `(-3 + 3i) - (7 - 2i)`

 

`(-3 + 3i) - (7 - 2i)=-3+3i-7+2i`

Be sure to distribute the subtraction sign to all terms in the subtrahendThe number that is subtracted from another number. .

 

`-3 - 7 + 3i + 2i`

Rearrange the terms to put like terms together.

 

 

 

Answer

`-3 - 7 = -10` and `3i+2i=(3+2)i=5i`

 

`(-3 + 3i) - (7 - 2i)=10+5i`

Combine like terms.

 

 

 

 

Subtract. `(5 + 3i) - (3 - i)`

 

A) `2 + 4i`

 

B) `6`

 

C) `2 + 2i`

 

D) `8 + 2i`

 

 

Multiplying Complex Numbers

Again, consider the following expression. Before reading further, consider how you would simplify it.

`(5x)(-3x)`

You can simplify by multiplying the coefficients together, then the variables.

 

`(5x)(-3x)`

`=`

`(5)(-3)(x)(x)`

 

`=`

`-15x^2`

Multiplying two imaginary (but not complex!) numbers together works in a similar way, but there is an additional step. Start with the same method to multiply `5i` and `-3i`.

 

`(5i)(-3i)`

`=`

`(5)(-3)(i)(i)`

 

`=`

`-15i^2`

This seems fine so far, but the `i^2` can be simplified further.

When you multiply a square root by itself, you get the number under the radical. This is what square root means.

`(sqrt3)(sqrt3)=3`

`(sqrt15)(sqrt15)=15`

Well, `i` is also a square root. It’s equal to `sqrt(-1)`.

`i^2`

`=`

`(i)(i)`

 

`=`

`(sqrt(-1))(sqrt(-1))`

 

`=`

`-1`

So, the final step to simplifying `(5i)(-3i) = -15i^2` is to replace `i^2` with `-1`.

`(5i)(-3i)`

`=`

`(5)(-3)(i)(i)`

 

`=`

`-15i^2`

 

`=`

`-15(-1)`

 

`=`

`15`

Example

Problem

Multiply. `(3i)(2i)`

 

 

`(3i)(2i) = (3)(2)(i)(i)=6i^2`

Multiply the coefficients of `i` together, and then multiply `i` times `i`.

 

`6i^2 = 6(-1)`

 

`6(-1) = -6`

Replace `i^2` with `-1`.

 

Multiply.

Answer

`(3i)(2i)=-6` 

 

Notice that the product of two imaginary numbers is a real number! We will see this again when we multiply two complex numbers.

Multiply and simplify. `(3i)(-i)`

 

A) `3`

 

B) `-3`

 

C) `3i`

 

D) `-3i^2`

 

 

Using the Distributive Property

The following expression is a little more complicated because two binomials are being multiplied. This means you have to use the Distributive Property of MultiplicationThe product of a sum (or a difference) and a number is the same as the sum (or difference) of the product of each addend (or each number being subtracted) and the number. For example: `3(4 + 2) = 3(4) + 3(2)` and `3(4 - 2) = 3(4) - 3(2)`.. (Remember that multiplying using the FOIL method (First, Outside, Inside, Last) is an application of the Distributive Property of Multiplication.) Once the binomials have been multiplied, simplify the expression by combining like terms.

 

`(6x + 8)(4x + 2)`

`=`

`6x(4x + 2) + 8(4x+2)`

 

`=`

`6x*4x + 6x*2 + 8*4x + 8*2`

 

`=`

`24x^2 + 12x + 32x + 16`

 

`=`

`24x^2 + 44x + 16`

Again, in the same way, you can multiply complex numbers. At the end, you will need to simplify `i^2`.

Example

Problem

Multiply and simplify. `(6 + 8i)(4 + 2i)`

 

`(6 + 8i)(4 + 2i)`

`6(4 + 2i) + 8i(4+2i)`

`6*4 + 6*2i + 8i*4 + 8i*2i`

`24 + 12i + 32i + 16i^2`

 

 

 

 

 

Two binomials are being multiplied, so you need to use the Distributive Property of Multiplication.

 

We could have used FOIL and gone directly to the line `6*4 + 6*2i + 8i*4 + 8i*2i`.

 

`24 + 44i + 16i^2`

Combine like terms.

 

`24 + 44i + 16(-1)`

`24 + 44i - 16`

`8 + 44i`

Replace `i^2` with `-1` and simplify.

Answer

`(6 + 8i)(4 + 2i)=8+44i`

 

In this case, the product of two complex numbers is complex. But in the following example, the product is real, not complex. Can you figure out why?

Example

Problem

Multiply and simplify. `(6 + 8i)(6 - 8i)`

 

`(6 + 8i)(6 - 8i)`

`6*6 + 6*-8i + 8i*6 + 8i*-8i`

`36 - 48i + 48i - 64i^2`

Use FOIL to expand the product.

 

`36 - 64i^2`

Combine like terms.

 

`36 - 64(-1)`

`36 + 64`

`100`

Replace `i^2` with `-1` and simplify.

Answer

`(6 + 8i)(6 - 8i)=100` 

 

Just as `6+8sqrt3` and `6-8sqrt3` are conjugates, `6 + 8i` and `6 - 8i` are conjugates. (Again, `i` is a square root, so this isn’t really a new idea.) When the numbers are complex, they are called complex conjugates Two complex numbers for which the real parts are equal and the imaginary parts are additive inverses. `a + bi` and `a - bi` are complex conjugates. . Because conjugates have terms that are the same except for the operation between them (one is addition and one is subtraction), the `i` terms in the product will add to `0`. In the example above, `-48i` was added to `48i`, and that sum is `0`, so there was no `i` term in the final product. That means the product of complex conjugates will always be a real (not complex) number.

Multiply. `(9 + i)(9 - i)`

 

A) `82 + 18i`

 

B) `80 - 18i`

 

C) `80`

 

D) `82`

 

 

Division of Complex Numbers

So far, each operation with complex numbers has worked just like the same operation with radical expressions. This should no longer be a surprise. The number `i` is a radical, after all, so complex numbers are radical expressions!

Let’s look at division in two parts, like we did multiplication. First, let’s look at a situation in which the divisor is a monomial.

Example

Problem

Simplify. `-24i-:6`

 

  `-24i-:6=(-24i)/6=(-4i)/1*6/6` 

Treat the division as a fraction. Simplify the fraction using a factor that the numerator and denominator have in common.

Answer

 `-24i-:6=-4i` 

 

Since the result has no denominator, no more simplification is needed.

 

Example

Problem

Simplify. `32i-:6i`

 

 

 `32i-:6i=(32i)/(6i)=16/3*(2i)/(2i)`

 

Treat the division as a fraction. Simplify the fraction using a factor that the numerator and denominator have in common. Note in this case, `i` is part of the common factor.

Answer

 `32i-:6i=16/3`

The fraction is in simplest form.

 

Example

Problem

Simplify. `56-:-7i`

 

 

  `56-:-7i=56/(-7i)=8/(-i)*7/7`  

Treat the division as a fraction. Simplify the fraction using a factor that the numerator and denominator have in common.

 

 

`8/(-i)`

In this case, the denominator still has `i` in it. Since `i` is a radical, you should simplify further by rationalizing the denominator.

 

`8/(-i)*i/i`

`=`

`(8i)/(-i^2)`

 

`=`

`(8i)/(-(-1)`

 

`=`

`8i`

Since the denominator is just one term, you don’t need to think about complex conjugates. Just multiply by `1` in the form `i/i` and simplify. (Remember, the product of two imaginary numbers is real, so the denominator is real.)

Answer

`56-:-7i=8i`

 

 

Simplify. `12-:10i`

 

A) `6/5`

 

B) `-6/5i` 

 

C) `6/5i` 

 

D) `-6/5` 

 

 

When the divisor (that is, the denominator in the fraction) is a complex number with non-zero real and imaginary parts, you must rationalize the denominator using the complex conjugate. Remember that the product of a complex number with its complex conjugate is always a real number, so the denominator will be a real number. That means the result will be equivalent, but rationalized.

Example

Problem

Simplify. `(56 - 8i)-:(14+10i)`

 

`(56-8i) -:(14+10i)`

`=`

`(56-8i)/(14+10i)`

 

`=`

`((28-4i)(2))/((7+5i)(2))`

 

`=`

`(28-4i)/(7+5i)*2/2`

 

`=`

`(28-4i)/(7+5i)`

Treat the division as a fraction. Simplify the fraction using a factor that the numerator and denominator have in common, if any.

 

Be careful to use the distributive property: the numbers must be a factor of all terms.

`(28-4i)/(7+5i)`

`=`

`(28-4i)/(7+5i)*(7-5i)/(7-5i)`

 

`=`

`((28-4i)(7-5i))/((7+5i)(7-5i))`

 

In this case, the denominator still has `i` in it. To rationalize the denominator, multiply by the complex conjugate of the denominator. In this case, the complex conjugate is `(7 - 5i)`.

 

(For complex conjugates, the real parts are equal and the imaginary parts are additive inverses.)

`((28-4i)(7-5i))/((7+5i)(7-5i))`

`=`

`(28(7)+28(-5i)+(-4i)(7)+(-4i)(-5i))/(7(7)+7(-5i)+5i(7)+5i(-5i)`

 

`=`

`(196-140i-28i+20i^2)/(49-35i+35i-25i^2`

 

`=`

`(196-168i+20i^2)/(49-25i^2)`

 

Expand the numerator and the denominator. Remember, the denominator should be a real number (no `i` term) if you chose the correct complex conjugate and performed the multiplication correctly.

`(196-168i+20i^2)/(49-25i^2)`

`=`

`(196-168i+20(-1))/(49-25(-1))`

 

`=`

`(196-168i-20)/(49+25)`

 

`=`

`(176-168i)/74`

 

Replace `i^2` with `-1` and simplify. Be sure to replace `i^2` in both the numerator and the denominator!

 

 

`(176-168i)/74=176/74-168/74i`

The quotient can be written in the form `a + bi` using fractions for both `a` and `b`.

`176/74-(168i)/74`

`=`

`88/37*2/2-(84/37*2/2)i`

 

`=`

`88/37-84/37i`

 

Always check the final product to see if you can simplify further. In this case, both fractions can be simplified.

Answer

`(56-8i)-:(14 + 10i)=88/37-84/37i`

 

 

Simplify. `(10 + 6i)-:(5-3i)`

 

A) `16/17+30/17i` 

 

B) `2 - 2i`

 

C) `2+15/4i` 

 

D) `16/17+60i` 

 

 

 

Operations with Complex Numbers

 

To add or subtract, combine like terms.

 

To multiply monomials, multiply the coefficients and then multiply the imaginary numbers `i`. If `i^2` appears, replace it with `-1`.

 

To multiply complex numbers that are binomials, use the Distributive Property of Multiplication, or the FOIL method. Multiply the resulting terms as monomials.

 

To divide, treat the quotient as a fraction.

  • Simplify the numerical parts, and then rationalize the denominator, if needed.
  • Replace `i^2` in both the numerator and the denominator with `-1`, as needed.
  • Write the answer in `a + bi` form, which may require further simplification of `a` and `b` when they are fractions.

Summary

Complex numbers can be added, subtracted, multiplied, and divided using the same ideas you used for radicals and variables. With multiplication and division, you may need to replace `i^2` with `-1` and simplify further.