Multiplying z by w = re^(iα) rotates z by angle α anticlockwise and scales its modulus by r. Multiplying by i (where r=1, α=π/2) is a pure 90° anticlockwise rotation. This geometric view of multiplication is the key to understanding the Coni method.
Derivation
Algebraically, multiplying two complex numbers uses the distributive law and i2=−1. Geometrically, the same operation is a rotation and a scaling. The Euler form makes this visible.
The Polar Form of Multiplication
Let z1=r1eiθ1 and z2=r2eiθ2. Then:
z1z2=r1eiθ1⋅r2eiθ2=r1r2ei(θ1+θ2)
The product has:
Modulusr1r2 — the moduli multiply
Argumentθ1+θ2 — the arguments add
Geometric Interpretation
Fix z1 and think of multiplication by z1 as a transformation acting on z2:
z2×z1r1r2ei(θ1+θ2)
This transformation does two things simultaneously:
Rotatesz2 anticlockwise by θ1=arg(z1)
Scalesz2 by r1=∣z1∣
When ∣z1∣=1 (i.e., z1 lies on the unit circle), the transformation is a pure rotation — no change in distance from the origin.
Special Cases
Multiplication by i:
i=eiπ/2, so ∣i∣=1 and arg(i)=π/2.
i⋅z=eiπ/2⋅reiθ=rei(θ+π/2)
Multiplying by i rotates any complex number by 90° anticlockwise. This is why i⋅(a+ib)=−b+ia — the point (a,b) moves to (−b,a), a quarter turn.
Multiplication by −1:
−1=eiπ rotates by 180°. A point z maps to the point diametrically opposite through the origin.
Multiplication by eiα:
Pure rotation by α, any angle. This is the seed of the Coni method — to rotate a segment by α, multiply the displacement vector by eiα.
Why This Matters
Division is the inverse operation: dividing by z1 rotates by −θ1 and scales by 1/r1. The ratio (z3−z1)/(z2−z1) therefore encodes the angle from segment z1z2 to segment z1z3 and the ratio of their lengths — which is exactly the Coni method.