Editorially Reviewed Engineering Knowledgebase September 18, 2026

Shape Factor in Plastic Analysis: 6 Section Derivations and Solved Examples (2026)

Peer-Reviewed & Standard Compliant (AISC, ACI, Eurocode, USBR)
Table of Contents

1. Introduction to Shape Factor in Plastic Analysis

In structural engineering, traditional elastic design methods assume that failure occurs the moment the extreme outer fiber of a flexural member reaches material yield stress $\sigma_y$. However, ductile structural materials—most notably structural steel—do not collapse at this stage. Instead, yielding spreads inward through the cross-section until the entire profile yields in tension and compression.

The shape factor in plastic analysis serves as a direct quantitative measure of this post-yield flexural reserve strength. It represents the ratio of the fully plastic bending moment $M_p$ to the initial elastic yield moment $M_y$.

STRESS DISTRIBUTION PROGRESSION UNDER FLEXURE
\ \
\ \
–\ –\
THEORETICAL SHAPE FACTORS FOR STANDARD CROSS-SECTIONS
Cross-Section Type Elastic Modulus Ze Plastic Modulus Zp Shape S
Solid Rectangle $b d^2 / 6$ $b d^2 / 4$ $1.500$
Solid Circle (Dia D) $\pi D^3 / 32$ $D^3 / 6$ $1.698$
Rolled I-Beam (Major) Varies Varies $1.12-1.18$
Solid Triangle (Base) $b h^2 / 24$ $b h^2 / 10.25$ $2.343$
Diamond / Rhombus $b d^2 / 12$ $b d^2 / 6$ $2.000$
Thin-Walled Tube $\pi R^2 t$ $4 R^2 t$ $1.273$

3.1 Rectangular Cross-Section Derivation ($S = 1.50$)

For a solid rectangular beam of width $b$ and depth $d$:

  +--------+
  |        | d/2   Compression Area Ac = b*(d/2), centroid at yc = d/4
--+--------+-- PNA ----------------------------------------------------
  |        | d/2   Tension Area At = b*(d/2), centroid at yt = d/4
  +--------+
      b
  1. Elastic Modulus:
    $$I_x = \frac{b d^3}{12}, \quad y_{max} = \frac{d}{2} \implies Z_e = \frac{b d^2}{6}$$
  2. Plastic Modulus:
    $$A_c = A_t = b \left(\frac{d}{2}\right) = \frac{b d}{2}$$
    $$\bar{y}_c = \bar{y}_t = \frac{d}{4}$$
    $$Z_p = A_c \bar{y}_c + A_t \bar{y}_t = \left(\frac{b d}{2}\right)\left(\frac{d}{4}\right) + \left(\frac{b d}{2}\right)\left(\frac{d}{4}\right) = \frac{b d^2}{4}$$
  3. Shape Factor:
    $$S = \frac{Z_p}{Z_e} = \frac{b d^2 / 4}{b d^2 / 6} = \frac{6}{4} = 1.50$$

A rectangular section carries $50\%$ more moment at full plastic collapse than at initial fiber yielding.

3.2 Solid Circular Cross-Section Derivation ($S = 1.70$)

For a solid circular shaft of diameter $D$ (radius $R = D/2$):

  1. Elastic Modulus:
    $$I_x = \frac{\pi D^4}{64}, \quad y_{max} = \frac{D}{2} \implies Z_e = \frac{\pi D^3}{32} \approx 0.09817 D^3$$
  2. Plastic Modulus:
    The PNA divides the circle into two semicircles of area $A_c = A_t = \frac{\pi R^2}{2} = \frac{\pi D^2}{8}$. The centroid of a semicircle lies at $\bar{y} = \frac{4R}{3\pi} = \frac{2D}{3\pi}$:
    $$Z_p = A_c \bar{y}_c + A_t \bar{y}_t = 2 \left( \frac{\pi D^2}{8} \cdot \frac{2D}{3\pi} \right) = \frac{D^3}{6} \approx 0.16667 D^3$$
  3. Shape Factor:
    $$S = \frac{Z_p}{Z_e} = \frac{D^3 / 6}{\pi D^3 / 32} = \frac{32}{6\pi} = \frac{16}{3\pi} \approx 1.6977 \approx 1.70$$

3.3 Symmetrical I-Section Derivation ($S \approx 1.12 – 1.18$)

For an I-beam with flange width $b_f$, flange thickness $t_f$, total depth $d$, and web thickness $t_w$:

      bf
  +---------+
  |_________| tf
     |   |
     |   |    dw = d - 2*tf
  +--+---+--+ PNA
  |_________| tf
  1. Elastic Modulus:
    $$I_x = \frac{b_f d^3}{12} – \frac{(b_f – t_w)(d – 2t_f)^3}{12} \implies Z_e = \frac{2 I_x}{d}$$
  2. Plastic Modulus:
    $$Z_p = b_f t_f (d – t_f) + \frac{t_w (d – 2t_f)^2}{4}$$
  3. Resulting Shape Factor:
    Because the majority of steel is concentrated in the outer flanges, most fibers already operate at maximum distance from the neutral axis. Consequently, $S$ ranges between $1.12$ and $1.18$. Structural wide-flange shapes exhibit less post-yield reserve ($12\% – 18\%$) than solid bars, but provide far greater stiffness per unit weight.

3.4 Triangular Cross-Section Derivation ($S = 2.343$)

For an isosceles triangle of base $b$ and height $h$ bending about an axis parallel to the base:

  1. Elastic Neutral Axis: Located at $y = h/3$ from the base.
    $$I_x = \frac{b h^3}{36}, \quad y_{max} = \frac{2h}{3} \implies Z_e = \frac{b h^2}{24} \approx 0.04167 b h^2$$
  2. Plastic Neutral Axis: The PNA splits the total area $A = \frac{1}{2}bh$ in half. Let $h_p$ be the height of the top triangular tension zone:
    $$\frac{1}{2} b_p h_p = \frac{1}{4} b h \implies \left(\frac{h_p}{h}\right)^2 = \frac{1}{2} \implies h_p = \frac{h}{\sqrt{2}} \approx 0.7071 h$$
    Integrating first moments above and below the PNA yields:
    $$Z_p = \frac{b h^2}{12} (2 – \sqrt{2}) \approx 0.09763 b h^2$$
  3. Shape Factor:
    $$S = \frac{0.09763 b h^2}{0.04167 b h^2} = 2.343$$

A triangular section has an enormous post-yield reserve ($134.3\%$) due to the heavy concentration of mass near its base.

3.5 Diamond / Rhombus Cross-Section Derivation ($S = 2.00$)

For a square section of side $a$ oriented with its diagonal vertical (total depth $d = a\sqrt{2}$, width $b = a\sqrt{2}$):

$$Z_e = \frac{b d^2}{12} = \frac{a^3 \sqrt{2}}{12}$$

$$Z_p = \frac{b d^2}{6} = \frac{a^3 \sqrt{2}}{6}$$

$$S = \frac{Z_p}{Z_e} = \frac{12}{6} = 2.00$$

3.6 Thin-Walled Circular Hollow Section Derivation ($S = 1.27$)

For a thin-walled pipe with mean radius $R$ and wall thickness $t \ll R$:

$$Z_e \approx \pi R^2 t, \quad Z_p \approx 4 R^2 t \implies S = \frac{4}{\pi} \approx 1.273$$

4. Section Ductility, Compactness Classes, and Buckling Restraints

To attain the theoretical fully plastic moment $M_p$ without premature instability, cross-sections must satisfy strict geometric slenderness limits specified in AISC 360-22 and Eurocode 3 (EN 1993-1-1):

CROSS-SECTION CLASSIFICATION CRITERIA (AISC / EUROCODE 3)
Classification AISC 360 Terminology Rotation Capacity & Behavior
Class 1 (Plastic) Compact Section Full $M_p$ with extensive rotation
($\theta_p \ge 3 \theta_y$) for limit analysis
Class 2 (Compact) Compact Section Reaches full $M_p$, limited plastic
rotation capacity (local buckle near)
Class 3 (Elastic) Non-Compact Section Reaches $M_y$ only; local buckling
prevents complete plastic hinge
Class 4 (Slender) Slender Section Buckles elastically before $M_y$

For I-beam compression flanges, AISC specifies the compact width-to-thickness limit $\lambda_p$:

$$\lambda_p = \frac{b_f}{2 t_f} \le 0.38 \sqrt{\frac{E}{\sigma_y}}$$

If a profile fails this compactness check, local flange or web buckling prevents the section from sustaining $M_p$, rendering plastic analysis inapplicable.

5. Step-by-Step Solved Engineering Examples

5.1 Example 1: Asymmetric Structural T-Section Analysis

  Flange: bf = 200 mm, tf = 20 mm
  +-------------------------------+
  |_______________________________|
                |   |
                |   |  Web: tw = 12 mm, hw = 180 mm
                |   |
                |   |
                +---+

Problem Statement:

Determine the Elastic Neutral Axis (ENA), Plastic Neutral Axis (PNA), Elastic Section Modulus ($Z_e$), Plastic Section Modulus ($Z_p$), and the shape factor in plastic analysis for the asymmetric structural steel T-section shown above:

  • Flange width $b_f = 200 \text{ mm}$, Flange thickness $t_f = 20 \text{ mm}$

  • Web height $h_w = 180 \text{ mm}$, Web thickness $t_w = 12 \text{ mm}$

  • Total section depth $d = 200 \text{ mm}$.

  • Steel grade: ASTM A992 ($\sigma_y = 345 \text{ MPa}$).

Step 1: Calculate Component Areas and Total Area

  • Flange Area $A_1 = 200 \times 20 = 4000 \text{ mm}^2$

  • Web Area $A_2 = 180 \times 12 = 2160 \text{ mm}^2$

  • Total Area $A = A_1 + A_2 = 4000 + 2160 = 6160 \text{ mm}^2$

Step 2: Locate Elastic Neutral Axis (Centroid $\bar{y}_{bot}$)

Taking moments of area about the base of the web:

  • Centroid of Web $y_2 = \frac{180}{2} = 90 \text{ mm}$

  • Centroid of Flange $y_1 = 180 + \frac{20}{2} = 190 \text{ mm}$

$$\bar{y}_{bot} = \frac{A_1 y_1 + A_2 y_2}{A} = \frac{(4000 \times 190) + (2160 \times 90)}{6160} = \frac{760000 + 194400}{6160} = \frac{954400}{6160} \approx 154.935 \text{ mm}$$

Distance from centroid to top fiber:
$$\bar{y}_{top} = 200 – 154.935 = 45.065 \text{ mm}$$

Step 3: Compute Moment of Inertia ($I_x$) and Elastic Modulus ($Z_e$)

Using Parallel Axis Theorem:
$$I_{x1} = \frac{200 \times 20^3}{12} + 4000 \times (190 – 154.935)^2 = 133333 + 4000 \times (35.065)^2 = 133333 + 4918222 = 5051555 \text{ mm}^4$$

$$I_{x2} = \frac{12 \times 180^3}{12} + 2160 \times (154.935 – 90)^2 = 5832000 + 2160 \times (64.935)^2 = 5832000 + 9107775 = 14939775 \text{ mm}^4$$

$$I_x = I_{x1} + I_{x2} = 5051555 + 14939775 = 19991330 \text{ mm}^4 \approx 1.9991 \times 10^7 \text{ mm}^4$$

The critical elastic modulus is governed by the farthest fiber ($y_{max} = \bar{y}_{bot} = 154.935 \text{ mm}$):
$$Z_e = \frac{I_x}{y_{max}} = \frac{19991330}{154.935} \approx 129030.4 \text{ mm}^3$$

Step 4: Locate Plastic Neutral Axis (PNA)

The PNA divides total area $A = 6160 \text{ mm}^2$ into equal halves:
$$A_{half} = \frac{6160}{2} = 3080 \text{ mm}^2$$

Because Flange Area $A_1 = 4000 \text{ mm}^2 > 3080 \text{ mm}^2$, the PNA lies inside the flange at distance $y_p$ from the top of the flange:

$$b_f \cdot y_p = 3080 \implies 200 \cdot y_p = 3080 \implies y_p = 15.40 \text{ mm from top}$$

Distance from PNA to bottom of section:
$$y_{p,bot} = 200 – 15.40 = 184.60 \text{ mm}$$

Step 5: Compute Plastic Section Modulus ($Z_p$)

  1. Compression Zone (Top of Flange):
    • Area $A_c = 200 \times 15.40 = 3080 \text{ mm}^2$
    • Centroid from PNA $\bar{y}_c = \frac{15.40}{2} = 7.70 \text{ mm}$
  2. Tension Zone (Bottom Flange Remainder + Web):
    • Flange remainder area $A_{t1} = 200 \times (20 – 15.40) = 200 \times 4.60 = 920 \text{ mm}^2$, centroid from PNA $\bar{y}_{t1} = \frac{4.60}{2} = 2.30 \text{ mm}$
    • Web area $A_{t2} = 2160 \text{ mm}^2$, centroid from PNA $\bar{y}_{t2} = 4.60 + 90 = 94.60 \text{ mm}$

$$Z_p = (A_c \bar{y}_c) + (A_{t1} \bar{y}_{t1} + A_{t2} \bar{y}_{t2})$$
$$Z_p = (3080 \times 7.70) + (920 \times 2.30) + (2160 \times 94.60) = 23716 + 2116 + 204336 = 230168 \text{ mm}^3$$

Step 6: Compute Shape Factor ($S$)

$$S = \frac{Z_p}{Z_e} = \frac{230168}{129030.4} \approx 1.7838 \approx 1.78$$

The asymmetric T-section possesses an enormous $78.4\%$ plastic reserve beyond initial elastic yield.

5.2 Example 2: Built-Up Welded Crane Girder I-Section Analysis

  Top/Bot Flanges: bf = 300 mm, tf = 25 mm
  Web: tw = 12 mm, hw = 550 mm
  Total Depth d = 600 mm

Problem Statement:

For the symmetrical built-up welded I-section above, calculate:
1. Elastic Section Modulus $Z_e$
2. Plastic Section Modulus $Z_p$
3. Shape Factor $S$
4. Fully Plastic Bending Moment $M_p$ for S355 structural steel ($\sigma_y = 355 \text{ MPa}$).

Step 1: Compute Elastic Modulus ($Z_e$)

$$I_x = \frac{300 \times 600^3}{12} – \frac{(300 – 12) \times 550^3}{12} = \frac{6.48 \times 10^{10}}{12} – \frac{288 \times 1.66375 \times 10^8}{12}$$
$$I_x = 5.400 \times 10^9 – 3.993 \times 10^9 = 1.407 \times 10^9 \text{ mm}^4$$

$$Z_e = \frac{I_x}{d/2} = \frac{1.407 \times 10^9}{300} = 4.690 \times 10^6 \text{ mm}^3 = 4690 \text{ cm}^3$$

Step 2: Compute Plastic Modulus ($Z_p$)

For a doubly symmetric section:
$$Z_p = b_f t_f (d – t_f) + \frac{t_w (d – 2t_f)^2}{4}$$
$$Z_p = [300 \times 25 \times (600 – 25)] + \left[ \frac{12 \times 550^2}{4} \right] = [7500 \times 575] + [3 \times 302500] = 4312500 + 907500 = 5.220 \times 10^6 \text{ mm}^3 = 5220 \text{ cm}^3$$

Step 3: Compute Shape Factor ($S$)

$$S = \frac{Z_p}{Z_e} = \frac{5.220 \times 10^6}{4.690 \times 10^6} \approx 1.113$$

Step 4: Compute Fully Plastic Moment ($M_p$)

$$M_p = \sigma_y \cdot Z_p = 355 \text{ N/mm}^2 \times 5.220 \times 10^6 \text{ mm}^3 = 1.8531 \times 10^9 \text{ N}\cdot\text{ mm} = 1853.1 \text{ kN}\cdot\text{ m}$$

Initial yield moment:
$$M_y = \sigma_y \cdot Z_e = 355 \times 4.690 \times 10^6 = 1664.95 \text{ kN}\cdot\text{ m}$$

Plastic moment reserve:
$$\Delta M = M_p – M_y = 188.15 \text{ kN}\cdot\text{ m} \quad (+11.3\%)$$

6. Engineering Codes, Specifications, and Limit State Applications

Modern structural specifications explicitly incorporate the shape factor in plastic analysis:

  • AISC 360-22 Specification for Structural Steel Buildings: Chapter F evaluates nominal flexural strength $M_n = M_p = F_y Z_x$ for compact shapes, recognizing the full plastic shape factor.

  • Eurocode 3 (EN 1993-1-1): Directs Class 1 and Class 2 cross-sections to be designed with plastic section modulus $W_{pl}$, verifying that $M_{c,Rd} = \frac{W_{pl} f_y}{\gamma_{M0}}$.

  • AASHTO LRFD Bridge Design Specifications: Utilizes plastic moment capacity for compact steel composite and non-composite bridge I-girders under positive bending.

  • Seismic Design Provisions (AISC 341): Demands highly ductile Class 1 sections in special moment frames (SMF) to guarantee plastic hinge formation and cyclic energy dissipation without local buckling.

7. Summary of Key Analytical Takeaways

The shape factor in plastic analysis quantifies the post-yield reserve of a structural section. While solid rectangular and circular sections offer substantial shape factors ($1.50$ and $1.70$), efficient structural I-shapes distribute steel to the extreme fibers, yielding shape factors of $1.12 – 1.18$.

Accurate calculation of the plastic neutral axis by equal-area division guarantees rigorous determination of $Z_p$ and $M_p$. Applying compact section slenderness limits from AISC 360 and Eurocode 3 ensures that real steel frameworks develop their theoretical plastic capacity safely without premature local failure.

References & Standards Cited

  1. American Institute of Steel Construction (AISC). (2022). Specification for Structural Steel Buildings (ANSI/AISC 360-22). Chicago, IL: AISC.
  2. British Standards Institution / European Committee for Standardization. (2005). Eurocode 3: Design of Steel Structures – Part 1-1: General Rules and Rules for Buildings (EN 1993-1-1). Brussels: CEN.
  3. Horne, M. R. (1979). Plastic Theory of Structures (2nd Edition). Oxford: Pergamon Press.
  4. Neal, B. G. (1977). The Plastic Methods of Structural Analysis (3rd Edition). London: Chapman and Hall.
  5. Salmon, C. G., Johnson, J. E., & Malhas, F. A. (2009). Steel Structures: Analysis and Design (5th Edition). Upper Saddle River, NJ: Pearson Prentice Hall.

Frequently Asked Questions (FAQ)

The shape factor $S$ is the ratio of the plastic section modulus ($Z_p$) to the elastic section modulus ($Z_e$), or equivalently the fully plastic moment ($M_p$) to the initial yield moment ($M_y$). It quantifies a section's flexural reserve strength beyond elastic limits.

The elastic neutral axis passes through the cross-sectional centroid ($int y , dA = 0$), whereas the plastic neutral axis divides the cross-section into two equal surface areas ($A_c = A_t = A_{total} / 2$) to satisfy axial equilibrium under uniform plastic yield stress.

Standard shape factors are $1.50$ for solid rectangles, $1.70$ for solid circles, $2.00$ for diamond profiles, $2.34$ for triangles, and $1.12 - 1.18$ for rolled wide-flange I-sections.

I-sections concentrate the majority of their steel area in wide flanges at maximum distance from the neutral axis. Because these outer fibers are already near peak strain at initial yield, less unyielded material remains in the web to provide post-yield reserve.

Engineers can only use $Z_p$ if the steel section satisfies Class 1 or Class 2 compactness limits (AISC 360 compact criteria) and is braced against lateral-torsional buckling, ensuring full plastic hinge rotation without local buckling.

📚 References & Academic Bibliography

1. **American Institute of Steel Construction (AISC). (2022).** *Specification for Structural Steel Buildings (ANSI/AISC 360-22)*. Chicago, IL: AISC.
2. **British Standards Institution / European Committee for Standardization. (2005).** *Eurocode 3: Design of Steel Structures - Part 1-1: General Rules and Rules for Buildings (EN 1993-1-1)*. Brussels: CEN.
3. **Horne, M. R. (1979).** *Plastic Theory of Structures (2nd Edition)*. Oxford: Pergamon Press.
4. **Neal, B. G. (1977).** *The Plastic Methods of Structural Analysis (3rd Edition)*. London: Chapman and Hall.
5. **Salmon, C. G., Johnson, J. E., & Malhas, F. A. (2009).** *Steel Structures: Analysis and Design (5th Edition)*. Upper Saddle River, NJ: Pearson Prentice Hall.