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.
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).
The Imaginary Unit i
Rectangular Form: a + bi
Polar Form: r(cos θ + i sin θ)
Shorthand: r cis θ & r∠θ
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).
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.
Combining the last two equations, we can write the full polar form explicitly:
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.
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.
| Quadrant | Signs (a, b) | θ Range | Example (Rect.) | Polar Form |
|---|---|---|---|---|
| I | a > 0, b > 0 | 0° < θ < 90° | 1 + √3 i | 2 cis 60° |
| II | a < 0, b > 0 | 90° < θ < 180° | −√3 + i | 2 cis 150° |
| III | a < 0, b < 0 | 180° < θ < 270° | −1 − √3 i | 2 cis 240° |
| IV | a > 0, b < 0 | 270° < θ < 360° | √3 − i | 2 cis 330° |
| +Real axis | a > 0, b = 0 | θ = 0° | 5 | 5 cis 0° |
| +Imag axis | a = 0, b > 0 | θ = 90° | 3i | 3 cis 90° |
| −Real axis | a < 0, b = 0 | θ = 180° | −7 | 7 cis 180° |
| −Imag axis | a = 0, b < 0 | θ = 270° | −2i | 2 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.
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.
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.
| Operation | Rectangular Form | Polar Form |
|---|---|---|
| Addition / Subtraction | ✦ Excellent — add/subtract real and imaginary parts separately | ✗ Awkward — must convert to rectangular first |
| Multiplication | Possible via FOIL, but tedious with radicals | ✦ Excellent — multiply moduli, add arguments |
| Division | Requires 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 coordinates | Requires computing cos θ and sin θ |
| Finding distance from origin | Must compute √(a² + b²) | ✦ Immediate — it's just r |
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:
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.
| Form | Notation | Typical Use |
|---|---|---|
| Rectangular | a + bi | Algebra 2, addition/subtraction, plotting |
| Trigonometric (Polar) | r(cos θ + i sin θ) | Pre-Calculus, De Moivre's Theorem, roots |
| Exponential | reiθ | Calculus, 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
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.