Offset Load Deflection Calculator
Deflection under a concentrated load that is not at midspan. δ = P a² b² / (3 E I L). I is an input. Runs locally.
Trust summary CVP VERIFIED · production STALE · CVP protocol 1.0.0-proposed · Engineering assurance
- Input interpretation
- Enter values to calculate.
- Result
- —
- Assurance
- Engineering
- Declared partition coverage
- PASS · 2/2 declared partitions (domain, invalid-domain) · Matrix
- Known limitations
- Physics L1 gap capability
- Core CVP does not include live graph, viewport, or pointer interaction.
- Model
- Deflection under one concentrated load on a simply supported span, at a stated distance from the left support.
- 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· View Manifest · CVP overview · Specification
- Versions
- Calculation 1.0.0 · CVP protocol 1.0.0-proposed
- CVP identity
- 0/0 property · digest ac2a96a937bb
- Legacy regression
- 4/4 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 · O2 expected_values · O2 numerical_behavior
- Interfaces
- PASS · UI (SSR) / REST / MCP
- Supplemental domain review
- Not performed
- Named expert review
- Not performed
- CVP suite
- 1/1 golden · 2/2 CVP boundary · 2/2 invalid · 1/1 cross-interface · 6/6 CVP contract · Manifest
- Sources
- Hibbeler, Mechanics of Materials
- Gere and Goodno, Mechanics of Materials
- Evidence
- 2 legacy golden · 2 legacy boundary · legacy regression suite · 1/1 oracle-backed golden · 2/2 invalid · Artifact integrity PASS
- Semantic contract
- PASS
Full verification
Formulas
Core equations used by this calculator.
How to use
Enter the load, its position, the span, the modulus, and the area moment
L, E, and I must be positive. a must lie strictly between the supports. P may be negative. Positive P is the positive deflection direction. P, a, L, E, and I share one unit system, and δ then has the unit of L.
Read the deflection under the load
δ = P a² b² / (3 E I L), with b = L − a. The sign of P is the sign of δ.
Example calculations
Common configurations with formula and result.
Load at one quarter of a span of 4
P = 48, a = 1, L = 4, E = 1, I = 1, in one consistent unit system
Same load at midspan
P = 48, a = 1, L = 2, E = 1, I = 1 matches the beam-deflection page
Offset Load Deflection calculator specification
Version 1.0.0 · Engine tested
- Engine tested 4/4 tests · Production surface contract 6/6
- Named expert review Not performed
- Calculation version 1.0.0
- Definition
- A simply supported span of length L carries one concentrated load P at distance a from the left support. The other segment is b = L − a. The deflection under the load is δ = P a² b² / (3 E I L). E is the elastic modulus. I is the centroidal area moment, typed in.
- What it calculates
- Deflection under one concentrated load on a simply supported span, at a stated distance from the left support.
- Inputs
- P
- a
- L
- E
- I
- Outputs
- delta
- b
- P
- a
- L
- E
- I
- Formula
δ = P a² b² / (3 E I L), b = L − a.- Assumptions
- Calculation runs locally in the browser; values are not uploaded.
- Keep units consistent with the labels on each field.
- I comes from a section page. a = L/2 recovers the midspan point-load page. The largest deflection, when the load is not at midspan, is not under the load and is not this page.
- Units
- P, a, L, E, and I set the deflection unit. δ has the unit of length when those five are consistent.
- 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=4 E=1 I=1 → δ=36
- Validation cases
3 published on this page · 4/4 tests · Production surface contract 6/6 · View evidence
- P=48 a=1 L=4 E=1 I=1 → δ=36
- P=48 a=1 L=2 E=1 I=1 → δ=8
- a=0 → INVALID_INPUT
- Sources
- Hibbeler, Mechanics of Materials — Deflection of beams — simply supported beam with a concentrated load at an intermediate pointSupports: The deflection under the load is P a² b² / (3 E I L) when b = L − a.
- Gere and Goodno, Mechanics of Materials — Deflection of beams — simply supported beam with a concentrated load at an intermediate pointSupports: Supports the page formula: δ = P a² b² / (3 E I L)
- Hibbeler, Mechanics of Materials — Deflection of beams — simply supported beam with a concentrated load at an intermediate point
- Calculation version
- 1.0.0
Background
Interpretation and common distinctions.
Find the deflection under one concentrated load on a simply supported span. The load sits at distance a from the left support.
Supported and not supported
Supported: δ = P a² b² / (3 E I L), with b = L − a. Positive P is the positive deflection direction. Aliases are load, force, F, position, span, length, youngs, modulus, Ix, and inertia.
Not supported: a load at a support, the off-load maximum, a cantilever, a uniform load, an end moment, and rebuilding I from a section. /calc/mechanical is not open.
Agent / API notes
Capability id: mechanical.statics.offset_load_deflection · tool id: offset-load-deflection · pin 1.0.0.
{ "P": 48, "a": 1, "L": 4, "E": 1, "I": 1 }
Share the link with P, a, L, E, and I. The result is not written into the link.
Related tools
Other calculators in this family: Angled Pull Calculator, Angled Pull on an Incline Calculator, Area Moment Calculator, Beam Deflection Calculator, Beam Moment Deflection Calculator, Beam Moment Maximum Deflection Calculator, Bending Stress Calculator, Cantilever Deflection Calculator . Explore all Statics & Strength.
Frequently asked questions
Key distinctions behind the calculation.
Where is the deflection reported?
Directly under the concentrated load. When the load is not at midspan, the largest deflection is farther toward the middle and is not this page.
Does this rebuild the area moment?
No. I is an input. A rectangle, a circle, and a hollow circle stay on their section pages.
What if the load is at midspan?
a = L/2 gives δ = P L³/(48 E I), the same number as the midspan point-load page.