Rotating z by angle α about the point z₀: shift z₀ to origin, rotate, shift back. Rearranged: z' = z₀ + (z−z₀)e^(iα). This is the general form of the Coni method and is used to find the third vertex of an equilateral triangle, rotate a line, or construct geometric figures.
Derivation
Rotation about the origin is simple: multiply by eiα. Rotation about any other point uses one extra step on each side.
The Three-Step Method
To rotate point z by angle α about the centre z0:
Step 1 — Translate z0 to the origin.
Replace z with z−z0. In this shifted frame, the centre of rotation is now at 0.
Step 2 — Rotate about the origin.
Multiply by eiα:
(z−z0)×eiα(z−z0)eiα
Step 3 — Translate back.
Add z0 to restore the original coordinate system:
z′=z0+(z−z0)eiα
The Formula
z′−z0=(z−z0)eiα
Written this way, the structure is clear: the displacement from the centre transforms by multiplication with eiα.
Application — Third Vertex of an Equilateral Triangle
Given two vertices z1 and z2, find the third vertex z3 of an equilateral triangle.
The third vertex is obtained by rotating z2 about z1 (or z1 about z2) by ±60°:
z3−z1=(z2−z1)e±iπ/3
Since eiπ/3=cos60°+isin60°=21+23i, the two possible third vertices are:
z3=z1+(z2−z1)(21±i3)
The + gives the vertex on the left of z1z2; the − gives the vertex on the right.
Connection to the Coni Method
The Coni method formula z2−z1z3−z1=∣z2−z1∣∣z3−z1∣eiα is the same statement in ratio form. When ∣z3−z1∣=∣z2−z1∣, it reduces exactly to the rotation formula above with the ratio equal to eiα.