STATICS • CENTROIDS AND DISTRIBUTED LOADS

Load Intensity Functions — Use load intensity functions w(x) to compute resultants (intro)

Replace complex distributed loads with single equivalent forces using integration of load intensity functions.

Historical Context & Motivation

Structural engineering has always grappled with the reality that forces in nature are rarely concentrated at single points. When wind presses against the side of a building, snow accumulates on a roof, or water pushes against a dam, the loading is spread over an area or along a length. The mathematical tool that captures this spatial variation of force is the load intensity function, denoted w(x), which describes how the magnitude of a distributed load varies with position. Understanding how to reduce such distributed loads to equivalent resultant forces is one of the foundational skills in statics and is essential for the equilibrium analysis of beams, frames, and other structural elements.

The development of distributed load analysis mirrors the broader history of calculus and continuum mechanics. Early engineers approximated distributed loads with collections of point forces, but as the tools of integral calculus matured, so too did the ability to handle continuously varying loads in a rigorous, closed-form manner.

1687
Newton's Principia
Isaac Newton publishes the laws of motion and the foundations of calculus, providing the mathematical framework to analyze forces distributed over continuous bodies.
1750s
Euler–Bernoulli Beam Theory
Leonhard Euler and Daniel Bernoulli develop beam bending theory, introducing the concept of a load intensity function w(x) acting along a beam's span to derive shear and moment diagrams.
1826
Navier's Structural Mechanics
Claude-Louis Navier publishes a systematic treatment of structural analysis that formalizes the use of distributed loads, resultant forces, and their lines of action in engineering practice.
1900s
Modern Structural Codes
Building codes worldwide codify standard distributed load patterns—uniform, triangular, trapezoidal—requiring engineers to routinely compute resultants for design and safety verification.

The central question that this lesson addresses is deceptively simple: given a load that varies continuously along a structural member, how do we determine the magnitude and location of a single equivalent force that produces the same external effect on the body? Answering this question is the gateway to shear and moment analysis, deflection calculations, and ultimately, safe structural design.

Core Principles & Definitions

Before diving into computation, it is essential to establish what a load intensity function represents physically and mathematically. A distributed load is a force spread over a length (in 2-D problems) or an area (in 3-D problems). In the planar beam problems central to introductory statics, we express it as a force per unit length, typically in units of N/m or lb/ft. The function w(x) gives the intensity of this load at each position x along the beam's axis. Positive values conventionally indicate downward loading when gravity acts in the negative y-direction.

1

Load Intensity w(x)

The force per unit length at position x along the beam. It has units of force/length (e.g., N/m). The function can be constant, linear, polynomial, or any integrable expression.
2

Resultant Force F_R

The single equivalent concentrated force that replaces the entire distributed load. Its magnitude equals the area under the w(x) curve, computed by integrating w(x) over the loaded interval.
3

Line of Action (x̄)

The x-coordinate at which the resultant force acts. It is the centroid of the area under the w(x) diagram, found using the first moment of area divided by the total area.
4

Equivalence Principle

The resultant produces the same net force and the same net moment about any point as the original distributed load. This is the criterion that defines "equivalent" in statics.
KEY TAKEAWAY
Think of a distributed load as a deck of cards fanned out along a beam. The resultant is like stacking all those cards into a single pile—the total weight doesn't change, but you need to place the pile at the right position (the centroid) so it tips the beam exactly the same way. Getting the magnitude right is an integration problem; getting the location right is a centroid problem.

Visual Explanation — From Distributed Load to Resultant

The diagram below illustrates the fundamental idea of replacing a distributed load with its resultant. On the left, a beam carries a linearly varying (triangular) distributed load described by w(x) = w₀x / L, where w₀ is the maximum intensity at the right end. On the right, the equivalent resultant force FR is shown acting at the centroid of the triangular load area, located at x̄ = 2L/3 from the left support.

Left: a triangular distributed load w(x) = w₀x/L acting over span L. Right: the equivalent resultant FR = ½w₀L acting at x̄ = 2L/3 from the left end. The shaded area under the load curve equals the magnitude of the resultant.

The key geometric insight is that the area under the w(x) curve represents the total force magnitude, while the centroid of that area gives the point of application. For the triangular load shown above, the area of the triangle is ½ × base × height = ½ × L × w₀ = ½w₀L, and the centroid of a right triangle lies at two-thirds of the base from the vertex (the zero-intensity end). This geometric reasoning extends to any load shape—uniform rectangles, trapezoids, parabolas—by computing the appropriate integral.

Mathematical Framework

The mathematical procedure for computing the resultant of a distributed load is a direct application of integral calculus. Consider a beam spanning from x = a to x = b, subjected to a distributed load with intensity w(x). An infinitesimal element of length dx carries a differential force dF = w(x) dx. The resultant force is obtained by summing (integrating) all such differential forces over the loaded region.

