Question 1146321
A suspension bridge with weight uniformly distributed along its length has twin towers that extend 80 meters above the road surface and are 1600 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.
 :
Let center of the bridge surface be at the origin
the form ax^2 + bx + c = y (c=0)
the two coordinates are
 x=-800, y=80
640000a - 800b + 0 = 80
and
 x=+800, y=80
640000a + 800b + 0 = 80
Add these two equations (elimnates b)
1280000a = 160
a = 160/1280000
a = .0001
The equation: y = .0001x^2
Graphically
{{{ graph( 300, 200, -1000, 1000, -10, 100, .0001x^2, 80, 16) }}}
"Find the height of the cables at a point 400 meters from the center."
y = .0001(400^2)
y = 16 meters
:
Green line 80m, blue 16m