How to find equation of parabola with focus and directrix?
Answers
Answer:
Given the focus and directrix of a parabola , how do we find the equation of the parabola?
If we consider only parabolas that open upwards or downwards, then the directrix will be a horizontal line of the form y = c .
Let ( a , b ) be the focus and let y = c be the directrix. Let ( x 0 , y 0 ) be any point on the parabola.
Any point, ( x 0 , y 0 ) on the parabola satisfies the definition of parabola, so there are two distances to calculate:
Distance between the point on the parabola to the focus
Distance between the point on the parabola to the directrix
To find the equation of the parabola, equate these two expressions and solve for y 0 .
Find the equation of the parabola in the example above.
Distance between the point ( x 0 , y 0 ) and ( a , b ) :
( x 0 − a ) 2 + ( y 0 − b ) 2
Distance between point ( x 0 , y 0 ) and the line y = c :
| y 0 − c |
(Here, the distance between the point and horizontal line is difference of their y -coordinates.)
Equate the two expressions.
( x 0 − a ) 2 + ( y 0 − b ) 2 = | y 0 − c |
Square both sides.
( x 0 − a ) 2 + ( y 0 − b ) 2 = ( y 0 − c ) 2
Expand the expression in y 0 on both sides and simplify.
( x 0 − a ) 2 + b 2 − c 2 = 2 ( b − c ) y 0
This equation in ( x 0 , y 0 ) is true for all other values on the parabola and hence we can rewrite with ( x , y ) .
Therefore, the equation of the parabola with focus ( a , b ) and directrix y = c is
( x − a ) 2 + b 2 − c 2 = 2 ( b − c ) y
Step-by-step explanation: