document.write( "Question 1012199: A parkway 20 meters wide is spanned by a parabolic arc 30 meters long along the horizontal. If the parkway is centered, how high must the vertex of the arch be in order to give a minimum clearance of 5 meters over the parkway? \n" ); document.write( "
Algebra.Com's Answer #628165 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A parkway 20 meters wide is spanned by a parabolic arc 30 meters long along the horizontal. \n" ); document.write( " If the parkway is centered, how high must the vertex of the arch be in order to give a minimum clearance of 5 meters over the parkway? \n" ); document.write( ": \n" ); document.write( "that means the 30m arch starts and ends 5m on either side of the 20m highway \n" ); document.write( "From the information given we can obtain the following x,y pairs \n" ); document.write( "x=0; y=0 \n" ); document.write( "x=5; y=5 \n" ); document.write( "x=25; y=5 \n" ); document.write( "Using the form ax^ + bx + c = y; this parabola passes thru the origin, therefore c = 0 \n" ); document.write( "Two equations \n" ); document.write( "x=5; y=5 \n" ); document.write( "25a + 5b = 5 \n" ); document.write( ": \n" ); document.write( "x=25; y=5 \n" ); document.write( "625a + 25b = 5 \n" ); document.write( "simplify divide by 5 \n" ); document.write( "125a + 5b = 1 \n" ); document.write( ": \n" ); document.write( "using elimination \n" ); document.write( "125a + 5b = 1 \n" ); document.write( " 25a + 5b = 5 \n" ); document.write( "---------------------subtraction eliminates b, find a \n" ); document.write( "100a + 0 = -4 \n" ); document.write( "a = -4/100 \n" ); document.write( "a = -.04 \n" ); document.write( ": \n" ); document.write( "Find b using eq 25a + b = 5 \n" ); document.write( "-.04(25) + 5b = 5 \n" ); document.write( "-1 + 5b = 5 \n" ); document.write( "5b = 5 + 1 \n" ); document.write( "b = 6/5 \n" ); document.write( "b = 1.2 \n" ); document.write( ": \n" ); document.write( "the equation: y = -.04x^2 + 1.05x \n" ); document.write( "Looks like this, green line is 5m height \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "\"how high must the vertex of the arch be\" find the axis of symmetry x = -b/(2a) \n" ); document.write( "x = \n" ); document.write( "x = 15 \n" ); document.write( "Find y when x=15 \n" ); document.write( "y = -.04(15^2) + 1.2(15) \n" ); document.write( "y = -9 + 18 \n" ); document.write( "Vertex pair: 15, 9 \n" ); document.write( "y = 9 meters above the center of the high-way, blue line \n" ); document.write( " \n" ); document.write( " |