Difficulty: Medium
Correct Answer: t = a * sqrt(3 * p / f_b)
Explanation:
Introduction / Context:
Steel column bases are often idealized as plates cantilevering beyond the column footprint under uniform concrete bearing. Plate thickness is sized so bending stress does not exceed the permissible value.
Given Data / Assumptions:
Concept / Approach:
For a unit-width cantilever of length a under uniform pressure p, the maximum moment at the fixed edge is M = p * a^2 / 2 per unit width. The extreme fiber bending stress for a rectangular plate strip of thickness t is sigma = 6 * M / t^2 (for unit width), leading to a closed-form sizing.
Step-by-Step Solution:
Verification / Alternative check:
Compare with tabulated values in design handbooks for typical p and f_b; results align within standard tolerances for plate design.
Why Other Options Are Wrong:
Different constants (2, 6, 1/3) do not follow from the cantilever derivation; option (e) uses a nonphysical D/d factor not implied by bending theory.
Common Pitfalls:
Using gross projection D/2 instead of a; neglecting local bearing beneath the column stub; ignoring biaxial effects when loads are eccentric.
Final Answer:
t = a * sqrt(3 * p / f_b)
Discussion & Comments