Algebra 2 • Complex Numbers

Geometric Operations on Complex Numbers

Discover how multiplication, rotation, and scaling of complex numbers transform algebra into elegant geometry on the plane.

Historical Context & Motivation

For centuries, mathematicians struggled with the square root of negative numbers. The equation x² + 1 = 0 had no solution in the real numbers, and early algebraists dismissed such quantities as "impossible." Yet these strange numbers kept appearing whenever cubic equations were solved, hinting that something deeper was at work. The breakthrough came when mathematicians stopped asking what these numbers are and started asking where they live — a question that transformed abstract algebra into vivid geometry.

1545
Cardano's Imaginary Encounter
Gerolamo Cardano published Ars Magna and encountered expressions like √(−15) while solving cubic equations. He called them "truly sophisticated" and "as subtle as they are useless," yet acknowledged that formal manipulation with them yielded correct real answers.
1797
Wessel's Geometric Map
Norwegian surveyor Caspar Wessel presented the first rigorous geometric interpretation of complex numbers, mapping the real part to a horizontal axis and the imaginary part to a vertical axis. His work, written in Danish, went largely unnoticed for nearly a century.
1806
Argand's Diagram
Jean-Robert Argand independently published a pamphlet proposing that every complex number a + bi corresponds to a point in a two-dimensional plane. The "Argand diagram" made multiplication of complex numbers visible as a combination of rotation and scaling — the central insight of this lesson.
1831
Gauss's Complex Plane
Carl Friedrich Gauss systematized the complex plane and demonstrated that geometric operations — translation, rotation, dilation — correspond precisely to algebraic operations on complex numbers. His endorsement brought the idea into the mathematical mainstream.
1843
Hamilton & Beyond
William Rowan Hamilton formalized complex numbers as ordered pairs (a, b) with defined addition and multiplication rules. This algebraic clarity cemented the connection between geometry and complex arithmetic, and later inspired his discovery of quaternions for three-dimensional rotations.

The key question these pioneers answered is this: What happens geometrically when you add, multiply, or take powers of complex numbers? It turns out that addition is simple translation, while multiplication combines rotation with scaling — and understanding this connection unlocks powerful problem-solving techniques across mathematics, physics, and engineering.

Core Principles & Definitions

Before we explore geometric operations, we need a firm grip on how complex numbers live in the plane. Every complex number z = a + bi can be described in two equivalent ways: by its rectangular coordinates (the real part a and the imaginary part b) or by its polar coordinates (a distance from the origin and an angle from the positive real axis). The polar form is the gateway to understanding geometry.

1

The Complex Plane (Argand Diagram)

The horizontal axis represents the real part and the vertical axis represents the imaginary part. Every complex number z = a + bi corresponds to the unique point (a, b). The origin is zero, and the positive real axis is the reference direction.
2

Modulus (Absolute Value)

The modulus |z| = √(a² + b²) is the distance from the origin to the point z. It tells you how far the number is from zero and acts as the "scale factor" when multiplying complex numbers.
3

Argument (Angle)

The argument θ = arg(z) is the angle measured counter-clockwise from the positive real axis to the line segment connecting the origin to z. It captures the "direction" of the complex number and is the key to rotation.
4

Polar (Trigonometric) Form

Any complex number can be written as z = r(cos θ + i sin θ), where r = |z| and θ = arg(z). This form makes multiplication and division beautifully transparent: you simply multiply moduli and add arguments.
Key Takeaway
Think of a complex number as an arrow drawn from the origin. The arrow's length is the modulus and its direction is the argument. Adding two complex numbers is like placing arrows tip-to-tail (vector addition). Multiplying two complex numbers stretches one arrow by the other's length and rotates it by the other's angle — like a compass needle that grows as it turns.

Visual Explanation — The Complex Plane

The diagram below is the heart of this lesson. It shows two complex numbers, z₁ = 3 + 2i and z₂ = −1 + 3i, along with the results of the key geometric operations: their sum (addition as translation), their product (multiplication as rotation + scaling), and the conjugate of z₁ (reflection across the real axis).

Figure 1 — Complex plane showing z₁, z₂, their vector sum (parallelogram rule), and the conjugate reflection of z₁.

Notice how addition follows the parallelogram rule: place the tail of z₂ at the head of z₁ and the resulting diagonal gives z₁ + z₂. This is identical to vector addition. The conjugate z̄₁ = 3 − 2i is simply the mirror image of z₁ reflected across the real axis — its modulus stays the same, but its argument flips sign. These geometric interpretations make complex arithmetic tangible: addition is sliding, conjugation is reflecting, and as we will see next, multiplication is rotating and stretching.

Mathematical Framework

The geometric power of complex numbers emerges most clearly when we work in polar form. Converting from rectangular to polar and back is the bridge between algebra and geometry.

Rectangular to Polar Conversion
r = |z| = √(a² + b²) θ = arg(z) = arctan(b/a)
r is the modulus (distance from origin); θ is the argument (angle from positive real axis). Adjust θ for the correct quadrant.
Polar (Trigonometric) Form
z = r(cos θ + i sin θ) = r · cis θ
The shorthand "cis θ" stands for cos θ + i sin θ. This form separates the magnitude r from the direction θ.

