Difficulty: Medium
Correct Answer: y_cp = y_c + I_G / (A y_c)
Explanation:
Introduction / Context: The centre of pressure is the point of action of the resultant hydrostatic force on a submerged surface. Locating it is vital for gate design, retaining structures, and tank walls to compute moments and stability.
Given Data / Assumptions:
Concept / Approach: The pressure varies linearly with depth: p = ρ g y. The resultant force acts at the centre of pressure located below the centroid for vertical planes. Applying the standard hydrostatics result gives y_cp = y_c + (I_G / (A y_c)).
Step-by-Step Solution:
Resultant hydrostatic force: F = ρ g A y_c. Taking moments about the free surface and using the pressure distribution: M = ρ g ∫ y dA * y = ρ g (I_0), with I_0 the second moment about the surface. Using the parallel-axis relation: I_0 = I_G + A y_c^2, then y_cp = M / F = (I_G + A y_c^2) / (A y_c) = y_c + I_G / (A y_c).Verification / Alternative check: Since I_G > 0, y_cp > y_c for a vertical plane, agreeing with physical intuition: pressure is greater at deeper points, pulling the resultant below the centroid.
Why Other Options Are Wrong: Omitting y_c or using a minus sign contradicts the derivation; taking a square root ignores the linear depth relation.
Common Pitfalls: Confusing I_G about the centroid with I_0 about the free surface; using the formula for an inclined plane without adjusting depths.
Final Answer: y_cp = y_c + I_G / (A y_c).
Discussion & Comments