Difficulty: Medium
Correct Answer: Q = 0.0278 * P * I * A
Explanation:
Introduction / Context:
Design runoff for small urban catchments is commonly estimated by the rational method. The discharge Q depends on rainfall intensity I, runoff coefficient C, and area A. Correct unit handling is crucial because I may be provided in cm/hour or mm/hour, and A may be provided in km². This problem tests your ability to convert units and write the proper discharge formula in m³/s.
Given Data / Assumptions:
Concept / Approach:
The rational formula for discharge is Q = 0.278 * C * I_mm_per_hr * A_km2 when intensity is in mm/hour. If intensity is instead in cm/hour, we convert cm to mm or directly adjust the coefficient. Since 1 cm = 10 mm, I_mm_per_hr = 10 * I_cm_per_hr.
Step-by-Step Solution:
Verification / Alternative check:
A quick dimensional check: 0.278 works for mm/hour. Since 1 cm/hour equals 10 mm/hour, the coefficient must be divided by 10 to keep units consistent. Hence 0.0278 is correct for cm/hour.
Why Other Options Are Wrong:
Common Pitfalls:
Mixing cm/hour and mm/hour in the rational formula; forgetting that A must be in km² for the 0.278 family of coefficients; using P directly as C without dividing by 100.
Final Answer:
Q = 0.0278 * P * I * A
Discussion & Comments