RESULTANT MAGNITUDE
F_R = ∫ₐᵇ w(x) dx
FR = resultant force magnitude (N or lb); w(x) = load intensity function (N/m or lb/ft); a, b = limits of the loaded region along the beam axis.

The location of the resultant is determined by requiring that the resultant produce the same moment about any reference point as the original distributed load. Taking moments about the origin (x = 0), each differential force dF = w(x) dx has a moment arm x, so the total moment of the distributed load is ∫ₐᵇ x · w(x) dx. Setting this equal to FR · x̄ yields the location of the resultant.

RESULTANT LOCATION (CENTROID)
x̄ = ∫ₐᵇ x · w(x) dx / ∫ₐᵇ w(x) dx
x̄ = x-coordinate of the resultant's line of action (the centroid of the load area). The numerator is the first moment of the load area about x = 0; the denominator is the total load area (i.e., FR).

These two equations are the workhorses of distributed load analysis. Notice that the formula for x̄ is identical in form to the centroid formula for an area, which is why the topic of centroids and distributed loads are studied together in statics. The load diagram w(x) plays the role of the "shape" whose area and centroid we must find.

DIRECTION CONVENTION
F_R acts in the same direction as w(x)
If w(x) represents a downward load (common for gravity loading), then FR acts downward. Always preserve the sense of the original loading when drawing the resultant on a free-body diagram.

Common Load Shapes & Their Resultants

In practice, many distributed loads can be classified into a small number of standard shapes, each with well-known area and centroid formulas. Recognizing these shapes allows you to bypass integration entirely for routine problems and is invaluable for checking your integral results. The table below summarizes the three most common load distributions encountered in introductory statics courses.

Standard distributed load shapes with resultant magnitudes and locations.
Load Shapew(x)F_R (Resultant)x̄ (from start)
Uniform (Rectangle)w₀ (constant)w₀ × LL / 2
Triangular (zero to w₀)w₀x / L½ × w₀ × L2L / 3
Triangular (w₀ to zero)w₀(1 − x/L)½ × w₀ × LL / 3
Three standard load shapes (uniform, triangular increasing, triangular decreasing) with their resultant magnitudes and centroid locations shown by the pink dots. The quick-reference formulas below apply to these common cases.
💡 Composite Loads
When a load profile is trapezoidal or otherwise complex, decompose it into simpler standard shapes (e.g., a rectangle plus a triangle). Compute the resultant of each component separately, then combine them: FR,total = ΣFR,i and x̄total = Σ(FR,i × x̄i) / FR,total. This composite approach is analogous to finding the centroid of a composite area.

Worked Example — Parabolic Load on a Simply Supported Beam

Consider a simply supported beam of length L = 6 m carrying a distributed load described by w(x) = 3x² N/m, where x is measured from the left support (A) and the load acts from x = 0 to x = 6 m. Determine the magnitude and location of the resultant force, and then find the support reactions at A and B.

Parabolic Distributed Load — Full Solution
1
Step 1 — Identify the load intensity function and limitsThe load intensity function is w(x) = 3x² N/m, acting over the interval [0, 6]. This is a parabolic (second-degree polynomial) load that increases from zero at the left support to 3(6)² = 108 N/m at the right support.
2
Step 2 — Compute the resultant magnitude F_RIntegrate w(x) over the loaded interval: FR = ∫₀⁶ 3x² dx = 3 × [x³/3]₀⁶ = [x³]₀⁶ = 6³ − 0³ = 216 N.
F_R = 216 N
3
Step 3 — Compute the resultant location x̄Compute the first moment of the load about x = 0: ∫₀⁶ x · 3x² dx = ∫₀⁶ 3x³ dx = 3 × [x⁴/4]₀⁶ = 3 × (1296/4) = 3 × 324 = 972 N·m. Then x̄ = 972 / 216 = 4.5 m from the left support A.
x̄ = 4.5 m from A
4
Step 4 — Draw the free-body diagram with the resultantReplace the distributed load with a single downward force of 216 N acting at x = 4.5 m from A. The beam has a pin support at A (vertical and horizontal reactions Ax, Ay) and a roller at B (vertical reaction By). Since there are no horizontal loads, Ax = 0.
5
Step 5 — Solve for reactions using equilibriumSum moments about A: ΣMA = 0 → By × 6 − 216 × 4.5 = 0 → By = 972/6 = 162 N (↑). Sum forces in y: ΣFy = 0 → Ay + 162 − 216 = 0 → Ay = 54 N (↑).
A_y = 54 N ↑, B_y = 162 N ↑
6
Step 6 — Verify the resultsCheck: Ay + By = 54 + 162 = 216 N = FR ✓. Moment about B: 54 × 6 − 216 × (6 − 4.5) = 324 − 324 = 0 ✓. The equilibrium conditions are satisfied, confirming the reactions are correct.

