document.write( "Question 126420This question is from textbook
\n" );
document.write( ": i really need help with this problem i tried it but it didnt work out. it says an ellipse with center at the origin and horizontal major axis is to fit snugly inside a rectangle that has its longer sides horizontal. the area of the rectangle is 12 square units, and the perimeter is 14 units. find an equation for the ellipse. \n" );
document.write( "
Algebra.Com's Answer #92621 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! an ellipse with center at the origin and horizontal major axis is to fit snugly inside a rectangle that has its longer sides horizontal. the area of the rectangle is 12 square units, and the perimeter is 14 units. find an equation for the ellipse. \n" ); document.write( "------------------- \n" ); document.write( "Find the length and width of the rectangle: \n" ); document.write( "2(length + width) = 14 \n" ); document.write( "l + w = 7 \n" ); document.write( "lw = 12 \n" ); document.write( "----------- \n" ); document.write( "l=7-w \n" ); document.write( "(7-w)w = 12 \n" ); document.write( "-w^2+7w=12 \n" ); document.write( "w^2-7w+12=0 \n" ); document.write( "(w-3)(w-4) = 0 \n" ); document.write( "w = 3, then length = 4 \n" ); document.write( "OR \n" ); document.write( "w = 4, then length = 3 \n" ); document.write( "--------------------------- \n" ); document.write( "The longer side is horizontal so must be 4. \n" ); document.write( "The shorter side must be 3. \n" ); document.write( "-------------------------------- \n" ); document.write( "The semi-major axis must be 2. \n" ); document.write( "The semi-minor axis must be 1.5 \n" ); document.write( "----------------------------------- \n" ); document.write( "Equation of the ellipse: \n" ); document.write( "x^2/2^2 + y^2/1.5^2 = 1 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |