Difficulty: Easy
Correct Answer: r = sqrt(I / A)
Explanation:
Introduction / Context:
The radius of gyration characterizes how area is distributed about an axis and is widely used in column buckling and section classification. It provides a compact measure linking area and second moment of area for stability checks.
Given Data / Assumptions:
Concept / Approach:
By definition, I = A * r^2, so r = sqrt(I / A). For buckling, the least radius of gyration controls Euler-type critical loads since it corresponds to the weakest bending axis.
Step-by-Step Solution:
Start from definition: I = A * r^2.Rearrange: r^2 = I / A.Take square root: r = sqrt(I / A).
Verification / Alternative check:
Dimensional check: [I] = L^4, [A] = L^2 → I/A = L^2 → sqrt yields L, consistent for a length measure.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing section modulus (I / y) with radius of gyration; forgetting that r is a geometric length derived from I and A.
Final Answer:
r = sqrt(I / A)
Discussion & Comments