document.write( "Question 1185542: The cables of a suspension bridge are in the shape of a parabola. The towers supporting the cable are 600 feet and 80 feet high, with the cables touching the road surface midway between the towers.
\n" );
document.write( "a.) Find the equation of the shape of the cable
\n" );
document.write( "b.) What is the height of the cable from the road at a point 150 ft from the center of the bridge
\n" );
document.write( "c.) Using the equation from part a, determine the total length of cable needed for the vertical sections of the cables spaced 20-foot interval. \n" );
document.write( "
Algebra.Com's Answer #816361 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A similar problem: \n" ); document.write( "---- \n" ); document.write( "A cable suspended between two posts that are the same height and 20 meters apart has a sag of 1 1/2 meter. If the cable hangs in the form of a parabola, find its equation, taking the lowest point as the origin. \n" ); document.write( "--------------------- \n" ); document.write( "3 points on the parabola are: \n" ); document.write( "(-10,1.5), (0,0), (10,1.5) \n" ); document.write( "--- \n" ); document.write( "A parabola has the form y = ax^2 + bx + c \n" ); document.write( "Sub the values and solve for a, b & c. \n" ); document.write( "Do the (0,0) first: \n" ); document.write( "0 = a*0 + b*0 + c ---> c = 0 \n" ); document.write( "---- \n" ); document.write( "For (-10,1.5): \n" ); document.write( "1.5 = a*100 - 10b \n" ); document.write( "For (10,1.5): \n" ); document.write( "1.5 = a*100 + 10b \n" ); document.write( "1.5 = a*100 - 10b \n" ); document.write( "--------------------- Subtract \n" ); document.write( "0 = 20b \n" ); document.write( "b = 0 \n" ); document.write( "================== \n" ); document.write( "1.5 = a*100 + 10b \n" ); document.write( "1.5 = a*100 - 10b \n" ); document.write( "-----------------------Add \n" ); document.write( "3 = 200a \n" ); document.write( "a = 3/200 \n" ); document.write( "------------- \n" ); document.write( "y = (3/200)x^2 is the parabola \n" ); document.write( " \n" ); document.write( " |