David M. answered 05/09/20
Dave "The Math Whiz"
The distance from the focus to any point on the parabola is equal to the distance from the point to the directrix.
distance from (x,y) to focus = distance from (x,y) to directrix
√ (x-0)2 + (y-4)2 = √(x-x)2 + (y-(-4))2
√ x2 + (y-4)2 = √(y+4)2
x2 + (y-4)2 = (y+4)2
x2 + y2 - 8y + 16 = y2 + 8y + 16
x2 = 16y
y = (1/16)x2
Hope this helps!