Question 3 (Numerical integration, efficient schemes) The length L of the main supporting cable of a...
Question 3 (Numerical integration, efficient schemes) The length L of the main supporting cable of a suspension bridge can be calculated by: 4h2 1/2 ral (1 +- L = -x²) dx Joq44 Where a is half the length of the bridge And h is the distance from the deck to the top of the tower where the cable is attached. Determine the length of a bridge with a=80 m and h=18m. Determine the cable length (with associated error of estimate) using: a) Richardson extrapolation using initial 2 and 4 segment estimates b) The two-point Gauss quadrature formula and c) Adaptive quadrature using initial 2 and 4 segment estimates d) MATLAB's Quad function e) Comment on the practical implication of your solution