document.write( "Question 590886: write an equation for the following conic. if it is a parabola, it has a vertex at the origin, and if it is an ellipse or a hyperbola, it is centered at the origin. focus at (4,0) and e= 1/2 \n" ); document.write( "
Algebra.Com's Answer #375376 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! write an equation for the following conic. if it is a parabola, it has a vertex at the origin, and if it is an ellipse or a hyperbola, it is centered at the origin. focus at (4,0) and e= 1/2 \n" ); document.write( "** \n" ); document.write( "if 0 \n" ); document.write( "center: (0,0) (given) \n" ); document.write( "c=4 \n" ); document.write( "c^2=16 \n" ); document.write( "e=1/2=c/a \n" ); document.write( "a=2c=8 \n" ); document.write( "a^2=64 \n" ); document.write( "c^2=a^2-b^2 \n" ); document.write( "b^2=a^2-c^2=64-16=48 \n" ); document.write( "Equation of ellipse: \n" ); document.write( "x^2/64+y^2/48=1 |