COMPLEX NUMBER SIMULATION

▸ Building the complex plane (real & imaginary axes)…
▸ Placing z = a + bi as a point & vector
▸ Computing modulus |z| = √(a²+b²) & argument θ = atan2(b,a)
▸ Complex multiply = rotate (add angles) + scale (multiply moduli)
▸ Starting the unit circle e^iθ = cos θ + i sin θ…
▸ Ready — Online. ✅
0%
⌂ Mathematics

Simulation room Complex numbers & the complex plane

Complex Plane · Argand Diagram
Online
z = a + bi · |z| · θ · e^iθ
Complex z & polar coordinates
Complex plane
a = Re · b = Im · |z| · θ
Real part a = Re(z)
Imaginary part b = Im(z)
Modulus |z|
Argument θ (degrees)
Argument θ (radians)
Result (product/power)
Tip
Each complex number z = a + bi is a point (a, b) on the plane — and a vector from the origin. The vector length = |z|; the tilt angle = θ. Multiplying two complex numbers = add angles & multiply lengths.
Drag a, b to move point z · change the Scenario (multiply = rotate+scale · e^iθ · n-th roots of 1 · conjugate · powers)
Your browser has canvas disabled.
Re(z) · Im(z) · |z| over time ReIm|z| (÷2)