issue interpreting the question... (parabola)

shawie

New member
Joined
Aug 31, 2005
Messages
34
I am given the focus and the directrix and this problem is asking me to write and simplify an equation that specifies the set of points P(x,y) that are equidistant from F and d.

i'm guessing they want me to write an equation with the focus at (0,2) and a directrix y=-2 ...but what do they mean and simplify... i'm confused :cry:
 
that means plug the information given into the parabola formula and then simplify.
 
Hello, shawie!

I am given the focus and the directrix and this problem is asking me to:
write and simplify an equation that specifies the set of points P(x,y) that are equidistant from F and d.

i'm guessing they want me to write an equation with the focus at (0,2) and a directrix y=-2
...but what do they mean and simplify>
They want you to derive the equation.
Code:
          |           P
          |           *(x,y)
          |       *   :
          |   *       :
     (0,2)*F          :
          |           :
    ------+-----------:--
          |           :
    - - - + - - - - - +  d
        -2|
The distance from point P(x,y)\displaystyle P(x,y) to the focus F(0,2)\displaystyle F(0,2) is:

      PF  =  (x0)2+(y2)2\displaystyle \;\;\;PF\;=\;\sqrt{(x\,-\,0)^2\,+\,(y\,-\,2)^2}


The distance from point P(x,y)\displaystyle P(x,y) to the directrix y=2\displaystyle y\,=\,-2 is:

      Pd  =  y+2\displaystyle \;\;\;Pd\;=\;y\,+\,2


The two distances are equal:   x2+(y2)2  =  y+2\displaystyle \;\sqrt{x^2\,+\,(y\,-\,2)^2}\;=\;y\,+\,2

    \displaystyle \;\;That is the equation . . . but they want it simplified . . .


Square both sides:   x2+(y2)2  =  (y+2)2\displaystyle \;x^2\,+\,(y\,-\,2)^2\;=\;(y\,+\,2)^2

Expand:   x2+y24y+4  =  y2+4y+4\displaystyle \;x^2\,+\,y^2\,-4y\,+\,4\;=\;y^2\,+\,4y\,+\,4

    \displaystyle \;\;which simplifes to: x2  =  8y\displaystyle \:x^2\;=\;8y
 
Top