
Last updated: 23 Feb 2026
A bending moment is the internal couple at a cut section of a member (beam, frame, plate) that balances the external loads and causes the member to bend.
If you remember one thing: moment is “turning effect,” inside the member. We plot it along the span as a bending moment diagram (BMD) to find where the member is most stressed and where design checks usually govern.
Stay updated with the latest in structural verification, engineering insights, and SDC Verifier updates.
Take any beam under load. Pick a location x and imagine making a clean cut through the beam.
On that cut, the internal actions that keep equilibrium show up as resultants. In the simplest beam model you’ll see:
The bending moment is the internal “turning” couple needed so that the left part and right part of the beam can balance the loads and stay in equilibrium.
A bending moment is force × distance, so typical units are:
Most structural texts use:
This matters because software and textbooks can flip signs depending on axis definitions and conventions. The safe rule is boring but effective: define your sign convention once and keep it consistent from reactions → SFD → BMD → design checks.
For typical statically determinate beams, this is just equilibrium.
A quick reminder of what you’re doing mathematically:
\( M(x) = \sum \big(F \cdot \text{lever arm}\big) + \sum \big(\text{applied moments}\big) \)
Span L = 6 m, uniform load w = 4 kN/m.
Reactions:
\( R_A = R_B = \frac{wL}{2} = \frac{4\cdot 6}{2} = 12\ \text{kN} \)
Shear (left to right):
\( V(x) = 12 – 4x \)
Moment (integrate shear, or do equilibrium on the cut):
\( M(x) = 12x – 2x^2\ \text{(kN·m)} \)
Where is the maximum moment? Where the shear crosses zero:
\( V(x)=0 \Rightarrow 12 – 4x = 0 \Rightarrow x = 3\ \text{m} \)
Maximum moment:
\( M_{max}=M(3)=12\cdot 3 – 2\cdot 3^2 = 36 – 18 = 18\ \text{kN·m} \)
That’s also the well-known closed form:
Span L, point load P at midspan.
Maximum moment occurs at midspan:
\( M_{max} = \frac{PL}{4} \)
A BMD is a plot of \( M(x) \) along the beam. The point of the diagram is not the art. It’s locating:
You can predict the BMD shape without doing a full derivation:
For prismatic beam theory, the following are your best debugging tools:
\( \frac{dM}{dx} = V, \qquad \frac{dV}{dx} = -w \)
If your shear diagram is flat, your moment diagram should be a straight line. If your shear diagram is a straight line, your moment diagram should be a parabola.
You’ll see these in quick checks, hand calcs, and as a way to validate solver output:
If you need a full library (two-point loads, partial UDLs, continuous beams), put it on a dedicated “beam formulas” page and link it from here. This page should stay focused on understanding + BMD.
These get mixed up constantly:
Moment and torque share units, but the physics and failure modes are not interchangeable.
In 3D members, bending is not one number. You usually have axial force N and two bending moments about the local axes (in-plane and out-of-plane).

Internal actions in a member: axial force (N), in-plane bending moment, and out-of-plane bending moment.
Two practical truths that save time:
For linear elastic bending of a prismatic beam section:
\( \sigma = \frac{My}{I} \)
Maximum stress occurs at the extreme fibers (largest \( |y| \).
In classic beam theory (how (M), (E), and (I) connect is covered in structural properties in FEA):
\( \kappa \propto \frac{M}{EI} \)
So: a correct BMD can still produce wrong deflections if (E), (I), boundary conditions, element formulation, or units are wrong.
In real projects you usually don’t draw BMDs by hand. You extract moments from analysis output (see: FEM in structural analysis) and then run design checks.
Where engineers get burned is not (and it’s why built-in CAD simulation isn’t enough once you’re doing real verification work) “the formula.” It’s the plumbing.
Common FEA moment mistakes
SDC Verifier is a verification layer: you bring in analysis results, then standardize checks and reporting (see: engineering verification reports).
Two workflow points that matter for bending-moment-driven checks:

Moment distribution cases and the corresponding k₍c₎ factor (function of end-moment ratio ψ), used in Eurocode-style moment-gradient checks.
If your code check depends on moment gradient, always verify three things before blaming the standard:

Equivalent uniform moment factor βM for different moment diagrams (end moments ψ, lateral-load moments MQ, and combined cases).
A bending moment is the internal couple at a cross-section of a member required for equilibrium under external loads. It causes bending and is plotted as a bending moment diagram along the span.
At a section, it’s the algebraic sum of external moments about that section for one side of the cut: \( M=\sum(F \cdot \text{lever arm}) \) plus any applied moments.
Common units are \( \text{N·m} \) (often \( \text{kN·m} \)) in SI and \( \text{lb·ft} \) in US customary units.
SFD is the shear force diagram \( V(x) \). BMD is the bending moment diagram \( M(x) \). They are related by \( \frac{dM}{dx}=V \).
For many common cases it occurs where the shear crosses zero (or at a boundary like a fixed end). For a simply supported beam with UDL, it’s at midspan.
Because different texts and software define positive curvature/moment differently depending on axis orientation. Pick one convention and keep it consistent across diagrams, extraction, and checks.
Stay updated with the latest in structural verification, engineering insights, and SDC Verifier updates.