Deflection Calculation
Deflection calculation predicts how much a part, beam, or tool will bend under load. In machining and precision engineering, accurate deflection estimates are essential for maintaining tolerances, preventing chatter, and designing fixtures and tooling that keep parts within specification.
1. Quick overview — what you need
To compute elastic deflection you typically need:
-
Load (force) F (N) or distributed load w (N/mm)
-
Span / length L (mm)
-
Material elastic modulus E (N/mm²) — e.g., steel ≈ 210,000 N/mm²
-
Cross-section moment of inertia I (mm⁴) — depends on cross-section shape
-
Boundary conditions — cantilever, simply supported, fixed-fixed, etc.
Units: pick mm, N, and N/mm² so deflection comes out in mm.
2. Common closed-form formulas (linear elastic beam theory — Euler–Bernoulli)
-
Cantilever, point load at free end (single F):
δ={F L^{3}}{3 E I}
-
Simply supported beam, center point load F:
δmax=FL348EI\delta_{max} = \dfrac{F L^{3}}{48 E I}δmax=48EIFL3
-
Simply supported beam, uniform distributed load w (force per length):
δmax=5wL4384EI\delta_{max} = \dfrac{5 w L^{4}}{384 E I}δmax=384EI5wL4
-
Fixed–fixed beam, central point load F:
δmax=FL3192EI\delta_{max} = \dfrac{F L^{3}}{192 E I}δmax=192EIFL3
-
Cantilever, uniform load w:
δmax=wL48EI\delta_{max} = \dfrac{w L^{4}}{8 E I}δmax=8EIwL4
These are Euler–Bernoulli results; they assume small deflections, linear elastic material, and plane sections remain plane.
3. Common cross-section moment of inertia formulas (I)
-
Rectangle (base b, height h), neutral axis through centroid (b × h):
I=bh312I = \dfrac{b h^{3}}{12}I=12bh3
-
Solid circle (radius R):
I=πR44=πd464I = \dfrac{\pi R^{4}}{4} = \dfrac{\pi d^{4}}{64}I=4πR4=64πd4
-
Hollow circular tube (outer R_o, inner R_i):
I=π4(Ro4−Ri4)I = \dfrac{\pi}{4}\left(R_o^{4} – R_i^{4}\right)I=4π(Ro4−Ri4)
-
Thin-walled / complex sections: use standard formulas or compute from CAD/FEA.
If you shift axes, use the parallel-axis theorem.
4. Step-by-step example (numeric)
Problem: Cantilever beam, length L = 200 mm, rectangular cross-section b = 10 mm, h = 20 mm, end load F = 100 N, material steel with E = 210 GPa = 210,000 N/mm². Compute tip deflection.
Step A — compute I for rectangle:
I=bh312=10×20312I = \dfrac{b h^{3}}{12} = \dfrac{10 \times 20^{3}}{12}I=12bh3=1210×203
Compute 20³ = 20 × 20 × 20 = 8,000.
So numerator 10 × 8,000 = 80,000.
Divide by 12: I=80,000/12=6,666.6666667 mm4.I = 80{,}000 / 12 = 6{,}666.6666667\ \text{mm}^4.I=80,000/12=6,666.6666667 mm4.
Step B — compute L³:
L3=2003=200×200×200=8,000,000 mm3L^{3} = 200^{3} = 200 \times 200 \times 200 = 8{,}000{,}000\ \text{mm}^3L3=2003=200×200×200=8,000,000 mm3
Step C — plug into cantilever formula:
δ=FL33EI=100×8,000,0003×210,000×6,666.6666667\delta = \dfrac{F L^{3}}{3 E I} = \dfrac{100 \times 8{,}000{,}000}{3 \times 210{,}000 \times 6{,}666.6666667}δ=3EIFL3=3×210,000×6,666.6666667100×8,000,000
Compute numerator: 100×8,000,000=800,000,000.100 \times 8{,}000{,}000 = 800{,}000{,}000.100×8,000,000=800,000,000.
Compute denominator stepwise:
-
3×210,000=630,000.3 \times 210{,}000 = 630{,}000.3×210,000=630,000.
-
630,000×6,666.6666667≈4,200,000,000.630{,}000 \times 6{,}666.6666667 \approx 4{,}200{,}000{,}000.630,000×6,666.6666667≈4,200,000,000.
So:
δ≈800,000,0004,200,000,000≈0.19047619 mm\delta \approx \dfrac{800{,}000{,}000}{4{,}200{,}000{,}000} \approx 0.19047619\ \text{mm}δ≈4,200,000,000800,000,000≈0.19047619 mm
Result: Tip deflection ≈ 0.1905 mm.
5. When beam theory isn’t enough
-
Short/deep beams or high shear effects: use Timoshenko beam theory (includes shear deformation).
-
Large deflections (geometric nonlinearity): use nonlinear analysis or FEA.
-
Material nonlinearity (plasticity): switch to elastic–plastic models.
-
Complex shapes, composite laminates, or 3D loading: use FEA or closed-form composite formulas.
6. Practical considerations for machining & tooling
-
Fixture and toolholder stiffness matter — part deflection may be dominated by fixture compliance rather than part bending.
-
Cutting forces vary with feed & depth of cut — use accurate force models or measure spindle load to compute realistic F.
-
Dynamic effects and chatter — static deflection gives offset; dynamic stiffness and modal analysis are needed for chatter prevention.
-
Safety factors & tolerances — add margin (commonly 1.5–3×) for uncertain loads or when deformation must be avoided.
-
Measure & validate — use dial indicators, laser displacement sensors, or CMMs; compare with FEA/simulation.
-
Minimize deflection by increasing section modulus (use larger h or different cross-section), reduce unsupported length, use stiffer materials, or reduce cutting forces.
7. FEA & verification workflow
-
Build CAD geometry (include fixtures/toolholder).
-
Assign accurate material E and Poisson’s ratio.
-
Apply boundary conditions replicating clamp/fixture.
-
Apply loads (static cutting forces or distributed loads).
-
Mesh with sufficient refinement where gradients are high.
-
Run static and modal analyses as needed.
-
Validate with physical measurement (test cuts, displacement sensors).
8. Quick reference table of deflection formulas (max deflection)
-
Cantilever, end load FFF: δ=FL33EI\delta = \dfrac{F L^{3}}{3 E I}δ=3EIFL3
-
Cantilever, uniform load www: δ=wL48EI\delta = \dfrac{w L^{4}}{8 E I}δ=8EIwL4
-
Simply supported, center load FFF: δ=FL348EI\delta = \dfrac{F L^{3}}{48 E I}δ=48EIFL3
-
Simply supported, uniform load www: δ=5wL4384EI\delta = \dfrac{5 w L^{4}}{384 E I}δ=384EI5wL4
-
Fixed–fixed, center load FFF: δ=FL3192EI\delta = \dfrac{F L^{3}}{192 E I}δ=192EIFL3
9. SEO meta & FAQs for your webpage
Meta title: Deflection Calculation — Beam Formulas, Worked Examples & Machining Tips
Meta description: Learn how to calculate deflection for beams and tooling: closed-form formulas, moment of inertia, step-by-step numeric example, FEA guidance, and machining best practices.
FAQ
-
Q: What is the difference between deflection and deformation?
A: Often used interchangeably; “deflection” usually refers to bending displacement of beams, while “deformation” can mean any dimensional change (bending, stretching, shear).
-
Q: How do I pick E (Young’s modulus) for materials?
A: Use tabulated values: steel ≈ 210 GPa, aluminum ≈ 69 GPa, titanium ≈ 116 GPa; use consistent units (N/mm²).
-
Q: When should I use FEA instead of formulas?
A: For complex geometry, nonstandard loading, complex boundary conditions, composite materials, or when shear/rotary inertia effects are non-negligible.