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$?