Difficulty: Medium
Correct Answer: 0.01386 m^2/min
Explanation:
Introduction:
This problem tests steady-state well hydraulics for a water-table (unconfined) aquifer using the Thiem equation. The goal is to compute transmissibility T from a constant-rate pumping test with drawdowns observed at two different radial distances.
Given Data / Assumptions:
Concept / Approach:
For steady radial flow in a confined/unconfined aquifer of thickness large enough relative to drawdown, the Thiem equation between two observation wells is:
T = (Q / (2 * pi * (s1 - s2))) * ln(r2 / r1)
where T is transmissibility (m^2/min), Q is discharge, s are drawdowns (m), and r are radial distances (m). The formula exploits the difference in head at two radii to eliminate unknowns like the effective radius of the well.
Step-by-Step Solution:
Step 1: Convert discharge: 31.40 L/min = 0.03140 m^3/min.
Step 2: Compute drawdown difference: s1 - s2 = 1.0 - 0.5 = 0.5 m.
Step 3: Compute ln(r2 / r1) = ln(80 / 20) = ln(4) ≈ 1.3863.
Step 4: Apply Thiem: T = (0.03140 / (2 * pi * 0.5)) * 1.3863.
Step 5: Numerical value: T ≈ 0.01386 m^2/min.
Verification / Alternative check:
Check units: Q (m^3/min) divided by length (m) yields m^2/min after multiplying by the dimensionless ln term, which is consistent for T. Magnitude is reasonable for a moderately permeable aquifer under the given low discharge.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
0.01386 m^2/min.
Discussion & Comments