Academy
Formulas/maths/M4c Conics/Parabola in Complex Form

Parabola in Complex Form

The parabola y²=4ax in complex form: distance from focus (a+0i) equals distance from directrix Re(z)=−a. The RHS is exactly the distance from z to the directrix. Parametric point: z = at²+2ati = a(t+i)²+... more cleanly: z = at²+2ati. Tangent at parameter t: the line z·t = at²+... or tz = at² gives the tangent form matching the Cartesian ty = x+at². Connects back to: Parabola chapter.
Derivation

The parabola is defined by a distance equality. In complex form, this definition is stated directly — no equation to derive, just the definition restated.

Focus-Directrix Definition in Complex Language

For y2=4axy^2 = 4ax: focus at F=aF = a (real), directrix Re(z)=a\operatorname{Re}(z) = -a.

The distance from z=x+iyz = x + iy to the focus:

za=(xa)2+y2|z - a| = \sqrt{(x-a)^2 + y^2}

The distance from zz to the directrix x=ax = -a is:

x+a=Re(z)+ax + a = \operatorname{Re}(z) + a

The parabola is the locus where these are equal:

za=Re(z)+a|z - a| = \operatorname{Re}(z) + a

Verification: Squaring both sides (the right side is non-negative for points on or to the right of the directrix):

(xa)2+y2=(x+a)2(x-a)^2 + y^2 = (x+a)^2 x22ax+a2+y2=x2+2ax+a2x^2 - 2ax + a^2 + y^2 = x^2 + 2ax + a^2 y2=4axy^2 = 4ax \qquad \checkmark

Parametric Point

The parametric form of y2=4axy^2 = 4ax is (at2,2at)(at^2, 2at), tRt \in \mathbb{R}. As a complex number:

z=at2+2iat=at2+i(2at)z = at^2 + 2iat = at^2 + i(2at) z=a(t2+2it)z = a(t^2 + 2it)

Tangent at Parameter tt

The Cartesian tangent at (at2,2at)(at^2, 2at) is ty=x+at2ty = x + at^2.

In complex form, substituting x=Re(z)x = \operatorname{Re}(z) and y=Im(z)y = \operatorname{Im}(z):

tIm(z)=Re(z)+at2t \cdot \operatorname{Im}(z) = \operatorname{Re}(z) + at^2

Using Re(z)=(z+zˉ)/2\operatorname{Re}(z) = (z+\bar{z})/2 and Im(z)=(zzˉ)/(2i)\operatorname{Im}(z) = (z-\bar{z})/(2i):

t(zzˉ)2i=z+zˉ2+at2\frac{t(z - \bar{z})}{2i} = \frac{z + \bar{z}}{2} + at^2 t(zzˉ)=i(z+zˉ)+2iat2t(z - \bar{z}) = i(z + \bar{z}) + 2iat^2 z(ti)=zˉ(t+i)+2iat2z(t - i) = \bar{z}(t + i) + 2iat^2

This is the tangent in complex form — less clean than the Cartesian version for computation, but it connects to the general line form aˉz+azˉ+b=0\bar{a}z + a\bar{z} + b = 0.

Focal Chord Condition

For a focal chord (passes through focus aa), the two parameters t1t_1 and t2t_2 satisfy t1t2=1t_1 t_2 = -1. In complex form: the two parametric points are a(t2+2it)a(t^2 + 2it) and a(1/t22i/t)a(1/t^2 - 2i/t) — negatives in the imaginary part, consistent with the chord passing through the real point aa.