Beam Deflection Explained: Picking the Right Formula for Your Load Case

Beam deflection is one of those topics that looks deceptively simple in a textbook and gets quietly humbling the moment you're staring at a real load case. The formulas exist. They're well-established. But the reason engineers keep making errors isn't the math — it's the boundary condition. Applying a simply-supported formula to what is effectively a fixed-end beam, or forgetting that a cantilever's maximum moment occurs at the wall rather than at the load point, produces results that are technically precise and physically wrong.

This article maps the three canonical beam configurations — cantilever, simply-supported, and fixed-fixed — to their correct deflection and bending stress equations. The goal isn't to reproduce a formula sheet. It's to give you the judgment to know which formula applies before you reach for the calculator.


The Physics You're Actually Solving

Every beam deflection problem is an integration of the Euler-Bernoulli beam equation:

EI · d²y/dx² = M(x)

Here, E is the elastic modulus of the material, I is the second moment of area of the cross-section, and M(x) is the bending moment as a function of position along the beam. Integrate once to get slope (dy/dx); integrate again to get deflection (y). The boundary conditions — the physical constraints at the supports — determine the integration constants. Get the boundary conditions wrong, and every subsequent digit is noise.

This is why beam configuration is not a minor detail. It is the problem.


Cantilever Beams: Maximum Stress at the Wall, Maximum Deflection at the Tip

A cantilever beam is fixed at one end and free at the other. This sounds limiting, but it describes balconies, diving boards, circuit board mounting brackets, aircraft wing roots, and overhang sections in machine frames. The support provides both a vertical reaction force and a moment reaction — that combination is what distinguishes it from simpler cases.

Point Load at the Free End

For a cantilever of length L carrying a concentrated load P at the tip:

δ_max = PL³ / (3EI)          [at free end]
M_max = P · L                [at fixed support]
σ_max = M_max · c / I = PLc / I

where c is the distance from the neutral axis to the outermost fiber. The critical insight: stress peaks at the wall, not at the load. If you're designing a cantilever bracket and you size the cross-section at mid-span, you will under-design the structure at the most dangerous location.

Uniformly Distributed Load

Replace the point load with a uniform load w (force per unit length) over the full span:

δ_max = wL⁴ / (8EI)          [at free end]
M_max = wL² / 2              [at fixed support]

Notice the exponent on L shifts from 3 to 4. Doubling beam length under UDL increases deflection sixteen-fold. This sensitivity is why long overhanging shelves fail even when they seem adequately sized for the point loads on them.


Simply-Supported Beams: Symmetric Intuition, Asymmetric Caution

A simply-supported beam rests on two supports that provide vertical reactions but no moment restraint — they let the beam rotate freely at the ends. This is the configuration most people visualize when they think "beam," and it's the most forgiving model to start with. But it's also the most commonly misapplied, because real supports are rarely frictionless pins. Bolted connections, welded joints, and embedded ends all introduce partial moment restraint that stiffens the beam beyond what a simple-support model predicts. Using the simply-supported formula for a partially restrained beam gives a conservative (larger) deflection estimate, which is usually safe — but can lead to over-design.

Central Point Load

For a beam of span L with a concentrated load P at mid-span:

δ_max = PL³ / (48EI)         [at center]
M_max = PL / 4               [at center]

Compare the cantilever formula: same load, same span, same EI — the simply-supported beam deflects 1/16 as much (48 vs. 3 in the denominator). Boundary conditions matter enormously.

Off-Center Point Load

When the load P sits at distance a from the left support (and b = L − a from the right):

δ_max = Pab(a + 2b)√(3a(a + 2b)) / (27EIL)    [occurs at x = √((L² - b²)/3) from left]
M_max = Pab / L              [at load point]

The maximum deflection no longer coincides with the load point unless the load is centered. Many engineers assume it does, which introduces moderate error — acceptable in preliminary design, unacceptable in final sizing for stiff systems.

Uniformly Distributed Load

δ_max = 5wL⁴ / (384EI)      [at center]
M_max = wL² / 8             [at center]

The factor 5/384 appears constantly in structural engineering. If you've been doing this long enough, you've probably memorized it. It's a useful gut-check: if a calculation gives you anything significantly different for a symmetric UDL on a simple span, something is wrong upstream.


Fixed-Fixed Beams: Stiffest Configuration, Statically Indeterminate

