Academy
Formulas/maths/M4a Geometry/Multiplication: Rotation and Scaling

Multiplication: Rotation and Scaling

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=1i^2 = -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θ1z_1 = r_1 e^{i\theta_1} and z2=r2eiθ2z_2 = r_2 e^{i\theta_2}. Then:

z1z2=r1eiθ1r2eiθ2=r1r2ei(θ1+θ2)z_1 z_2 = r_1 e^{i\theta_1} \cdot r_2 e^{i\theta_2} = r_1 r_2\, e^{i(\theta_1 + \theta_2)}

The product has:

  • Modulus r1r2r_1 r_2 — the moduli multiply
  • Argument θ1+θ2\theta_1 + \theta_2 — the arguments add

Geometric Interpretation

Fix z1z_1 and think of multiplication by z1z_1 as a transformation acting on z2z_2:

z2×z1r1r2ei(θ1+θ2)z_2 \xrightarrow{\times z_1} r_1 r_2\, e^{i(\theta_1 + \theta_2)}

This transformation does two things simultaneously:

  1. Rotates z2z_2 anticlockwise by θ1=arg(z1)\theta_1 = \arg(z_1)
  2. Scales z2z_2 by r1=z1r_1 = |z_1|

When z1=1|z_1| = 1 (i.e., z1z_1 lies on the unit circle), the transformation is a pure rotation — no change in distance from the origin.

Special Cases

Multiplication by ii:

i=eiπ/2i = e^{i\pi/2}, so i=1|i| = 1 and arg(i)=π/2\arg(i) = \pi/2.

iz=eiπ/2reiθ=rei(θ+π/2)i \cdot z = e^{i\pi/2} \cdot re^{i\theta} = re^{i(\theta + \pi/2)}

Multiplying by ii rotates any complex number by 90°90° anticlockwise. This is why i(a+ib)=b+iai \cdot (a + ib) = -b + ia — the point (a,b)(a, b) moves to (b,a)(-b, a), a quarter turn.

Multiplication by 1-1:

1=eiπ-1 = e^{i\pi} rotates by 180°180°. A point zz maps to the point diametrically opposite through the origin.

Multiplication by eiαe^{i\alpha}:

Pure rotation by α\alpha, any angle. This is the seed of the Coni method — to rotate a segment by α\alpha, multiply the displacement vector by eiαe^{i\alpha}.

Why This Matters

Division is the inverse operation: dividing by z1z_1 rotates by θ1-\theta_1 and scales by 1/r11/r_1. The ratio (z3z1)/(z2z1)(z_3 - z_1)/(z_2 - z_1) therefore encodes the angle from segment z1z2z_1 z_2 to segment z1z3z_1 z_3 and the ratio of their lengths — which is exactly the Coni method.