Difficulty: Easy
Correct Answer: w * H^2 / 2
Explanation:
Introduction / Context:
The design of retaining structures like dams requires evaluating the resultant hydrostatic force. On a vertical wall holding a liquid of depth H, the pressure varies linearly with depth, creating a triangular pressure distribution.
Given Data / Assumptions:
Concept / Approach:
Gauge pressure at depth y is p = w * y. The resultant horizontal force equals the area under the pressure diagram (a triangle with height wH at the base and width H). For unit width, the equivalent area gives the total force.
Step-by-Step Solution:
1) Pressure at depth y: p(y) = w * y.2) Force on a horizontal strip of thickness dy per metre width: dF = p(y) * 1 * dy = w * y * dy.3) Integrate from y = 0 to H: F = ∫(0→H) w * y dy = w * H^2 / 2.4) Line of action occurs at 2H/3 below the free surface (useful for moment checks).
Verification / Alternative check:
The triangular pressure diagram has area (1/2) * base * height = (1/2) * H * (wH) = w * H^2 / 2, identical to the integration result, confirming consistency.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing force per metre length with average pressure; forgetting that pressure increases with depth leads to missing the H^2 dependence.
Final Answer:
w * H^2 / 2
Discussion & Comments