Finding Equation of Parabola from given Focus and Vertex
Given a Parabola having Focus at a point (xf,yf) and Vertex at a point (xv,yv), the Co-efficients of Equation Directrix of the Parabola Ax+By+C=0 can be found out using following steps
Calculate the Projection Point of Focus/Vertex on the Directrix (xp,yp). Since the Vertex of the Parabola is Mid Point Between the Focus and Projection Point of Focus/Vertex on the Directrix, the Projection Point can be calculated as
[xfyf]+[xpyp]2=[xvyv]
⇒[xpyp]=2[xvyv]−[xfyf] ...(1)
Once the Projection Point of Focus/Vertex on the Directrix (xp,yp) is calculated, the Co-efficients of Equation Directrix ADx+BDy+CD=0 can be calculated as follows