IB MATHEMATICS: ANALYSIS AND APPROACHES • NUMBER AND ALGEBRA

Polar & Exponential Form — AHL 1.13 Modulus-argument (polar) and exponential form (Euler)

Unlock the elegant connection between complex numbers, trigonometry, and exponentials through polar and Euler form.

Historical Context & Motivation

For centuries, mathematicians struggled with numbers that seemed to defy common sense. The square root of −1 had no place on the familiar number line, yet it kept appearing in the solutions to cubic equations during the Renaissance. Over time, thinkers realized that these so-called imaginary numbers were not fictional at all — they simply needed a new way of being represented. The journey from skepticism to acceptance produced two of the most powerful notations in all of mathematics: polar form and exponential (Euler) form.

1545
Cardano's Imaginary Quantities
Gerolamo Cardano publishes Ars Magna, acknowledging square roots of negative numbers while calling them 'purely sophistical.' He opens the door to complex arithmetic.
1797
Wessel's Geometric Interpretation
Caspar Wessel presents the idea of plotting complex numbers on a plane with a real axis and an imaginary axis, giving them a concrete geometric meaning.
1748
Euler's Formula Published
Leonhard Euler derives the landmark identity e = cos θ + i sin θ, uniting exponential functions with trigonometry in a single, breathtaking equation.
1806
Argand Diagram Popularized
Jean-Robert Argand independently publishes the geometric representation of complex numbers, and the complex plane becomes widely known as the Argand diagram.
1900s
Modern Applications
Polar and exponential forms become essential tools in electrical engineering, quantum mechanics, signal processing, and control theory.

The core problem these forms solve is simple but important: rectangular (Cartesian) form, a + bi, is great for addition and subtraction, but it makes multiplication and division clunky. How can we find a representation that turns multiplication of complex numbers into something as easy as adding angles? That question leads us directly to polar and exponential form.

Core Principles & Definitions

Every complex number can be described in multiple ways. You already know rectangular form (also called Cartesian form): z = a + bi, where a is the real part and b is the imaginary part. Polar and exponential forms express the same number using its distance from the origin and the angle it makes with the positive real axis.

1

Modulus (r)

The modulus |z| = r is the distance from the origin to the point z in the complex plane. It is always non-negative: r = √(a² + b²).
2

Argument (θ)

The argument arg(z) = θ is the angle measured counter-clockwise from the positive real axis to the line segment joining the origin to z. The principal argument satisfies −π < θ ≤ π.
3

Polar Form

Using r and θ, polar form writes z = r(cos θ + i sin θ). This is sometimes abbreviated as z = r cis θ. It directly encodes the geometry of the complex number.
4

Exponential (Euler) Form

Euler's formula lets us write z = re. This compact notation makes multiplication, division, and powers of complex numbers remarkably elegant.
KEY TAKEAWAY
Think of rectangular form like giving directions with 'go 3 blocks east and 4 blocks north.' Polar form is like saying 'walk 5 blocks in the direction 53° north of east.' Both describe the same destination, but the second version makes it much easier to describe rotations and scaling — which is exactly what multiplying complex numbers does.

Visual Explanation — The Argand Diagram

The Argand diagram is a coordinate plane where the horizontal axis represents the real part and the vertical axis represents the imaginary part of a complex number. Every complex number z = a + bi corresponds to a unique point (a, b) on this plane. The diagram below shows the complex number z = 3 + 4i and highlights both its rectangular coordinates and its polar components.

The complex number z = 3 + 4i plotted on the Argand diagram. The cyan line shows the modulus r = 5, the amber arc shows the argument θ ≈ 53.1°, and the violet dashed lines show the rectangular components a = 3 and b = 4.

Notice how the modulus r and the rectangular components a and b form a right triangle. This is exactly why the Pythagorean theorem gives us r = √(a² + b²), and basic trigonometry gives us a = r cos θ and b = r sin θ. These relationships are the bridge between rectangular form z = a + bi and polar form z = r(cos θ + i sin θ).

Mathematical Framework

Converting Between Forms

The conversion between rectangular and polar forms relies on the right-triangle relationship visible in the Argand diagram. Given z = a + bi, you can find the polar components, and given r and θ, you can recover the rectangular components.

MODULUS
r = |z| = √(a² + b²)
where a = Re(z) is the real part and b = Im(z) is the imaginary part.
ARGUMENT
θ = arg(z) = arctan(b / a) [adjusted for quadrant]
Use arctan(b/a) as a starting point. If z lies in quadrant II or III, add or subtract π to get the correct angle. The principal argument is chosen so that −π < θ ≤ π.
POLAR FORM
z = r(cos θ + i sin θ) = r cis θ
The abbreviation cis θ stands for cos θ + i sin θ. This form is widely used in IB exams.
EULER'S FORMULA — EXPONENTIAL FORM
z = re^(iθ)
Euler's formula states e = cos θ + i sin θ. Therefore r cis θ = re. This unifies exponential growth, rotation, and trigonometry in one expression.

Rectangular ↔ Polar Conversion Summary

To go from rectangular to polar: compute r = √(a² + b²) and θ = arctan(b/a) with quadrant adjustment. To go from polar to rectangular: compute a = r cos θ and b = r sin θ, then write z = a + bi.

⚠️ Quadrant Check
The arctan function on your calculator only returns values between −π/2 and π/2 (quadrants I and IV). If your complex number lies in quadrant II or III (i.e., a < 0), you must add π to the calculator result (or subtract π if you need the principal argument to stay in (−π, π]). Always sketch the point on the Argand diagram first to verify your angle makes sense.

Operations in Polar & Exponential Form

One of the main reasons polar and exponential forms are so useful is that they turn multiplication and division of complex numbers into simple operations on the modulus and argument. Let z₁ = r₁eiθ₁ and z₂ = r₂eiθ₂. The rules below follow directly from the laws of exponents.

Summary of the four main operations in polar/exponential form. Notice how each operation acts independently on the modulus (scaling) and the argument (rotation).

These rules are the reason polar and exponential forms are preferred for repeated multiplication. For example, computing (1 + i)10 in rectangular form would require expanding a massive binomial. In exponential form, you simply raise the modulus to the 10th power and multiply the argument by 10 — a two-step calculation.

📝 IB Notation Note
The IB syllabus uses both cis θ and e notation. On Paper 1 (no calculator), you may be asked to leave answers in exact form such as 2 cis(π/3). On Paper 2, you might compute decimal approximations. Be comfortable with both.

Worked Example

Let's convert z = −1 + √3 i into polar form and exponential form, then compute z⁴.

Convert z = −1 + √3 i to polar & exponential form, then find z⁴
1
Step 1 — Identify a and bFrom z = −1 + √3 i, we read off a = −1 and b = √3. The point lies in quadrant II (negative real part, positive imaginary part).
a = −1, b = √3 (Quadrant II)
2
Step 2 — Compute the modulus rr = √(a² + b²) = √((−1)² + (√3)²) = √(1 + 3) = √4 = 2.
r = 2
3
Step 3 — Compute the argument θStart with arctan(b/a) = arctan(√3 / (−1)) = arctan(−√3). A calculator gives −π/3, but this angle points into quadrant IV. Since z is in quadrant II, we add π: θ = −π/3 + π = 2π/3.
θ = 2π/3
4
Step 4 — Write polar and exponential formPolar form: z = 2(cos(2π/3) + i sin(2π/3)) = 2 cis(2π/3). Exponential form: z = 2ei(2π/3).
z = 2 cis(2π/3) = 2e^(i2π/3)
5
Step 5 — Compute z⁴ using De Moivre's theoremz⁴ = r⁴ cis(4θ) = 2⁴ cis(4 × 2π/3) = 16 cis(8π/3). Since 8π/3 = 2π + 2π/3, this is equivalent to 16 cis(2π/3). Now convert back: z⁴ = 16(cos(2π/3) + i sin(2π/3)) = 16(−1/2 + i(√3/2)) = −8 + 8√3 i.
z⁴ = −8 + 8√3 i
💡 WHY THIS MATTERS
Without polar form, computing (−1 + √3 i)⁴ would mean expanding a four-fold product of binomials — pages of algebra. With polar form, we simply raised the modulus to the 4th power and multiplied the angle by 4. That's the beauty of these representations: they turn hard algebra into easy arithmetic.

Comparing the Three Forms

Each form of a complex number has its own strengths and weaknesses. The table below summarizes when you should use each one.

When to use each form of a complex number
FeatureRectangular (a + bi)Polar (r cis θ)Exponential (re^iθ)
Addition / SubtractionEasiest — add parts directlyAwkward — must convert firstAwkward — must convert first
MultiplicationRequires FOIL expansionEasy — multiply r, add θEasy — multiply r, add θ
DivisionRequires conjugate trickEasy — divide r, subtract θEasy — divide r, subtract θ
PowersExtremely tediousDe Moivre's theoremExponent law
Geometric InterpretationCoordinates on gridDistance + directionDistance + direction
Notation CompactnessModerateModerate (cis)Most compact
CHOOSING THE RIGHT FORM
Use rectangular form when you need to add or subtract complex numbers. Switch to polar or exponential form for multiplication, division, and powers. On IB exams, many questions require you to convert between forms, so practice both directions until the process feels automatic.

Connection to Advanced Theory

Euler's formula is not just a convenient shorthand — it sits at the crossroads of several major branches of mathematics. Setting θ = π yields the famous Euler's identity: e + 1 = 0, which connects five fundamental constants (e, i, π, 1, and 0) in a single equation. Many mathematicians consider this the most beautiful result in all of mathematics.

How AHL 1.13 concepts connect to further study
AHL 1.13 TopicWhere It Leads
Modulus and argumentRoots of complex numbers (AHL 1.14), where you find nth roots by dividing the argument evenly
Euler form re^(iθ)Fourier analysis and signal processing — decomposing sound and images into frequency components
De Moivre's theoremDeriving multiple-angle identities like cos 3θ and sin 3θ from (cos θ + i sin θ)³
Rotation via multiplicationTransformations in the complex plane, computer graphics, and robotics

If you continue with mathematics at university, you will see polar and exponential forms appear constantly in courses on differential equations, linear algebra, and complex analysis. The ability to move fluently between rectangular, polar, and exponential representations is one of the most transferable skills you can build in IB Mathematics AA HL.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why multiplying two complex numbers in polar form results in adding their arguments. What does this correspond to geometrically in the Argand diagram?
PROBLEM 2BASIC CALCULATION
Convert z = 1 + i to polar form and exponential form. Give exact values.
PROBLEM 3INTERMEDIATE
Let z₁ = 3 cis(π/6) and z₂ = 2 cis(π/4). Find z₁ × z₂ and z₁ / z₂ in both polar and rectangular form.
PROBLEM 4APPLIED
An electrical engineer represents an AC voltage as V = 5e^(iπ/3) volts. A second voltage is V₂ = 3e^(−iπ/6) volts. If the total voltage across two series components equals V₁ + V₂, find the total voltage in rectangular form and then express its magnitude and phase angle.
PROBLEM 5CRITICAL THINKING
Using Euler's formula, prove that cos θ = (e^(iθ) + e^(−iθ)) / 2 and sin θ = (e^(iθ) − e^(−iθ)) / (2i). Then use these identities to derive the formula cos²θ = (1 + cos 2θ) / 2.

Lesson Summary

Every complex number z = a + bi can be re-expressed using its modulus r = √(a² + b²) and its argument θ = arg(z). The polar form z = r(cos θ + i sin θ) = r cis θ encodes the geometry directly, while Euler's formula e = cos θ + i sin θ gives us the ultra-compact exponential form z = re.

These representations transform multiplication into modulus scaling plus angle addition, and division into modulus division plus angle subtraction. Powers of complex numbers use De Moivre's theorem: zⁿ = rⁿ cis(nθ). Always remember to check the quadrant when computing the argument, and use the principal argument convention −π < θ ≤ π unless told otherwise. Mastering the fluid conversion between rectangular, polar, and exponential forms is one of the most versatile skills in IB Mathematics AA HL.

Varsity Tutors • IB Mathematics: Analysis and Approaches • Polar & Exponential Form — AHL 1.13