Question 1200276
<font color=black size=3>
"co-ordinate" should be "coordinate".
"directory" should be "directrix".


For parabolas that open left or right, we have this template
(y-k)^2 = 4p(x-h)
If p > 0, then the parabola opens to the right.
If p < 0, then the parabola opens to the left.


Compare 
(y-k)^2 = 4p(x-h)
with
(y+2)^2 = 8(x-1)
to find these values
p = 2
h = 1
k = -2


Since p > 0, this particular parabola opens to the right.


The vertex is located at (h,k) = (1,-2)
This is the left-most point of the parabola. See the graph below.


The value of p is the focal distance. 
It's the distance from the vertex to the focus. 
It's also the distance from the vertex to the directrix.


Start at the vertex (1,-2) and move p = 2 units to the right along the axis of symmetry to arrive at the focus (3,-2). 
The focus is always located inside the parabolic bowl shape, and it's also always on the axis of symmetry.


The directrix is on the opposite side of the vertex. 
We start at (1,-2) and move p = 2 units left to arrive at (-1,-2). 
Then draw a vertical line through (-1,-2) to represent the directrix. 
The equation of the directrix is the vertical line x = -1.
The directrix is perpendicular to the axis of symmetry which has the equation y = -2.


Graph:
{{{
drawing(400,400,-5,5,-6,4,
graph(400,400,-5,5,-6,4,-100,sqrt(8(x-1))-2,-sqrt(8(x-1))-2),

line(-1,-6,-1,-5.6362),
line(-1,-5.2727,-1,-4.9089),
line(-1,-4.5453,-1,-4.1818),
line(-1,-3.818,-1,-3.4545),
line(-1,-3.0909,-1,-2.7271),
line(-1,-2.3636,-1,-2),
line(-1,-1.6362,-1,-1.2727),
line(-1,-0.9089,-1,-0.5453),
line(-1,-0.1818,-1,0.1818),
line(-1,0.5455,-1,0.9091),
line(-1,1.2727,-1,1.6364),
line(-1,2,-1,2.3636),
line(-1,2.7273,-1,3.0909),
line(-1,3.4545,-1,3.8182),
line(-1,4.1818,-1,4.5455),
line(-1,4.9091,-1,5.2727),
line(-1,5.6364,-1,6),

line(-1,-2,20,-2),

circle(1,-2,0.06),
circle(1,-2,0.08),
circle(1,-2,0.10),
circle(1,-2,0.12),
circle(1,-2,0.14),

circle(3,-2,0.06),
circle(3,-2,0.08),
circle(3,-2,0.10),
circle(3,-2,0.12),
circle(3,-2,0.14),

locate(3,-2.1,"Focus"),
locate(1.1,-2.1,"Vertex"),
locate(-3,3,"Directrix")
)
}}}
Vertex = <font color=red size=4>(1,-2)</font>
Focus = <font color=red size=4>(3,-2)</font>
Directrix Equation: <font color=red size=4>x = -1</font>


You can use GeoGebra to confirm those answers. 
</font>