Example 6.7.1.
Letβs find an equation for the parabola with focus at \(F(0,1)\) and directrix \(y = -1\text{.}\)
Suppose \(P(x,y)\) is a point on the parabola. Then the distance from \(P\) to \(F\) is given by the Distance Formula ((6.1.1)).
\begin{equation*}
\overline{PF} = \sqrt{(x-0)^2+(y-1)^2} = \sqrt{x^2+(y-1)^2}.
\end{equation*}
The distance from \(P\) to the line \(y = -1\) is \(\overline{Pl} = y+1\text{.}\) These distances must be equal so that
\begin{equation*}
\sqrt{x^2+(y-1)^2} = y+1.
\end{equation*}
Squaring both sides gives
\begin{equation*}
x^2+(y-1)^2 = (y+1)^2.
\end{equation*}
Expanding the squared terms
\begin{equation*}
x^2+y^2-2y+1 = y^2+2y+1
\end{equation*}
Canceling common terms from both sides:
\begin{equation*}
x^2-2y = 2y
\end{equation*}
And combining like terms:
\begin{equation*}
x^2 = 4y
\end{equation*}
So that
\begin{equation*}
y = \frac{1}{4} x^2
\end{equation*}
is an equation for our parabola.
