Difficulty: Medium
Correct Answer: gamma = [(G + Sr * e) / (1 + e)] * gamma_w
Explanation:
Introduction / Context:
Bulk unit weight connects soil phase relationships (solids, water, air) with measurable engineering properties. For a partially saturated soil, gamma depends on the solids present and the portion of voids filled with water, quantified by degree of saturation Sr, plus the geometric void ratio e.
Given Data / Assumptions:
Concept / Approach:
For a representative volume where Vs = 1 (reference), Vv = e, total volume V = 1 + e. Weight of solids Ws = G * gamma_w * Vs. Weight of water Ww = Sr * Vv * gamma_w = Sr * e * gamma_w. Bulk unit weight is total weight divided by total volume.
Step-by-Step Solution:
Verification / Alternative check:
Special cases: Sr = 0 (dry) gives gamma_d = [G / (1 + e)] * gamma_w. Sr = 1 (saturated) gives gamma_sat = [(G + e) / (1 + e)] * gamma_w, matching standard dry/saturated formulas.
Why Other Options Are Wrong:
Common Pitfalls:
Using Sr in percent instead of decimal; confusing gamma with unit weight of solids; forgetting to divide by total volume (1 + e).
Final Answer:
gamma = [(G + Sr * e) / (1 + e)] * gamma_w
Discussion & Comments