Algebra 2 • Complex Numbers

Complex Numbers in Rectangular & Polar Form

Two powerful ways to represent the same number—one built on a grid, the other on rotation and distance.

Historical Context & Motivation

For centuries, mathematicians stumbled over equations that demanded the square root of a negative number. The simple quadratic x² + 1 = 0 has no real solution, yet algebraists kept encountering such expressions when solving perfectly legitimate cubic equations. Rather than dismiss these "impossible" quantities, a handful of bold thinkers chose to accept them—and in doing so, unlocked an entirely new dimension of mathematics.

The story of complex numbers is one of slow acceptance. What began as an algebraic trick eventually matured into a rigorous coordinate system with two equivalent representations: rectangular form, which treats a complex number as a point on a grid, and polar form, which describes it by distance and angle. Both representations describe the same object; choosing between them is a matter of convenience.

1545
Cardano's Ars Magna
Gerolamo Cardano publishes the first appearance of √(−15) in print while solving cubic equations. He calls these expressions "as subtle as they are useless," yet proceeds to work with them anyway—an early sign that negative square roots cannot be ignored.
1572
Bombelli's Algebra
Rafael Bombelli develops consistent arithmetic rules for these "imaginary" quantities, showing how to add, multiply, and extract cube roots using them. He provides the first practical calculus of what we now call complex numbers.
1797
Wessel & The Complex Plane
Caspar Wessel presents a geometric interpretation: every complex number corresponds to a point in a two-dimensional plane, with the real part on the horizontal axis and the imaginary part on the vertical axis. This is the birth of the rectangular representation.
1806
Argand Diagram
Jean-Robert Argand independently publishes the same geometric picture. His name becomes permanently attached to the complex plane (the "Argand diagram"), and the idea of representing complex numbers via distance and angle—polar form—takes shape alongside it.
1831
Gauss Formalizes the System
Carl Friedrich Gauss coins the term "complex number," fully integrates both rectangular and polar representations into number theory, and proves the Fundamental Theorem of Algebra: every polynomial of degree n has exactly n complex roots.

The central question this lesson addresses is deceptively simple: given a complex number, how do we write it, plot it, and convert it between the two standard forms? Mastering this skill is the gateway to understanding multiplication as rotation, roots of unity, alternating-current circuits, and the entirety of complex analysis.

Core Principles & Definitions

A complex number is any number of the form a + bi, where a and b are real numbers and i is the imaginary unit defined by the property i² = −1. The set of all complex numbers is denoted . Every real number is a complex number with b = 0, and every purely imaginary number has a = 0. Together, these two components give each complex number a position in a two-dimensional plane—the complex plane (also called the Argand plane).

1

The Imaginary Unit i

Defined by i² = −1. It is not "imaginary" in the sense of being fake; it is simply a number whose square is negative. Powers of i cycle: i¹ = i, i² = −1, i³ = −i, i⁴ = 1, and then the pattern repeats.
2

Rectangular Form: a + bi

The real part a gives the horizontal coordinate and the imaginary part b gives the vertical coordinate in the complex plane. This form is ideal for addition and subtraction.
3

Polar Form: r(cos θ + i sin θ)

Here r is the modulus (distance from the origin) and θ is the argument (angle from the positive real axis). This form makes multiplication and division elegant—multiply the moduli, add the angles.
4

Shorthand: r cis θ & r∠θ

Mathematicians abbreviate cos θ + i sin θ as cis θ. Engineers often write r∠θ. Both mean the same thing: a complex number specified by its distance and direction.
Key Takeaway
Think of a complex number as an address. Rectangular form is like giving a street address: "go 3 blocks east and 4 blocks north." Polar form is like giving compass directions: "walk 5 blocks at a bearing of 53°." Both lead to the same location; you choose the one that makes navigation easiest for the task at hand.

Visual Explanation — The Complex Plane

The diagram below is the centrepiece of this lesson. It shows the complex number z = 3 + 4i plotted in the complex plane with both its rectangular coordinates and its polar description visible simultaneously. Study the relationship between the horizontal distance (real part), the vertical distance (imaginary part), the straight-line distance from the origin (modulus), and the angle measured from the positive real axis (argument).

Complex plane diagram showing z = 3 + 4i in both rectangular and polar form

In the diagram above, the complex number z = 3 + 4i is plotted as a point whose horizontal distance from the origin is 3 (the real part) and whose vertical distance is 4 (the imaginary part). The straight-line distance from the origin to the point is the modulus r = 5, found via the Pythagorean theorem: √(3² + 4²) = √25 = 5. The angle measured counterclockwise from the positive real axis is the argument θ ≈ 53.13°, computed as arctan(4/3). These two descriptions—(a, b) and (r, θ)—are completely equivalent.

Mathematical Framework

The conversion between rectangular and polar form rests on basic right-triangle trigonometry. If a complex number has real part a and imaginary part b, then the modulus and argument are computed from those coordinates. Conversely, if you know r and θ, you can recover a and b. The four key equations below form the entire framework.

Rectangular → Polar: Modulus
r = √(a² + b²)
The modulus is the distance from the origin, computed by the Pythagorean theorem.
Rectangular → Polar: Argument
θ = arctan(b / a) (adjusted for quadrant)
Use tan⁻¹(b/a), then add 180° if the point lies in Quadrant II or III. If a = 0, then θ = 90° (b > 0) or θ = 270° (b < 0).
Polar → Rectangular: Real Part
a = r × cos θ
The horizontal projection of the modulus vector.
Polar → Rectangular: Imaginary Part
b = r × sin θ
The vertical projection of the modulus vector.

Combining the last two equations, we can write the full polar form explicitly:

Complete Polar Form
z = r(cos θ + i sin θ) = r cis θ
This says: "start at the origin, go distance r in the direction that makes angle θ with the positive real axis."

A crucial subtlety arises with the argument. The function arctan(b/a) alone only returns values between −90° and 90°, which covers Quadrants I and IV. For a point in Quadrant II (where a < 0 and b > 0), you must add 180° to the arctan result. For Quadrant III (both negative), add 180° as well. Many calculators offer an atan2(b, a) function that handles all four quadrants automatically—if yours does, use it.

Key Takeaway
Rectangular form is like GPS coordinates (east–west, north–south). Polar form is like a radar reading (distance and bearing). Converting between them is simply switching from one navigational language to the other using the relationships r = √(a² + b²), θ = arctan(b/a), a = r cos θ, and b = r sin θ.

Detailed Breakdown — Quadrants & Special Angles

The complex plane is divided into four quadrants, just like the Cartesian plane. The quadrant determines the sign pattern of a and b, which in turn affects how you compute the argument θ. The table below summarises the relationships and provides archetypal examples at "nice" angles that appear frequently in homework and tests.

QuadrantSigns (a, b)θ RangeExample (Rect.)Polar Form
Ia > 0, b > 00° < θ < 90°1 + √3 i2 cis 60°
IIa < 0, b > 090° < θ < 180°−√3 + i2 cis 150°
IIIa < 0, b < 0180° < θ < 270°−1 − √3 i2 cis 240°
IVa > 0, b < 0270° < θ < 360°√3 − i2 cis 330°
+Real axisa > 0, b = 0θ = 0°55 cis 0°
+Imag axisa = 0, b > 0θ = 90°3i3 cis 90°
−Real axisa < 0, b = 0θ = 180°−77 cis 180°
−Imag axisa = 0, b < 0θ = 270°−2i2 cis 270°

The following diagram plots several commonly tested complex numbers on a circle of radius 2, illustrating how the same modulus with different arguments places points in different quadrants. Each colored dot is labeled with both its rectangular and polar forms.

Circle of Radius 2 — Special Angles

Notice the symmetry: each point in the upper half-plane has a "mirror" in the lower half-plane with the same real part but opposite imaginary part. These mirror pairs are called complex conjugates. For instance, 1 + √3i and 1 − √3i are conjugates. In polar terms, their moduli are equal and their arguments sum to 360°.

Worked Example

Let us convert the complex number z = −2 + 2√3 i from rectangular form to polar form, and then verify by converting back.

Converting z = −2 + 2√3 i to Polar Form
1
Step 1 — Identify a and bFrom the rectangular form z = −2 + 2√3 i, we read off the real part and imaginary part.
a = −2 b = 2√3 ≈ 3.464. Since a is negative and b is positive, the point lies in Quadrant II.
2
Step 2 — Compute the modulus rr = √(a² + b²) = √((−2)² + (2√3)²) = √(4 + 12) = √16
r = 4
3
Step 3 — Compute the argument θFirst, find the reference angle using arctan(|b|/|a|): arctan(2√3 / 2) = arctan(√3) = 60°. Since the point is in Quadrant II, the actual argument is: θ = 180° − 60°
θ = 120°
4
Step 4 — Write the polar formz = 4(cos 120° + i sin 120°) = 4 cis 120°
5
Step 5 — Verify by converting backa = 4 × cos 120° = 4 × (−0.5) = −2 ✓ b = 4 × sin 120° = 4 × (√3/2) = 2√3 ✓ We recover z = −2 + 2√3 i, confirming our conversion is correct.

