Fiveable

📘Intermediate Algebra Unit 8 Review

QR code for Intermediate Algebra practice questions

8.8 Use the Complex Number System

8.8 Use the Complex Number System

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📘Intermediate Algebra
Unit & Topic Study Guides

Complex Numbers

Complex numbers let you solve equations like x2=4x^2 = -4 that have no solution among real numbers. By introducing the imaginary unit ii, defined so that i2=1i^2 = -1, you gain a whole new number system where every polynomial equation has a solution. This section covers how to simplify square roots of negative numbers, perform arithmetic with complex numbers, and work with powers of ii.

Square Roots of Negative Numbers

An imaginary number is the square root of a negative number, written in the form bibi, where bb is a real number. The key definition that makes this work: i=1i = \sqrt{-1}, which means i2=1i^2 = -1.

To simplify the square root of a negative number:

  1. Factor 1-1 out of the radicand.
  2. Simplify the square root of the remaining positive number.
  3. Write the result with ii.

Example: Simplify 16\sqrt{-16}

16=116=116=i4=4i\sqrt{-16} = \sqrt{-1 \cdot 16} = \sqrt{-1} \cdot \sqrt{16} = i \cdot 4 = 4i

Example: Simplify 50\sqrt{-50}

50=1252=i52=5i2\sqrt{-50} = \sqrt{-1 \cdot 25 \cdot 2} = i \cdot 5\sqrt{2} = 5i\sqrt{2}

A common mistake: don't try to apply ab=ab\sqrt{a} \cdot \sqrt{b} = \sqrt{ab} when both aa and bb are negative. Always extract ii first, then simplify.

Square roots of negative numbers, Express square roots of negative numbers as multiples of i | College Algebra

Operations with Complex Numbers

A complex number has the form a+bia + bi, where aa is the real part and bb is the imaginary part. Both aa and bb are real numbers. For example, in 3+2i3 + 2i, the real part is 3 and the imaginary part is 2.

Adding and subtracting: Combine real parts with real parts and imaginary parts with imaginary parts, just like combining like terms.

  • (a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a + c) + (b + d)i
  • (a+bi)(c+di)=(ac)+(bd)i(a + bi) - (c + di) = (a - c) + (b - d)i
  • Example: (3+2i)+(45i)=(3+4)+(2+(5))i=73i(3 + 2i) + (4 - 5i) = (3 + 4) + (2 + (-5))i = 7 - 3i
  • Example: (6i)(2+3i)=(62)+(13)i=44i(6 - i) - (2 + 3i) = (6 - 2) + (-1 - 3)i = 4 - 4i

Multiplying: Use the distributive property (FOIL works for two binomials), then replace i2i^2 with 1-1.

  • (a+bi)(c+di)=ac+adi+bci+bdi2=(acbd)+(ad+bc)i(a + bi)(c + di) = ac + adi + bci + bdi^2 = (ac - bd) + (ad + bc)i

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

  1. FOIL: 24+2(i)+3i4+3i(i)=82i+12i3i22 \cdot 4 + 2 \cdot (-i) + 3i \cdot 4 + 3i \cdot (-i) = 8 - 2i + 12i - 3i^2

  2. Replace i2i^2 with 1-1: 82i+12i3(1)=8+3+10i8 - 2i + 12i - 3(-1) = 8 + 3 + 10i

  3. Result: 11+10i11 + 10i

Square roots of negative numbers, Use the Complex Number System – Intermediate Algebra

Division of Complex Numbers

You can't leave ii in a denominator, so you multiply top and bottom by the complex conjugate of the denominator. The complex conjugate of a+bia + bi is abia - bi. This works because multiplying a complex number by its conjugate always produces a real number:

(c+di)(cdi)=c2+d2(c + di)(c - di) = c^2 + d^2

Steps to divide complex numbers:

  1. Identify the complex conjugate of the denominator.
  2. Multiply both numerator and denominator by that conjugate.
  3. FOIL the numerator and simplify using i2=1i^2 = -1.
  4. Simplify the denominator (it'll be a real number: c2+d2c^2 + d^2).
  5. Write the result in a+bia + bi form.

Example: Simplify 2+3i45i\frac{2 + 3i}{4 - 5i}

  1. Conjugate of 45i4 - 5i is 4+5i4 + 5i.

  2. (2+3i)(4+5i)(45i)(4+5i)\frac{(2 + 3i)(4 + 5i)}{(4 - 5i)(4 + 5i)}

  3. Numerator: 8+10i+12i+15i2=8+22i+15(1)=7+22i8 + 10i + 12i + 15i^2 = 8 + 22i + 15(-1) = -7 + 22i

  4. Denominator: 16+25=4116 + 25 = 41

  5. Result: 741+2241i-\frac{7}{41} + \frac{22}{41}i

Powers of i

Powers of ii cycle through four values and then repeat:

PowerValue
i1i^1ii
i2i^21-1
i3i^3i-i
i4i^411

After i4=1i^4 = 1, the pattern starts over: i5=ii^5 = i, i6=1i^6 = -1, and so on.

To simplify any power of ii: Divide the exponent by 4 and use the remainder.

  • Remainder 0 → 11
  • Remainder 1 → ii
  • Remainder 2 → 1-1
  • Remainder 3 → i-i

Example: Simplify i13i^{13}

Divide 13 by 4: 13=43+113 = 4 \cdot 3 + 1, so the remainder is 1. That means i13=ii^{13} = i.

Example: Simplify i46i^{46}

Divide 46 by 4: 46=411+246 = 4 \cdot 11 + 2, so the remainder is 2. That means i46=1i^{46} = -1.