Difficulty: Hard
Correct Answer: t = (14 * pi * R^(5/2)) / (15 * Cd * a * sqrt(2 * g))
Explanation:
Introduction:
Unsteady tank-draining problems combine hydrostatics (head–depth relation) with continuity through an orifice governed by Torricelli’s law corrected by the discharge coefficient Cd. For curved tanks like hemispheres, the surface area and cross-section change with depth, leading to integrals that must be evaluated to obtain the emptying time.
Given Data / Assumptions:
Concept / Approach:
Let h be instantaneous liquid height from the orifice. For a hemisphere, the cross-sectional area at height h is A(h) = pi * (2 * R * h − h^2). The unsteady mass balance gives A(h) * dh/dt = − Q = − Cd * a * sqrt(2 * g * h). Rearranging: dt = − A(h) / (Cd * a * sqrt(2 * g * h)) * dh. Integrate h from R down to 0 (or 0 up to R with a sign change).
Step-by-Step Solution:
Verification / Alternative check:
Dimensional analysis: numerator has length^(5/2); denominator contributes length^(3/2)/time, yielding time. The result reduces to known flat-tank results when the geometry is changed appropriately.
Why Other Options Are Wrong:
Scaled variants with 8/15 or altered powers of R do not match the integral of A(h) / sqrt(h).Forms mixing R inside the square root in the denominator incorrectly combine variables.Expressions without R^(5/2) cannot capture the geometry of the hemisphere.
Common Pitfalls:
Using A = constant (as if the tank were prismatic) or forgetting the square root on 2 * g * h in Torricelli’s outflow law, both of which lead to incorrect time estimates.
Final Answer:
t = (14 * pi * R^(5/2)) / (15 * Cd * a * sqrt(2 * g))
Discussion & Comments