🌀 Complex Numbers Argand Plane Visualizer
Complex NumbersWhat's happening? z = a + bi is a point on the Argand plane. |z| = √(a²+b²) is the distance from origin. Rotating by θ multiplies by e^(iθ).
Interactive complex number visualizer. Adjust real/imaginary parts. See modulus, argument, conjugate, and rotation on Argand plane.
JEE tests modulus, argument, De Moivre, cube roots.
|z| = sqrt(a^2+b^2)
Distance from origin
arg(z) = atan2(b,a)
Angle with real axis
z = r(cos+i sin) = r*e^(i*theta)
Euler form
z^n = r^n(cos(n*theta)+i*sin(n*theta))
Powers and roots
atan2 gives correct quadrant, atan doesn't
z_bar = a-bi, |z|^2 = z*z_bar
1, omega, omega^2. 1+omega+omega^2=0
Triangle inequality: <=
x-axis = real, y-axis = imaginary. z = point (a,b)
Polar form, cube root r, theta/3 + 2pi*k/3
1, omega, omega^2. Sum = 0, product = 1
Scale by |z|, rotate by arg(z)
Explore all 10 interactive visualizers in the Maths Concept Lab.