Fiveable

🛠️Mechanical Engineering Design Unit 5 Review

QR code for Mechanical Engineering Design practice questions

5.4 Deflection and Stiffness

5.4 Deflection and Stiffness

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🛠️Mechanical Engineering Design
Unit & Topic Study Guides

Beam deflection is central to mechanical design because excessive deformation can cause parts to misalign, vibrate, or fail even when stresses are well below yield. Understanding how beams deform under load lets you size members, select materials, and choose support configurations that keep deflections within acceptable limits.

This section covers the elastic curve, the roles of stiffness and strain energy, and two major calculation methods: the moment-area method and Castigliano's theorem.

Beam Deflection and Elastic Curve

Understanding Beam Deflection

Beam deflection is the transverse displacement of a beam's neutral axis from its original straight position when loads are applied. You can measure this displacement at any point along the beam's length, but design specs usually focus on the maximum deflection.

The elastic curve is the shape the beam's neutral axis takes after deformation. Think of it as a snapshot of how the beam bends. For a simply supported beam with a central point load, the elastic curve is symmetric and peaks at midspan. For a cantilever with a tip load, the curve sweeps downward from the fixed end to the free end.

The elastic curve is governed by the differential equation:

d2ydx2=M(x)EI\frac{d^2 y}{dx^2} = \frac{M(x)}{EI}

where yy is the transverse deflection, xx is the position along the beam, M(x)M(x) is the internal bending moment, and EIEI is the flexural rigidity. Solving this equation (with appropriate boundary conditions) gives you the deflection at every point.

Factors Influencing Beam Deflection

Flexural rigidity (EIEI) is the single most important parameter controlling deflection. It combines two things:

  • Modulus of elasticity (EE): a material property. Steel (E200 GPaE \approx 200 \text{ GPa}) deflects far less than aluminum (E70 GPaE \approx 70 \text{ GPa}) for the same geometry and load.
  • Second moment of area (II): a geometric property of the cross section. An I-beam has a much larger II than a solid rectangular bar of the same weight because material is concentrated far from the neutral axis.

Higher EIEI means less deflection for a given load. Doubling either EE or II cuts the deflection roughly in half (for linearly elastic behavior).

Support conditions set the boundary conditions that shape the elastic curve:

  • A cantilever beam (fixed at one end, free at the other) deflects more than a simply supported beam under the same load because it has fewer constraints.
  • A fixed-fixed beam is stiffer than a simply supported beam of the same span because the fixed ends resist rotation.

Load type and placement also matter. A concentrated point load at midspan produces a different deflection profile than a uniformly distributed load over the full span. For a simply supported beam of length LL, the max deflection under a central point load PP is δ=PL348EI\delta = \frac{PL^3}{48EI}, while under a uniform load ww it's δ=5wL4384EI\delta = \frac{5wL^4}{384EI}. Knowing these standard cases saves significant calculation time.

Understanding Beam Deflection, mechanical engineering - Derivation of beam slope for a cantilever beam - Engineering Stack Exchange

Stiffness and Strain Energy

Stiffness Concepts

Stiffness quantifies how much force is needed to produce a unit of deflection. For a linear elastic system:

k=Fδk = \frac{F}{\delta}

where kk is the stiffness (units of N/m or lb/in), FF is the applied force, and δ\delta is the resulting deflection. A stiffer beam requires more force to deflect the same amount.

Stiffness depends on the same three factors that control deflection: material (EE), geometry (II), and support conditions. For example, the stiffness of a simply supported beam loaded at midspan is:

k=48EIL3k = \frac{48EI}{L^3}

Notice that stiffness drops with the cube of the span length. Doubling the beam's length reduces its stiffness by a factor of eight. This is why long spans are so much more prone to deflection problems.

When multiple springs or structural members act together, their combined stiffness depends on the arrangement:

  • In parallel (sharing the same deflection): ktotal=k1+k2k_{total} = k_1 + k_2
  • In series (sharing the same force): 1ktotal=1k1+1k2\frac{1}{k_{total}} = \frac{1}{k_1} + \frac{1}{k_2}

These combinations come up frequently when analyzing machine frames or bolted joints.

Understanding Beam Deflection, Beams and potato chips - All this

Strain Energy in Beams

