Difficulty: Easy
Correct Answer: sqrt(I / A)
Explanation:
Introduction / Context:
The radius of gyration links a section's second moment of area with its area to provide a convenient measure of how area is distributed about an axis. It is heavily used in column buckling to compute the slenderness ratio and to identify the critical (least) axis.
Given Data / Assumptions:
Concept / Approach:
By definition, I = A * r^2. Rearranging gives r = sqrt(I / A). This applies to any axis about which I and A are taken, whether principal or non-principal.
Step-by-Step Solution:
Start from definition: I = A * r^2Rearrange: r^2 = I / ATake square root: r = sqrt(I / A)
Verification / Alternative check:
Dimensional check: I has units of length^4; A has length^2. I / A has length^2, and sqrt(I / A) has length, which is consistent for a radius measure.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
sqrt(I / A)
Discussion & Comments