Fiveable

📏Honors Pre-Calculus Unit 3 Review

QR code for Honors Pre-Calculus practice questions

3.1 Complex Numbers

3.1 Complex Numbers

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📏Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Complex numbers extend the real number system by introducing the imaginary unit ii, where i2=1i^2 = -1. This lets you take square roots of negative numbers, which is essential for solving polynomial equations that have no real solutions. You'll use complex numbers throughout this unit when analyzing polynomial and rational functions.

Complex Numbers

Pep mascot
more resources to help you study

Square roots of negative numbers

The imaginary unit ii is defined as i=1i = \sqrt{-1}, and its most important property is that i2=1i^2 = -1.

To find the square root of a negative number, separate it into the square root of the positive part times 1\sqrt{-1}:

  • 4=41=2i\sqrt{-4} = \sqrt{4} \cdot \sqrt{-1} = 2i
  • 9=91=3i\sqrt{-9} = \sqrt{9} \cdot \sqrt{-1} = 3i

A complex number has the general form a+bia + bi, where aa is the real part and bb is the imaginary part. Both aa and bb are real numbers, and either can be zero. So 0+3i0 + 3i (usually written 3i3i) is purely imaginary, and 2+0i2 + 0i (just 22) is a real number. Every real number is technically a complex number with b=0b = 0.

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

Graphical representation on the complex plane

The complex plane is a 2D coordinate system where the horizontal axis represents real numbers and the vertical axis represents imaginary numbers. You plot a complex number a+bia + bi at the point (a,b)(a, b).

  • 3+2i3 + 2i is plotted at (3,2)(3, 2)
  • 1+4i-1 + 4i is plotted at (1,4)(-1, 4)

The modulus (or absolute value) of a complex number is its distance from the origin. For z=a+biz = a + bi:

z=a2+b2|z| = \sqrt{a^2 + b^2}

This is just the Pythagorean theorem applied to the complex plane. For example, 3+4i=9+16=5|3 + 4i| = \sqrt{9 + 16} = 5.

Complex numbers can also be written in polar form as r(cosθ+isinθ)r(\cos\theta + i\sin\theta), where rr is the modulus and θ\theta is the angle from the positive real axis. You won't need polar form as much in this section, but it shows up later.

Square roots of negative numbers, Number Sets

Arithmetic operations with complex numbers

Addition and subtraction: Combine real parts with real parts and imaginary parts with imaginary parts.

  • (3+2i)+(14i)=(3+1)+(24)i=42i(3 + 2i) + (1 - 4i) = (3 + 1) + (2 - 4)i = 4 - 2i
  • (53i)(2+i)=(52)+(31)i=34i(5 - 3i) - (2 + i) = (5 - 2) + (-3 - 1)i = 3 - 4i

Multiplication: Use the distributive property (FOIL), then replace i2i^2 with 1-1.

  • (3+2i)(14i)=312i+2i8i2=310i+8=1110i(3 + 2i)(1 - 4i) = 3 - 12i + 2i - 8i^2 = 3 - 10i + 8 = 11 - 10i
  • (2i)(3+4i)=6+8i3i4i2=6+5i+4=10+5i(2 - i)(3 + 4i) = 6 + 8i - 3i - 4i^2 = 6 + 5i + 4 = 10 + 5i

Division: Multiply the numerator and denominator by the complex conjugate of the denominator. The complex conjugate of a+bia + bi is abia - bi. This eliminates the imaginary part from the denominator.

  1. Identify the conjugate of the denominator
  2. Multiply top and bottom by that conjugate
  3. Simplify, using i2=1i^2 = -1

3+2i14i=(3+2i)(1+4i)(14i)(1+4i)=3+12i+2i+8i2116i2=3+14i81+16=5+14i17=517+1417i\frac{3 + 2i}{1 - 4i} = \frac{(3 + 2i)(1 + 4i)}{(1 - 4i)(1 + 4i)} = \frac{3 + 12i + 2i + 8i^2}{1 - 16i^2} = \frac{3 + 14i - 8}{1 + 16} = \frac{-5 + 14i}{17} = -\frac{5}{17} + \frac{14}{17}i

Notice that the denominator becomes a real number because (a+bi)(abi)=a2+b2(a + bi)(a - bi) = a^2 + b^2. That's the whole point of using the conjugate.

Complex numbers for polynomial equations

When a polynomial equation has no real solutions, the solutions are complex numbers. The discriminant b24acb^2 - 4ac from the quadratic formula tells you what to expect:

  • If b24ac>0b^2 - 4ac > 0: two distinct real roots
  • If b24ac=0b^2 - 4ac = 0: one repeated real root
  • If b24ac<0b^2 - 4ac < 0: two complex conjugate roots

Example 1: Solve x2+2x+5=0x^2 + 2x + 5 = 0

  1. Identify a=1a = 1, b=2b = 2, c=5c = 5

  2. Compute the discriminant: 420=164 - 20 = -16

  3. Apply the quadratic formula: x=2±162=2±4i2=1±2ix = \frac{-2 \pm \sqrt{-16}}{2} = \frac{-2 \pm 4i}{2} = -1 \pm 2i

  4. The roots are 1+2i-1 + 2i and 12i-1 - 2i

Notice the roots come in conjugate pairs. Complex roots of polynomials with real coefficients always come in conjugate pairs. This is a fact you'll use repeatedly in this unit.

Example 2: Solve 2x23x+4=02x^2 - 3x + 4 = 0

  1. Identify a=2a = 2, b=3b = -3, c=4c = 4

  2. Compute the discriminant: 932=239 - 32 = -23

  3. Apply the quadratic formula: x=3±234=3±i234x = \frac{3 \pm \sqrt{-23}}{4} = \frac{3 \pm i\sqrt{23}}{4}

  4. The roots are 3+i234\frac{3 + i\sqrt{23}}{4} and 3i234\frac{3 - i\sqrt{23}}{4}

Advanced Complex Number Concepts

  • Euler's formula: eix=cosx+isinxe^{ix} = \cos x + i\sin x, which connects complex exponentials to trigonometric functions.
  • Complex roots of unity are solutions to zn=1z^n = 1. They form a regular polygon when plotted on the complex plane (for example, the cube roots of unity form an equilateral triangle).
  • De Moivre's theorem gives a clean way to raise complex numbers to powers: (r(cosθ+isinθ))n=rn(cos(nθ)+isin(nθ))(r(\cos\theta + i\sin\theta))^n = r^n(\cos(n\theta) + i\sin(n\theta)). This is especially useful for finding nnth roots of complex numbers.