How to Multiply Imaginary Numbers- Complex Number Operations

What Is the Imaginary Unit, Anyway?

The imaginary unit is i, defined by one simple rule: i² = -1. That's it. No real number squared gives you -1, so mathematicians invented i to fill that gap. If that sounds strange, you're not alone. But once you accept the definition, everything else falls into place.

Imaginary numbers take the form bi where b is a real number. So 3i, -7i, and ½i are all imaginary numbers.

Powers of i: The Cycle You Need to Memorize

When you multiply i by itself repeatedly, you get a neat four-number cycle. Here's what happens:

Once you hit i⁴, the cycle restarts. This means you can simplify any power of i by finding its remainder when divided by 4.

The Quick Method

Divide the exponent by 4. Use the remainder:

Example: i⁷. 7 ÷ 4 = 1 remainder 3. So i⁷ = -i.

Powers of i Reference Table

PowerResultRemainder when n ÷ 4
i⁰10
i1
-12
-i3
i⁴10
i⁵i1
i⁶-12
i⁷-i3

Multiplying Two Imaginary Numbers

Here's where students mess up. When you multiply two imaginary numbers, the result is negative.

3i × 4i = 12i² = 12 × (-1) = -12

The rule: (ai)(bi) = ab × i² = -ab

You multiply the coefficients normally, then multiply by , which equals -1. That's why 2i × 5i = -10, not 10.

Watch the Signs

Two negative signs cancel out in the coefficient multiplication, but still kicks in and flips the final sign.

Multiplying Complex Numbers

A complex number has both a real and imaginary part: a + bi. To multiply two complex numbers, use FOIL:

(a + bi)(c + di)

Then combine like terms. Remember that i² = -1.

Example: (2 + 3i)(4 - 5i)

First: 2 × 4 = 8

Outer: 2 × (-5i) = -10i

Inner: 3i × 4 = 12i

Last: 3i × (-5i) = -15i² = -15 × (-1) = 15

Combine: 8 + (-10i) + 12i + 15 = 23 + 2i

Getting Started: Step-by-Step

Here's how to multiply any complex numbers, start to finish:

  1. Write out both numbers in the form (a + bi)(c + di)
  2. Apply FOIL to get four terms
  3. Simplify the "Last" term — replace with -1
  4. Combine the real parts (no i)
  5. Combine the imaginary parts (terms with i)
  6. Write your answer as real + imaginary

Practice Problem

Multiply: (1 + 2i)(3 + 4i)

FOIL gives you: 3 + 4i + 6i + 8i²

Simplify: 8i² = 8 × (-1) = -8

Combine: 3 - 8 + 4i + 6i = -5 + 10i

Answer: -5 + 10i

Common Mistakes

Why This Matters

Multiplying imaginary numbers isn't abstract math theater. Complex numbers describe waveforms, electrical circuits, quantum mechanics, and signal processing. If you plan to work in engineering, physics, or computer science, you'll use this.