document.write( "Question 358573: A suspension bridge with weight uniformly distributed along its length has twin towers that extend 85 meters above the road surface and are 1200 meters apart. The cables are parabolic in shape and are suspended from the tops of the towers. The cables touch the road surface at the center of the bridge. Find the height of the cables at a point 300 meters from the center. (Assume the road is level.
\n" );
document.write( "I can answer this question if I only knew how to turn the question into a function, which I do not. Help? \n" );
document.write( "
Algebra.Com's Answer #256025 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A suspension bridge with weight uniformly distributed along its length has twin \n" ); document.write( " towers that extend 85 meters above the road surface and are 1200 meters apart. \n" ); document.write( " The cables are parabolic in shape and are suspended from the tops of the towers. \n" ); document.write( " The cables touch the road surface at the center of the bridge. \n" ); document.write( " Find the height of the cables at a point 300 meters from the center. (Assume the road is level. \n" ); document.write( ": \n" ); document.write( "Find the equation for this: \n" ); document.write( "Three coordinates: \n" ); document.write( "0, 85; the vertical suspension point on the left \n" ); document.write( "600, 0; the center point that touches the road (half the length of the bridge) \n" ); document.write( "1200, 85; vertical suspension point on the right \n" ); document.write( ": \n" ); document.write( "Using: ax^2 + bx + c = y \n" ); document.write( ": \n" ); document.write( "0,85, we know c = 85 \n" ); document.write( ": \n" ); document.write( "write two equation from coordinates; \n" ); document.write( "x=600, y=0 \n" ); document.write( "(600^2)a + 600b + 85 = 0 \n" ); document.write( "360000a + 600b + 85 = 0 \n" ); document.write( "and \n" ); document.write( "x=1200, y=85 \n" ); document.write( "(1200^2)a + 1200b + 85 = 85 \n" ); document.write( "2440000a + 1200b + 85 = 85\r \n" ); document.write( "\n" ); document.write( " Multiply the 1st equation by 2, subtract from the 2nd equation \n" ); document.write( "2440000a + 1200b + 85 = 85 \n" ); document.write( "720000a + 1200b + 170 = 0 \n" ); document.write( "------------------------------subtraction eliminates b, find a \n" ); document.write( "720000a - 85 = 85 \n" ); document.write( "720000a = 85 + 85 \n" ); document.write( "720000a = 170 \n" ); document.write( "a = \n" ); document.write( "a = .0002361\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "find b, using the 1st equation: \n" ); document.write( ".0002361(600^2) + 600b + 85 = 0 \n" ); document.write( "85 + 600b + 85 = 0 \n" ); document.write( "600b + 170 = 0 \n" ); document.write( "600b = -170 \n" ); document.write( "600b = \n" ); document.write( "b = -.2833 \n" ); document.write( ": \n" ); document.write( "The equation; y = .0002361x^2 - .2833x + 85 \n" ); document.write( ": \n" ); document.write( "Looks something like this: \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "\"Find the height of the cable at a point 300 meters from the center\" \n" ); document.write( "Now you can answer this question, I'm sure \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |