In short
A complex number z = a + bi can be written as z = r(\cos\theta + i\sin\theta), where r = |z| is the modulus and \theta = \arg(z) is the argument. This is the polar form. It makes multiplication and division transparent: to multiply two complex numbers, multiply their moduli and add their arguments. There is also a compact notation z = re^{i\theta} — Euler's form — where e^{i\theta} = \cos\theta + i\sin\theta. The Cartesian form a + bi is good for addition; the polar form is good for multiplication, division, and powers.
Multiply 1 + i by itself. You get (1+i)^2 = 1 + 2i + i^2 = 2i. The result jumps from the diagonal to the imaginary axis — the number rotated 45° and stretched by \sqrt{2}. That rotation-and-stretch pattern is not a coincidence. Every complex multiplication is a rotation and a stretch, but the Cartesian form a + bi hides that geometry behind an algebraic mess.
There is a way to write complex numbers that makes the rotation visible. Instead of giving the horizontal and vertical coordinates, you give the distance from the origin and the angle from the positive real axis: "go r units in the direction \theta." This is the polar form, and in it, multiplication becomes trivially simple: multiply the distances, add the angles.
From Cartesian to polar
Take z = a + bi, plotted as the point (a, b) on the complex plane. Draw the line from the origin to this point. Its length is r = \sqrt{a^2 + b^2}, the modulus. The angle it makes with the positive real axis is \theta, the argument.
From the right triangle with legs a (horizontal) and b (vertical) and hypotenuse r, you read off:
Substitute into z = a + bi:
That is the polar form. The number r tells you how far from the origin; the angle \theta tells you which direction.
From polar back to Cartesian
Going the other direction is straightforward. Given r and \theta:
For example, if r = 4 and \theta = \pi/3:
So z = 2 + 2\sqrt{3}\,i. Clean and direct.
Going from Cartesian to polar requires the modulus and argument calculations from the Modulus and Argument articles:
Polar form
A non-zero complex number z can be written uniquely as
where r = |z| > 0 is the modulus and \theta = \operatorname{Arg}(z) \in (-\pi, \pi] is the principal argument. The expression \cos\theta + i\sin\theta is sometimes abbreviated as \operatorname{cis}\theta.
The abbreviation \operatorname{cis}\theta (read "cis theta") is simply shorthand for \cos\theta + i\sin\theta. It appears in some textbooks but not others. You can use it to save ink, but always know what it unpacks to.
Why polar form exists: multiplication becomes beautiful
The real payoff of polar form is what happens when you multiply.
Take two complex numbers in polar form:
Multiply them:
The expressions in brackets are the sum formulas for cosine and sine:
So the product simplifies to:
This says: to multiply two complex numbers, multiply their moduli and add their arguments.
Multiplication scales and rotates. The modulus handles the scaling; the argument handles the rotation. This is the geometric meaning of complex multiplication — and it is invisible in Cartesian form.
Division in polar form
The same logic works for division, but in reverse.
To divide, divide the moduli and subtract the arguments. Compare this with division in Cartesian form, where you multiply numerator and denominator by the conjugate and expand — polar form is dramatically simpler.
Euler's form: re^{i\theta}
There is an even more compact way to write the polar form. The expression \cos\theta + i\sin\theta turns out to be equal to e^{i\theta}, where e \approx 2.718 is the base of the natural logarithm. This identity,
is called Euler's formula. It connects the exponential function with trigonometry in a single equation.
With Euler's formula, the polar form becomes:
Multiplication now looks like ordinary algebra of exponents:
The rule "multiply moduli, add arguments" falls out automatically from the law of exponents e^A \cdot e^B = e^{A+B}. Division is equally clean:
And powers follow instantly:
This is why mathematicians and physicists overwhelmingly prefer the exponential form — it reduces complex arithmetic to exponent rules.
A special case of Euler's formula, when \theta = \pi:
which gives e^{i\pi} + 1 = 0. This single equation ties together five fundamental constants — e, i, \pi, 1, and 0 — using the three basic operations of addition, multiplication, and exponentiation. It is widely considered the most beautiful equation in mathematics.
Converting between all three forms
There are now three ways to write a complex number:
| Form | Notation | Best for |
|---|---|---|
| Cartesian | a + bi | Addition, subtraction |
| Polar (trigonometric) | r(\cos\theta + i\sin\theta) | Seeing the geometry explicitly |
| Polar (exponential / Euler) | re^{i\theta} | Multiplication, division, powers |
The conversion rules:
Cartesian \to Polar:
Polar \to Cartesian:
Choose the form that makes the computation simplest. If you need to add two complex numbers, stay in Cartesian. If you need to multiply, divide, or raise to a power, switch to polar.
Interactive: Cartesian and polar side by side
Drag the red point on the complex plane below. The readouts show both the Cartesian form (a + bi) and the polar data (r and \theta) updating simultaneously. Watch how moving radially changes r while moving along a circle changes \theta.
Worked examples
Example 1: Convert $z = 1 + i$ to polar form and Euler's form
A first-quadrant complex number with equal real and imaginary parts — the simplest non-trivial case.
Step 1. Find the modulus.
Why: the point (1, 1) sits at distance \sqrt{2} from the origin along the diagonal.
Step 2. Find the principal argument.
Why: both components are positive (first quadrant), so \arctan(b/a) gives the correct angle directly. The line to (1,1) makes a 45° angle with the real axis.
Step 3. Write the trigonometric polar form.
Why: substitute r and \theta into the template r(\cos\theta + i\sin\theta).
Step 4. Write Euler's form.
Why: replace \cos\theta + i\sin\theta with e^{i\theta}. Both forms describe the same number; the exponential form is just more compact.
Result: 1 + i = \sqrt{2}\left(\cos\dfrac{\pi}{4} + i\sin\dfrac{\pi}{4}\right) = \sqrt{2}\, e^{i\pi/4}.
You can verify by expanding: \sqrt{2}(\cos(\pi/4) + i\sin(\pi/4)) = \sqrt{2} \cdot \frac{\sqrt{2}}{2} + i\sqrt{2} \cdot \frac{\sqrt{2}}{2} = 1 + i. The polar form reproduces the Cartesian form exactly.
Example 2: Multiply $z_1 = 2\left(\cos\frac{\pi}{6} + i\sin\frac{\pi}{6}\right)$ and $z_2 = 3\left(\cos\frac{\pi}{4} + i\sin\frac{\pi}{4}\right)$
Both numbers are already in polar form. The multiplication rule says: multiply moduli, add arguments.
Step 1. Multiply the moduli.
Why: the product sits at distance r_1 r_2 from the origin — the distances multiply, just as with positive reals.
Step 2. Add the arguments.
Why: multiplying complex numbers rotates by the second number's angle. The combined angle is the sum. Since 5\pi/12 < \pi, it is already a valid principal argument — no adjustment needed.
Step 3. Write the product in polar form.
Why: assemble the product from the new modulus and argument. The angle 5\pi/12 = 75° sits in the first quadrant, between \pi/4 = 45° and \pi/2 = 90°.
Step 4. Convert to Cartesian form (optional, for verification).
Why: the Cartesian form is messier — nested surds — which is exactly the point. Polar form kept the multiplication to two trivial steps; Cartesian form buries the same answer under algebra.
Result: z_1 z_2 = 6\left(\cos\dfrac{5\pi}{12} + i\sin\dfrac{5\pi}{12}\right) = 6\,e^{i \cdot 5\pi/12}.
The contrast is stark: in polar form, the multiplication was essentially mental arithmetic — 2 \times 3 and \pi/6 + \pi/4. In Cartesian form, the same product involves four multiplications, a subtraction, an addition, and two surd simplifications.
Common confusions
-
"To multiply in polar form, I multiply the arguments too." The moduli multiply, but the arguments add. This is the whole point — multiplication rotates, and rotations compose by addition. If you multiply the arguments, you get a meaningless number.
-
"r can be negative." By convention, r = |z| \ge 0. A negative sign is absorbed into the angle: -2(\cos\theta + i\sin\theta) = 2(\cos(\theta + \pi) + i\sin(\theta + \pi)). Adding \pi to the argument is the same as flipping direction.
-
"e^{i\theta} is a number bigger than 1 because e > 1." No — e^{i\theta} is not a real exponentiation in the usual sense. Its modulus is always 1: |e^{i\theta}| = |\cos\theta + i\sin\theta| = \sqrt{\cos^2\theta + \sin^2\theta} = 1. It lives on the unit circle, regardless of \theta.
-
"Euler's formula needs proof before I can use it." At the JEE level, Euler's formula is accepted as a definition — you define e^{i\theta} to mean \cos\theta + i\sin\theta, and then verify that this definition behaves consistently with the laws of exponents. A rigorous derivation uses power series and belongs to a more advanced course.
-
"I need to convert to Cartesian form to multiply." Exactly the opposite. If the numbers are already in polar form, stay in polar form. Converting to Cartesian first and then multiplying discards the simplicity.
-
"The polar form of 0 is 0 \cdot e^{i \cdot 0}." The number z = 0 has r = 0 but no well-defined argument. Writing 0 \cdot e^{i\theta} gives 0 for any \theta, so the angle is meaningless. The polar form is only defined for non-zero complex numbers.
Going deeper
If you can convert between Cartesian, trigonometric polar, and Euler's form, and you know how multiplication and division simplify in polar form, you have the core of this article. The following material is for readers who want to see the deeper connections.
Why Euler's formula works
Define the function f(\theta) = \cos\theta + i\sin\theta. Compute the derivative with respect to \theta:
So f satisfies the differential equation f'(\theta) = i \cdot f(\theta) with f(0) = 1. The unique solution to g'(\theta) = i \cdot g(\theta), g(0) = 1 among smooth functions is g(\theta) = e^{i\theta}. Therefore \cos\theta + i\sin\theta = e^{i\theta}.
This argument uses calculus, which is why the formula often appears "without proof" at the JEE level. The algebraic approach is to expand e^{i\theta}, \cos\theta, and \sin\theta as power series and verify the identity term by term — a beautiful computation that uses only the pattern i^2 = -1, i^3 = -i, i^4 = 1.
The unit circle group
The set of all complex numbers of modulus 1 — that is, the set \{e^{i\theta} : \theta \in \mathbb{R}\} — forms a group under multiplication. Multiplying two unit-modulus numbers gives another unit-modulus number (because 1 \times 1 = 1). The identity is e^{i \cdot 0} = 1. The inverse of e^{i\theta} is e^{-i\theta}. This is the circle group, and it is one of the simplest non-trivial examples in group theory. The argument function \arg is a group homomorphism from this circle group to (\mathbb{R}, +) modulo 2\pi — it converts multiplication into addition.
Connections to physics
Alternating current in electrical engineering is modelled as a rotating complex number: V(t) = V_0 e^{i\omega t}, where \omega is the angular frequency. The polar form makes impedance calculations — which involve multiplication and division of complex amplitudes — straightforward. Quantum mechanics uses e^{i\theta} even more fundamentally: the time evolution of a quantum state is |\psi(t)\rangle = e^{-iHt/\hbar}|\psi(0)\rangle. In both fields, the polar form is not a mathematical curiosity but the working notation of the discipline.
Where this leads next
The polar form is the platform for several powerful results.
- De Moivre's Theorem — the power rule (cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta), which is immediate from the polar form and leads to roots of unity.
- Argument of Complex Number — the detailed treatment of finding and using the argument, including its properties under multiplication.
- Modulus of Complex Number — the distance from the origin, and why the modulus is multiplicative.
- Complex Numbers — Introduction — the Cartesian form a + bi and the definition of i.
- Trigonometric Ratios — the sine, cosine, and tangent that build the bridge between Cartesian and polar.