document.write( "Question 515834: Complete the square to determine whether the equation
\n" );
document.write( "represents an ellipse, a parabola, a hyperbola, or a degenerate
\n" );
document.write( "conic. If the graph is an ellipse, find the center, foci, vertices,
\n" );
document.write( "and lengths of the major and minor axes. If it is a parabola, find
\n" );
document.write( "the vertex, focus, and directrix. If it is a hyperbola, find the center,
\n" );
document.write( "foci, vertices, and asymptotes. Then sketch the graph of the
\n" );
document.write( "equation. If the equation has no graph, explain why.\r
\n" );
document.write( "\n" );
document.write( "x^2-y^2 = 10(x-y)+1 \n" );
document.write( "
Algebra.Com's Answer #344307 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! It is a hyperbola, find the center, \n" ); document.write( "foci, vertices, and asymptotes. \n" ); document.write( ".. \n" ); document.write( "x^2-y^2 = 10(x-y)+1 \n" ); document.write( "x^2-y^2 = 10x-10y+1 \n" ); document.write( "x^2-10x-y^2+10y=1 \n" ); document.write( "complete the square \n" ); document.write( "(x^2-10x+25)-(y^2-10y+25)=1+25-25=1 \n" ); document.write( "(x-5)^2-(y-5)^2=1 \n" ); document.write( "This is an equation of a hyperbola with horizontal transverse axis of the standard form: \n" ); document.write( "(x-h)^2/a^2-(y-k)^2/b^2=1, with (h,k) being the (x,y) coordinates of the center: \n" ); document.write( "For given equation: \n" ); document.write( "center: (5, 5) \n" ); document.write( "a^2=1 \n" ); document.write( "a=1 \n" ); document.write( "b^2=1 \n" ); document.write( "b=1 \n" ); document.write( "c^2=a^2+b^2=1+1=2 \n" ); document.write( "c=√2 \n" ); document.write( ".. \n" ); document.write( "foci: (5±c,5)=(5±√2,5)=(5+√2,5) and (5-√2,5) \n" ); document.write( "vertices: (5±a,5)=(5±1,5)=(6,5) and (4,5) \n" ); document.write( "slope:± b/a=±1/1=±1 \n" ); document.write( "equation of asymptotes: y=mx+b=±(1)x+b \n" ); document.write( "equation for slope=-1 \n" ); document.write( "y=-x+b \n" ); document.write( "solving for b using (x,y) coordinates of center thru which asymptotes pass \n" ); document.write( "5=-5+b \n" ); document.write( "b=10 \n" ); document.write( "equation: y=-x+10 \n" ); document.write( ".. \n" ); document.write( "equation for slope=1 \n" ); document.write( "y=x+b \n" ); document.write( "solving for b using (x,y) coordinates of center thru which asymptotes pass \n" ); document.write( "5=5+b \n" ); document.write( "b= \n" ); document.write( "equation: y=x \n" ); document.write( ".. \n" ); document.write( "see graph below as a visual check on the answers above: \n" ); document.write( "y=±((x-5)^2-1)^.5+5\r \n" ); document.write( "\n" ); document.write( " |