Question 118501
The coordinates of the focus and equation of the directrix of a 
parabola are given. Write an equation for each parabola. Then draw the graph
35. (-3, -2);y=-6
<pre><font size = 4 color = "darkblue"><b>
We'll draw the graph first.  Draw the focus and the directrix:

{{{drawing(400,400,-13,7,-10,10,
graph(400,400,-13,7,-10,10,-6), locate(-3.2,-1.56,o)  
 )}}}

Draw a line segment from the focus directly to the directrix:

{{{drawing(400,400,-13,7,-10,10,
graph(400,400,-13,7,-10,10,-6), 
line(-3,-6,-3,-2),locate(-3.2,-1.56,o)  
 )}}} 

The vertex is the point halfway between the focus and the
directrix.  That is the midpoint of the line segment we just
drew.  We can tell this is (-3,-4), so that is the vertex.
(h,k) = (-3,-4). Let's plot the vertex:

{{{drawing(400,400,-13,7,-10,10,
graph(400,400,-13,7,-10,10,-6), locate(-3.2,-3.53,o),
line(-3,-6,-3,-2),locate(-3.2,-1.56,o)  
 )}}}

The distance from the vertex to the focus is called p,
This is 2 units.  And it is upward from the vertex to the
focus, so it is +2. (If it had been downward we would have
made it negative.)  So p = 2.

Now draw a square with that line segment as its left
side: 

{{{drawing(400,400,-13,7,-10,10,
graph(400,400,-13,7,-10,10,-6), locate(-3.2,-3.53,o),
line(-3,-6,-3,-2),locate(-3.2,-1.56,o), rectangle(-3,-6,1,-2)  
 )}}}

Now draw another square with that line segment as its right
side:

{{{drawing(400,400,-13,7,-10,10,
graph(400,400,-13,7,-10,10,-6), locate(-3.2,-3.53,o),
line(-3,-6,-3,-2),locate(-3.2,-1.56,o), rectangle(-3,-6,1,-2),
rectangle(-7,-6,-3,-2)   )}}}


Now use the outer upper corners of the squares and the
vertex to sketch the parabola:


{{{drawing(400,400,-13,7,-10,10,
graph(400,400,-13,7,-10,10,-6,((x+3)^2-32)/8), locate(-3.2,-3.53,o),
line(-3,-6,-3,-2),locate(-3.2,-1.56,o), rectangle(-3,-6,1,-2),
rectangle(-7,-6,-3,-2)  
 )}}}

Now we can erase all the guide lines and just leave the
parabola, the vertex, the focus and the directrix:


{{{drawing(400,400,-13,7,-10,10,
graph(400,400,-13,7,-10,10,-6,((x+3)^2-32)/8), locate(-3.2,-3.53,o),locate(-3.2,-1.56,o)   
 )}}}

Now we have found the vertex (h,k) = (-3,-4), and
the focal length p = 2 from the vertex to the focus.

The equation of a U-shaped parabola is

(x - h)² = 4p(y - k)

So we substitute -3 for h, -4 for k and 2 for p


(x - (-3) )² = 4(2)(y - (-4) )

    (x + 3)² = 8(y + 4)

That's it!

Edwin</pre>