Complex numbers extend the real number system by introducing the imaginary unit , where . 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

Square roots of negative numbers
The imaginary unit is defined as , and its most important property is that .
To find the square root of a negative number, separate it into the square root of the positive part times :
A complex number has the general form , where is the real part and is the imaginary part. Both and are real numbers, and either can be zero. So (usually written ) is purely imaginary, and (just ) is a real number. Every real number is technically a complex number with .

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 at the point .
- is plotted at
- is plotted at
The modulus (or absolute value) of a complex number is its distance from the origin. For :
This is just the Pythagorean theorem applied to the complex plane. For example, .
Complex numbers can also be written in polar form as , where is the modulus and is the angle from the positive real axis. You won't need polar form as much in this section, but it shows up later.

Arithmetic operations with complex numbers
Addition and subtraction: Combine real parts with real parts and imaginary parts with imaginary parts.
Multiplication: Use the distributive property (FOIL), then replace with .
Division: Multiply the numerator and denominator by the complex conjugate of the denominator. The complex conjugate of is . This eliminates the imaginary part from the denominator.
- Identify the conjugate of the denominator
- Multiply top and bottom by that conjugate
- Simplify, using
Notice that the denominator becomes a real number because . 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 from the quadratic formula tells you what to expect:
- If : two distinct real roots
- If : one repeated real root
- If : two complex conjugate roots
Example 1: Solve
-
Identify , ,
-
Compute the discriminant:
-
Apply the quadratic formula:
-
The roots are and
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
-
Identify , ,
-
Compute the discriminant:
-
Apply the quadratic formula:
-
The roots are and
Advanced Complex Number Concepts
- Euler's formula: , which connects complex exponentials to trigonometric functions.
- Complex roots of unity are solutions to . 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: . This is especially useful for finding th roots of complex numbers.