Now the magic happens. When you multiply two complex numbers in polar form, the moduli multiply and the arguments add:

Multiplication Rule (Polar)
z₁ · z₂ = r₁r₂ · cis(θ₁ + θ₂)
Multiply the lengths, add the angles. This means multiplication rotates z₁ by the angle of z₂ and scales it by the modulus of z₂.

Division follows the inverse pattern — divide moduli, subtract arguments:

Division Rule (Polar)
z₁ / z₂ = (r₁/r₂) · cis(θ₁ − θ₂)
Divide the lengths, subtract the angles. Division "undoes" the rotation and scaling of multiplication.

These rules explain why multiplying by i rotates a complex number by 90° counter-clockwise: since i = 1 · cis(90°), multiplying any z by i leaves the modulus unchanged (|i| = 1) and adds 90° to the argument. Similarly, multiplying by −1 = cis(180°) rotates by 180°, which is the same as flipping through the origin. Every complex multiplication is, at its core, a rotation-dilation of the plane.

Detailed Breakdown — Operations & Their Geometry

Let us examine each geometric operation systematically. The following diagram shows how multiplying by a complex number w = 1 + i (which has modulus √2 and argument 45°) transforms the point z = 2 + 0i into the product z · w = 2 + 2i. The original arrow is scaled by √2 and rotated 45° counter-clockwise.

Figure 2 — Multiplication by w = 1 + i rotates the vector z = 2 by 45° and scales it by √2.

Let's catalog all the fundamental geometric operations and their algebraic counterparts:

OperationAlgebraic FormGeometric Effect
Addition z₁ + z₂(a₁+a₂) + (b₁+b₂)iTranslation — parallelogram (vector) addition
Subtraction z₁ − z₂(a₁−a₂) + (b₁−b₂)iTranslation — vector from z₂ to z₁
Multiplication z₁ · z₂r₁r₂ · cis(θ₁+θ₂)Rotation by θ₂ and scaling by r₂
Division z₁ / z₂(r₁/r₂) · cis(θ₁−θ₂)Rotation by −θ₂ and scaling by 1/r₂
Conjugationa − biReflection across the real axis
Negation −z−a − biRotation by 180° (point reflection through origin)
Multiply by i−b + aiRotation by 90° counter-clockwise
Power znrn · cis(nθ)Repeated rotation (n × θ) and scaling (rn)
Key Takeaway
The five geometric primitives — translation (addition), rotation (multiplication by a unit-modulus number), scaling (multiplication by a positive real), reflection (conjugation), and rotation-dilation (general multiplication) — are all expressible as simple arithmetic on complex numbers. This is why complex numbers are the natural language for two-dimensional geometry.

Worked Example

Let us work through a complete problem that combines multiple geometric operations.

Problem: Multiply z₁ = 1 + √3 i and z₂ = √3 + i in polar form
1
ProblemLet z₁ = 1 + √3 i and z₂ = √3 + i. Find z₁ · z₂ and interpret the result geometrically. Then express the product in rectangular form.
2
Step 1 — Convert z₁ to polar formCompute the modulus: |z₁| = √(1² + (√3)²) = √(1 + 3) = 2. Compute the argument: θ₁ = arctan(√3 / 1) = arctan(√3) = 60° (π/3 radians).
z₁ = 2 · cis(60°)
3
Step 2 — Convert z₂ to polar formCompute the modulus: |z₂| = √((√3)² + 1²) = √(3 + 1) = 2. Compute the argument: θ₂ = arctan(1 / √3) = arctan(1/√3) = 30° (π/6 radians).
z₂ = 2 · cis(30°)
4
Step 3 — Apply the multiplication ruleUsing z₁ · z₂ = r₁r₂ · cis(θ₁ + θ₂): |z₁ · z₂| = 2 × 2 = 4, and arg(z₁ · z₂) = 60° + 30° = 90°.
z₁ · z₂ = 4 · cis(90°)
5
Step 4 — Convert back to rectangular formz₁ · z₂ = 4(cos 90° + i sin 90°) = 4(0 + i · 1) = 4i.
6
Step 5 — Geometric interpretationThe product lies on the positive imaginary axis at a distance of 4 from the origin. Geometrically, we took the vector z₁ (length 2, pointing at 60°), rotated it by 30° (the argument of z₂), and scaled it by 2 (the modulus of z₂). The result is a vector of length 4 pointing straight up at 90° — a purely imaginary number.
7
Verification (rectangular method)z₁ · z₂ = (1 + √3 i)(√3 + i) = √3 + i + 3i + √3 i² = √3 + 4i − √3 = 4i

Rectangular vs. Polar — When to Use Which

Both forms of complex numbers have their strengths and weaknesses. Choosing the right representation for the task at hand can make the difference between a quick, elegant solution and a tedious algebraic slog.

