Academy
Formulas/maths/M4b Loci/Ellipse as a Complex Locus

Ellipse as a Complex Locus

Locus of z whose sum of distances from two fixed points z₁ (focus 1) and z₂ (focus 2) is constant 2a. This is the definition of an ellipse — stated most cleanly in complex form. The condition 2a > |z₁−z₂| ensures the locus is non-degenerate.
Derivation

The ellipse has two equivalent definitions — one Cartesian, one as a locus of distances. The complex form states the locus definition directly, and the Cartesian form follows by algebra.

The Locus Condition

Let z1z_1 and z2z_2 be the two foci, and let 2c=z1z22c = |z_1 - z_2| be the distance between them. The locus:

zz1+zz2=2a,a>c|z - z_1| + |z - z_2| = 2a, \qquad a > c

is the set of all points whose sum of distances from the two foci is constant.

Reducing to Cartesian Form

Place the foci symmetrically on the real axis: z1=cz_1 = c, z2=cz_2 = -c. Let z=x+iyz = x + iy.

zc+z+c=2a|z - c| + |z + c| = 2a (xc)2+y2+(x+c)2+y2=2a\sqrt{(x-c)^2 + y^2} + \sqrt{(x+c)^2 + y^2} = 2a

Move one radical to the right and square:

(xc)2+y2=2a(x+c)2+y2\sqrt{(x-c)^2 + y^2} = 2a - \sqrt{(x+c)^2 + y^2} (xc)2+y2=4a24a(x+c)2+y2+(x+c)2+y2(x-c)^2 + y^2 = 4a^2 - 4a\sqrt{(x+c)^2+y^2} + (x+c)^2 + y^2

Simplifying the left and right:

4cx4a2=4a(x+c)2+y2-4cx - 4a^2 = -4a\sqrt{(x+c)^2+y^2} a2+cx=a(x+c)2+y2a^2 + cx = a\sqrt{(x+c)^2+y^2}

Squaring again:

a4+2a2cx+c2x2=a2(x2+2cx+c2+y2)a^4 + 2a^2cx + c^2x^2 = a^2(x^2 + 2cx + c^2 + y^2) a4+c2x2=a2x2+a2c2+a2y2a^4 + c^2x^2 = a^2 x^2 + a^2 c^2 + a^2 y^2 (a2c2)x2+a2y2=a2(a2c2)(a^2 - c^2)x^2 + a^2 y^2 = a^2(a^2 - c^2)

Setting b2=a2c2b^2 = a^2 - c^2 (with b>0b > 0 since a>ca > c):

x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1

This is the standard Cartesian ellipse with semi-major axis aa and semi-minor axis bb. \blacksquare

The Non-Degeneracy Condition

The condition 2a>z1z22a > |z_1 - z_2| (equivalently a>ca > c) ensures b2=a2c2>0b^2 = a^2 - c^2 > 0, giving a genuine ellipse. When 2a=z1z22a = |z_1 - z_2|, the locus degenerates to the line segment joining z1z_1 and z2z_2.

Why the Complex Form Is Cleaner

The Cartesian derivation requires two rounds of squaring and careful bookkeeping. The complex form zz1+zz2=2a|z - z_1| + |z - z_2| = 2a states the geometric truth in one line — distance from one focus plus distance from the other focus equals constant. No coordinates, no axis placement required.