Key Ideas
The distance between two complex numbers is |z₁ − z₂| = √((a₁−a₂)² + (b₁−b₂)²). It is the same Euclidean distance formula from coordinate geometry — the Argand plane is just the xy-plane relabeled.
The right triangle shows the horizontal difference Δa = |a₁−a₂| and vertical difference Δb = |b₁−b₂|. The distance is the hypotenuse. Pythagoras at work.
The midpoint is (z₁+z₂)/2 — average the real parts, average the imaginary parts. It is the point equidistant from both z₁ and z₂ along the segment connecting them.
The dashed circle is centered at z₁ with radius |z₁−z₂|. Every point on this circle is the same distance from z₁ as z₂ is. The equation |z − z₁| = r describes a circle of radius r centered at z₁.
When z₂ = 0 (the origin), the distance |z₁ − 0| = |z₁| is just the modulus. Distance generalizes modulus to any two points, not just from the origin.