[Math] Equation of ellipse, hyperbola, parabola in complex form

complex numbers

Write the equation of an ellipse, hyperbola, parabola in complex form.

For an ellipse, there are two foci $a,b$, and the sum of the distances to both foci is constant. So $|z-a|+|z-b|=c$.

For a hyperbola, there are two foci $a,b$, and the absolute value of the difference of the distances to both foci is constant. So $||z-a|-|z-b||=c$.

For a parabola, there is a focus $a$ and a line $b+ct$ (where $b,c$ are complex and the parameter $t$ is real.) The distances to both must be equal. The distance to the focus is $|z-a|$. How can we calculate the distance to the line $b+ct$?

Best Answer

The distance of the point $z$ from the line $b + ct,\; t \in \mathbb{R}$ is the length of the projection of $z-b$ to the normal, which has direction $\pm ic$. If we identify $\mathbb{C}$ with $\mathbb{R}^2$, we'd find the length of the projection by computing the inner product. We do the same in $\mathbb{C}$ even if we don't explicitly identify it with $\mathbb{R}^2$, the real inner product of $v$ and $w$, expressed in complex form, is $\Re \overline{v}w$.

So we get

$$\left\lvert\Re \left(\frac{\overline{ic}(z-b)}{\lvert c\rvert}\right)\right\rvert = \left\lvert\Im \frac{\overline{c}(z-b)}{\lvert c\rvert} \right\rvert$$

as the expression for the distance of $z$ from the line $b + ct$. If $c$ is chosen with absolute value $1$, that simplifies to $\lvert \Im \overline{c}(z-b)\rvert$.