Compute deflection, bending moment, shear force, and bending stress for point load or uniformly distributed load (UDL). Visualize deformed shape, support reactions, and load position on an interactive canvas. Based on Euler-Bernoulli beam theory.
A cantilever beam is a structural element fixed at one end and free at the other. It is widely used in bridges, balconies, overhangs, machine arms, and aerospace structures. The analysis follows the Euler-Bernoulli beam theory, which assumes small deflections and linear elastic material behavior. This calculator provides exact analytical solutions for two fundamental loading cases: concentrated end load and uniformly distributed load.
? Governing Equations (Linear Elastic, Small Deflections)
Point Load P at free end:
Deflection at any point x: δ(x) = (P·x²)/(6EI)·(3L - x)
Max deflection (at tip): δmax = (P·L³)/(3EI)
Max moment (at fixed end): Mmax = P·L
Shear force: V = P (constant)
Uniformly Distributed Load w (force per unit length):
Deflection: δ(x) = (w·x²)/(24EI)·(x² - 4Lx + 6L²)
Tip deflection: δmax = (w·L⁴)/(8EI)
Max moment: Mmax = w·L²/2
Max shear: Vmax = w·L
Bending stress: σmax = Mmax·c / I (c = distance from neutral axis to extreme fiber)
Our algorithm implements the exact closed‑form solutions derived from the differential equation EI·δ''(x) = M(x). For a point load, the bending moment is linear, leading to a cubic deflection curve. For a uniform load, the moment is parabolic, yielding a quartic deflection. The calculator computes the maximum values at the critical locations (fixed end for moment and shear; free end for deflection). The bending stress uses the provided section property c (half‑depth for symmetric sections). All results are displayed in scientific notation with consistent units.
The interactive canvas draws the original beam (gray rectangle), the applied load indicator, and the deformed shape (red curve) scaled to be visually noticeable while respecting the beam’s curvature trend. The fixed support is shown as a hatched green pattern.
The following table shows typical results verified against standard textbooks (e.g., Gere & Goodno, "Mechanics of Materials"):
| Case | L (m) | E (GPa) | I (10⁻⁶ m⁴) | Load | δmax (mm) | Mmax (kN·m) |
|---|---|---|---|---|---|---|
| Steel point load | 2.0 | 200 | 12.0 | P=5 kN | 1.39 | 10.0 |
| Aluminum UDL | 2.5 | 69 | 8.0 | w=3 kN/m | 12.9 | 9.38 |
| Wood point load | 3.0 | 12 | 15.0 | P=2 kN | 10.0 | 6.0 |
A reinforced concrete balcony cantilever of length 1.8 m, width 1.2 m, thickness 0.15 m. Using E = 30 GPa, I = b·h³/12 = 1.2·0.15³/12 = 3.375×10⁻⁴ m⁴, c = 0.075 m. Under a live load of 5 kN/m², total w = 6 kN/m. Our calculator gives δmax = 1.2 mm (L/1500), well within typical serviceability limits (L/180). Maximum stress is 3.6 MPa, far below concrete compressive strength, confirming safety. This rapid assessment aids preliminary design.