Compression Members (Columns)

Analysis and design of steel columns, focusing on buckling strength, stability, and built-up members.

Buckling Fundamentals

Compression members, primarily columns but also compression truss chords and bracing struts, are structural elements subjected to axial compressive forces. Unlike tension members, which generally fail by yielding or rupture, the strength of compression members is almost always governed by stability, specifically buckling failure.

Buckling is a sudden loss of stability where a member deflects laterally under compressive load before the material itself reaches its yield stress. The critical load depends primarily on the member's flexural stiffness (EIEI), length (LL), and end support conditions (KK).

Euler Buckling

The theoretical critical buckling load for an ideal, perfectly straight, elastic column with pinned ends, where it suddenly bows sideways.

Euler Buckling Formula

Calculates the theoretical critical buckling load for an ideal, elastic column.

Pcr=π2EIL2P_{cr} = \frac{\pi^2 EI}{L^2}

Variables

SymbolDescriptionUnit
PcrP_{cr}Critical buckling loadkips
EEModulus of elasticityksi
IIMoment of inertiain4in^4
LLUnbraced length of the columnin

Euler Buckling Stress Formula

Calculates the theoretical critical buckling stress for an ideal, elastic column based on the slenderness ratio.

Fcr=π2E(L/r)2F_{cr} = \frac{\pi^2 E}{(L/r)^2}

Variables

SymbolDescriptionUnit
FcrF_{cr}Critical buckling stressksi
EEModulus of elasticityksi
LLUnbraced length of the columnin
rrRadius of gyrationin

Effective Length and Slenderness

The Euler formula assumes a column is pinned at both ends. Real columns have various support conditions (fixed, free, etc.) which alter the effective buckling length.

Effective Length Factor (KK)

A coefficient that modifies the actual unbraced length of a column to represent the length of an equivalent pinned-pinned column that would have the same buckling load.

Slenderness Ratio

A dimensionless measure of a column's susceptibility to buckling.

λ=KLr\lambda = \frac{KL}{r}

Variables

SymbolDescriptionUnit
λ\lambdaSlenderness ratiodimensionless
KKEffective length factordimensionless
LLActual unbraced lengthin
rrRadius of gyrationin

Important

The AISC Specification recommends that the maximum slenderness ratio for members designed for compression should not exceed 200200. (i.e., KL/r200KL/r \le 200).

Theoretical and recommended design values for KK based on idealized boundary conditions:

  • Pinned-Pinned: K=1.0K = 1.0
  • Fixed-Fixed: K=0.5K = 0.5 (Theoretical), 0.65 (Design value)
  • Fixed-Pinned: K=0.707K = 0.707 (Theoretical), 0.80 (Design value)
  • Fixed-Free (Cantilever): K=2.0K = 2.0 (Theoretical), 2.10 (Design value)

The critical buckling axis is the one with the highest slenderness ratio KL/rKL/r. For standard W-shapes, this is almost always the weak y-axis (IyIxI_y \ll I_x), unless the y-axis is braced at intermediate points.

Alignment Charts (Nomographs)

For columns in continuous frames (where the ends are neither perfectly fixed nor perfectly pinned), KK must be determined using alignment charts found in AISC Appendix 7.

  • Sidesway Prevented (Braced Frames): The frame is braced against lateral translation. KK ranges from 0.5 to 1.0.
  • Sidesway Uninhibited (Moment Frames): The frame relies on the bending stiffness of columns and beams for lateral stability. KK ranges from 1.0 to infinity.
  • G-Factor: The relative stiffness ratio (GG) at each end of the column is calculated: G=(EI/L)columns(EI/L)beamsG = \frac{\sum (EI/L)_{\text{columns}}}{\sum (EI/L)_{\text{beams}}}. The GG values at the top (GAG_A) and bottom (GBG_B) are used to read the KK factor from the nomograph.

Initial Imperfections and Out-of-Straightness

The theoretical Euler buckling formula assumes a mathematically perfect, perfectly straight column loaded exactly at its centroid. Real structural steel columns deviate from this ideal in two critical ways:

  1. Residual Stresses: As discussed in the introduction, uneven cooling induces internal stresses that cause premature, localized yielding before the entire cross-section reaches the yield point.
  2. Initial Out-of-Straightness: The AISC Code of Standard Practice allows columns to have a slight initial curvature or "sweep" (typically limited to L/1000L/1000 between points of lateral support).

When a compressive load is applied to a column that is already slightly bent, the initial curvature acts as an eccentricity. This immediately induces bending moments (a PδP-\delta effect) from the very start of loading, accelerating the onset of buckling. The empirical AISC column curves specifically account for both residual stresses and a maximum allowable initial out-of-straightness of L/1500L/1500 in their derivation.

AISC Column Equations (Section E3)

The Euler formula assumes a perfectly straight, perfectly elastic column. Real columns have initial crookedness and residual stresses from uneven cooling during manufacturing. These imperfections cause the column to yield prematurely, reducing its strength below the theoretical Euler load. The AISC Specification uses two equations based on the slenderness ratio to account for this inelastic behavior.

First, calculate the theoretical Elastic Buckling Stress (FeF_e):

Elastic Buckling Stress

The Euler buckling stress adjusted for the effective length factor.

Fe=π2E(KL/r)2F_e = \frac{\pi^2 E}{(KL/r)^2}

Variables

SymbolDescriptionUnit
FeF_eElastic buckling stressksi
EEModulus of elasticityksi
KKEffective length factordimensionless
LLActual unbraced lengthin
rrRadius of gyrationin

Case 1: Inelastic Buckling (Short/Intermediate Columns)

If KLr4.71EFy\frac{KL}{r} \le 4.71\sqrt{\frac{E}{F_y}} (or Fy/Fe2.25F_y/F_e \le 2.25):

Inelastic Critical Buckling Stress

Critical stress for short or intermediate columns where residual stresses cause partial yielding before buckling.

Fcr=[0.658FyFe]FyF_{cr} = \left[ 0.658^{\frac{F_y}{F_e}} \right] F_y

Variables

SymbolDescriptionUnit
FcrF_{cr}Critical buckling stressksi
FyF_ySpecified minimum yield stressksi
FeF_eElastic buckling stressksi

This represents the non-linear portion of the column curve where residual stresses cause partial yielding before buckling. The vast majority of building columns fall into this category.

Case 2: Elastic Buckling (Slender Columns)

If KLr>4.71EFy\frac{KL}{r} > 4.71\sqrt{\frac{E}{F_y}} (or Fy/Fe>2.25F_y/F_e > 2.25):

Elastic Critical Buckling Stress

Critical stress for slender columns based on the Euler formula.

Fcr=0.877FeF_{cr} = 0.877 F_e

Variables

SymbolDescriptionUnit
FcrF_{cr}Critical buckling stressksi
FeF_eElastic buckling stressksi

This is the Euler formula, multiplied by a 0.877 reduction factor to account for initial out-of-straightness.

Design Strength

Design Compressive Strength

The nominal strength multiplied by the resistance factor for LRFD.

ϕcPn=ϕcFcrAg\phi_c P_n = \phi_c F_{cr} A_g

Variables

SymbolDescriptionUnit
ϕcPn\phi_c P_nDesign compressive strengthkips
ϕc\phi_cResistance factor for compression (0.90)dimensionless
FcrF_{cr}Critical buckling stressksi
AgA_gGross cross-sectional areain2in^2

AISC Column Buckling Curve

36 ksi100 ksi
Loading chart...

Analysis Results:

  • Transition Slenderness: 113.4
  • Current Slenderness (KL/r): 50
  • Buckling Mode: Inelastic

Stress Values:

  • Elastic Critical Stress (F_e): 114.5 ksi
  • AISC Critical Stress (F_cr): 41.6 ksi

Torsional and Flexural-Torsional Buckling

While flexural (Euler) bending buckling is the primary mode for closed shapes (HSS) and doubly symmetric open shapes (W-shapes), other buckling modes can govern, especially for asymmetric shapes.

  • Torsional Buckling: The column simply twists about its longitudinal shear center axis without bending. This mode can theoretically govern for doubly symmetric shapes with very weak torsional resistance, like cruciform (+) shapes or some built-up sections, but rarely governs for W-shapes unless their unbraced length for torsion is much larger than for flexure.
  • Flexural-Torsional Buckling: A simultaneous combination of twisting and lateral bending. This is the primary buckling mode for singly symmetric shapes (like Tees, WT, and double angles) and unsymmetric shapes (like single angles). The shear center and centroid do not coincide, causing bending forces to induce torsion.

When these modes govern, the elastic buckling stress FeF_e in the AISC equations must be calculated using complex formulas (AISC Section E4) that account for the torsional constant (JJ) and warping constant (CwC_w) of the section, rather than just the weak-axis KL/rKL/r.

Local Buckling

The cross-section itself is composed of plate elements (flanges and webs). These individual elements can buckle locally (wrinkle) under compression before the entire member buckles globally.

  • Non-Slender: Elements can reach FyF_y before local buckling. No strength reduction required. Most standard hot-rolled W-shapes are non-slender for compression.
  • Slender: Elements buckle elastically before reaching FyF_y. A reduction in global capacity is required.

AISC Table B4.1a provides limiting width-to-thickness ratios (λr\lambda_r) to classify sections. For example, a W-shape flange is checked using bf/2tf0.56E/Fyb_f/2t_f \le 0.56\sqrt{E/F_y}.

If a cross-section has slender elements, the full gross area cannot be effectively utilized because the slender parts will buckle locally and shed load to the stiffer corners. This reduces the overall buckling capacity.

