Engineering guide

Beam Analysis: Shear, Moment & Deflection Engineering Guide

Supporting content for design review and search — sourced from the module knowledge guide.

Open full guide

Theory

Beams are the most fundamental structural element in engineering, carrying transverse loads across a span and transferring them to supports through shear and bending. Every building floor, bridge deck, crane runway, and machine frame relies on beam behavior. Engineers analyze beams to determine internal forces (shear and moment), deformations (slope and deflection), and stresses (bending and shear) — ensuring no limit state is exceeded under the design loading.

The classical approach uses Euler-Bernoulli beam theory, which relates transverse deflection to applied loading through a fourth-order differential equation. For simple geometries and loads, closed-form solutions give immediate answers: a simply supported beam with a central point load has maximum moment and peak deflection . Real structures, however, have multiple loads, mixed supports, and variable sections that demand numerical methods.

Modern practice employs finite-element discretization of the beam with Hermite cubic shape functions, enforcing displacement and slope continuity at nodes. This handles arbitrary combinations of point loads, distributed loads, and applied moments with any support configuration. The PhyCalcPro beams module implements exactly this workflow: mesh the span, assemble stiffness matrices, solve for nodal displacements, then post-process for diagrams and peak values.

Design verification then compares computed stresses and deflections against code limits. In steel design, AISC 360 Chapter F governs flexural capacity, Chapter G governs shear, and serviceability deflection limits are typically L/240 to L/360. Eurocode 3 (EN 1993-1-1 Section 6.2) uses partial safety factors on resistance. The module provides screening checks against both standards.

Applicable standards

Beam adequacy is governed by two independent limit states:

  • Strength (ULS): Bending stress must remain below the factored resistance — (AISC) or (Eurocode).
  • Serviceability (SLS): Deflection under unfactored loads must not exceed application-specific limits to prevent damage to finishes, vibration issues, or aesthetic concerns.

Both must be satisfied simultaneously. A beam may pass strength checks but fail on deflection (common for long spans with light loads), or vice versa.

Design assumptions

  • Linear elastic, prismatic cross-section; no large deflection or plasticity.
  • 1D beam model — not a full building-code member design check.
  • LTB uses simplified unbraced length = span unless overridden.
  • Shear check uses rectangular-web estimate from and .
  • Application presets adjust targets but do not implement full standard clauses.

Material selection

Support TypeBoundary ConditionsTypical Use
Simply SupportedPin + roller (translation restrained, rotation free)Floor beams, bridge girders, simple machine frames
CantileverFixed end + free tipBalconies, signposts, overhanging crane arms
Fixed-FixedBoth ends fully restrainedContinuous spans, rigid welded frames
Propped CantileverFixed + rollerIndeterminate beams requiring compatibility
ContinuousMultiple interior supportsMulti-span bridge girders, building frames

Cross-section types typically analyzed:

  • I/H sections (IPE, HEB, W-shapes) — most efficient for bending; wide flanges resist moment, thin web carries shear.
  • Channel sections (UPN, C-shapes) — used where one-sided connections are needed; asymmetric bending requires shear center consideration.
  • Rectangular hollow sections (RHS) — good torsional resistance; used in machine frames and architectural applications.
  • Solid rectangular bars — simple fabrication; common in machinery and custom equipment.
  • Circular hollow sections (CHS) — equal strength in all bending directions; used for crane booms and space frames.

Loading types handled by the module:

  • Point loads — concentrated forces at specified positions (equipment mounts, wheel loads)
  • Uniformly distributed loads (UDL) — self-weight, floor live load, snow
  • Applied moments — eccentric connections, torque reactions

Worked example

Problem: A simply supported steel beam spans 6 m and carries a central point load of 50 kN. The section is an IPE 300 with m, m, and GPa. Check bending stress and deflection against L/300.

Step 1 — Reactions:

Step 2 — Maximum moment (mid-span):

Step 3 — Bending stress:

This is below S275 yield (275 MPa) — utilization = 134.6/275 = 0.49, acceptable.

Step 4 — Deflection:

Allowable: mm. Actual 12.8 mm < 20 mm — pass.

FAQs

What mesh density should I use?

A minimum of 20 segments is recommended for typical beams. For beams with multiple closely-spaced point loads or steep moment gradients, use 40-80 segments. The solver reports warnings when mesh is too coarse.

Can I analyze non-prismatic (tapered) beams?

The current solver assumes a prismatic (constant) cross-section along the span. For tapered beams, use the average or critical-section properties as an approximation, or subdivide into piecewise-prismatic segments.

How does the module handle overhanging beams?

Overhangs are modeled as cantilever extensions beyond a support. Define a simply supported span with loads placed beyond one support to simulate an overhang.

What is the static equilibrium residual?

It is the numerical difference between total applied vertical load and the sum of computed reactions. A residual near machine precision (< 0.001% of applied load) confirms the solver produced a valid equilibrium solution.

When should I use fixed-fixed vs simply supported?

Use fixed-fixed when both ends are rigidly welded to stiff columns or walls that prevent rotation. If connections allow any rotation (bolted end plates, bearing pads), simply supported is more appropriate and gives conservative (higher) mid-span moments.

Does the module account for dynamic loads?

No — the solver performs static analysis only. For impact or vibration, apply a dynamic amplification factor (DAF) to static loads before input, per your governing standard (e.g., DAF = 1.25 for crane hoists per EN 13001).

How do deflection limits vary by application?

ApplicationTypical Limit
Floor beams (plaster ceiling)L/360
Floor beams (no brittle finishes)L/240
Crane runway beamsL/600 to L/1000
Machine tool bedsL/1000+
Roof purlinsL/180 to L/240

Always verify the governing standard for your specific application.

References

  1. Roark, R. J., Young, W. C., & Budynas, R. G. Formulas for Stress and Strain, 8th ed. McGraw-Hill.
  2. Gere, J. M., & Goodno, B. J. Mechanics of Materials, 9th ed. Cengage.
  3. AISC. Specification for Structural Steel Buildings (ANSI/AISC 360-22).
  4. EN 1993-1-1:2005. Eurocode 3 — Design of steel structures — Part 1-1.
  5. Cook, R. D., et al. Concepts and Applications of Finite Element Analysis, 4th ed. Wiley.
  6. Hibbeler, R. C. Structural Analysis, 10th ed. Pearson.
  7. Timoshenko, S. P. Strength of Materials, Part I, 3rd ed. Van Nostrand.

Ready to size a member? Back to the calculator