Every complex-number concept introduced on this page has both an algebraic statement and a geometric counterpart. The table below collects them as a single algebra-to-geometry translation reference — coordinates, distances, vector sums, reflections, rotations, and scalings — so the algebraic side and its geometric meaning sit next to each other for quick lookup.
| Algebraic object / operation |
Geometric meaning in the complex plane |
| Complex number z = a + bi |
point at (a, b), or vector from the origin to (a, b) |
| Re(z), Im(z) |
horizontal and vertical coordinates |
| Modulus |z| = √(a² + b²) |
distance from origin to z (Pythagorean theorem on (a, b)) |
| |z₁ − z₂| |
distance between the two points z₁ and z₂ |
| z₁ + z₂ |
vector sum via parallelogram / tip-to-tail rule |
| z₁ − z₂ |
vector from z₂ to z₁ (displacement between points) |
| z̄ (conjugate) |
reflection of z across the real axis |
| −z |
reflection through the origin (rotation by 180°) |
| k · z (k a positive real) |
scale by factor k along the same ray from the origin |
| i · z |
rotate z by 90° counterclockwise about the origin |
| z₁ · z₂ |
scale by |z₂|, rotate by arg(z₂); moduli multiply, arguments add |
| z₁ ⁄ z₂ |
scale by 1⁄|z₂|, rotate by −arg(z₂); moduli divide, arguments subtract |