document.write( "Question 568943: How would I find the equation of an ellipse if I am give the foci(5,0) and (-5,0) and the length of major axis is 12 \n" ); document.write( "
Algebra.Com's Answer #367179 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How would I find the equation of an ellipse if I am give the foci(5,0) and (-5,0) and the length of major axis is 12 \n" ); document.write( "** \n" ); document.write( "Standard form of equation for ellipse with horizontal major axis: \n" ); document.write( "(x-h)^2/a^2+(y-k)^2/b^2=1,a>b, (h,k) being the (x,y) coordinates of the center. \n" ); document.write( ".. \n" ); document.write( "center: (0,0) \n" ); document.write( "length of major axis=12=2a \n" ); document.write( "a=6 \n" ); document.write( "a^2=36 \n" ); document.write( ".. \n" ); document.write( "c=5 \n" ); document.write( "c^2=25 \n" ); document.write( ".. \n" ); document.write( "c^2=a^2-b^2 \n" ); document.write( "b^2=a^2-c^2=36-25=11 \n" ); document.write( ".. \n" ); document.write( "Equation of given ellipse: \n" ); document.write( "x^2/36+y^2/11=1 \n" ); document.write( " \n" ); document.write( " |