document.write( "Question 83414: Use the definition of a parabola to show that the parabola with the vertex(h,k) and focus (h,k-c) has the equation . Show all work.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #59979 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! a parabola is the locus of points that are equidistant from a given point (focus) and a given line (directrix)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the vertex is located midway between the focus and the directrix, which means the equation for the directrix is y=k+c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using the distance formula, the equation for a point (x,y) is (x-h)^2+(y-(k-c))^2=(y-(k+c))^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "expanding gives (x-h)^2+y^2-2ky+2cy+k^2-2kc+c^2=y^2-2ky-2cy+k^2+2kc+c^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting y^2-2ky+k^2+c^2 gives (x-h)^2+2cy-2kc=-2cy+2kc ... adding 2kc-2cy gives (x-h)^2=4kc-4cy\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring gives (x-h)^2=-4c(y-k) \n" ); document.write( " |