Bending Moment Calculator Formula
Understand the math behind the bending moment calculator. Each variable explained with a worked example.
Formulas Used
Moment from Uniform Load
moment_uniform = load_plf * pow(span, 2) / 8Moment from Point Load
moment_point = point_load * span / 4Total Max Moment
total_moment = load_plf * pow(span, 2) / 8 + point_load * span / 4Variables
| Variable | Description | Default |
|---|---|---|
span | Beam Span(ft) | 14 |
load_plf | Uniform Load(lb/ft) | 250 |
point_load | Point Load at Center(lbs) | 0 |
How It Works
Bending Moment
Uniform load: M = wL squared / 8
Center point load: M = PL / 4
Both produce maximum moment at mid-span for a simply supported beam. If both loads are present, add the moments together (superposition).
Worked Example
14 ft beam with 250 lb/ft uniform load.
span = 14load_plf = 250point_load = 0
- 01M = 250 x 14 squared / 8 = 250 x 196 / 8 = 6,125 ft-lbs
- 02No point load contribution
- 03Required section modulus = M / Fb (allowable bending stress)
Ready to run the numbers?
Open Bending Moment Calculator