Compute radius of gyration for common structural shapes. Essential for column buckling analysis, stability checks, and mechanical design.
The radius of gyration (symbol: k or r) is a geometric property of a cross-section that describes how the area is distributed around a centroidal axis. It is defined as the root mean square distance of the area’s points from the axis:
where I = second moment of area (area moment of inertia) about the given axis, and A = cross-sectional area.
The radius of gyration can be computed about any axis (e.g., x‑x, y‑y). For unsymmetrical sections, the minimum k governs buckling. In this calculator, we provide the radius of gyration about the horizontal centroidal axis (strong axis for most shapes). For I‑beams, the value about the weak axis would be different, but this tool focuses on the strong axis.
| Shape | Radius of Gyration |
|---|---|
| Rectangle (width b, height h) | \( k_x = h / \sqrt{12} \) (about horizontal), \( k_y = b / \sqrt{12} \) |
| Circle (diameter D) | \( k = D / 4 \) |
| Hollow circle (outer D, inner d) | \( k = \frac{1}{4}\sqrt{D^2 + d^2} \) |
| Square (side a) | \( k = a / \sqrt{12} \) |
| I‑section (symmetric) | \( k = \sqrt{I / A} \) (calculated from flange/web dimensions) |
Consider a rectangle 6 in wide by 12 in tall. \(A = 72\ \text{in}^2\), \(I = \frac{6 \times 12^3}{12} = 864\ \text{in}^4\), so \(k = \sqrt{864 / 72} = \sqrt{12} = 3.464\ \text{in}\). This matches \(h/\sqrt{12} = 12/3.464 = 3.464\ \text{in}\).