[Math] Finding equation of parabola

conic sections

Find an equation of the parabola with focus at point $(0,5)$ whose directrix is the line $y=0$. (Derive this equation using the definition of the parabola as a set of points that are equidistant from the directrix and the focus)

Ok this one is killing me. My textbook has this

An equation of the parabola with focus $(0,p)$ and directrix $y=-p$ is $x^2=4py$

However, my problem has $(0,p)$ with p being 5, yet the directrix is not $p=-y=-5$, it's $0$. And so I tried deriving it manually as they said by

$\sqrt{x^2+(y-p)^2}=|y+p|$

But that just takes me back to the original equation I mentioned, $x^2=4py$. Not sure what I'm supposed to do.

Best Answer

Edited to try to clarify OP's confusion:

The distance between $(x,y)$ and $(0,5)$ is indeed $\sqrt{x^2+(y-5)^2}$.

The distance between $(x,y)$ and the line $y=0$ is $|y|$ (if $y>0$, then it is above the $X$-axis, and the distance is just the $y$ coordinate; if $y<0$, then the distance is $-y = |y|$). So the points on the parabola are exactly the points for which the two distances are equal, that is, all $(x,y)$ for which: $$\sqrt{x^2+(y-5)^2} = |y|.$$ Now square both sides, and you'll get the equation of the parabola you want.


How is this related to the formula you quote? It's really all just the same process. If the directrix is either horizontal (a line of the form $y=k$) or vertical (a line of the form $x=\ell$), then it is very easy to compute the distance from a point to the directrix: the point $(x,y)$ is $|y-k|$ away from the line $y=k$, and is $|x-\ell|$ away from the line $x=\ell$. If the focus of the parabola is at $(a,b)$, then you want the distance from $(x,y)$ to $(a,b)$ to equal the distance to the directrix, so you get: \begin{align*} \sqrt{(x-a)^2 + (y-b)^2} &= |y-k| &\qquad&\mbox{if the directrix is $y=k$,}\\ \sqrt{(x-a)^2 + (y-b)^2} &= |x-\ell| &&\mbox{if the directrix is $x=\ell$.} \end{align*} Then squaring both sides yields the equation of the parabola. Doing it correctly will cancel out the $y^2$ term when the directrix is horizontal, and the $x^2$ term when the directrix is vertical.

For more general parabolas, when the directrix is neither horizontal nor vertical but an arbitrary line $y=mx+b$, you need to work a bit harder, because the distance from $y=mx+b$ to $(x,y)$ is not so simple to compute. Not too hard, but not as simple. Once you have a formula for the distance, you set it equal to the distance to the focus, square both sides, and get the equation of the parabola.

Related Question