Key Ideas
Addition is component-wise: add the real parts, add the imaginary parts. (a+bi) + (c+di) = (a+c) + (b+d)i. No cross-terms, no i² — it is just vector addition.
The parallelogram rule: z₁+z₂ is the diagonal of the parallelogram formed by z₁ and z₂. The dashed vectors show z₂ translated to the tip of z₁ (and vice versa) — "tip to tail."
Subtraction gives the vector from z₂ to z₁. The purple dashed line between the two points has the same length and direction as z₁−z₂. The modulus |z₁−z₂| is the distance between the two points.
z₁ − z₂ = z₁ + (−z₂). Subtraction is the same as adding the negation. The ghost vector −z₂ is z₂ rotated by 180°. Adding it to z₁ via the parallelogram rule gives the same result.
Triangle inequality: |z₁+z₂| ≤ |z₁| + |z₂|. The sum can never be longer than both vectors placed end-to-end. Drag z₁ and z₂ to the same direction to see equality.