AISC Section E7 requires the calculation of an effective area AeA_e, which is smaller than the gross area AgA_g. Alternatively, in newer codes, an effective yield stress is often used via reduction factors.

  • Q=Qs×Qa1.0Q = Q_s \times Q_a \le 1.0
  • QsQ_s (Unstiffened Elements): Reduction factor for elements supported along only one edge (like the outstanding flanges of a W-shape, angle legs, or tee stems). Calculated based on the width-to-thickness ratio.
  • QaQ_a (Stiffened Elements): Reduction factor for elements supported along two edges (like the web of a W-shape or the walls of an HSS). Calculated using an effective width beb_e.

Important

If Q<1.0Q < 1.0, the critical stress FcrF_{cr} equations are modified. The governing equations remain the same, but FyF_y is replaced by QFyQ F_y.

Concentrically Loaded Base Plates

Steel columns must transfer their massive axial loads safely into the concrete foundation. A steel base plate is welded to the bottom of the column to spread this load over a larger area of the weaker concrete, preventing the concrete from crushing.

Bearing Pressure

The compressive stress transferred from the steel base plate to the supporting concrete surface.

Concrete Bearing Strength

Calculates the design bearing strength of the concrete foundation under the base plate.

\phi_c P_p = \phi_c 0.85 f'_c A_1 \sqrt{ rac{A_2}{A_1}} \le \phi_c 1.7 f'_c A_1

Variables

SymbolDescriptionUnit
ϕcPp\phi_c P_pDesign bearing strengthkips
ϕc\phi_cResistance factor for bearing (0.65)dimensionless
fcf'_cSpecified compressive strength of concreteksi
A1A_1Area of the base platein2in^2
A2A_2Maximum area of the supporting concrete surfacein2in^2

Once the required base plate area (A1A_1) is determined, the required thickness (tpt_p) is calculated by assuming the base plate acts as a cantilever beam extending outwards from the column flanges/web, resisting the upward bearing pressure from the concrete.

Concentrically Loaded Base Plates

Steel columns must transfer their massive axial loads safely into the concrete foundation. A steel base plate is welded to the bottom of the column to spread this load over a larger area of the weaker concrete, preventing the concrete from crushing.

Bearing Pressure

The compressive stress transferred from the steel base plate to the supporting concrete surface.

Concrete Bearing Strength

Calculates the design bearing strength of the concrete foundation under the base plate.

ϕcPp=ϕc0.85fcA1A2A1ϕc1.7fcA1\phi_c P_p = \phi_c 0.85 f'_c A_1 \sqrt{\frac{A_2}{A_1}} \le \phi_c 1.7 f'_c A_1

Variables

SymbolDescriptionUnit
ϕcPp\phi_c P_pDesign bearing strengthkips
ϕc\phi_cResistance factor for bearing (0.65)dimensionless
fcf'_cSpecified compressive strength of concreteksi
A1A_1Area of the base platein2in^2
A2A_2Maximum area of the supporting concrete surfacein2in^2

Once the required base plate area (A1A_1) is determined, the required thickness (tpt_p) is calculated by assuming the base plate acts as a cantilever beam extending outwards from the column flanges/web, resisting the upward bearing pressure from the concrete.

Built-Up Compression Members

When standard rolled shapes are insufficient, two or more shapes can be connected together (e.g., two channels back-to-back, or four angles in a box). The individual shapes must act as a single, unified member to achieve the desired flexural stiffness (EIEI). They must be connected at intervals to prevent them from buckling independently between connection points.

  • Lacing: Diagonal bars zigzagging between the main members. They act like the web of a truss, resisting shear forces induced during column buckling. They are highly effective.
  • Batten Plates (Tie Plates): Horizontal plates placed at intervals. They act like rigid frame connections (Vierendeel truss action). They are less efficient than lacing and require heavier main members because they induce local bending moments.

Caution

AISC Section E6 requires that the slenderness ratio (a/ria/r_i) of the individual component between connectors must not exceed 75% of the governing slenderness ratio of the built-up member as a whole.

Furthermore, the global slenderness ratio of the built-up member must be modified to account for shear deformation in the connectors.

Key Takeaways
  • Column strength is primarily governed by global flexural buckling about the weak axis (largest KL/rKL/r).
  • The effective length factor (KK) adjusts the actual length based on support conditions and relative frame stiffness (alignment charts).
  • AISC provides two primary column equations: an empirical formula for inelastic buckling (KL/r4.71E/FyKL/r \le 4.71\sqrt{E/F_y}) accounting for residual stresses, and the Euler formula (0.877Fe0.877F_e) for elastic slender columns.
  • Singly symmetric shapes (like WT and double angles) and unsymmetric shapes are highly susceptible to flexural-torsional buckling, which must be explicitly checked.
  • Local buckling of slender elements reduces global capacity, requiring the use of the effective area reduction factor (Q=QsQaQ = Q_s Q_a).
  • Built-up members require lacing or batten plates to ensure the components act as a unified whole, preventing independent local buckling between connectors.