document.write( "Question 548049: write an equation of the ellipse with the given characteristics and center at (0,0)\r
\n" );
document.write( "\n" );
document.write( "vertex:(0,6)
\n" );
document.write( "co-vertex:(-3,0) \n" );
document.write( "
Algebra.Com's Answer #356946 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! write an equation of the ellipse with the given characteristics and center at (0,0) \n" ); document.write( "vertex:(0,6) \n" ); document.write( "co-vertex:(-3,0) \n" ); document.write( "** \n" ); document.write( "Standard form of equation for ellipse with vertical major axis: \n" ); document.write( "(x-h)^2/b^2+(y-k)^2/a^2=1, a>b, (h,k) being the (x,y) coordinates of the center. \n" ); document.write( "For given ellipse: \n" ); document.write( "center:(0,0) \n" ); document.write( "length of vertical major axis=12=2a \n" ); document.write( "a=6 \n" ); document.write( "a^2=36 \n" ); document.write( "length of minor axis=6=2b \n" ); document.write( "b=3 \n" ); document.write( "b^2=9 \n" ); document.write( "Equation of given ellipse: \n" ); document.write( "(x-h)^2/b^2+(y-k)^2/a^2=1 \n" ); document.write( "(x-0)^2/9+(y-0)^2/36=1 \n" ); document.write( "x^2/9+y^2/36=1 (ans) \n" ); document.write( " |