Complex Numbers
Complex numbers extend the real number system so that every polynomial equation has a solution. Without them, an equation like simply has no answer. A complex number takes the form , where is the real part, is the imaginary part, and is defined as .
A few things worth knowing upfront:
- Every real number is technically a complex number with . For example, is really .
- A pure imaginary number has , like (usually just written ).
- Two complex numbers are equal only when their real parts match and their imaginary parts match.
Arithmetic with Complex Numbers
Addition and subtraction work just like combining like terms. You handle the real parts and imaginary parts separately.
Multiplication uses the distributive property (FOIL works here). The key rule is , so whenever you get an term, replace it with .
Division requires a special trick. You multiply the numerator and denominator by the complex conjugate of the denominator. The complex conjugate of is . This eliminates from the denominator because , which is always a real number.
Step-by-step for :
-
Identify the conjugate of the denominator:
-
Multiply top and bottom by that conjugate:
-
Expand the numerator:
-
Expand the denominator:
-
Write in standard form:

Powers of the Imaginary Unit
The powers of follow a cyclic pattern that repeats every four:
| Power | Value |
|---|---|
After , the cycle starts over: , , and so on.
To simplify any power of , divide the exponent by 4 and use the remainder:
- : remainder , so
- : remainder , so
- : remainder , so

Forms of Complex Numbers
Algebraic form (rectangular form) is the standard you've been using. Examples: , .
Polar form expresses a complex number using its distance from the origin and its angle. It's written as , where:
- Modulus (the distance from the origin)
- Argument (the angle measured from the positive real axis)
For example, converting to polar form:
- Find the modulus:
- Find the argument: or radians
- Write it:
Converting from polar back to algebraic uses and . For example:
Note on the argument: Be careful with when the complex number is in the second or third quadrant. The calculator gives you a reference angle, but you may need to add (or ) to get the correct .
Graphing on the Complex Plane
The complex plane looks like a regular coordinate plane, but the horizontal axis represents the real part and the vertical axis represents the imaginary part. Each complex number corresponds to the point .
- is plotted 3 units right and 4 units down from the origin.
- The modulus is the point's distance from the origin.
- The argument is the angle the point makes with the positive real axis.
This geometric view is what makes polar form intuitive: tells you how far from the origin, and tells you in what direction.
De Moivre's Theorem
De Moivre's theorem provides a shortcut for raising complex numbers to a power when they're in polar form:
You raise the modulus to the th power and multiply the argument by . This is far easier than multiplying a complex number by itself repeatedly in algebraic form. Your course may not go deep into this, but recognizing the formula is useful if it appears on an exam.