Skip to content

Checking results by hand

EduBeam is a good place to practise the habit every engineer needs: never trust a number you cannot roughly reproduce. This page gives closed-form formulas for the classic cases and shows what the app reports for them, so you can build each model yourself and compare.

All cases use the same steel section unless stated: E=210000E = 210\,000 MPa, G=81000G = 81\,000 MPa, A=28.5A = 28.5 cm², Iy=1943I_y = 1943 cm⁴, h=200h = 200 mm, k=1k = 1 (an IPE 200).

EI=210×1091.943×105=4.080×106 Nm2EI = 210 \times 10^9 \cdot 1.943 \times 10^{-5} = 4.080 \times 10^6\ \text{Nm}^2

Why the numbers differ slightly

EduBeam uses Timoshenko beams, which add a shear deflection Δws\Delta w_s to the classic Euler–Bernoulli bending deflection. Rotations, reactions and internal forces are unaffected in statically determinate cases. For slender members the extra term is tiny; the tables below show it explicitly.

Simply supported beam, uniform load

L=6L = 6 m, q=12q = 12 kN/m. Supports: node 1 Dx + Dz, node 2 Dz.

QuantityFormulaValueEduBeam
ReactionsqL/2qL/236 kN36 kN
VmaxV_{max}qL/2qL/236 kN36 kN
MmaxM_{max} (mid-span)qL2/8qL^2/854 kNm54 kNm
End rotationqL3/(24EI)qL^3/(24EI)0.02647 rad0.02647 rad
Mid-span deflection5qL4/(384EI)5qL^4/(384EI)49.63 mm49.63 mm

Cantilever, tip load

L=4L = 4 m, F=18F = 18 kN downward at the free end. Support: node 1 Dx + Dz + Ry.

QuantityFormulaValueEduBeam
Vertical reactionFF18 kN18 kN
Fixing momentFLFL72 kNm72 kNm
Tip rotationFL2/(2EI)FL^2/(2EI)0.03529 rad0.03529 rad
Tip deflection (bending)FL3/(3EI)FL^3/(3EI)94.11 mm
Tip deflection (shear)FL/(kGA)FL/(kGA)0.31 mm
Tip deflection (total)sum94.42 mm94.42 mm

The shear term is 0.3 % here. Shorten the cantilever to 1 m and it becomes 5 %—that is what the shear coefficient is for.

Fixed–fixed beam, uniform load

L=6L = 6 m, q=12q = 12 kN/m. Both nodes Dx + Dz + Ry.

QuantityFormulaValue
ReactionsqL/2qL/236 kN
Support momentqL2/12qL^2/1236 kNm (hogging)
Mid-span momentqL2/24qL^2/2418 kNm (sagging)
Mid-span deflectionqL4/(384EI)qL^4/(384EI)9.93 mm

Build it from the simply supported case by ticking Ry at both nodes and watch the moment diagram shift.

Propped cantilever, uniform load

L=6L = 6 m, q=12q = 12 kN/m. Node 1 Dx + Dz + Ry, node 2 Dz.

QuantityFormulaValue
Reaction at the fixed end5qL/85qL/845 kN
Reaction at the roller3qL/83qL/827 kN
Fixing momentqL2/8qL^2/854 kNm (hogging)
Max sagging moment9qL2/1289qL^2/128 at x=5L/8x = 5L/8 from the fixed end30.4 kNm at 3.75 m

The app labels the local extreme automatically, so you can read off both the value and (from the position along the element) where it occurs.

Two-bar truss

Two bars from a pinned support at (0, 0) and (4, 0) meeting at (2, −2) (apex 2 m above), both end hinges ticked on both bars, vertical load F=20F = 20 kN at the apex (downward, i.e. Fz = 20).

Each bar is at 45°, length L=22L = 2\sqrt{2} m. By symmetry each carries

N=F2sin45=14.14 kN (compression)N = -\frac{F}{2 \sin 45^\circ} = -14.14\ \text{kN (compression)}

and the supports each take 10 kN vertically and ±10 kN horizontally. Check the N (x) overlay and the reactions.

Temperature gradient on a simply supported beam

L=8L = 8 m, ΔTbΔTt=10\Delta T_b - \Delta T_t = -10 K (top warmer), α=12×106\alpha = 12 \times 10^{-6}, h=0.2h = 0.2 m.

The beam is free to curve, so there are no internal forces; the curvature is

κ=α(ΔTbΔTt)h=12×106(10)0.2=6×104 m1\kappa = \frac{\alpha\,(\Delta T_b - \Delta T_t)}{h} = \frac{12 \times 10^{-6} \cdot (-10)}{0.2} = -6 \times 10^{-4}\ \text{m}^{-1}

and the mid-span deflection is κL2/8=4.8\kappa L^2 / 8 = -4.8 mm (upward). Now restrain Ry at both ends: the curvature is blocked and a constant moment M=EIκ=2.45M = EI\kappa = 2.45 kNm appears along the whole span.

Prescribed displacement

Take the propped cantilever without the load and prescribe Dz = 10 mm at the roller (a settlement). The reaction needed to push the tip of a cantilever down by ww is R=3EIw/L3=0.567R = 3EIw/L^3 = 0.567 kN and the fixing moment is RL=3.40RL = 3.40 kNm. Add the uniform load back and the results superpose linearly.

Tips for your own checks

  • Keep the units chip in view; most discrepancies are unit slips.
  • Use the Stiffness matrix window to compare a single element with the theory manual when learning the direct stiffness method.
  • Read exact numbers from the Results tab and hover tooltips rather than from the diagram labels, which are rounded.
  • Use Share model to hand a checked model to a colleague or teacher.