What is the equation of the porabola with a vertex at the origin and a directrix of x=4?

1 Answer
Oct 29, 2015

#x=1/16y^2#

Explanation:

The focus is located on a line perpendicular to the directrix through the vertex and at an equal distance on the opposite side of the vertex from the directrix.

So, in this case the focus is at #(0,-4)#
enter image source here

(Note: this diagram is not properly scaled)

For any point, #(x,y)# on a parabola:
distance to focus = distance to directrix.
#color(white)("XXXX")#(this is one of the basic forms of definition for a parabola)

#sqrt((x-(-4))^2+(y-0)) = abs(x-4)#

#sqrt(x^2+8x+16+y^2) = abs(x-4)#

#cancel(x^2)+8x+cancel(16)+y^2= cancel(x^2)-8x+cancel(16)#

#-16x = y^2#

#x= -1/16y^2#