Difficulty: Medium
Correct Answer: h = x + (IG / (A * x))
Explanation:
Introduction / Context:The centre of pressure is the point of application of the resultant hydrostatic force on a plane surface. For a vertical surface, pressure increases linearly with depth, shifting the resultant below the centroid. The exact depth ensures moment equivalence between the distributed pressure and a single resultant force.
Given Data / Assumptions:
Concept / Approach:Resultant hydrostatic force F = ρ * g * A * x. Taking moments about the free surface and equating to the moment of the resultant at depth h yields h = x + IG / (A * x). Since IG/(A * x) is positive, h > x, meaning the centre of pressure lies below the centroid for a vertical surface.
Step-by-Step Solution:
Compute resultant: F = ρ * g * A * x.Hydrostatic moment: M = ρ * g * IG.Set F * h = ρ * g * IG ⇒ h = IG / (A * x) + x.Verification / Alternative check:For a thin vertical rectangle with centroid at x, the addition IG/(A*x) is nonzero, so h is always below the centroid, matching intuition from the linear pressure distribution.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting to include the centroidal term x; confusing IG about the centroid with second moment about the free surface.
Final Answer:h = x + (IG / (A * x))
Discussion & Comments