Strengths, Limitations & Practical Considerations

The technique of replacing distributed loads with resultants is extremely powerful, but it has important limitations that every engineer must understand. The table below contrasts the strengths with the potential pitfalls of the approach.

Comparison of strengths and limitations of the resultant-replacement method.
StrengthsLimitations
Simplifies equilibrium analysis by reducing a distributed load to a single force and location.The resultant can only be used for external equilibrium (support reactions). It cannot be used to find internal forces (shear and moment) at arbitrary cross-sections.
Standard shapes (rectangle, triangle) have tabulated results, enabling rapid hand calculations.For non-polynomial load functions (e.g., sinusoidal, exponential), integration may require numerical methods.
Composite decomposition allows complex profiles to be handled without formal integration.Decomposition into sub-shapes introduces the risk of algebraic bookkeeping errors, especially with overlapping regions.
The centroid concept unifies distributed loads with center-of-gravity and center-of-mass calculations.In 3-D, loads distributed over surfaces require double integrals, significantly increasing computational effort.
WHEN NOT TO USE THE RESULTANT
A common error is substituting the resultant into the beam and then trying to draw shear and moment diagrams from it. The resultant is only valid for external equilibrium (finding support reactions). When computing internal shear V(x) and moment M(x) at a specific section, you must revert to the original distributed load w(x) and integrate from the cut location. Think of the resultant as a "macro-level" summary: it tells you the overall effect but erases the micro-level details that internal analysis requires.

Connection to Shear & Moment Diagrams

The load intensity function w(x) is not merely a tool for finding resultants; it is the starting point for a cascade of relationships that govern the internal behavior of beams. Once you are comfortable with resultant computations, the next conceptual step is to understand the differential relationships among distributed load, shear force V(x), and bending moment M(x). These relationships—studied in detail in later sections of a statics or mechanics of materials course—are direct consequences of the same integration principles used here.

Progression from resultant computation (this lesson) to shear and moment diagrams (upcoming topics).
ConceptThis Lesson (Intro)Advanced Extension
GoalFind F_R and x̄ for the entire load.Find V(x) and M(x) at every section.
Key EquationF_R = ∫ w(x) dx over entire span.dV/dx = −w(x) and dM/dx = V(x).
Integration LimitsFrom a to b (full loaded region).From 0 to arbitrary x (variable upper limit).
ResultTwo numbers: F_R and x̄.Two functions: V(x) and M(x).

The transition from computing a single resultant to determining shear and moment distributions is essentially a shift from definite integration (fixed limits) to indefinite integration (variable upper limit). Mastering the resultant calculation therefore builds the integration muscle and the physical intuition required for the more advanced beam analysis that follows.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the resultant of a distributed load must act at the centroid of the load diagram rather than at the midpoint of the loaded span. Under what special condition does the centroid coincide with the midpoint?
PROBLEM 2BASIC CALCULATION
A beam of length 4 m carries a uniform distributed load of w = 5 kN/m over its entire span. Determine the magnitude and location of the resultant force.
PROBLEM 3INTERMEDIATE
A cantilever beam of length 3 m is subjected to a triangular distributed load that varies linearly from w = 0 at the free end (x = 0) to w = 12 kN/m at the fixed support (x = 3 m). Find the resultant force and its location. Then determine the fixed-end reaction and moment.
PROBLEM 4APPLIED
A simply supported beam AB of length 8 m carries a distributed load w(x) = 2x − 0.25x² kN/m from A (x = 0) to B (x = 8). Compute the resultant force, its point of application, and the support reactions at A and B.
PROBLEM 5CRITICAL THINKING
A beam of length L carries a general polynomial load w(x) = c·xⁿ, where c > 0 and n ≥ 0 is an integer. Derive general expressions for F_R and x̄ in terms of c, L, and n. Then discuss the physical significance of the result as n → ∞.

Lesson Summary

A load intensity function w(x) describes how a distributed force varies with position along a structural member, expressed in units of force per length (N/m or lb/ft). The resultant force F_R equals the integral of w(x) over the loaded interval—geometrically, the area under the load curve. The line of action x̄ of the resultant passes through the centroid of the load area, computed as the first moment of area divided by the total area. Standard shapes—uniform, triangular, and trapezoidal—have tabulated formulas that enable rapid hand calculation.

The resultant is valid only for external equilibrium analysis, such as finding support reactions. For internal force analysis (shear and moment diagrams), the original w(x) function must be retained. Mastery of resultant computation lays the groundwork for the differential relationships dV/dx = −w(x) and dM/dx = V(x) that govern beam behavior in more advanced analysis.

Varsity Tutors • Statics • Load Intensity Functions — Use load intensity functions w(x) to compute resultants (intro)