Compute elastic section modulus (Z), moment of inertia (I), area, and centroid position for 7 standard beam cross-sections. Visualize the shape, neutral axis, and key dimensions on an interactive canvas. Essential for structural engineers, mechanical designers, and students analyzing bending stress and beam deflection.
The section modulus (Z) is a fundamental geometric property of a beam's cross-section that directly relates to its bending strength. It is defined as the ratio of the area moment of inertia (I) to the distance (c) from the neutral axis to the extreme fiber: Z = I / c. This parameter appears in the flexure formula: σ = M / Z, where σ is bending stress and M is the applied bending moment. A higher section modulus indicates a stronger beam that can resist larger bending moments with lower stress.
The Flexure Formula: σ = M / Z
Where: σ = bending stress (Pa or psi), M = bending moment (N·m or lb·in), Z = elastic section modulus (mm³ or in³)
For a rectangular cross-section of width b and height h, the section modulus is Z = b·h² / 6. For a solid circular section of diameter d, Z = π·d³ / 32. These closed-form solutions are derived from the moment of inertia and the location of the neutral axis. For complex shapes like I-beams, T-sections, and channels, the section modulus must be computed using the parallel-axis theorem and composite area methods.
Our interactive tool computes section properties using analytical geometry and the composite area method. For each shape, the algorithm:
The results are displayed in real-time on the interactive canvas, where you can see the cross-section, the neutral axis (centroid), and the extreme fiber distance (c).
The moment of inertia (I) about the neutral axis is the sum of the products of each elemental area and the square of its distance from the axis: I = ∫ y² dA. For a rectangle of width b and height h, integrating from -h/2 to h/2 gives I = b·h³ / 12. The section modulus is then Z = I / (h/2) = b·h² / 6.
For an I-beam (wide flange), the cross-section is divided into three rectangles: top flange, bottom flange, and web. The centroid is located at the mid-height due to symmetry. The moment of inertia is computed as:
I = Itop + Iweb + Ibottom
where each component uses the parallel-axis theorem. For T-sections and channels, the centroid is not at mid-height, so the neutral axis position must be calculated first using the first moment of area.
The radius of gyration (r) is defined as r = √(I / A). It represents the distance from the neutral axis at which the entire area could be concentrated to produce the same moment of inertia. It is widely used in column buckling formulas (Euler's critical load).
A structural engineer is designing a floor system with a simply supported beam spanning 6 meters. The factored uniformly distributed load is 30 kN/m. The maximum bending moment is M = w·L² / 8 = 30 × 6² / 8 = 135 kN·m. Using the flexure formula, the required section modulus is Zreq = M / σallow. For ASTM A992 steel with σallow = 250 MPa, Zreq = 135 × 10⁶ / 250 = 540,000 mm³ = 540 cm³. The engineer can now select a W-shape from the AISC manual with a section modulus greater than 540 cm³, such as a W310×52 (Z ≈ 650 cm³). Our calculator allows rapid iteration and comparison of different beam sizes.
The values below are computed for typical dimensions and illustrate the efficiency of different shapes.
| Shape | Dimensions (mm) | Area (mm²) | I (mm⁴) | Z (mm³) | Weight Efficiency |
|---|---|---|---|---|---|
| Solid Rectangle | b=100, h=200 | 20,000 | 66.7×10⁶ | 666,700 | Baseline |
| Solid Circle | d=150 | 17,671 | 24.9×10⁶ | 331,600 | Lower than rectangle |
| I-Beam (W) | H=300, B=150, tw=10, tf=15 | 6,450 | 85.6×10⁶ | 570,700 | High (best strength/weight) |
| T-Section | H=200, B=150, tw=10, tf=20 | 4,700 | 28.1×10⁶ | 281,000 | Moderate |
| C-Channel | H=200, B=80, tw=8, tf=12 | 3,712 | 16.8×10⁶ | 168,000 | Moderate |
| Hollow Rectangle | B=150, H=250, b=100, h=200 | 17,500 | 101.0×10⁶ | 808,000 | High (but heavier than I-beam) |
| Hollow Circle | D=120, d=60 | 8,482 | 12.7×10⁶ | 212,000 | Moderate |
Just as the orthocenter, centroid, and circumcenter are collinear in triangle geometry, the section modulus, moment of inertia, and radius of gyration are interconnected in beam theory. The section modulus (Z) is the "working" property for bending stress, while the radius of gyration (r) governs buckling. The relationship I = A·r² mirrors the parallel-axis theorem, and together these parameters fully describe the cross-section's resistance to bending and buckling.
Engineers often use the shape factor (Zp / Z) to quantify the reserve strength beyond yielding. For a rectangular section, the shape factor is 1.5; for an I-beam, it can be 1.1 to 1.2. This is analogous to how triangle centers reveal hidden geometric relationships—both fields reveal deeper structural efficiency through dimensionless ratios.