document.write( "Question 1198214: An arch is in the shape of a parabola. It has a span of 320 meters and a maximum height of 16 meters.
\n" );
document.write( "Find the equation of the parabola (assuming the origin is halfway between the arch's feet).
\n" );
document.write( "Determine the height of the arch 90 meters from the center. \n" );
document.write( "
Algebra.Com's Answer #831819 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An arch is in the shape of a parabola. \n" ); document.write( " It has a span of 320 meters and a maximum height of 16 meters. \n" ); document.write( "Find the equation of the parabola (assuming the origin is halfway between the arch's feet). \n" ); document.write( ": \n" ); document.write( "Using the form ax^2 + bx + c \n" ); document.write( "Using the origin as the midpoint: c = 16 and x = -160 and + 160 when y = 0 \n" ); document.write( "x=-160, y = 0 \n" ); document.write( "-160^2a - 160b + 16= 0 \n" ); document.write( "and \n" ); document.write( "x=+160, y = 0 \n" ); document.write( "160^2a + 160b + 16 = 0 \n" ); document.write( ": \n" ); document.write( "25600a - 160b + 16 = 0 \n" ); document.write( "25600a + 160b + 16 = 0 \n" ); document.write( "--------------------------Adding eliminates b, find a \n" ); document.write( "51200a + 0 + 32 = 0 \n" ); document.write( "simplify divide by \n" ); document.write( "1600a + 1 = 0 \n" ); document.write( "1600a = -1 \n" ); document.write( "a = -1/1600 \n" ); document.write( "a = -.000625 \n" ); document.write( "the equation \n" ); document.write( "-.000625x^2 + 16 = 0 \n" ); document.write( "Looks like this \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Determine the height of the arch 90 meters from the center. \n" ); document.write( "x = 90 \n" ); document.write( "y = -.000625(90^2) + 16 \n" ); document.write( "y = -5.0625 + 16 \n" ); document.write( "y = 10.9375 meters (green line \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |