document.write( "Question 530268: parabola,x^2 +6x -y +11 =0
\n" );
document.write( "find the vertex,focus and directrix of the parabola \n" );
document.write( "
Algebra.Com's Answer #350038 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! parabola,x^2 +6x -y +11 =0 \n" ); document.write( "find the vertex,focus and directrix of the parabola \n" ); document.write( "** \n" ); document.write( "Standard form of equation for parabola: (x-h)^2=4p(y-k), (h,k) being the (x,y) coordinates of the vertex. \n" ); document.write( "x^2 +6x -y +11 =0 \n" ); document.write( "complete the square: \n" ); document.write( "y=(x^2+6x+9)+11-9 \n" ); document.write( "y=(x+3)^2+2 \n" ); document.write( "Rewrite in standard form \n" ); document.write( "(x+3)^2=(y-2) \n" ); document.write( "Vertex: (-3,2) \n" ); document.write( "4p=1 \n" ); document.write( "p=1/4 \n" ); document.write( "focus: (-3,9/4) \n" ); document.write( "directrix: y=7/4 \n" ); document.write( " |