A beam fixed at both ends — sometimes called encastre — cannot rotate at either support. This makes it statically indeterminate: you cannot solve for reactions using equilibrium equations alone. You need compatibility conditions (the slope and deflection must match across the beam) or a moment distribution approach. The payoff is substantial: fixed-fixed beams are significantly stiffer than their simply-supported counterparts.

Central Point Load

δ_max = PL³ / (192EI)        [at center]
M_max = PL / 8               [at supports, hogging]
M_center = PL / 8            [at center, sagging]

Deflection is one-quarter of the simply-supported case (192 vs. 48). The bending moment diagram has negative moments at both supports and a positive moment at mid-span — the beam develops an S-shaped deflection curve. This moment reversal is the most common source of error in fixed beam design: engineers who design only for mid-span sagging miss the hogging moments at the supports, where the top fiber is in tension. For concrete beams, that means missing where the rebar needs to go.

Uniformly Distributed Load

δ_max = wL⁴ / (384EI)        [at center]
M_at_supports = wL² / 12     [hogging]
M_at_center = wL² / 24       [sagging]

The support moment (wL²/12) is twice the mid-span moment (wL²/24). Design the section for the support condition, not the span condition, unless you have specific reason to expect the support restraint to be less than full fixity.


Choosing the Right Model: A Practical Decision Tree

Before picking any formula, answer these questions in order:

  1. How many supports, and what kind? One support with a moment reaction = cantilever. Two supports with no moment = simply-supported. Two supports with moment reactions = fixed-fixed (or fixed-pinned, a third case not covered here).
  2. Is the beam statically determinate? Cantilever and simply-supported beams are. Fixed-fixed beams are not — check your formula derivation matches your actual restraint level.
  3. Where is the load? Point, distributed, triangular (hydrostatic), or moment load — each has its own formula. Never apply a central-load formula to an off-center load without checking whether the deflection error is acceptable.
  4. Are you checking deflection or stress? Both come from the same underlying moment diagram, but they use different equations. A beam can satisfy a stress limit and violate a deflection limit, or vice versa. Check both.
  5. Does your material behave linearly? Euler-Bernoulli assumes linear elasticity. For polymers, composites under high load, or beams near yield, these formulas give you a starting point, not a final answer.

The EI Product: Where Material and Geometry Meet

Every deflection formula contains EI in the denominator. Engineers sometimes treat this as a single black-box stiffness number, but it's worth remembering what each component controls:

  • E (elastic modulus) is a material property. Steel is roughly 200 GPa; aluminum around 70 GPa; structural timber anywhere from 8–15 GPa depending on species and grain orientation. You increase E by choosing a stiffer material — there's no geometry that substitutes for it.
  • I (second moment of area) is a cross-section property. For a solid rectangle: I = bh³/12. The cubic relationship with height means that doubling beam depth reduces deflection eightfold for the same material and load. This is why I-beams place material at the flanges rather than near the neutral axis — it maximizes I without maximizing weight.

If you're iterating on a design and deflection is the governing criterion, increasing depth is almost always more efficient than increasing width or switching to a higher-E material.


A Word on Superposition

Real beams carry multiple loads simultaneously. The principle of superposition — valid for linear elastic systems — lets you add deflections and moments from individual load cases. A cantilever with a tip point load and a full-span UDL? Add the two deflection formulas. A simply-supported beam with two off-center point loads? Add the deflection contribution from each, calculated separately.

Superposition breaks down when deflections are large relative to beam length (geometric nonlinearity) or when the material is yielding. For most structural engineering applications involving steel or aluminum under service loads, it holds. For slender members, cables, or heavily loaded polymers, treat it as an approximation and verify with a nonlinear analysis.


Quick Reference Summary

ConfigurationLoadδ_maxM_max
CantileverPoint (tip)PL³ / 3EIPL (at wall)
CantileverUDLwL⁴ / 8EIwL²/2 (at wall)
Simply-supportedPoint (center)PL³ / 48EIPL/4 (at center)
Simply-supportedUDL5wL⁴ / 384EIwL²/8 (at center)
Fixed-fixedPoint (center)PL³ / 192EIPL/8 (at supports)
Fixed-fixedUDLwL⁴ / 384EIwL²/12 (at supports)

Use this table as a starting point, not an endpoint. The formulas are correct; the judgment about which row applies to your problem is the actual engineering.