document.write( "Question 920729: How do i find the equation of an ellipse with the vertex at (0,-10) and the co-vertex at (6,0)? The center is (0,0). \n" ); document.write( "
Algebra.Com's Answer #558549 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
\"x%5E2%2By%5E2=R%5E2\"<--->\"x%5E2%2FR%5E2%2By%5E2%2FR%5E2=1\" is the equation of a circle of radius \"R\" centered at (0,0).
\n" ); document.write( "Since \"x%5E2%3C=x%5E2%2By%5E2=R%5E2\" , \"x%5E2%3C=R%5E2\" and \"-R%3C=x%3C=R\" .
\n" ); document.write( "Similarly, since \"y%5E2%3C=x%5E2%2By%5E2=R%5E2\" , \"y%5E2%3C=R%5E2\" and \"-R%3C=y%3C=R\" .
\n" ); document.write( "An ellipse is just a circle stretched more in one direction than the other.
\n" ); document.write( "In your case, you will have vertices at (0,-10) and (0,10),
\n" ); document.write( "meaning that \"-10%3C=y%3C=10\" ,
\n" ); document.write( "and co-vertices at (-6,0) and (6,0),
\n" ); document.write( "meaning that \"-6%3C=x%3C=6\" .
\n" ); document.write( "A circle with radius \"6\" would have the equation \"x%5E2%2F6%5E2%2By%5E2%2F6%5E2=1\" ,
\n" ); document.write( "and all its points would have to comply with
\n" ); document.write( "\"-6%3C=x%3C=6\" and \"-6%3C=y%3C=6\" .
\n" ); document.write( "We want \"-6%3C=x%3C=6\" for the x coordinates,
\n" ); document.write( "but \"-10%3C=y%3C=10\" for the y coordinates,
\n" ); document.write( "so the equation for the ellipse is
\n" ); document.write( "\"x%5E2%2F6%5E2%2By%5E2%2F10%5E2=1\" .
\n" ); document.write( "
\n" );