CEE 330 · Structural Analysis and Design-I · Week 4

Moving Loads

Influence lines answered "how bad can it get here?" — but a bridge doesn't crack where you chose to look. This chapter answers the harder question: how bad can it get anywhere, and where is anywhere?

Moment envelope Absolute max moment Resultant bisection rule Wheel trains
01

The Question You Haven't Answered Yet

An influence line is built for one section. You pick point C, draw its IL, position the train for the worst case, and out comes the largest moment C will ever feel. Repeat for another section and you need another IL. But the beam has infinitely many sections — and nothing tells you in advance which one is in the most danger.

🔍
The bridge inspector's problem. A crack does not appear where you happened to point your torch. If you check midspan and declare the bridge safe, you have proved something about midspan and nothing about the other 39 metres. Design has to cover every section against every load position — a double sweep, not a single check.
Previous chapter

Fix the section, move the load

One IL, one section, worst position found. Answers: "What is the largest moment at C?"

This chapter

Move the section too

Sweep the section as well as the load. Answers: "What is the largest moment anywhere in the span, and at which section does it occur?" That value is the absolute maximum.

This is the number the design is actually sized for. You choose the girder depth and the reinforcement from the absolute maximum, not from the moment at whatever section you happened to analyse. Get it at the wrong section and the beam is under-designed exactly where it matters.
02

The Envelope

The double sweep has a picture, and it is the most useful diagram in this chapter.

Definition

Run the train through every possible position. Each position gives one bending moment diagram. Now, at each section, keep only the largest value ever seen there. Plot those maxima against position and you get the moment envelope — a curve no individual BMD ever reaches, but which every BMD stays inside.

📸
A long-exposure photograph. Open the shutter and let the train crawl across the beam while every BMD it produces is drawn in faint light. The blurred outer boundary of that smear is the envelope. No single instant looks like it — it is the silhouette of all instants at once.
Read it as

A design demand curve

At every section it tells you the moment that section must be able to resist. Compare it against your capacity curve and you can see instantly where the beam is tight.

Shape

Nearly a parabola

For a single load the envelope is exactly \(Px(L-x)/L\). For a train it is a parabola with faint kinks where the governing axle changes over.

Peak

Just off midspan

The envelope's peak is the absolute maximum moment, and it sits slightly away from midspan — on the side the resultant leans toward.

The peak is very flat, and that is genuinely useful. For the three-axle train in Example 2, the envelope peaks at 491.0 kN·m at x = 10.42 m, while the value at midspan is 490.0 kN·m — a difference of 0.2%. Checking midspan is an excellent engineering approximation. It is still not the exact answer, and exams ask for the exact answer.
03

Absolute Maximum Shear (the easy one)

Dispose of shear first, because it needs no theory at all.

Where and why

The shear IL for any section is largest at the supports, so the worst shear anywhere is the worst reaction. To maximise a reaction, get as much load as close to that support as the train's geometry allows — usually the leading axle sitting right on top of it.

\[ V_{\text{abs,max}} = R_{\text{on span}}\,\frac{L - \bar{x}_A}{L} \]

with \(\bar{x}_A\) the distance from support A to the resultant of the axles that are actually on the span. Try pushing the train one axle further too — sometimes letting the first axle run off the end and bringing a heavier one to the support wins.

Do not assume the first axle at the support always governs. If the train is heavy at the back, sliding it forward until the second axle reaches the support can put more total load near A even after the first axle has left the span. It is a two- or three-way comparison, not a formula. The simulator's shear readout lets you check both in seconds.
04

Absolute Maximum Moment: the Bisection Rule

Moment is the interesting case, and it has an exact answer you can derive in four lines. Two facts make it tractable:

Fact 1

The peak is always under an axle

Between axles the BMD is a straight line, so it has no interior maximum. The largest moment must sit at a kink — and every kink is a wheel. So there are only as many candidate sections as there are axles.

Fact 2

The whole train acts through its resultant

