b2KIT

Beam Bending Calculator

Calculate and visualize shear force and bending moment diagrams for loaded beams. Supports point, distributed, and moment loads.

Tested tool guide Tested browser tools Checked August 16, 2026

What Beam Bending Calculator does, with a checked example

You set the span and support conditions, add point loads, distributed loads, or moment couples, and the tool solves the statics and draws the shear force and bending moment diagrams below the beam. Because moment is built as the integral of shear, the three curves are mutually consistent by construction. The thing that surprises most first-time users: a moment couple never shows up in the shear diagram at all, and the peak bending moment sits where the shear curve crosses zero, not under the heaviest-looking load.

Worked example

A concrete input and expected output from the current implementation.

Input

Span 6, simple supports at both ends. Point load 24 at midspan (x = 3).

Expected output

Reactions 12 at each support. Shear is +12 from x = 0 to x = 3, jumps by the full 24 at the load, and stays -12 to x = 6. Bending moment is 0 at both supports, rises linearly to 36 at midspan, and falls back to 0.

Symmetry puts half the load on each support (24/2 = 12), and a central point load on a simple span peaks at PL/4 = 24 x 6 / 4 = 36 kN.m at midspan.

How the result is produced

1

Equilibrium first, then integration

The tool first enforces static equilibrium: vertical forces sum to zero and moments about any point sum to zero, which fixes the reactions for statically determinate beams. Shear at any station is then the net vertical load on one side of that station, and bending moment is the accumulated area under the shear diagram, so all three outputs stay consistent with each other.

2

Each load type shapes the diagrams differently

A point load makes the shear diagram jump by the load's magnitude and kinks the moment curve at that station. A distributed load slants the shear line and curves the moment parabolically. A moment couple leaves the shear diagram untouched and jumps the moment curve by the couple's value. The maximum bending moment occurs where the shear curve crosses zero.

Good uses

  • Checking a hand calculation of reactions and peak moment before sizing a beam cross-section.
  • Finding where along a span the maximum bending moment actually is, and its value, to locate the critical section for design or reinforcement.
  • Quickly comparing load arrangements, such as a point load at midspan versus at a third point, to see how the peak moment shifts.

Limits and checks

  • Sign conventions differ between textbooks: positive shear and positive moment can be defined either way (sagging versus hogging). Read the signs against the convention drawn on the diagram, not your textbook's, before trusting comparisons.
  • The scope is statics: reactions, shear, and moment only. No deflection, no material or cross-section properties, no buckling or code checks, and beams with more supports than equilibrium can determine are not solvable by statics alone.
  • Results carry whatever units you enter. A bending moment always reads as force times length (kN.m, lb.ft), and mixing unit systems silently produces wrong diagrams, so keep one system throughout.

Common questions

Where is the maximum bending moment in my beam?

At the point where the shear diagram crosses zero, since moment is the integral of shear. For a symmetric load on a simply supported beam that is midspan; for asymmetric loading it shifts toward the more heavily loaded side. If shear crosses zero several times, there are local peaks to compare, and the moment curve's extremum is the largest of them.

Can it account for the beam's own weight or its material?

No. The beam is treated as weightless, and its material is irrelevant: reactions, shear, and moment depend only on loads, supports, and span, never on stiffness or cross-section. To include self-weight, add it yourself as a uniform distributed load. Anything needing material properties, like deflection, is outside this tool's scope.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools