# Cantilever Beam Calculator

Calculate the maximum bending moment M_max, maximum shear force V_max and free-end deflection δ_max of a cantilever beam under a free-end point load P or a uniformly distributed load q. Point load: δ = PL³/(3EI); UDL: δ = qL⁴/(8EI).

> Canonical page: https://elysiatools.com/en/tools/cantilever-beam-calculator

- **Category:** Math & Numbers

- **Keywords:** cantilever beam, bending moment, shear force, deflection, PL³/3EI, qL⁴/8EI, strength of materials, mechanics of materials, structural, civil engineering, fixed end

## Overview

The Cantilever Beam Calculator computes the structural response of a cantilever beam under a point load at the free end or a uniformly distributed load (UDL). By inputting the span length, Young's modulus, second moment of area, and load magnitude, you can instantly determine the maximum bending moment, maximum shear force, and free-end deflection.

## Inputs

- **Load Type** (select)
- **Point Load P at Free End (N)** (number): Used in 'Point Load at Free End' mode.
- **Uniformly Distributed Load q (N/mm)** (number): Used in 'Uniformly Distributed Load' mode.
- **Span Length L (mm)** (number): e.g. 2000
- **Young's Modulus E (MPa)** (number): Modulus of elasticity in MPa (= N/mm²). Steel ≈ 210000, aluminum ≈ 70000.
- **Second Moment of Area I (mm⁴)** (number): Area moment of inertia of the cross-section about the bending axis, in mm⁴.
- **Decimal Places** (number)

## When to use

- When designing cantilevered structures like balconies, overhangs, or crane arms to ensure they meet deflection limits.
- When verifying structural calculations for bending moments and shear forces against material yield strengths.
- When comparing different beam cross-sections or materials to optimize structural stiffness.

## How it works

- Select the load type: either a point load at the free end (P) or a uniformly distributed load (UDL) across the span (q).
- Enter the physical properties of the beam, including the span length (L), Young's modulus (E), and the second moment of area (I).
- Input the load magnitude and specify the desired decimal precision for the output.
- Click calculate to obtain the maximum bending moment, maximum shear force, and free-end deflection based on standard Euler-Bernoulli beam theory formulas.

## Use cases

- Sizing a steel cantilever support beam for an outdoor awning to prevent excessive sagging.
- Checking the maximum bending stress at the fixed support of a machine lever arm under a point load.
- Academic verification of shear force and bending moment calculations for civil engineering coursework.

## Frequently asked questions

### What formulas are used to calculate deflection?

For a point load at the free end, deflection is calculated as PL³/(3EI). For a uniformly distributed load, it is qL⁴/(8EI).

### What units should I use for the inputs?

Use Newtons (N) for point load, N/mm for UDL, millimeters (mm) for span length, MPa (N/mm²) for Young's Modulus, and mm⁴ for the second moment of area.

### Where do the maximum bending moment and shear force occur?

For both load types, the maximum bending moment and maximum shear force occur at the fixed end of the cantilever beam.

### How do I find the second moment of area (I) for my beam?

You can calculate it based on the beam's cross-sectional shape (such as bh³/12 for a solid rectangle) or look it up in standard structural steel section tables.

### Can this calculator handle multiple combined loads?

No, this calculator is designed for a single load type at a time: either a single free-end point load or a full-span uniformly distributed load.

## Related tools

- [Active Earth Pressure (Rankine)](https://elysiatools.com/en/tools/active-earth-pressure): Calculate the Rankine active earth pressure on a smooth vertical wall backfilled with cohesionless soil. K_a = tan²(45°−φ/2). Optional uniform surcharge q. Returns the base pressure p₀, the total force P, and the resultant height.
- [RLC Admittance Calculator (Y = G + jB)](https://elysiatools.com/en/tools/admittance-calculator): Compute complex admittance Y = 1/Z = G + jB for series or parallel RLC circuits: G = R/|Z|², B = −X/|Z|². Returns conductance, susceptance, magnitude and phase angle. Supports any subset of R/L/C.
- [Antilog Calculator](https://elysiatools.com/en/tools/antilog-calculator): Calculate antilogarithms for any valid base and optionally verify the result by applying the logarithm again
- [Arithmetic Sequence Calculator](https://elysiatools.com/en/tools/arithmetic-sequence-calculator): Calculate the nth term, first terms, and finite sum of an arithmetic sequence
- [Bayes Theorem Calculator](https://elysiatools.com/en/tools/bayes-theorem-calculator): Calculate posterior probability P(A given B) using prior, likelihood, and false-positive rate
- [Bearing Capacity Calculator (Terzaghi)](https://elysiatools.com/en/tools/bearing-capacity-calculator): Calculate the Terzaghi ultimate bearing capacity of a shallow foundation: q_ult = c·Nc·sc + q·Nq·sq + 0.5·γ·B·Nγ·sγ. Computes Nc/Nq/Nγ and shape factors automatically; supports strip, square, and circular footings. Result in kPa.
- [Belt Pulley Speed Ratio Calculator](https://elysiatools.com/en/tools/belt-pulley-speed-ratio): Calculate the ratio, driven speed and belt linear speed of a belt drive. i = d₂/d₁ = n₁/n₂, belt speed v = π·d·n/60. Supports mm/cm/m/inch diameter units.
- [Bending Stress Calculator](https://elysiatools.com/en/tools/bending-stress-calculator): Calculate the maximum bending (flexural) stress σ_max = M·c/I = M/Z at the outermost fiber of a beam section. Supports solid circle, rectangle, hollow tube, and I-beam; computes I, section modulus Z, and distance c automatically. Stress in MPa.

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion

## Related content

- [Structural Beam and Member Preliminary Checks](https://elysiatools.com/en/hubs/structural-beam-member-checks): Screen a beam or slender member from support case and loading through reactions, section properties, bending and shear stress, deflection, and optional Euler buckling. Use the results for preliminary checking only, not design approval.
