Cantilever Intermediate Deflection Calculator
Deflection at a concentrated load on a cantilever. δ = P a³ / (3 E I). a is measured from the fixed end. Runs locally.
Trust summary CVP VERIFIED · production STALE · CVP protocol 1.0.0-proposed · Engineering assurance · intermediate load δ_load = P a³/(3 E I); + O3 mpmath tabulated δ.
- Input interpretation
- Enter values to calculate.
- Result
- —
- Verified scope
- intermediate load δ_load = P a³/(3 E I); + O3 mpmath tabulated δ.
- Assurance
- Engineering
- Declared partition coverage
- PASS · 5/5 declared partitions (main, alias, signed, awkward, invalid-domain) · Matrix
- Deferred
- Not the tip under the same load, and not a simply supported span.
- Numerical scope
- O2: delta vs a separate-module identity (≤2 ULP). Not the tip under the same load, and not a simply supported span. ≤2 ULP vs O3 applies only to the published tabulated cantilever-intermediate-deflection vectors.
- Known limitations
- Core CVP does not include live graph, viewport, or pointer interaction.
- Model
- Deflection at a concentrated load on a cantilever, at a stated distance from the fixed end.
- Scope
- Calculation runs locally in the browser; values are not uploaded.
- Verification
- Engine tested · Source checked · v1.0.0 · CVP VERIFIED · production STALE · CVP protocol 1.0.0-proposed · Engineering assurance · intermediate load δ_load = P a³/(3 E I); + O3 mpmath tabulated δ.· View Manifest · CVP overview · Specification
- Versions
- Calculation 1.0.0 · CVP protocol 1.0.0-proposed · Evidence 2026-09-27.o2-o3
- Verification revision
- 2026-09-27.o2-o3 · 1/1 property · digest 8fefd37ab04b
- Legacy regression
- 3/3 tests · Production surface contract 6/6
- Trust layers
- Verification VERIFIED · Production STALE · overall VERIFIED_STALE
- CVP status
- STALE · Capability production binding: STALE · Site report: STALE · Evidence changed after the last successful production attestation. Re-attestation required.
- Reference
- O1 model · O3 expected_values · O3 numerical_behavior · O2 expected_values · O2 numerical_behavior
- Interfaces
- PASS · UI (SSR) / REST / MCP
- Supplemental domain review
- Not performed
- Named expert review
- Not performed
- CVP suite
- 4/4 golden · 1/1 CVP boundary · 3/3 invalid · 1/1 property · 1/1 metamorphic · 8/8 O3 · 2/2 cross-interface · 6/6 CVP contract · Manifest
- Sources
- Hibbeler, Mechanics of Materials
- Gere and Goodno, Mechanics of Materials
- Evidence
- 2 legacy golden · 1 legacy boundary · legacy regression suite · 4/4 oracle-backed golden · 3/3 invalid · Artifact integrity PASS
- Semantic contract
- PASS
Full verification
Formulas
Core equations used by this calculator.
How to use
Enter the load, its distance from the fixed end, the length, the modulus, and the area moment
L, E, and I must be positive. a must be greater than 0 and no greater than L.
Read the deflection at the load
The sign of P is the sign of δ.
Example calculations
Common configurations with formula and result.
Load at mid-length
P = 48, a = 1, L = 2, E = 1, I = 1
Load at the free end
P = 48, a = 2, L = 2, E = 1, I = 1 matches the tip-load page
Cantilever Intermediate Deflection calculator specification
Version 1.0.0 · Engine tested
- Engine tested 3/3 tests · Production surface contract 6/6
- Named expert review Not performed
- Calculation version 1.0.0
- Definition
- A cantilever of length L is fixed at one end and carries one concentrated load P at distance a from the fixed end. The deflection at the load is δ = P a³ / (3 E I).
- What it calculates
- Deflection at a concentrated load on a cantilever, at a stated distance from the fixed end.
- Inputs
- P
- a
- L
- E
- I
- Outputs
- delta
- Formula
δ = P a³ / (3 E I).- Assumptions
- Calculation runs locally in the browser; values are not uploaded.
- Keep units consistent with the labels on each field.
- a = L recovers the tip-load page. The free-end deflection when a is shorter than L is a different page.
- Units
- P, a, L, E, and I set the deflection unit.
- Boundary conditions
- missing P, a, L, E, or I → MISSING_REQUIRED_INPUT
- L ≤ 0, E ≤ 0, or I ≤ 0 → VALUE_MUST_BE_POSITIVE
- a ≤ 0 or a > L → INVALID_INPUT
- Example
- P=48 a=1 L=2 E=1 I=1 → δ=16
- Validation cases
3 published on this page · 3/3 tests · Production surface contract 6/6 · View evidence
- P=48 a=1 L=2 E=1 I=1 → δ=16
- P=48 a=2 L=2 E=1 I=1 → δ=128
- a=3 L=2 → INVALID_INPUT
- Sources
- Hibbeler, Mechanics of Materials — Deflection of beams — cantilever with an intermediate loadSupports: The deflection at the load is P a³ / (3 E I).
- Gere and Goodno, Mechanics of Materials — Deflection of beams — cantilever with an intermediate loadSupports: Supports the page formula: δ = P a³ / (3 E I) at the load.
- Hibbeler, Mechanics of Materials — Deflection of beams — cantilever with an intermediate load
- Calculation version
- 1.0.0
Background
Interpretation and common distinctions.
Find the deflection at one concentrated load on a cantilever. a is the distance from the fixed end.
Supported and not supported
Supported: δ = P a³ / (3 E I). a = L is the tip-load page.
Not supported: the free-end deflection when a is shorter than L, a simply supported span, and a uniform load. /calc/mechanical is not open.
Agent / API notes
Capability id: mechanical.statics.cantilever_intermediate_deflection · tool id: cantilever-intermediate-deflection · pin 1.0.0.
{ "P": 48, "a": 1, "L": 2, "E": 1, "I": 1 }
Related tools
Other calculators in this family: Beam Deflection Calculator, Beam Moment Deflection Calculator, Beam Moment Maximum Deflection Calculator, Cantilever Deflection Calculator, Cantilever Load at a Station Calculator, Cantilever Moment at the Couple Calculator, Cantilever Moment Deflection Calculator, Cantilever Outer Uniform Calculator . Explore all Beams & Deflection.
Frequently asked questions
Key distinctions behind the calculation.
Is this the free-end deflection?
Only when a = L. Otherwise the free end moves farther, and that value is a different page.