Difficulty: Medium
Correct Answer: K = (Q / (2 * π * b)) * ln(r2 / r1) / (h2 - h1)
Explanation:
Introduction / Context:The Thiem equation is a classical steady-state solution for radial flow toward a pumping well. It allows hydrogeologists to estimate the hydraulic conductivity (permeability K) of an aquifer from discharge and drawdown observations in two observation wells.
Given Data / Assumptions:
Concept / Approach:For a confined aquifer under steady radial flow, the head distribution satisfies a logarithmic decline with radius. Integrating Darcy’s law in cylindrical coordinates between r1 and r2 gives a direct relationship among Q, K, b, and the measured heads.
Step-by-Step Solution:
Start with Darcy’s law for radial flow: Q = 2 * π * r * b * K * dh/dr.Separate and integrate: ∫(h1→h2) dh = (Q / (2 * π * b * K)) ∫(r1→r2) (dr / r).This yields h2 - h1 = (Q / (2 * π * b * K)) * ln(r2 / r1).Solve for K: K = (Q / (2 * π * b)) * ln(r2 / r1) / (h2 - h1).Verification / Alternative check:Dimension check: Q has L^3/T; denominator 2 * π * b has L; the remaining ratio ln(r2/r1)/(h2 - h1) has 1/L; overall gives L/T as expected for K.
Why Other Options Are Wrong:
Common Pitfalls:Mixing the confined and unconfined forms (h vs h^2), using base-10 log instead of natural log without adjusting constants, and selecting observation wells too close to the pumped well (well losses).
Final Answer:K = (Q / (2 * π * b)) * ln(r2 / r1) / (h2 - h1)
Discussion & Comments