CriterionRectangular (a + bi)Polar (r cis θ)
Addition / Subtraction✅ Direct — add real & imaginary parts❌ Awkward — must convert to rectangular first
MultiplicationRequires FOIL; manageable for two factors✅ Elegant — multiply moduli, add angles
DivisionRequires conjugate multiplication✅ Simple — divide moduli, subtract angles
Powers❌ Very tedious for n > 2✅ De Moivre's Theorem: zn = rn cis(nθ)
Roots❌ Extremely difficult✅ n-th roots spaced evenly around a circle
Plotting✅ Immediate coordinates (a, b)Requires converting to (r cos θ, r sin θ)
Geometric intuitionGood for translation✅ Ideal for rotation, scaling, spirals

The general strategy is: use rectangular form for addition and subtraction, and switch to polar form for multiplication, division, powers, and roots. In many problems you will need to convert between the two forms, so fluency with the conversion formulas from Section 4 is essential.

Key Takeaway
Rectangular and polar forms are two windows into the same mathematical object. Rectangular form speaks the language of components (left-right, up-down), while polar form speaks the language of magnitude and direction. The best problem-solvers switch fluidly between both, choosing whichever makes the current step easiest.

Connection to Advanced Theory

The geometric operations you have learned here are the foundation for several powerful ideas you will encounter in more advanced courses. The most important bridge is Euler's formula, which reveals that the trigonometric form of a complex number is actually an exponential:

Euler's Formula
e^(iθ) = cos θ + i sin θ
This connects exponential growth, complex numbers, and trigonometry in a single identity — widely considered the most beautiful equation in mathematics.

With Euler's formula, the polar form z = r · cis θ becomes z = r · e, and multiplication takes the form r₁eiθ₁ · r₂eiθ₂ = r₁r₂ · ei(θ₁+θ₂), which follows directly from the laws of exponents. This exponential representation is the standard in physics, engineering, and signal processing.

ConceptThis Lesson (Algebra 2)Advanced Extension
Complex MultiplicationRotate & scale using cis formMatrix transformations; rotation matrices in linear algebra
Powers of zDe Moivre's Theorem: rn cis(nθ)Fractals (Mandelbrot set iterates z² + c)
n-th Rootsn equally spaced points on a circleRoots of unity; Fourier transform (signal analysis)
ConjugationReflection across real axisHermitian inner products; quantum mechanics
Euler's FormulaNot yet covered formallye + 1 = 0 (Euler's identity); phasor analysis in circuits

Every time an engineer describes an alternating current as a "phasor" or a physicist writes a quantum state as a complex exponential, they are using the same geometric insight you developed in this lesson: complex numbers encode both magnitude and phase (direction) simultaneously. The language scales seamlessly from Algebra 2 to graduate-level mathematics.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why multiplying a complex number by i results in a 90° counter-clockwise rotation. Use the polar multiplication rule to support your answer.
PROBLEM 2BASIC CALCULATION
Convert z = −3 + 3i to polar form. Give the modulus as an exact value and the argument in degrees.
PROBLEM 3INTERMEDIATE
Let z₁ = 2 · cis(50°) and z₂ = 3 · cis(70°). Find z₁ · z₂ in polar form and then convert to rectangular form. Round to two decimal places.
PROBLEM 4APPLIED / MULTI-STEP
A point P is located at z = 4 + 3i on the complex plane. (a) Rotate P by 90° counter-clockwise about the origin. (b) Then reflect the result across the real axis. Express the final position as a complex number in rectangular form.
PROBLEM 5CRITICAL THINKING / SYNTHESIS
Show that multiplying every point on a unit circle (|z| = 1) by the complex number w = 2 · cis(45°) produces a circle of radius 2 centered at the origin. What happens to a point that was originally at angle θ on the unit circle? Use this to explain why complex multiplication is sometimes called a "spiral similarity."

Lesson Summary

Every complex number z = a + bi occupies a unique point on the complex plane, where it can be described by its rectangular coordinates (a, b) or by its polar form r · cis(θ), with modulus r = |z| representing distance from the origin and argument θ = arg(z) representing direction. The fundamental geometric operations correspond to simple arithmetic: addition is vector translation (parallelogram rule), multiplication combines rotation by the argument with scaling by the modulus (z₁z₂ = r₁r₂ cis(θ₁+θ₂)), division reverses this (divide moduli, subtract arguments), and conjugation reflects across the real axis.

The polar multiplication rule is the single most important formula in this lesson: it reveals that multiplying by any complex number w simultaneously rotates the plane by arg(w) and scales it by |w|. Special cases include multiplying by i (90° rotation), by −1 (180° rotation), and by a positive real number (pure scaling). Mastering the interplay between rectangular and polar representations — using rectangular for addition and polar for multiplication, powers, and roots — is the key to unlocking the full geometric power of complex numbers, a power that extends through Euler's formula, De Moivre's Theorem, and into fields as diverse as electrical engineering, quantum physics, and fractal geometry.

Varsity Tutors • Algebra 2 • Geometric Operations on Complex Numbers