document.write( "Question 873017: A bridge is built in the shape of a parabolic arch. The beidge has a span of 120 feet and a maximum height of 25 feet. If the vertex of the parabola is located at (0,0), find the height of the arch 50 feet from the center. \n" ); document.write( "
Algebra.Com's Answer #526639 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A bridge is built in the shape of a parabolic arch. \n" ); document.write( " The beidge has a span of 120 feet and a maximum height of 25 feet. \n" ); document.write( " If the vertex of the parabola is located at (0,0), find the height of the arch 50 feet from the center. \n" ); document.write( ": \n" ); document.write( "First find the equation for the parabola, using the ax^2 + bx + c = y \n" ); document.write( "It crosses the y axis at the origin so we can ignore c \n" ); document.write( "A 120 ft span, +/-60 on the graph \n" ); document.write( "Find the equation for each pair \n" ); document.write( "x=-60, y =-25 \n" ); document.write( "-60^2a - 60b = -25 \n" ); document.write( "3600a - 60b = -25 \n" ); document.write( "and \n" ); document.write( "x=+60, y =-25 \n" ); document.write( "3600a + 60b = -25, add to the 1st equation \n" ); document.write( "3600a - 60b = -25 \n" ); document.write( "-------------------Adding eliminates b find a \n" ); document.write( "7200a = -50 \n" ); document.write( "a = -50/7200 \n" ); document.write( "a = -.00694 \n" ); document.write( "; \n" ); document.write( "We know b is 0 because the vertex is at the origin \n" ); document.write( "a simple equation \n" ); document.write( "y = -.00694x^2 \n" ); document.write( "looks like this \n" ); document.write( " \n" ); document.write( "Surface is green \n" ); document.write( ": \n" ); document.write( "find the height of the arch 50 feet from the center. \n" ); document.write( "x=50 \n" ); document.write( "-.00694(50^2) = -17.5, height will be 25-17.5 = 7.5m above the surface (purple) \n" ); document.write( " |