COLLEGE ALGEBRA • QUADRATICS & POLYNOMIALS

Imaginary Unit and Complex Numbers — Imaginary Unit and Operations with Complex Numbers

Extending the real number system to solve every polynomial equation through the algebra of complex numbers.

Historical Context & Motivation

For centuries, mathematicians encountered equations whose solutions demanded the square root of a negative number — a quantity that had no home on the real number line. The equation x² + 1 = 0 is the simplest such example: no real number squared can produce −1. Rather than dismissing these solutions as meaningless, algebraists gradually recognized that embracing them unlocked powerful new territory, from the solution of cubic equations to modern electrical engineering and quantum mechanics. The story of how imaginary numbers evolved from a computational embarrassment to a cornerstone of mathematics is one of the most fascinating narratives in the history of algebra.

1545
Cardano's Ars Magna
Gerolamo Cardano publishes solutions to cubic and quartic equations that unavoidably involve square roots of negative numbers, which he calls "subtile as it is useless." Despite his skepticism, the formulas produce correct real solutions only when these strange intermediate quantities are retained.
1572
Bombelli's Algebra
Rafael Bombelli develops systematic rules for manipulating expressions containing √(−1), showing that conjugate pairs of complex numbers combine to yield real roots of cubics. His work provides the first coherent operational framework for imaginary quantities.
1748
Euler's Notation
Leonhard Euler introduces the symbol i for √(−1) and establishes the celebrated identity e + 1 = 0, linking five fundamental constants in a single equation and demonstrating the deep coherence of complex analysis.
1806
Argand Diagram
Jean-Robert Argand publishes a geometric interpretation of complex numbers as points in a plane, giving imaginary numbers a concrete visual representation. This two-dimensional picture finally dispels the aura of mystery surrounding them.
1831
Gauss and the Complex Plane
Carl Friedrich Gauss coins the term "complex number" and rigorously proves the Fundamental Theorem of Algebra, guaranteeing that every non-constant polynomial has a root in ℂ. The complex numbers attain full mathematical legitimacy.

The central question that this lesson addresses is direct: if we define a new number i such that i² = −1, can we build an internally consistent arithmetic — addition, subtraction, multiplication, division — that extends the familiar operations on real numbers without contradiction? The answer, as we shall see, is a resounding yes, and the resulting system of complex numbers is algebraically complete in a way that the reals alone are not.

Core Principles & Definitions

Before performing any computation with complex numbers, it is essential to establish precise definitions and identify the structural properties that govern their behavior. The following foundational ideas form the bedrock of complex arithmetic and connect directly to the algebra of polynomials you have already studied.

1

The Imaginary Unit i

The symbol i is defined by the property i² = −1. Equivalently, i = √(−1). It is not a real number; it is a new algebraic object adjoined to ℝ to make x² + 1 = 0 solvable.
2

Standard Form a + bi

A complex number is written z = a + bi, where a (the real part) and b (the imaginary part) are real numbers. The set of all such numbers is denoted ℂ.
3

Equality of Complex Numbers

Two complex numbers a + bi and c + di are equal if and only if a = c and b = d. Real parts must match and imaginary parts must match — there is no trade-off between the two components.
4

Complex Conjugate

The conjugate of z = a + bi is z̄ = a − bi. Conjugation reflects z across the real axis. The product z · z̄ = a² + b² is always a non-negative real number, a fact crucial for division.
5

Powers of i Cycle

The powers of i repeat with period 4: i¹ = i, i² = −1, i³ = −i, i⁴ = 1, then the pattern restarts. To simplify in, divide n by 4 and use the remainder to select the correct value.
KEY TAKEAWAY
Think of the complex numbers as a two-dimensional extension of the one-dimensional number line, much like adding a second coordinate axis turns a line into a plane. The real part is the east–west coordinate, and the imaginary part is the north–south coordinate. Every arithmetic operation you perform on complex numbers is simply a geometric transformation — a slide, a stretch, or a rotation — in this enriched number plane.

The Complex Plane

The most powerful way to understand complex numbers is to visualize them as points in the complex plane (also called the Argand plane). The horizontal axis represents the real part, the vertical axis represents the imaginary part, and every complex number z = a + bi corresponds to the point (a, b). This geometric picture transforms abstract algebraic manipulations into intuitive spatial operations.

The complex number z = 3 + 2i is plotted at the point (3, 2). The real part a = 3 is the horizontal displacement, while the imaginary part b = 2 is the vertical displacement. The conjugate z̄ = 3 − 2i is the reflection of z across the real axis. The dashed violet segment from the origin to z represents the modulus |z| = √(a² + b²), and the angle θ is the argument.

Several features of this diagram deserve emphasis. First, notice that every real number occupies the horizontal axis (b = 0), and every purely imaginary number occupies the vertical axis (a = 0); the complex plane literally contains the real number line as a subset. Second, the conjugate z̄ is always the mirror image of z across the real axis, so conjugation is geometrically a reflection. Third, the distance from the origin to z — the modulus |z| — equals √(a² + b²), which you may recognize as the Pythagorean distance formula. These geometric insights will become indispensable when we discuss multiplication and division in later sections.

Mathematical Framework — Operations

Arithmetic with complex numbers follows naturally from the rules of real-number algebra plus the single defining relation i² = −1. The key idea is to treat i as a formal symbol (like a variable), perform ordinary algebra, and then replace every occurrence of i² with −1. Let z₁ = a + bi and z₂ = c + di be arbitrary complex numbers.

ADDITION
z₁ + z₂ = (a + c) + (b + d)i
Add real parts and imaginary parts separately. Geometrically, this is vector addition in the complex plane.
SUBTRACTION
z₁ − z₂ = (a − c) + (b − d)i
Subtract real parts and imaginary parts separately. The result can be interpreted as the displacement vector from z₂ to z₁ in the complex plane.
MULTIPLICATION
z₁ · z₂ = (ac − bd) + (ad + bc)i
Expand (a + bi)(c + di) using FOIL, then replace i² with −1. The real part is ac − bd and the imaginary part is ad + bc. Geometrically, multiplication multiplies moduli and adds arguments: |z₁z₂| = |z₁| × |z₂|, arg(z₁z₂) = arg(z₁) + arg(z₂).
DIVISION
z₁ / z₂ = (ac + bd)/(c² + d²) + ((bc − ad)/(c² + d²))i
Multiply numerator and denominator by the conjugate z̄₂ = c − di. The denominator becomes c² + d² (a real number), rationalizing the expression. This technique is analogous to rationalizing a denominator that contains a radical.
Critical Property
For any complex number z = a + bi, the product z · z̄ = (a + bi)(a − bi) = a² + b² = |z|². This real, non-negative quantity is the key that makes division well-defined for all z₂ ≠ 0 and appears repeatedly in applications from signal processing to quantum mechanics.

Powers of i and Simplifying Radicals

A recurring task in complex arithmetic is simplifying expressions that involve higher powers of i or square roots of negative numbers. Both tasks reduce to a small set of mechanical rules that, once internalized, make complex-number computations almost as routine as real-number algebra.

The Cyclic Pattern of iⁿ

The four-cycle of powers of i
PowerValueRemainder n mod 4
i1
−12
−i3
i⁴10
i⁵i1
i⁶−12

To evaluate in for any positive integer n, compute r = n mod 4. If r = 0, in = 1; if r = 1, in = i; if r = 2, in = −1; if r = 3, in = −i.

Simplifying √(−k)

For any positive real number k, define √(−k) = i√k. This convention ensures consistency with the rule √(ab) = √a × √b when at most one factor is negative. For instance, √(−48) = i√48 = i × 4√3 = 4i√3. A common error is to write √(−a) × √(−b) = √(ab); this is incorrect when both a and b are positive, because √(−a) × √(−b) = (i√a)(i√b) = i²√(ab) = −√(ab). Always convert to the i-form before multiplying.

Multiplying by i rotates a point 90° counterclockwise on the unit circle in the complex plane. Starting at 1, successive multiplications by i trace the cycle: 1i−1−i → 1, repeating every four steps.

Worked Example — Full Arithmetic Sequence

Let us work through a comprehensive example that exercises addition, multiplication, and division in a single problem. Suppose z₁ = 5 + 3i and z₂ = 2 − 4i. We will compute z₁ + z₂, z₁ × z₂, and z₁ / z₂, expressing each result in standard form a + bi.

Operations with z₁ = 5 + 3i and z₂ = 2 − 4i
1
Step 1 — Addition: z₁ + z₂Add the real parts and imaginary parts separately: (5 + 2) + (3 + (−4))i = 7 + (−1)i.
z₁ + z₂ = 7 − i
2
Step 2 — Multiplication: z₁ × z₂ (expand via FOIL)(5 + 3i)(2 − 4i) = 5 × 2 + 5 × (−4i) + 3i × 2 + 3i × (−4i) = 10 − 20i + 6i − 12i². Since i² = −1, the term −12i² becomes −12 × (−1) = 12. Combine real parts: 10 + 12 = 22. Combine imaginary parts: −20i + 6i = −14i.
z₁ × z₂ = 22 − 14i
3
Step 3 — Division: find the conjugate of z₂The conjugate of z₂ = 2 − 4i is z̄₂ = 2 + 4i. We will multiply numerator and denominator by z̄₂ to rationalize the denominator.
z̄₂ = 2 + 4i
4
Step 4 — Division: compute the denominator z₂ × z̄₂(2 − 4i)(2 + 4i) = 2² + 4² = 4 + 16 = 20. Note this equals |z₂|², confirming the denominator is always a positive real number.
|z₂|² = 20
5
Step 5 — Division: compute the numerator z₁ × z̄₂(5 + 3i)(2 + 4i) = 10 + 20i + 6i + 12i² = 10 + 26i + 12(−1) = 10 − 12 + 26i = −2 + 26i.
Numerator = −2 + 26i
6
Step 6 — Division: assemble the quotientDivide each part of the numerator by the denominator: (−2 + 26i)/20 = −2/20 + 26i/20 = −1/10 + 13i/10.
z₁ / z₂ = −1/10 + (13/10)i
Verification Tip
You can verify the division result by checking that (z₁ / z₂) × z₂ = z₁. Multiply (−1/10 + 13i/10)(2 − 4i) and confirm you recover 5 + 3i. This back-substitution technique catches sign errors that commonly arise when handling the i² term.

Common Pitfalls & Comparisons

Even students who understand the definitions often stumble on subtle points when performing complex arithmetic at speed. The following table catalogs the most frequent errors and contrasts them with correct approaches, so that you can build reliable habits from the start.

Frequent errors in complex arithmetic
PitfallIncorrect ApproachCorrect Approach
Multiplying square roots of negatives√(−3) × √(−5) = √(15)Convert first: (i√3)(i√5) = i²√15 = −√15
Forgetting i² = −1 in FOIL(2 + 3i)(1 + i) = 2 + 2i + 3i + 3i² = 2 + 5i + 3i²Replace i² with −1: 2 + 5i − 3 = −1 + 5i
Dividing by just multiplying by i(3 + i)/(2 − i) × i/i introduces i in denominatorMultiply by conjugate: ×(2 + i)/(2 + i)
Confusing i and −i in conjugatesConjugate of 4 − 7i written as 4 − 7i (unchanged)Negate only the imaginary part: conjugate is 4 + 7i
Mis-simplifying powers of ii⁴³ = i³ because '43 has a 3 in it'43 mod 4 = 3, so i⁴³ = i³ = −i (correct answer, wrong reasoning fixes needed)
KEY TAKEAWAY
The single most protective habit you can develop is this: before performing any operation that involves √(−k), immediately rewrite it as i√k. Once every expression is in standard a + bi form, you are back in the safe territory of real-number algebra augmented by the single rule i² = −1. Think of it like converting units before doing physics calculations — the conversion itself is trivial, but skipping it is the source of nearly every error.

