James's Math Hub
Algebra 2

Lesson 3 / 5 · 11 min read

Complex Numbers

Meet $i$, do arithmetic in the complex plane, and find the roots quadratics hide.

Why we invent ii

No real number squared gives 1-1. So we invent one and call it ii:

i2=1i=1i^2 = -1 \qquad i = \sqrt{-1}

A complex number has the form a+bia + bi, where aa and bb are real.

  • aa is the real part.
  • bb is the imaginary part.

Examples: 3+2i3 + 2i, 5i-5 - i, and 77 (which is 7+0i7 + 0i — every real number is also complex).

Powers of ii cycle

i1=i,i2=1,i3=i,i4=1,i5=i, i^1 = i,\quad i^2 = -1,\quad i^3 = -i,\quad i^4 = 1,\quad i^5 = i,\ \ldots

To compute ini^n, divide nn by 44 and use the remainder.

Example. i27i^{27}: 27÷4=627 \div 4 = 6 remainder 33, so i27=i3=ii^{27} = i^3 = -i.

Arithmetic

Add/subtract by combining real with real and imaginary with imaginary.

(3+2i)+(15i)=43i(3 + 2i) + (1 - 5i) = 4 - 3i

Multiply like binomials, then replace i2i^2 with 1-1.

(2+3i)(14i)=28i+3i12i2=25i+12=145i(2 + 3i)(1 - 4i) = 2 - 8i + 3i - 12i^2 = 2 - 5i + 12 = 14 - 5i

Complex conjugates

The conjugate of a+bia + bi is abia - bi. Multiplying a complex number by its conjugate gives a real result:

(a+bi)(abi)=a2(bi)2=a2+b2(a + bi)(a - bi) = a^2 - (bi)^2 = a^2 + b^2

That's how you divide complex numbers — multiply top and bottom by the conjugate of the bottom.

Example. 3+i2i\dfrac{3 + i}{2 - i}. Multiply by 2+i2+i\dfrac{2 + i}{2 + i}:

(3+i)(2+i)(2i)(2+i)=6+3i+2i+i24+1=5+5i5=1+i\dfrac{(3 + i)(2 + i)}{(2 - i)(2 + i)} = \dfrac{6 + 3i + 2i + i^2}{4 + 1} = \dfrac{5 + 5i}{5} = 1 + i

Quadratics with complex roots

When the discriminant b24acb^2 - 4ac is negative, the quadratic formula gives complex roots.

Example. x22x+5=0x^2 - 2x + 5 = 0. Discriminant: 420=164 - 20 = -16.

x=2±162=2±4i2=1±2ix = \dfrac{2 \pm \sqrt{-16}}{2} = \dfrac{2 \pm 4i}{2} = 1 \pm 2i

For real-coefficient polynomials, complex roots always come in conjugate pairs.

Key takeaways

  • i2=1i^2 = -1. A complex number a+bia + bi has a real and imaginary part.
  • Powers of ii cycle through i,1,i,1i, -1, -i, 1.
  • Multiply complex numbers like binomials; replace i2i^2 with 1-1.
  • Divide by multiplying top and bottom by the conjugate of the denominator.
  • Quadratics with negative discriminant have a conjugate pair of complex roots.