How would I go about finding the focus and directrix of $4y = x^2 -16$ $(1)$
I did the $SP^2 = QP^2$ and got $(y+b)^2 = (x-a)^2 + (y-b)^2$.
This gave me: $4by = x^2 -2ax +a^2$. Comparing this to $(1)$. I get $a = 0$ but I don't know what to do to get $b$. Can someone advise?
Edit: my workings:

Use definition of parabola as stated in comment:
$\sqrt{[(y-b)-a]^2+x^2}=(y-b)+a$
$(y-b)^2-2a(y-b)+a^2+x^2=(y-b)^2+2a(y-b)+a^2$
Which gives:
$4a(y-b)=x^2$
Comparing with given equation $x^2=4y+16$ we get:
$b=-4$ and $a=1$, where b is value of translation in y direction. The coordinates of vertex is (0, -4), therefore:
Equation of directrix is L: $y=-1-4=-5$.
Coordinate of focus is: $F(0, -3)$.