Connections to Polynomials & Beyond

The complex numbers do not exist in isolation — they are the natural algebraic closure of the real numbers, and their most immediate payoff in this course is the Fundamental Theorem of Algebra: every polynomial of degree n with complex (or real) coefficients has exactly n roots in ℂ, counted with multiplicity. For quadratics, this means the discriminant b² − 4ac now tells a complete story: when it is negative, the two roots are complex conjugates, not 'nonexistent.' The complex numbers guarantee that no polynomial equation is unsolvable.

From college algebra to advanced mathematics
Topic in This CourseHow Complex Numbers AppearAdvanced Extension
Quadratic FormulaWhen Δ < 0, solutions are a ± bi where b = √|Δ| / (2a)Polar form of roots; de Moivre's theorem for nth roots
Polynomial FactoringIrreducible quadratic factors over ℝ split into linear factors over ℂGalois theory and solvability by radicals
Graphing ParabolasComplex roots explain why a parabola doesn't cross the x-axisRiemann surfaces; analytic continuation of polynomial functions
Systems of EquationsSome nonlinear systems yield complex intersection pointsAlgebraic geometry over ℂ; Bezout's theorem

Beyond pure algebra, complex numbers pervade applied mathematics and the sciences. In electrical engineering, alternating-current circuit analysis uses complex impedance (Z = R + jX, where engineers write j instead of i). In quantum mechanics, the state vector of a particle is a complex-valued function whose squared modulus gives probability. Even in differential equations, the characteristic equation of a linear system with oscillatory solutions yields complex conjugate eigenvalues. Mastering the basic operations you have learned here is the prerequisite for all of these powerful applications.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the product of a complex number z = a + bi and its conjugate z̄ = a − bi is always a non-negative real number. What geometric quantity does z · z̄ represent in the complex plane?
PROBLEM 2BASIC CALCULATION
Simplify i⁷⁷ + i⁵⁰ + i²³ + i¹⁰⁰ and express the result in standard form.
PROBLEM 3INTERMEDIATE
Let z₁ = 3 − 2i and z₂ = −1 + 5i. Compute z₁ × z₂ and z₁ / z₂, expressing each in standard form a + bi.
PROBLEM 4APPLIED
A quadratic equation models the displacement of a spring: x² + 4x + 13 = 0. Find both roots using the quadratic formula and express them in the form a + bi. What does the negative discriminant tell you about the physical behavior of this system?
PROBLEM 5CRITICAL THINKING
Prove that for any polynomial p(x) with real coefficients, if z₀ = a + bi (b ≠ 0) is a root of p(x), then z̄₀ = a − bi is also a root. (Hint: use the fact that conjugation distributes over addition and multiplication, and that the conjugate of a real number is itself.)

Lesson Summary

The imaginary unit i is defined by the property i² = −1, and every complex number takes the standard form z = a + bi, where a is the real part and b is the imaginary part. The set ℂ of all complex numbers extends ℝ and can be visualized as points in the complex (Argand) plane. Addition and subtraction operate component-wise, multiplication uses FOIL combined with i² = −1, and division is achieved by multiplying numerator and denominator by the complex conjugate of the denominator.

The powers of i cycle with period 4 (i, −1, −i, 1), and simplifying √(−k) always begins by rewriting as i√k before any further operations. The Complex Conjugate Root Theorem guarantees that complex roots of real-coefficient polynomials appear in conjugate pairs, and the Fundamental Theorem of Algebra ensures that every degree-n polynomial has exactly n roots in ℂ. Mastery of these operations provides the foundation for solving quadratics with negative discriminants, factoring polynomials completely, and engaging with advanced applications in engineering and physics.

Varsity Tutors • College Algebra • Imaginary Unit and Complex Numbers — Imaginary Unit and Operations with Complex Numbers