document.write( "Question 711274: A bridge is built in the shape of a semielliptical arch. The bridge has a span of 60 feet and a maximum height of 20 feet. Find the height of the arch at distances 5, 10, and 20 feet from the center.\r
\n" );
document.write( "\n" );
document.write( "The answers are in the back of my textbook, but I have no idea how to get to the answer.
\n" );
document.write( "I started with finding the points on the arch (0,20) with, I'm assuming, the vertices (-30,0) and (30,0) when I drew it out. \n" );
document.write( "
Algebra.Com's Answer #437732 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A bridge is built in the shape of a semielliptical arch. The bridge has a span of 60 feet and a maximum height of 20 feet. Find the height of the arch at distances 5, 10, and 20 feet from the center. \n" ); document.write( "** \n" ); document.write( "Equation of an ellipse with horizontal major axis with center at (0,0): \n" ); document.write( " \n" ); document.write( "For given problem: \n" ); document.write( "b=20 \n" ); document.write( "b^2=400 \n" ); document.write( "a=30 \n" ); document.write( "a^2=900 \n" ); document.write( "equation: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "y=√[(1-x^2/900)(400)] \n" ); document.write( "plug in x-values of 5, 10, and 20 ft \n" ); document.write( "f(5)=√[(1-25/900)(400)]≈19.72 ft (arch height 5 ft from center) \n" ); document.write( "f(10)=√[(1-100/900)(400)]≈18.86 ft (arch height 10 ft from center) \n" ); document.write( "f(20)=√[(1-400/900)(400)]≈14.91 ft (arch height 20 ft from center) \n" ); document.write( " |