[Math] How to derive the equation of a parabola given a focus and a directrix not parallel to the x or y axis

algebra-precalculusconic sections

I was wondering if it is possible to derive a general form of a parabola given any focus and directrix.

So far all the materials I have come across only show the derivation for a parabola equation where the directrix is $x=c$ or $y=c$ for some constant $c$. And the only material I know that provides a general formula for a parabola is this article in wikipedia. But this relies on the general form of the conic equation.

I would like to derive the general equation of the parabola based on the definition of the parabola:

Let:

$d_1$ be the distance of a point on the parabola and its focus, $P(x_1,y_1)$

$d_2$ be the distance of a point on the parobola to its directrix, $y=mx+c$

$P(x,y)$ be any point on the parabola

So by definition of a parabola,
$$\begin{align}
d_1 &= d_2 \\
\sqrt{(x-x_1)^2 – (x-y_1)^2 } &= ??\end{align}$$

I can't proceed further as I don't know what to put for $d_2$ as all the textbook I consulted only have the directrix in the form of $x=c$ or $y=c$, which leads me to think that a derivation of the general parabola equation using this approach is impossible.

Please advise and provide the full steps if applicable.

Best Answer

$$d_1=\sqrt{(x-x_1)^2+(y-y_1)^2}$$ And $$d_2=\frac{|y-mx+c|}{\sqrt{1+m^2}}$$ You can form the equation of Parabola now, but as you were unsure about second, I'll help you prove it:


As we are measuring perpendicular distance, take the line perpendicular to $y=mx+c$ passing through $(x_0,y_0)$ and the foot of perpendicular on line $(\alpha,\beta)$,i.e.$$(\beta-y_0)=\frac{-1}m(\alpha-x_0)$$ Or, $$m(\beta-y_0)+(\alpha-x_0)=0$$ Squaring, $$m^2(\beta-y_0)^2+(\alpha-x_0)^2=-2m(\alpha-x_0)(\beta-y_0)\tag1$$ Now consider, $$(m(\alpha-x_0)-(\beta-y_0))^2=m^2(\alpha-x_0)^2+(\beta-y_0)^2-2m(\alpha-x_0)(\beta-y_0)$$ Or $$m^2(\alpha-x_0)^2+(\beta-y_0)^2-(m(\alpha-x_0)-(\beta-y_0))^2=2m(\alpha-x_0)(\beta-y_0)\tag2$$ Adding (1) and (2), $$m^2(\beta-y_0)^2+(\alpha-x_0)^2+m^2(\alpha-x_0)^2+(\beta-y_0)^2=(m(\alpha-x_0)-(\beta-y_0))^2$$ Or [Use $c=\beta-m\alpha$ and rearrange] $$(m^2+1)((\beta-y_0)^2+(\alpha-x_0)^2)=(y_0-mx_0-c)^2$$ So distance from line is: $$d=\sqrt{(\beta-y_0)^2+(\alpha-x_0)^2}=\frac{|(y_0-mx_0-c)|}{\sqrt{m^2+1}}$$ Note: For a line $ax+by=c$, put $m=-\frac ab$ to get: $$d=\frac {|ax_0+by_0+c|}{\sqrt{a^2+b^2}}$$