document.write( "Question 456707: Write an equation for an ellipse with center (1,-3), vertices (1,2) and (1,-8), and co-vertices (4,-3) and (-2,-3) \n" ); document.write( "
Algebra.Com's Answer #313743 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Write an equation for an ellipse with center (1,-3), vertices (1,2) and (1,-8), and co-vertices (4,-3) and (-2,-3). \n" ); document.write( ".. \n" ); document.write( "Standard form of ellipse with horizontal major axis: (x-h)^2/a^2+(y-k)^2/b^2=1, (a>b), with (h,k) being the (x,y) coordinates of the center. \n" ); document.write( "Standard form of ellipse with vertical major axis: (x-h)^2/b^2+(y-k)^2/a^2=1, (a>b), with (h,k) being the (x,y) coordinates of the center. \n" ); document.write( "The difference between the two forms is the interchange of a^2 and b^2. \n" ); document.write( ".. \n" ); document.write( "Given center at (1,-3) \n" ); document.write( "Since the x-coordinates of the end points of the vertices are the same at 1, given ellipse has a vertical major axis on x=1. \n" ); document.write( "length of major axis=10=2a \n" ); document.write( "a=5 \n" ); document.write( "a^2=25 \n" ); document.write( "co-vertices or minor axis on y=-3 \n" ); document.write( "length of minor axis=6=2b \n" ); document.write( "b=3 \n" ); document.write( "b^2=9 \n" ); document.write( ".. \n" ); document.write( "Equation: (x-1)^2/9+(y+3)^2/25=1 (ans) \n" ); document.write( "see graph below as a visual check on the algebra above. Note the center and length and end points of major and minor axes. \n" ); document.write( ".. \n" ); document.write( "y=(25-25(x-1)^2/9)^.5-3 \n" ); document.write( " |