Historical Context & Motivation
For centuries, mathematicians were troubled by the idea of the square root of a negative number. The concept seemed absurd — even dangerous — and early pioneers who encountered such quantities in their work called them imaginary numbers. Yet these "impossible" numbers turned out to be extraordinarily useful. The story of how imaginary numbers merged with trigonometry to form the cis notation is one of the most elegant developments in the history of mathematics.
The central question this topic addresses is: How can we represent and manipulate complex numbers so that multiplication becomes rotation and stretching? The cis form answers this question by encoding every complex number as a distance (modulus) and a direction (argument), using the familiar language of cosine and sine.
Core Principles & Definitions
Before diving into cis form, you need a firm grasp on a few foundational ideas. Every complex number z = a + bi can be thought of as a point (a, b) in the complex plane (also called the Argand diagram). The horizontal axis represents the real part, and the vertical axis represents the imaginary part. From this picture, we can read off two key quantities: how far the point is from the origin, and the angle the line from the origin makes with the positive real axis.
Modulus (r)
Argument (θ)
cis θ Shorthand
Conversion Formulas
Euler's Link
Visual Explanation — The Argand Diagram & cis Form
In the diagram above, notice how the complex number z sits at the tip of a vector from the origin. The right triangle formed by the real part a, the imaginary part b, and the modulus r is the geometric heart of the cis form. By Pythagoras, r = √(a² + b²), and by basic trigonometry, a = r cos θ and b = r sin θ. Substituting these back into z = a + bi gives z = r cos θ + i r sin θ = r(cos θ + i sin θ) = r cis θ. This is the polar or cis form of a complex number.
Mathematical Framework — Operations in cis Form
The real power of the cis form emerges when you multiply, divide, or raise complex numbers to powers. In Cartesian form, multiplying two complex numbers involves expanding brackets and simplifying — it works but gets messy. In cis form, the rules are beautifully simple: you multiply moduli and add arguments.
Roots of Unity & Rotational Symmetry
One of the most visually striking applications of the cis form is finding the nth roots of unity — the n complex solutions to the equation zⁿ = 1. Since 1 = 1 cis 0, De Moivre's theorem tells us that z = cis(2kπ/n) for k = 0, 1, 2, …, n − 1. These roots sit at equally spaced points on the unit circle (the circle of radius 1 centred at the origin), forming a regular polygon.
This pattern generalises beautifully: the nth roots of unity always form a regular n-gon inscribed in the unit circle. For example, the cube roots of unity form an equilateral triangle, the 4th roots form a square, and so on. When finding the nth roots of a general complex number w = R cis φ, the roots still form a regular n-gon, but the circle has radius R1/n instead of 1, and the polygon is rotated so that the first root sits at angle φ/n.
Worked Example — From Cartesian to cis and Back
Let's work through a complete example that covers conversion, multiplication, and De Moivre's Theorem.
Cartesian vs. Polar (cis) Form — When to Use Which
Both forms of a complex number have their strengths. Choosing the right one depends on the operation you need to perform. The table below summarises when each form is most efficient.
| Operation | Cartesian (a + bi) | Polar / cis (r cis θ) |
|---|---|---|
| Addition / Subtraction | Easiest — just add real and imaginary parts | Awkward — must convert to Cartesian first |
| Multiplication | Expand and simplify (FOIL method) | Easiest — multiply moduli, add arguments |
| Division | Multiply by conjugate (messy) | Easiest — divide moduli, subtract arguments |
| Powers (zⁿ) | Extremely tedious for large n | De Moivre's Theorem — one step |
| Roots (z^(1/n)) | Not practical | Direct formula gives all n roots |
| Geometric interpretation | Coordinates on the plane | Distance and direction from origin |
Connection to Euler's Formula & Advanced Theory
The cis form is actually a stepping stone to one of the most famous equations in all of mathematics. Euler's formula states that eiθ = cos θ + i sin θ = cis θ. When you set θ = π, you get Euler's identity: e^(iπ) + 1 = 0, which links five fundamental constants (e, i, π, 1, 0) in a single equation. Many mathematicians consider it the most beautiful equation ever written.
| Feature | cis Form (IB Focus) | Exponential Form (Advanced) |
|---|---|---|
| Notation | r cis θ = r(cos θ + i sin θ) | reiθ |
| Multiplication | r₁r₂ cis(θ₁ + θ₂) | r₁r₂ ei(θ₁+θ₂) |
| De Moivre | rⁿ cis(nθ) | rⁿ einθ |
| Why use it | Trigonometric identities are explicit | Compact; connects to calculus (differentiation of eiθ) |
| IB Exam use | Standard notation for HL | Accepted but not required |
At university level, the exponential form becomes the standard because it integrates seamlessly with calculus and differential equations. Signal processing, quantum mechanics, and electrical engineering all rely on the exponential form. For your IB exams, however, cis notation is the expected format. Knowing that cis θ and eiθ are the same thing gives you a deeper appreciation for why the cis rules work, even if the proof via Taylor series is beyond the syllabus.
Practice Problems
Lesson Summary
Every complex number z = a + bi can be written in cis form as z = r cis θ, where the modulus r = √(a² + b²) is the distance from the origin and the argument θ is the angle from the positive real axis. The key operations in cis form are: multiplication (multiply moduli, add arguments), division (divide moduli, subtract arguments), and De Moivre's Theorem: (r cis θ)ⁿ = rⁿ cis(nθ).
The nth roots of a complex number are found using z^(1/n) = r^(1/n) cis((θ + 2kπ)/n) for k = 0, 1, …, n−1, and they always form a regular polygon on a circle in the Argand diagram. The cis form is the IB-standard way of expressing Euler's formula cis θ = eiθ, and it reveals the deep, elegant connection between complex number algebra and trigonometric identities — including the derivation of multiple-angle formulas like cos 3θ = 4cos³θ − 3cos θ.