Strengths & Limitations of Each Form

Neither rectangular nor polar form is inherently "better." Each excels in certain operations and struggles in others. The table below summarises when to use which form—an essential skill for efficiency on tests and in applications.

OperationRectangular FormPolar Form
Addition / Subtraction✦ Excellent — add/subtract real and imaginary parts separately✗ Awkward — must convert to rectangular first
MultiplicationPossible via FOIL, but tedious with radicals✦ Excellent — multiply moduli, add arguments
DivisionRequires multiplying by conjugate✦ Excellent — divide moduli, subtract arguments
Powers (zn)Very tedious for n > 2✦ Excellent — De Moivre's Theorem: rn cis(nθ)
Roots (ⁿ√z)Extremely difficult✦ Excellent — evenly spaced angles on a circle
Plotting✦ Direct — (a, b) gives Cartesian coordinatesRequires computing cos θ and sin θ
Finding distance from originMust compute √(a² + b²)✦ Immediate — it's just r
Key Takeaway
Use rectangular form when adding or subtracting complex numbers, or when plotting on a standard grid. Switch to polar form when multiplying, dividing, raising to powers, or extracting roots. Fluency in converting between the two lets you pick the path of least resistance for every problem.

Connection to Advanced Theory

The rectangular and polar forms studied here are the foundation for several powerful ideas you will encounter in pre-calculus, calculus, and beyond. The most celebrated of these is Euler's formula, which introduces the exponential form of a complex number. Leonhard Euler showed in 1748 that:

Euler's Formula
e^(iθ) = cos θ + i sin θ
This unifies exponential functions, trigonometric functions, and complex numbers into a single identity.

Using Euler's formula, the polar form r cis θ becomes r eiθ, called the exponential form. This is the preferred notation in physics and engineering because it simplifies differentiation, integration, and the analysis of oscillations. When θ = π, Euler's formula yields the famous identity eiπ + 1 = 0, which links five fundamental constants in a single equation.

FormNotationTypical Use
Rectangulara + biAlgebra 2, addition/subtraction, plotting
Trigonometric (Polar)r(cos θ + i sin θ)Pre-Calculus, De Moivre's Theorem, roots
ExponentialreCalculus, physics, electrical engineering

Another direct extension is De Moivre's Theorem: [r(cos θ + i sin θ)]n = rn(cos nθ + i sin nθ). This theorem, which you will likely study in pre-calculus, makes it trivial to raise any complex number to an integer power—or to find all nth roots of a complex number, which are beautifully spaced at equal angles around a circle in the complex plane. None of this would be possible without the polar form you are learning right now.

Practice Problems

PROBLEM 1CONCEPTUAL
A complex number z has modulus 6 and argument 0°. What is z in rectangular form, and what kind of number is it?
PROBLEM 2BASIC CALCULATION
Convert z = 5 − 5i to polar form. Express the argument in degrees.
PROBLEM 3INTERMEDIATE
Convert z = 8 cis 210° to rectangular form. Simplify using exact values.
PROBLEM 4APPLIED / MULTI-STEP
Two complex numbers are z₁ = 3 cis 40° and z₂ = 2 cis 110°. Find their product zz₂ in polar form. Then convert the result to rectangular form (round to two decimal places).
PROBLEM 5CRITICAL THINKING / SYNTHESIS
A student claims: "If two complex numbers have the same modulus, they must be equal." Is this true or false? Provide a counterexample if false, and explain what additional condition (beyond equal moduli) is required for two complex numbers to be equal.

Lesson Summary

A complex number is a number of the form a + bi, where a is the real part, b is the imaginary part, and i = √(−1). In rectangular form, we write the number as a + bi and plot it as a point in the complex plane using Cartesian coordinates. In polar form, we describe the same number by its modulus r = √(a² + b²) (distance from the origin) and its argument θ = arctan(b/a) (angle from the positive real axis), writing z = r(cos θ + i sin θ) = r cis θ.

Converting between the two forms relies on four relationships: r = √(a² + b²), θ = arctan(b/a) (quadrant-adjusted), a = r cos θ, and b = r sin θ. Rectangular form is ideal for addition and subtraction, while polar form excels at multiplication, division, powers, and roots. Mastering both forms—and the ability to convert fluidly between them—is the essential skill for working with complex numbers throughout mathematics and its applications in physics, engineering, and signal processing.

Varsity Tutors • Algebra 2 • Complex Numbers in Rectangular and Polar Form