Strain energy (UU) is the elastic potential energy stored in a beam as it deforms. It equals the work done by external loads during deformation. For a beam in bending, the strain energy is:

U=0L[M(x)]22EIdxU = \int_0^L \frac{[M(x)]^2}{2EI} \, dx

This integral sums the energy stored in every infinitesimal slice of the beam. Regions with large bending moments store more energy.

For a simple case, consider a cantilever of length LL with a tip load PP. The moment at position xx from the free end is M(x)=PxM(x) = Px, so:

U=0L(Px)22EIdx=P2L36EIU = \int_0^L \frac{(Px)^2}{2EI} \, dx = \frac{P^2 L^3}{6EI}

Strain energy connects directly to stiffness: for a linear system, U=12Fδ=F22kU = \frac{1}{2} F \delta = \frac{F^2}{2k}. A stiffer beam stores less strain energy for the same applied load. This relationship is the foundation for Castigliano's theorem, covered next.

Deflection Calculation Methods

Moment-Area Method

The moment-area method is a semi-graphical technique that uses the M/EIM/EI diagram to find slopes and deflections without fully integrating the elastic curve equation. It's built on two theorems.

First Moment-Area Theorem: The change in slope between any two points A and B on the elastic curve equals the area under the M/EIM/EI diagram between those points.

θBθA=ABM(x)EIdx\theta_B - \theta_A = \int_A^B \frac{M(x)}{EI} \, dx

Second Moment-Area Theorem: The vertical deviation of point B from the tangent drawn at point A equals the first moment of the M/EIM/EI area between A and B, taken about point B.

tB/A=ABM(x)EIxˉBdxt_{B/A} = \int_A^B \frac{M(x)}{EI} \cdot \bar{x}_B \, dx

where xˉB\bar{x}_B is the horizontal distance from each area element to point B.

How to apply the moment-area method:

  1. Draw the bending moment diagram for the beam.
  2. Divide the moment diagram by EIEI to get the M/EIM/EI diagram. (If EIEI is constant, the shape is the same as the moment diagram, just scaled.)
  3. Identify the two points of interest (often a support where you know the slope or deflection, and the point where you want the deflection).
  4. Calculate the area under the M/EIM/EI diagram between those points (first theorem gives slope change).
  5. Calculate the first moment of that area about the point where you want the deflection (second theorem gives the tangential deviation).
  6. Use geometry of the elastic curve to convert the tangential deviation into the actual deflection.

This method works well for simply supported and cantilever beams with straightforward loading. It becomes cumbersome for beams with many different load segments or varying cross sections.

Castigliano's Theorem

Castigliano's theorem is an energy method that finds deflections by differentiating the total strain energy with respect to a force. It's especially powerful for complex or statically indeterminate problems.

The theorem states: The partial derivative of the total strain energy with respect to an applied force (or moment) gives the displacement (or rotation) at the point and in the direction of that force (or moment).

δ=UPθ=UM0\delta = \frac{\partial U}{\partial P} \qquad \theta = \frac{\partial U}{\partial M_0}

where UU is the total strain energy, PP is a concentrated force, M0M_0 is an applied moment, δ\delta is the deflection at the point of PP, and θ\theta is the rotation at the point of M0M_0.

How to apply Castigliano's theorem:

  1. Write the internal bending moment M(x)M(x) as a function of position along the beam. Keep the force of interest (PP or M0M_0) as a symbolic variable, even if its numerical value is known.
  2. Write the strain energy expression: U=0L[M(x)]22EIdxU = \int_0^L \frac{[M(x)]^2}{2EI} \, dx
  3. Differentiate under the integral sign: δ=0LM(x)EIMPdx\delta = \int_0^L \frac{M(x)}{EI} \cdot \frac{\partial M}{\partial P} \, dx This avoids squaring and then differentiating, which saves work.
  4. Evaluate the integral and substitute the actual value of PP.

Dummy load trick: If you need the deflection at a point where no external load is applied, place a fictitious (dummy) force QQ at that point, carry it through the calculation, and then set Q=0Q = 0 at the end. This extends the method to any location on the beam.

Castigliano's theorem handles statically indeterminate beams, frames, and structures with varying cross sections or multiple load types. It also extends naturally to combined loading (bending + axial + torsion) by summing the strain energy contributions from each type.