For computing reactions, the axles can be replaced by a single force R at the centroid \(\bar{x}\). The individual axles only matter again when you take moments inside the span.

The derivation

Pick one axle \(P_k\) as the candidate. Let e be the signed distance from \(P_k\) to the resultant R, positive when R lies to the right. Put \(P_k\) at distance x from support A, so R is at \(x+e\).

1
Left reaction: \( V_A = R\dfrac{L-(x+e)}{L} \)
2
Moment under \(P_k\): \( M = V_A\,x - M_{\text{left}} \), where \(M_{\text{left}}\) is the moment about \(P_k\) of the axles ahead of it — a constant, because the train is rigid.
3
Maximise: \( \dfrac{dM}{dx} = \dfrac{R}{L}(L-2x-e) = 0 \;\Rightarrow\; \boxed{\,x = \dfrac{L-e}{2}\,} \)
4
Substitute back. Since \(L-x-e = x\) at that position, the reaction term collapses beautifully:
\[ \boxed{\,M_k = \frac{R\,x^2}{L} - M_{\text{left}}, \qquad x = \frac{L-e}{2}\,} \]
What \(x=(L-e)/2\) is telling you, in words. \(P_k\) sits at \(\tfrac{L-e}{2}\) and R sits at \(\tfrac{L-e}{2}+e = \tfrac{L+e}{2}\). Both are exactly \(e/2\) from midspan, on opposite sides. So: slide the train until the centreline of the beam bisects the gap between your candidate axle and the resultant. That one sentence is the whole rule, and it is why this is called the bisection or "midspan-bisects" rule.
Keep the sign on e or you will get the wrong answer. If R sits to the left of your candidate axle, e is negative and \(x = (L-e)/2\) is greater than \(L/2\) — the axle goes past midspan. Using \(|e|\) puts it on the wrong side and quietly under-reports the moment. In Example 2 that mistake costs 100 kN·m: 391 instead of the correct 491.
05

Why You Must Test Every Axle

The formula gives the best moment obtainable for a chosen candidate axle. Different axles give different answers, so the procedure is a short trial, not a single substitution.

Procedure
1
Find \(R = \sum P_i\) and the resultant position \(\bar{x} = \dfrac{\sum P_i d_i}{R}\), measuring \(d_i\) from any convenient axle.
2
For each axle in turn: \( e = \bar{x} - d_k \) (signed), \( x = \dfrac{L-e}{2} \), \( M_k = \dfrac{Rx^2}{L} - M_{\text{left}} \).
3
Check the position is legal — with \(P_k\) at x, is the whole train still on the span? If any axle would hang off the end, R and \(\bar{x}\) are no longer what you assumed and that candidate is void.
4
The absolute maximum is the largest valid \(M_k\), occurring at its own x.
Good first guess

The axle nearest the resultant

It usually wins, because it makes |e| smallest and \(x\) closest to midspan, where the \(Rx^2/L\) term is biggest. In Example 2 the 60 kN axle is 0.83 m from R and does govern.

But not always

\(M_{\text{left}}\) can overturn it

An axle near the resultant but with a lot of load ahead of it carries a large \(M_{\text{left}}\) penalty. That is why the trailing axle in Example 2 scores only 392 despite a healthy first term. Test them all — it is three lines of arithmetic each.

06

Simulator: Drag the Train

The top panel is the beam with the train at its current position. The bottom panel shows the bending moment diagram for that position in solid colour, with the full envelope ghosted behind it. Drag the position slider and watch the solid diagram sweep around inside the fixed envelope — then press Snap to absolute maximum and watch it touch the peak.

Set P₃ = 0 for a two-axle train.

Candidate table — every axle tested

Try this

Snap, then nudge

Press snap, then move the slider one step either way. The moment falls off in both directions — you are sitting on a genuine maximum.

Try this

Watch the envelope's flat top

The peak is barely a bump. Slide the train across a couple of metres and the maximum hardly changes — that is the 0.2% from Section 2.

Try this

Shorten the span to 8 m

Now the train is long compared with the beam. Every candidate turns invalid, and the honest answer comes from a single axle at midspan — Section 7.

07

When the Rule Breaks

The derivation quietly assumed the whole train stays on the span while you slide it. On a short span that is impossible, and the rule has to be abandoned rather than trusted.

Counter-case

Two 50 kN axles, 6 m apart, on an 8 m span

1
\( R = 100 \) kN, \( \bar{x} = 3 \) m from axle 1 (midway, by symmetry).
2
Candidate axle 1: \( e = +3 \), \( x = (8-3)/2 = 2.5 \) m. Axle 2 would then be at 8.5 m — 0.5 m past support B. Invalid.
3
Candidate axle 2: \( e = -3 \), \( x = (8+3)/2 = 5.5 \) m. Axle 1 would be at −0.5 m — before support A. Invalid.
4
Both candidates are void, so fall back on physics: with the axles 6 m apart on an 8 m span, the best you can do is put one axle at midspan and let the other sit near a support where its lever arm is small.
\[ M = \frac{PL}{4} = \frac{50 \times 8}{4} = 100\ \text{kN·m} \]
Answer: 100 kN·m. Had you applied the formula blindly you would have written 78.1 kN·m for either candidate — 22% unconservative, and wrong in the direction that breaks bridges. Always run the legality check in Step 3 of the procedure.
Core Idea

Everything in this chapter is one sweep in two directions. Move the load to find the worst case at a section; move the section to find the worst case in the beam. The envelope records both sweeps at once, and the bisection rule is simply the shortcut that finds its peak without doing the sweep by hand:

\[ M_{\text{abs}} = \max_{\text{valid axles }k}\left[\frac{R}{L}\left(\frac{L-e_k}{2}\right)^{2} - M_{\text{left},k}\right] \]
08

Worked Examples

Example 1

Two-Axle Truck on a 15 m Span

Problem: Axle loads of 60 kN and 40 kN, 4 m apart, cross a 15 m simply supported beam. Find the absolute maximum moment and the absolute maximum shear.

1
Resultant. \( R = 60+40 = 100 \) kN. Measuring from the 60 kN axle: \( \bar{x} = \dfrac{40 \times 4}{100} = 1.60 \) m.
2
Candidate: the 60 kN axle. \( e = 1.60 - 0 = +1.60 \) m, so \( x = \dfrac{15-1.6}{2} = 6.70 \) m and \( M_{\text{left}} = 0 \).
\[ M = \frac{100 \times 6.70^2}{15} = \frac{4489}{15} = 299.3\ \text{kN·m} \]
Legality: the 40 kN axle lands at 10.70 m < 15 m. Valid.
3
Candidate: the 40 kN axle. \( e = 1.60 - 4 = -2.40 \) m, so \( x = \dfrac{15+2.4}{2} = 8.70 \) m and \( M_{\text{left}} = 60 \times 4 = 240 \) kN·m.
\[ M = \frac{100 \times 8.70^2}{15} - 240 = 504.6 - 240 = 264.6\ \text{kN·m} \]
4
Shear. Push the train up to A with the 60 kN axle on the support: \( V_A = 100\dfrac{15-1.6}{15} = 89.3 \) kN. The alternative — running the 60 kN off the end and bringing the 40 kN to A — leaves only 40 kN on the span. Worse.
Answer: \(M_{\text{abs}} = 299.3\) kN·m under the 60 kN axle, positioned 6.70 m from A (0.80 m left of midspan). \(V_{\text{abs}} = 89.3\) kN at the support. The heavier axle nearest the resultant governs, as expected.
Example 2

Three-Axle Train on a 20 m Span — Where the Sign of e Decides It

Problem: Axle loads of 40 kN, 60 kN and 20 kN with spacings of 4 m and 3 m cross a 20 m simply supported beam. Find the absolute maximum moment.

1
Resultant. \( R = 120 \) kN. Measuring from the 40 kN axle (\(d = 0, 4, 7\) m):
\[ \bar{x} = \frac{40(0)+60(4)+20(7)}{120} = \frac{380}{120} = 3.167\ \text{m} \]
The resultant falls between axles 1 and 2, nearest to axle 2 (0.833 m away).
2
Candidate 1 — the 40 kN axle. \( e = 3.167 \), \( x = \dfrac{20-3.167}{2} = 8.417 \) m, \( M_{\text{left}} = 0 \):
\[ M_1 = \frac{120 \times 8.417^2}{20} = 425.0\ \text{kN·m} \]
3
Candidate 2 — the 60 kN axle. R is to its left, so \( e = 3.167 - 4 = -0.833 \) m and \( x = \dfrac{20+0.833}{2} = 10.417 \) m — just past midspan. \( M_{\text{left}} = 40 \times 4 = 160 \) kN·m:
\[ M_2 = \frac{120 \times 10.417^2}{20} - 160 = 651.0 - 160 = 491.0\ \text{kN·m} \]
4
Candidate 3 — the 20 kN axle. \( e = 3.167-7 = -3.833 \) m, \( x = 11.917 \) m, \( M_{\text{left}} = 40(7)+60(3) = 460 \) kN·m:
\[ M_3 = \frac{120 \times 11.917^2}{20} - 460 = 852.1 - 460 = 392.1\ \text{kN·m} \]
5
Legality. For candidate 2 the axles sit at 6.417, 10.417 and 13.417 m — all inside the span. Valid.
Answer: \(M_{\text{abs}} = 491.0\) kN·m, under the 60 kN axle at x = 10.42 m, with the leading axle 6.42 m from A. Note that dropping the minus sign on e would have put the 60 kN axle at 9.58 m and given 391.0 kN·m — the answer would then have looked smaller than candidate 1, and you would have reported the wrong governing axle as well as the wrong number.
Example 3

How Good Is "Just Check Midspan"?

Problem: For the Example 2 train, compare the true absolute maximum against the largest moment obtainable at midspan.

1
Absolute maximum, from Example 2: 491.0 kN·m at x = 10.42 m.
2
Sweep the train and record the best moment at x = 10.00 m exactly: 490.0 kN·m.
3
Difference: \( \dfrac{491.0-490.0}{491.0} = 0.2\% \).
Answer: The midspan check is low by 0.2% — far inside any load factor, which is why practising engineers often use it and why the envelope's peak is so flat. Use it as a sanity check on your exact answer: if your bisection-rule result differs from the midspan value by more than a percent or two, you have made an arithmetic slip.
09

Quick Reference & Quick Check

Envelopemax moment at each section over all load positions
Envelope, single load PPx(L−x)/L — a parabola
Peak of envelopethe absolute maximum moment
Peak locationslightly off midspan, toward the resultant
Max moment sitsalways under an axle (BMD is straight between axles)
ResultantR = ΣPᵢ, x̄ = ΣPᵢdᵢ/R
Eccentricitye = x̄ − dₔ — signed, + if R is right of Pₔ
Bisection rulemidspan bisects the gap between Pₔ and R
Position of Pₔx = (L − e)/2 from A
Candidate momentMₔ = Rx²/L − Mleft
Mleftmoment about Pₔ of the axles ahead of it
Best first guessthe axle nearest the resultant
Legality checkwhole train must stay on the span at x
Absolute max shearlargest reaction; train shoved against a support
Midspan shortcutwithin ~0.2% for typical trains, but not exact

1. Why can the absolute maximum moment only occur directly under an axle?

2. The bisection rule positions the train so that:

3. The resultant of a train lies 0.83 m to the left of your candidate axle on a 20 m span. Where does that axle go?

4. Your bisection-rule position puts the rear axle 0.5 m beyond support B. What do you do?

5. Why is the envelope useful even though no single load position ever produces it?