Complex Number Representation
Complex numbers extend the real number system so that every polynomial equation has a solution. Without them, an equation like simply has no answer. With complex numbers, it has two: and .
This section covers how complex numbers are written, how to perform arithmetic with them, and how they connect back to quadratic equations with negative discriminants.

Definition and Components
A complex number takes the form , where and are real numbers and is the imaginary unit, defined by the property .
- The real part is
- The imaginary part is (just the coefficient, not )
- Examples: , , (here ), and (here , so every real number is also a complex number)
Rectangular Form and the Complex Plane
In rectangular form , you can plot any complex number as a point on the complex plane (also called the Argand plane). The horizontal axis is the real axis, and the vertical axis is the imaginary axis. So corresponds to the point .
The absolute value (or modulus) of a complex number is its distance from the origin, calculated with the Pythagorean theorem:
For example, .
Polar Form
In polar form, a complex number is written as , where:
- is the modulus (distance from the origin)
- is the argument, the angle measured counterclockwise from the positive real axis
You can find using , but you need to adjust based on which quadrant the point falls in. For instance, if both and are negative, the point is in Quadrant III, and you'd add (or 180ยฐ) to the arctangent result.
Polar form is especially useful for multiplication and finding powers of complex numbers, since you can multiply moduli and add angles directly.
Complex Number Arithmetic

Addition and Subtraction
Add or subtract the real and imaginary parts separately:
Example:
Think of it like combining like terms: real with real, imaginary with imaginary.
Multiplication
Multiply complex numbers using the distributive property (FOIL), then apply :
Example:
-
Multiply:
-
Replace with :
-
Result:
Conjugates
The conjugate of is . You flip the sign of the imaginary part. The key property: multiplying a complex number by its conjugate always gives a real number.
This fact is what makes division possible.
Division
To divide complex numbers, multiply the numerator and denominator by the conjugate of the denominator. This eliminates the imaginary part from the denominator.
Example:
-
Multiply top and bottom by the conjugate of the denominator:
-
Expand the numerator:
-
Expand the denominator:
-
Simplify:
A common mistake: forgetting to distribute to both terms in the numerator when multiplying by the conjugate. Be careful with signs.

Complex Solutions to Quadratics
Quadratic Formula and Discriminant
The quadratic formula solves any equation of the form :
The discriminant is the expression under the square root: . It tells you what kind of solutions to expect:
- Positive discriminant: two distinct real solutions
- Zero discriminant: one repeated real solution
- Negative discriminant: two complex conjugate solutions
When the discriminant is negative, you'll factor out from the square root of the negative number.
Example: Solve
-
Identify , ,
-
Compute the discriminant:
-
Apply the formula:
-
Simplify :
The two solutions are and . Notice they're conjugates of each other. This always happens when the coefficients of the quadratic are real numbers.
Sum and Product of Complex Solutions
For , regardless of whether the solutions are real or complex:
- Sum of solutions
- Product of solutions
These relationships come from Vieta's formulas and give you a quick way to check your work.
Example: For , the solutions are and .
- Sum: , which matches โ
- Product: , which matches โ
Geometric Interpretation of Complex Numbers
The Complex Plane (Argand Plane)
Every complex number maps to a unique point on the complex plane. This gives you a visual way to think about complex arithmetic:
- The modulus is the point's distance from the origin
- The argument is the angle from the positive real axis to the line connecting the origin to the point
Adding two complex numbers works just like vector addition: you're combining their horizontal and vertical components.
Geometric Transformations
Operations on complex numbers have clean geometric meanings:
- Multiplying by rotates a point 90ยฐ counterclockwise. For example, . The point moves to .
- Multiplying by rotates a point 90ยฐ clockwise.
- Taking the conjugate reflects a point across the real axis. The conjugate of is , so reflects to .
- Multiplying by a real number scales the distance from the origin by a factor of (dilation). If is negative, it also rotates 180ยฐ.
Multiplying two complex numbers in polar form is especially elegant: you multiply their moduli and add their arguments. That's why polar form is so useful for repeated multiplication and powers.