The Euler Rotator: e^{iθ} and the Unit Circle
Raise e to an imaginary power and you do not get a bigger number — you get a point on the unit circle, and multiplying by it becomes pure rotation.
An imaginary exponent
Powers of e normally grow: e1, e2, e3 race off to infinity. So what could e raised to an imaginary power possibly mean? The answer is one of the great surprises of mathematics: it does not grow at all. Instead eiθ lands on the unit circle, at the point whose angle from the positive real axis is exactly θ.
Feeding the exponential an imaginary input converts growth into turning.
Polar form: every complex number is a length and an angle
A complex number z sits somewhere in the plane, so it has a distance from the origin (its modulus r = |z|) and a direction (its argument θ). Euler's formula lets you fold both into one compact expression, the polar form z = r eiθ. The clumsy x + iy is great for adding; the polar form is unbeatable for multiplying.
Multiplication becomes rotation
Because exponents add, multiplying two complex numbers in polar form is effortless: r1eiθ1 · r2eiθ2 = r1r2 ei(θ1+θ2). You multiply the lengths and add the angles. In particular, multiplying any number by eiθ (length 1) leaves its size alone and simply rotates it by θ.
- Modulus: \( r = \sqrt{1^2 + 1^2} = \sqrt{2} \). Argument: the point (1, 1) is at 45°, so \( \theta = \pi/4 \).
- Polar form: \( 1 + i = \sqrt{2}\,e^{i\pi/4} \).
- Square it: multiply moduli and add angles — \( (\sqrt2)^2\,e^{i(\pi/4 + \pi/4)} = 2\,e^{i\pi/2} \).
- Convert back: \( 2\,e^{i\pi/2} = 2(\cos\tfrac{\pi}{2} + i\sin\tfrac{\pi}{2}) = 2i \).
Check your understanding
- Euler's formula e^{iθ} = cos θ + i sin θ places the imaginary exponential on the unit circle at angle θ, with |e^{iθ}| = 1.
- Every complex number has a polar form z = r·e^{iθ}, packaging its modulus r and argument θ.
- Multiplication multiplies moduli and adds arguments, so multiplying by e^{iθ} is pure rotation by θ.
- Setting θ = π gives Euler's identity e^{iπ} + 1 = 0, a half-turn of the number 1.
- The angle is measured in radians and is defined only up to multiples of 2π.