Math Problem Statement

Water is flowing in a trapezoidal channel at a rate of Q = 20m3 s . The critical depth y for such a channel must satisfy the equation 0 = 1- Q 2 gA3 C B

where g = 9.81 m s 2 , Ac = the cross-sectional area (m2

), and B = the width

of the channel at the surface (m). For this case, the width and the cross- sectional area can be related to depth y by

B = 3 + y AC = 3y + y 2 2

Solve for the critical depth use initial guesses of xl = 0.5 and xu = 2.5, and iterate until the approximate error falls below 1% or the number of iterations exceeds 10.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Numerical Methods
Bisection Method
Fluid Mechanics

Formulas

f(y) = 1 - (Q^2 / (g * A_c^3 * B))
A_c = 3y + y^2 / 2
B = 3 + y

Theorems

Bisection Method Theorem

Suitable Grade Level

Undergraduate Engineering