Historical Context & Motivation
The design of bridges, buildings, and machines has always demanded an intimate understanding of how external forces translate into internal stresses. Long before the formal equations dV/dx = −w and dM/dx = V were written down, engineers and natural philosophers grappled with the question of why beams fail under load. Galileo's famous cantilever study of 1638 initiated the systematic study of beam strength, yet it took nearly two more centuries of mathematical refinement before the elegant differential relationships between distributed load, shear force, and bending moment were placed on a rigorous footing. These relationships form the backbone of structural analysis and are indispensable for constructing shear and moment diagrams quickly and correctly.
The central question this lesson addresses is deceptively simple: if you know the distributed load acting on a beam, how do you systematically determine the internal shear force and bending moment at every cross-section without repeatedly drawing free-body diagrams? The answer lies in two first-order ordinary differential equations that connect these three quantities through differentiation and, equivalently, through integration.
Core Principles & Definitions
Before diving into the differential relationships, it is essential to establish precise definitions for the three interrelated quantities. Consider a straight beam lying along the x-axis and subjected to transverse loads. At any cross-section located at position x, we can expose the internal forces by making an imaginary cut and enforcing equilibrium on the resulting free body. The distributed load w(x) is the external force per unit length, the shear force V(x) is the internal transverse force on the cut face, and the bending moment M(x) is the internal couple resisting rotation at the cut. The sign convention adopted here—positive V acts downward on the left face and positive M causes sagging (concave up)—is the Euler–Bernoulli convention used in most structural engineering texts.
Distributed Load w(x)
Shear Force V(x)
Bending Moment M(x)
Equilibrium of a Differential Element
Integration Interpretation
Visual Explanation — The Differential Element
The most illuminating way to understand the load–shear–moment relationships is to isolate a differential element of the beam and apply equilibrium. The following diagram shows a small beam element of length dx cut from a beam carrying a distributed load w(x). On the left face the internal shear is V and the internal moment is M; on the right face these have changed to V + dV and M + dM. By writing the force and moment equilibrium equations for this tiny element and neglecting products of infinitesimals, the two fundamental differential equations emerge naturally.
In the diagram above, the left face carries shear V (upward, following the positive convention for the left face) and moment M (counterclockwise, producing sagging). On the right face, these have incremented to V + dV and M + dM. The distributed load w(x) acts downward over the entire element length dx, producing a resultant force of w · dx located at the centroid of the element. Summing forces in the y-direction gives dV = −w · dx, i.e., the rate of change of shear equals the negative of the distributed load intensity. Summing moments about the right face, the term w · dx · (dx/2) is a second-order infinitesimal and vanishes, leaving dM = V · dx. Both results are exact in the limit as dx → 0.
Mathematical Framework
The two fundamental differential equations of beam loading are first-order ODEs that connect the three functions w(x), V(x), and M(x). Their differential and integral forms are presented below, along with the conditions that handle concentrated forces and couples.
Notice the cascading structure: differentiating the moment function gives the shear, and differentiating the shear function gives the negative of the load. Equivalently, integrating the load (with a sign flip) gives the shear, and integrating the shear gives the moment. This chain of derivatives and integrals is what allows engineers to move systematically from a known load function to complete shear and moment diagrams without re-drawing free-body diagrams at every cross-section. The integration constants are determined from boundary conditions—typically the known reaction forces and moments at the supports.
Constructing Shear & Moment Diagrams
The practical payoff of the load–shear–moment relationships is a streamlined procedure for sketching shear and moment diagrams. Rather than cutting the beam at numerous locations and solving equilibrium each time, you start from the load diagram, integrate once to get the shear diagram, and integrate again to get the moment diagram. The following table summarizes the key graphical consequences of common load types.
| Load Type | Shear Diagram Shape | Moment Diagram Shape |
|---|---|---|
| No load (w = 0) | Constant (horizontal line) | Linear (straight line) |
| Uniform load (w = constant) | Linear (straight, sloped line) | Parabolic (2nd-degree curve) |
| Linearly varying load (w = ax) | Parabolic (2nd-degree curve) | Cubic (3rd-degree curve) |
| Concentrated force P | Jump discontinuity (magnitude P) | Slope change (kink in diagram) |
| Concentrated couple M₀ | No change in shear | Jump discontinuity (magnitude M₀) |
Examine the three stacked diagrams carefully. In the load diagram, w is constant, so dV/dx = −w is constant—meaning the shear diagram must be a straight line with a negative slope (the shear decreases from left to right). Integrating that linear shear function yields a second-degree polynomial for M(x), which is why the moment diagram is parabolic. The moment reaches its peak at x = L/2 where V = 0, confirming the rule that the maximum moment occurs where the shear is zero. This observation is not a separate rule to memorize; it follows directly from dM/dx = V, because V = 0 means the slope of M is zero, which is the condition for a local extremum.
Worked Example — Simply Supported Beam with Point Load
Consider a simply supported beam of length L = 6 m carrying a single concentrated downward force P = 12 kN at x = 2 m from the left support A. Support A is a pin (vertical reaction Ay) and support B at x = 6 m is a roller (vertical reaction By). Construct the shear and moment diagrams using the load–shear–moment relationships.
Strengths & Limitations of the Differential Relationships
The differential relationships dV/dx = −w and dM/dx = V are enormously powerful, but they operate within specific assumptions. Understanding both the strengths and limitations ensures you apply them correctly and know when a more general approach is needed.
| Strengths | Limitations |
|---|---|
| Enable rapid construction of V and M diagrams without repeated free-body diagrams. | Valid only for straight, prismatic beams loaded in one plane (planar bending). |
| Provide qualitative insight: knowing the load type immediately tells you the shape of V and M (constant → linear → parabolic → cubic…). | Concentrated forces and couples introduce discontinuities that must be handled separately (jump conditions). |
| The area method (integral form) gives numerical changes in V and M using simple geometric areas—triangles, rectangles, etc. | For statically indeterminate beams, the support reactions are unknown, and you cannot begin the integration cascade without first solving the redundant problem. |
| The condition dM/dx = V = 0 directly locates the maximum bending moment—critical for design. | Do not account for axial forces, torsion, or three-dimensional loading without extension to generalized internal force analysis. |
Connection to Beam Deflection and Advanced Structural Analysis
The load–shear–moment cascade does not end at the bending moment. In Euler–Bernoulli beam theory, the moment is related to the beam's curvature κ by M = EIκ, where E is the elastic modulus and I is the second moment of area. Since κ ≈ d²y/dx² for small deflections, one obtains EI · d²y/dx² = M(x). This means the differential chain actually extends further: differentiating the deflection curve y(x) yields the slope θ(x), differentiating again gives M(x)/EI, differentiating once more gives V(x)/EI, and differentiating a fourth time gives −w(x)/EI. Thus the fourth-order ODE EI · d⁴y/dx⁴ = w(x) governs beam deflection, and the load–shear–moment relationships are embedded within it as intermediate steps.
| Level of Analysis | Governing Equation | What It Gives You |
|---|---|---|
| Load–Shear–Moment (this lesson) | dV/dx = −w, dM/dx = V | Internal force and moment diagrams for strength checks |
| Euler–Bernoulli Deflection | EI · d⁴y/dx⁴ = w(x) | Beam deflection curve y(x) for serviceability checks |
| Timoshenko Beam Theory | Coupled PDEs including shear deformation | More accurate deflections for short, thick beams |
| Finite Element Analysis | K·u = F (global stiffness matrix) | Full 3D displacement and stress fields for complex geometries |
Understanding the differential relationships at this foundational level gives you the physical reasoning that numerical methods automate but can never replace. When a finite element model produces shear and moment diagrams, the software is essentially performing the same integration process—albeit for hundreds or thousands of elements simultaneously. A strong grasp of the derivative chain w → V → M → θ → y ensures you can sanity-check computational output and catch modeling errors before they propagate into a design.
Practice Problems
Summary
The load–shear–moment relationships are two first-order differential equations—dV/dx = −w(x) and dM/dx = V(x)—derived from equilibrium of a differential beam element. They reveal that the distributed load controls the slope of the shear diagram, and the shear controls the slope of the moment diagram. In their integral forms, the change in V between two points is the negative area under the load diagram, and the change in M is the area under the shear diagram.
Key practical rules follow directly: where w = 0, V is constant; where w is uniform, V is linear; and the maximum bending moment occurs where V = 0 (since dM/dx = 0 implies a local extremum). Concentrated forces cause jumps in V, and concentrated couples cause jumps in M—these discontinuities must be handled segment by segment. Mastering this differentiation–integration cascade is the gateway to beam deflection analysis (EI · d²y/dx² = M) and eventually to computational structural methods.