Find Parabola Given Focus & Directrix - Help Needed

  • Context:
  • Thread starter Thread starter MarkFL
  • Start date Start date
  • Tags Tags
    Focus Parabola
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 6K views
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Find the formula of this parabola?


Derive the equation of the parabola with a focus at (-5, -5) and a directrix of y = 7.

So... I've tried this one over and over but can't seem to get the right answer. Help anyone?

I have posted a link there to this topic so the OP can see my work.
 
Physics news on Phys.org
Hello Abs,

A parabola is defined as the locus of all points $(x,y)$ equidistant from a point (the focus) and a line (the directrix). Using the square of the distance formula, we may write:

$$(x+5)^2+(y+5)^2=(y-7)^2$$

$$x^2+10x+25+y^2+10y+25=y^2-14y+49$$

Combining like terms, we obtain:

$$x^2+10x+1+24y=0$$

Solving for $y$, we get the quadratic function:

$$y=-\frac{x^2+10x+1}{24}$$
 
Hello, Abs!

Find the equation of the parabola with focus at (-5, -5)
and directrix [tex]y = 7.[/tex]
Code:
                    |
                    |7
          - - . - - + - - -
              :     |
              :V    |
              o     |
    - - - * - : - * + - - - - -
        *     :     *
       *      o     |*
              :F    |
      *       :     | *
                    |
The focus [tex](F)[/tex] is (-5,-5).
The vertex [tex](V)[/tex] is (-5,1).

The form of this parabola is: [tex](x-h)^2 \:=\:4p(y-k)[/tex]
where [tex](h,k)[/tex] is the vertex,
and [tex]p[/tex] is the directed distance from [tex]V[/tex] to [tex]F.[/tex]

We have: [tex](h,k) = (-5,1)[/tex] and [tex]p = -6.[/tex]

The equation is: .[tex](x+5)^2 \:=\:-24(y-1)[/tex]