Beam Deflection Calculation Methods
Beam deflection describes how much a beam displaces from its original position under load. Predicting this accurately is essential because excessive deflection can cause serviceability failures (cracked finishes, misaligned machinery, uncomfortable vibrations) even when stresses remain well within safe limits. Three classical methods handle this problem: double integration, moment-area, and conjugate beam. Each arrives at the same answer but suits different situations.
Double Integration Method
This is the most general, calculus-driven approach. You start from the fundamental beam equation that relates bending moment to curvature:
Integrating once gives the slope , and integrating a second time gives the deflection . Each integration introduces a constant, so you need two boundary conditions to pin down the full solution.
This method works for any loading (distributed loads, point loads, applied moments) as long as you can write as a continuous function. It's the go-to when you want a complete, closed-form equation for the entire deflection curve. The trade-off is that it can get algebra-heavy, especially when the moment expression changes across the span and you have to integrate piecewise.
Moment-Area Method
The moment-area method is a semi-graphical technique built on two theorems that relate the diagram directly to slopes and deflections. Instead of integrating equations, you compute areas and first moments of areas from the diagram, which you break into simple shapes (triangles, rectangles, parabolic segments).
This method shines when you only need the slope or deflection at one or two specific points rather than the full curve. It's especially efficient for simply supported and cantilever beams with straightforward loading. For beams with many load changes, the geometry bookkeeping can become tedious.
Conjugate Beam Method
The conjugate beam method converts a deflection problem into a statics problem. You construct an imaginary "conjugate" beam that has the same length as the real beam but carries the real beam's diagram as its distributed load. The support conditions of the conjugate beam are transformed according to specific rules (more on this below). Once you analyze the conjugate beam with standard equilibrium, its internal shear gives the real beam's slope, and its internal moment gives the real beam's deflection.
This method is particularly powerful for beams with internal hinges, overhangs, or mixed support types that make the other methods awkward.
Double Integration Method for Deflection
Integrating the Bending Moment Equation
- Write the moment function. Using equilibrium (reactions, free-body diagrams), express along the beam. If the loading changes at discrete points, you'll need a separate expression for each segment.
- First integration (slope). Integrate to get: The constant relates to the slope at whatever reference point you choose.
- Second integration (deflection). Integrate again: The constant relates to the deflection at a reference point.
Applying Boundary Conditions
Boundary conditions are the known physical constraints of the beam. Common ones include:
- Pin or roller support: deflection at that point (the beam can't move vertically there)
- Fixed (cantilever) support: both and at that point
- Free end: no constraint on or slope, but shear and moment are zero (these help when writing , not when solving for constants)
Note a common mix-up: at a pinned support the deflection is zero but the slope is generally not zero. The beam is free to rotate there. At a fixed support, both deflection and slope are zero.
Substitute the boundary conditions into your slope and deflection equations to solve for and .

Solving for Deflection and Slope
With and determined, your equations are complete. Plug in any value of to find the slope or deflection at that location. To find the point of maximum deflection, set and solve for , then substitute back into the deflection equation.
Plotting over the full span gives you the elastic curve, which is the deformed shape of the beam. Always do a quick sanity check: deflection should be zero at supports and the curve should bow in the direction you'd physically expect.
Moment-Area Method for Deflection
First Moment-Area Theorem
The change in slope between any two points A and B on the elastic curve equals the area under the diagram between those points:
If is constant (prismatic beam), this simplifies to times the area under the diagram between A and B.
To get the absolute slope at a point, you need a reference where the slope is known. For a cantilever, the slope at the fixed end is zero. For a simply supported beam, you typically compute the slope at one support first using the second theorem, then work from there.
Second Moment-Area Theorem
The tangential deviation of point B from the tangent drawn at point A equals the first moment of the diagram area (between A and B) taken about point B:
Here is the vertical distance from point B on the elastic curve to the tangent line drawn at A. Be careful: this is not the deflection itself. It's the deviation from a tangent. You often need to use geometry (similar triangles) to convert tangential deviations into actual deflections, especially for simply supported beams.
Applying the Moment-Area Method
-
Draw the diagram for the beam. For a prismatic beam, this is just the bending moment diagram scaled by .
-
Break the diagram into simple shapes. Triangles, rectangles, and parabolic segments each have known area and centroid formulas:
- Triangle: , centroid at of the base from the larger end
- Rectangle: , centroid at the midpoint
- Parabolic segment (from a distributed load): , centroid at of the base from the vertex
-
Sum areas for slope changes (first theorem).
-
Sum first moments of areas about the appropriate point for tangential deviations (second theorem).
-
Use geometry to convert tangential deviations into the actual deflections you need. For a simply supported beam, sketch the tangent at one support and use similar triangles to relate values to true vertical deflections.
Conjugate Beam Method for Deflection

Transforming the Real Beam into a Conjugate Beam
The conjugate beam has the same length as the real beam, but its supports are transformed according to these rules:
| Real Beam Support | Conjugate Beam Support |
|---|---|
| Pin or roller | Pin or roller (same) |
| Fixed end | Free end |
| Free end | Fixed end |
| Internal hinge | Internal support (pin) |
| Internal support (pin) | Internal hinge |
The loading on the conjugate beam is the diagram of the real beam, applied as a distributed load. Positive bending moment (sagging) is applied as downward load on the conjugate beam.
Analyzing the Conjugate Beam
Once you've set up the conjugate beam with its transformed supports and loading:
- Calculate the support reactions of the conjugate beam using equilibrium (, ).
- Determine the shear force and bending moment at the points of interest using standard section cuts.
The key relationships are:
- Slope of the real beam at point :
- Deflection of the real beam at point :
Note that the is already baked into the conjugate beam's loading (you divided by when you created the load diagram), so you do not divide again when reading off results. The shear in the conjugate beam directly equals the slope, and the moment directly equals the deflection.
Calculating Deflection and Slope
- Identify the point on the real beam where you need the deflection or slope.
- Cut the conjugate beam at that same location.
- Use equilibrium on the cut section to find (gives slope) and (gives deflection).
- Sign conventions: positive shear in the conjugate beam corresponds to counterclockwise rotation of the real beam; positive moment in the conjugate beam corresponds to downward (positive) deflection.
The conjugate beam method is especially clean for cantilevers. The fixed end of a real cantilever becomes a free end on the conjugate beam, and the free end of the real cantilever becomes a fixed end on the conjugate beam. The "reaction moment" at the conjugate beam's fixed end directly gives you the tip deflection of the real cantilever.
Method Comparisons for Beam Deflection
Advantages and Limitations
- Double Integration Method:
- Gives a complete equation for deflection at every point along the beam
- Handles any loading type
- Algebra-intensive; piecewise moment functions require careful bookkeeping of constants across segments
- Moment-Area Method:
- Fast for finding slope or deflection at specific points
- Visual and intuitive once you're comfortable with the diagram
- Converting tangential deviations to actual deflections requires geometric reasoning that can trip you up
- Less practical when the diagram has many irregular shapes
- Conjugate Beam Method:
- Turns the problem into pure statics, which you already know well
- Handles complex supports (internal hinges, overhangs) more naturally than the other methods
- Requires memorizing the support transformation rules and being careful with sign conventions
Choosing the Appropriate Method
The right method depends on what you need and what the beam looks like:
- If you need the full deflection curve or a general formula, use double integration.
- If you need deflection or slope at just one or two points on a simply supported or cantilever beam, the moment-area method is usually fastest.
- If the beam has unusual supports (internal hinges, propped cantilevers, overhangs), the conjugate beam method often simplifies the work.
- On exams, it's worth checking your answer with a second method if time allows. All three methods must give the same numerical result for the same beam and loading.