3.2 Statics, Dynamics, and Mechanics of Materials Core

Key Takeaways

  • Rigid-body static equilibrium in two dimensions requires satisfying three independent scalar equations: Σ F_x = 0, Σ F_y = 0, and Σ M_O = 0; support reaction types dictate the unknown constraints (roller = 1 normal force, pin = 2 orthogonal forces, fixed = 2 forces plus 1 moment).
  • Truss analysis models pin-connected members in pure axial tension or compression; zero-force members can be identified by inspection at unloaded joints with two non-collinear members or three members with two collinear.
  • Planar dynamics separates rectilinear kinematics (v = v₀ + a t, s = s₀ + v₀ t + ½ a t², v² = v₀² + 2 a Δs) from curvilinear motion, where total acceleration resolves into a tangential component (a_t = dv/dt, changing speed) and a normal centripetal component (a_n = v²/ρ, directed toward the center of curvature).
  • Newton's second law (Σ F = m a) directly couples applied kinetics to particle acceleration, while the work-energy principle (T₁ + Σ U₁₋₂ = T₂) and impulse-momentum equation (I = ∫ F dt = m v₂ - m v₁) solve velocity and contact force problems without time-dependent integration.
  • Mechanics of materials evaluates structural safety: normal stress σ = P / A, direct shear stress τ = V / A (or V / [2 A_pin] in double shear), axial elastic elongation δ = P L / (A E), constrained thermal stress σ_T = E α ΔT, and factor of safety FS = σ_fail / σ_allow.
Last updated: September 2026

3.2 Statics, Dynamics, and Mechanics of Materials Core

Quick Answer: Statics establishes rigid-body equilibrium by enforcing $\sum F_x = 0$, $\sum F_y = 0$, and $\sum M_O = 0$. Planar truss members are evaluated via the Method of Joints (local node equilibrium) or Method of Sections (cutting through up to three unknown members). Dynamics governs particle motion via constant-acceleration rectilinear formulas and curvilinear normal/tangential accelerations ($a_t = dv/dt$, $a_n = v^2/\rho$). In mechanics of materials, direct stresses ($\sigma = P/A$, $\tau = V/A$), elastic elongation ($\delta = \frac{PL}{AE}$), and constrained thermal stress ($\sigma_T = E \alpha \Delta T$) ensure structural integrity through the Factor of Safety ($FS = \sigma_{fail} / \sigma_{allow}$).

Industrial engineers evaluate static structures (storage racks, mezzanines, crane supports), dynamic material transport systems (conveyors, robotic arms, Automated Guided Vehicles [AGVs]), and mechanical components (shafts, pins, bolted joints) to ensure safe, cost-effective manufacturing operations. The FE exam rigorously tests these foundational engineering science competencies.


1. Statics and Rigid-Body Equilibrium

A body is in static equilibrium when it remains at rest under the combined action of all applied external forces and moments.

Free-Body Diagrams (FBDs) and Support Reactions

Constructing an accurate FBD requires isolating the body from its surroundings and drawing all applied external loads, body weights, and support constraints:

Support TypeDiagram RepresentationRestrained Degrees of FreedomReactive Unknowns
Roller / Rocker / Smooth SurfaceWheel on ground or single triangleMotion perpendicular to supporting surface1 reaction: Normal force $R_n$ perpendicular to surface
Pin / Hinge / Frictionless PivotPin through clevisTranslation in $x$ and $y$ planes2 reactions: Orthogonal forces $R_x$ and $R_y$
Fixed (Built-in / Cantilever)Embedded beam endTranslation in $x, y$ and rotation3 reactions: $R_x, R_y$, and reaction moment $M_z$

Planar Equilibrium Equations

For two-dimensional coplanar systems, static equilibrium requires three independent scalar equations:

Fx=0,Fy=0,MO=0\sum F_x = 0, \quad \sum F_y = 0, \quad \sum M_O = 0

Where the moment of a force about reference point $O$ is $M_O = F \cdot d_\perp = \mathbf{r} \times \mathbf{F}$, using counterclockwise as the standard positive convention.


2. Planar Truss Analysis and Zero-Force Members

A truss is a structural framework composed of slender members connected at their ends by frictionless pins. In ideal trusses:

  • All loadings are applied strictly at the joints.
  • Members are modeled as weightless two-force members, carrying only axial tensile ($T$) or compressive ($C$) forces.

Zero-Force Member Inspection Rules

Zero-force members carry no load under the given loading condition and can be identified immediately by inspection:

  • Rule 1 (Two non-collinear members): If two non-collinear members meet at an unloaded joint with no external forces or support reactions, both members are zero-force members.
  • Rule 2 (Three members with two collinear): If three members meet at an unloaded joint where two members are collinear, the third non-collinear member is a zero-force member.

Method of Joints vs. Method of Sections

  • Method of Joints: Isolates individual pin joints as concurrent force particles. Because forces are concurrent, $\sum M = 0$ provides no information, leaving two scalar equations per joint ($\sum F_x = 0$, $\sum F_y = 0$). Useful when solving for forces in all truss members, starting at a joint with at most two unknown member forces.
  • Method of Sections: Cuts an imaginary line through the entire truss, dividing it into two separate rigid bodies. The cut must pass through the target member and at most three unknown members. Taking $\sum M = 0$ about the intersection point of two unknown members solves for the third unknown directly in a single algebraic step.

3. Dynamics: Kinematics of Particles

Kinematics describes motion without considering the forces causing it.

Rectilinear Motion with Constant Acceleration ($a = \text{const}$)

For one-dimensional straight-line motion under uniform acceleration:

v=v0+atv = v_0 + a t

s=s0+v0t+12at2s = s_0 + v_0 t + \frac{1}{2} a t^2

v2=v02+2a(ss0)v^2 = v_0^2 + 2 a (s - s_0)

ss0=(v0+v2)ts - s_0 = \left(\frac{v_0 + v}{2}\right) t

Curvilinear Motion in Normal-Tangential ($n\text{-}t$) Coordinates

When a particle moves along a curved path with local radius of curvature $\rho$, velocity is tangent to the path ($\mathbf{v} = v \mathbf{u}_t$). Acceleration resolves into two orthogonal components:

a=atut+anun\mathbf{a} = a_t \mathbf{u}_t + a_n \mathbf{u}_n

  • Tangential Acceleration ($a_t$): Measures the rate of change of speed along the path: at=dvdt=v˙=vdvdsa_t = \frac{dv}{dt} = \dot{v} = v \frac{dv}{ds}
  • Normal (Centripetal) Acceleration ($a_n$): Measures the rate of change of velocity direction, always directed inward toward the center of curvature: an=v2ρa_n = \frac{v^2}{\rho}
  • Total Acceleration Magnitude: a=at2+an2a = \sqrt{a_t^2 + a_n^2}

If speed is constant ($v = \text{const}$), $a_t = 0$, but normal acceleration remains non-zero ($a_n = v^2/\rho$).


4. Kinetics: Newton's Second Law, Work-Energy, and Impulse-Momentum

Kinetics relates forces to the resulting particle motion.

Newton's Second Law

F=ma\sum \mathbf{F} = m \mathbf{a}

In $n\text{-}t$ coordinates: Ft=mat=mdvdt\sum F_t = m a_t = m \frac{dv}{dt} Fn=man=mv2ρ\sum F_n = m a_n = m \frac{v^2}{\rho}

Work-Energy Principle

Work done by external forces equals the change in kinetic energy:

T1+U12=T2T_1 + \sum U_{1\to 2} = T_2

Where:

  • Kinetic energy of a particle: $T = \frac{1}{2} m v^2$
  • Work of a constant force: $U = F d \cos\theta$
  • Work of gravity: $U_g = -m g \Delta y = -m g (y_2 - y_1)$
  • Work of an elastic spring: $U_s = -\frac{1}{2} k (x_2^2 - x_1^2)$, where $x$ is stretch or compression from unstretched length

For conservative systems with no non-conservative work (such as friction):

T1+Vg1+Ve1=T2+Vg2+Ve2T_1 + V_{g1} + V_{e1} = T_2 + V_{g2} + V_{e2}

Principle of Linear Impulse and Momentum

Linear impulse of a resultant force acting over time interval $\Delta t = t_2 - t_1$ equals the change in linear momentum:

mv1+t1t2Fdt=mv2m \mathbf{v}_1 + \sum \int_{t_1}^{t_2} \mathbf{F} dt = m \mathbf{v}_2

I=FavgΔt=mv2mv1\mathbf{I} = \mathbf{F}_{avg} \Delta t = m \mathbf{v}_2 - m \mathbf{v}_1

If external resultant forces are zero ($\sum \mathbf{F}{ext} = \mathbf{0}$), total linear momentum is conserved: $m_1 \mathbf{v}{1i} + m_2 \mathbf{v}{2i} = m_1 \mathbf{v}{1f} + m_2 \mathbf{v}_{2f}$. In impacts, the coefficient of restitution ($e$) along the line of impact is:

e=v2fv1fv1iv2i,0e1e = \frac{v_{2f} - v_{1f}}{v_{1i} - v_{2i}}, \quad 0 \le e \le 1


5. Mechanics of Materials: Stress, Strain, and Deformation

Mechanics of materials determines the internal stresses and deformations within structural members subjected to external loads.

Direct Normal and Shear Stresses

  • Direct Normal Stress ($\sigma$): Axial force $P$ perpendicular to cross-sectional area $A$: σ=PA\sigma = \frac{P}{A} Tension is positive ($+$, member elongates); compression is negative ($-$, member shortens).
  • Direct Shear Stress ($\tau$): Internal shear force $V$ acting parallel to cross-sectional area $A$: τsingle=VA\tau_{single} = \frac{V}{A} τdouble=V2Apin\tau_{double} = \frac{V}{2 A_{pin}} In a double-shear pin connection, the total transmitted force $V$ is distributed equally across two shear planes, cutting the required pin area in half.

Hooke's Law and Axial Elastic Elongation

Within the linear elastic region, stress is proportional to engineering strain ($\epsilon = \delta / L_0$):

σ=Eϵ\sigma = E \epsilon

Where $E$ is Young's modulus (Modulus of Elasticity, e.g., structural steel $E \approx 200\text{ GPa} = 29 \times 10^6\text{ psi}$; aluminum $E \approx 70\text{ GPa} = 10 \times 10^6\text{ psi}$). Combining $\sigma = P/A$ and $\epsilon = \delta/L$ gives total axial deformation:

δ=PLAE\delta = \frac{P L}{A E}

Poisson's Ratio and Shear Modulus

When a bar is stretched axially, it contracts laterally. Poisson's ratio ($\nu$) is the ratio of lateral strain to longitudinal axial strain:

ν=ϵlateralϵaxial\nu = -\frac{\epsilon_{lateral}}{\epsilon_{axial}}

For metals, $\nu$ typically ranges from $0.25$ to $0.35$. Shear modulus $G$ relates to $E$ and $\nu$ via:

G=E2(1+ν)G = \frac{E}{2(1 + \nu)}


6. Thermal Stress and Factor of Safety

Thermal Deformation and Constrained Thermal Stress

An unrestrained member subjected to temperature change $\Delta T$ undergoes thermal expansion without developing internal stress:

δT=αLΔT,σunconstrained=0\delta_T = \alpha L \Delta T, \quad \sigma_{unconstrained} = 0

Where $\alpha$ is the linear coefficient of thermal expansion ($1/^\circ\text{C}$ or $1/^\circ\text{F}$). For structural steel, $\alpha \approx 12 \times 10^{-6}\text{ /}^\circ\text{C} \approx 6.5 \times 10^{-6}\text{ /}^\circ\text{F}$.

If the member is constrained between unyielding, rigid walls, the total deformation must be zero ($\delta_{total} = \delta_T - \delta_P = 0$):

αLΔTPLAE=0    σT=PA=EαΔT\alpha L \Delta T - \frac{P L}{A E} = 0 \implies \sigma_T = \frac{P}{A} = E \alpha \Delta T

CRITICAL SIGN CONVENTION: When temperature increases ($\Delta T > 0$), a constrained member attempts to expand, and the unyielding supports exert inward compressive forces. Thus, heating induces compressive thermal stress, while cooling ($\Delta T < 0$) induces tensile thermal stress.

Factor of Safety ($FS$)

Structural designs incorporate a safety margin to account for material variability, dynamic shock loads, and manufacturing tolerances:

FS=σfailσallow=σyieldσworkingorσultimateσallowFS = \frac{\sigma_{fail}}{\sigma_{allow}} = \frac{\sigma_{yield}}{\sigma_{working}} \quad \text{or} \quad \frac{\sigma_{ultimate}}{\sigma_{allow}}

Allowable working stress is therefore: $\sigma_{allow} = \frac{\sigma_{fail}}{FS}$.


7. Step-by-Step Worked Engineering Examples

Example 1: Truss Member Force via Method of Sections

Problem: A symmetrical Warren truss carries an overhead crane hoist in a distribution warehouse. The truss has lower chord joints $A, B, C, D$ and upper chord joints $E, F, G$, with bay widths of $3\text{ m}$ and height $4\text{ m}$. A vertical downward payload of $P = 60\text{ kN}$ is suspended at joint $B$, which sits $3\text{ m}$ from support $A$ on a $9\text{ m}$ span. Support reactions follow from global equilibrium: $R_{Ay} = 60(9 - 3)/9 = 40\text{ kN}$ (pin at $A$) and $R_{Dy} = 60(3)/9 = 20\text{ kN}$ (roller at $D$). Determine the internal axial force in the top horizontal chord member $EF$.

Step-by-Step Solution:

  1. Select the cut section: Pass an imaginary section cut through upper chord member $EF$, diagonal member $EB$, and lower chord member $AB$. Retain the left-hand portion of the truss containing joint $A$.
  2. Identify exposed internal forces: The cut exposes internal axial forces $F_{EF}$ (top chord), $F_{EB}$ (diagonal), and $F_{AB}$ (bottom chord). Assume all unknown forces are in tension (pointing away from the cut face).
  3. Select optimal moment center: Notice that both unknown diagonal force $F_{EB}$ and unknown lower chord force $F_{AB}$ pass directly through joint $B$. Taking moments about joint $B$ eliminates both $F_{EB}$ and $F_{AB}$ in a single equation: MB=0\sum M_B = 0
  4. Formulate moment equilibrium on left section:
    • Upward support reaction at $A$ ($R_{Ay} = 40\text{ kN}$) acts at horizontal distance $3\text{ m}$ from $B$, creating a clockwise (negative) moment: $-40\text{ kN} \times 3\text{ m} = -120\text{ kN}\cdot\text{m}$.
    • Force $F_{EF}$ acts along the top chord at height $4\text{ m}$ above joint $B$. Assuming tension (pointing rightward toward $F$), it creates a clockwise (negative) moment about $B$: $-F_{EF} \times 4\text{ m}$. MB=RAy(3 m)FEF(4 m)=0\sum M_B = -R_{Ay}(3\text{ m}) - F_{EF}(4\text{ m}) = 0 1204FEF=0    FEF=1204=30.0 kN-120 - 4 F_{EF} = 0 \implies F_{EF} = -\frac{120}{4} = -30.0\text{ kN}
  5. Interpret the sign: The negative sign confirms that member $EF$ is in compression ($30.0\text{ kN (C)}$).

Example 2: Dynamic AGV Braking and Normal Acceleration

Problem: An automated guided vehicle (AGV) in a semiconductor cleanroom has a total mass of $m = 400\text{ kg}$. The AGV enters a circular curve of radius $\rho = 25\text{ m}$ at an initial speed of $v_0 = 6.0\text{ m/s}$. While traversing the curve, its friction brakes apply a constant tangential retarding force of $F_{brake} = 600\text{ N}$. Calculate the magnitude of the total acceleration vector of the AGV immediately after braking commences.

Step-by-Step Solution:

  1. Determine tangential acceleration ($a_t$): By Newton's second law along the path tangent: Ft=Fbrake=mat\sum F_t = -F_{brake} = m a_t at=600 N400 kg=1.50 m/s2a_t = \frac{-600\text{ N}}{400\text{ kg}} = -1.50\text{ m/s}^2
  2. Determine normal (centripetal) acceleration ($a_n$): At the instant braking begins, speed is $v = 6.0\text{ m/s}$: an=v2ρ=(6.0 m/s)225 m=36.025=1.44 m/s2a_n = \frac{v^2}{\rho} = \frac{(6.0\text{ m/s})^2}{25\text{ m}} = \frac{36.0}{25} = 1.44\text{ m/s}^2
  3. Calculate total acceleration magnitude: The tangential and normal components are mutually perpendicular ($90^\circ$): a=at2+an2=(1.50)2+(1.44)2=2.25+2.0736=4.3236=2.08 m/s2a = \sqrt{a_t^2 + a_n^2} = \sqrt{(-1.50)^2 + (1.44)^2} = \sqrt{2.25 + 2.0736} = \sqrt{4.3236} = 2.08\text{ m/s}^2

8. Common FE Exam Traps in Statics, Dynamics, and Materials

ConceptFatal Exam PitfallCorrect Engineering Methodology
Single vs. Double ShearUsing $\tau = V / A$ for clevis or double-lap bolted connections.For double shear, the applied load is divided between two shear planes: $\tau = V / (2 A_{pin})$. Required pin area is halved.
Thermal Stress SignAssuming thermal expansion results in tensile stress.When constrained against expansion, heating ($\Delta T > 0$) causes the rigid supports to push inward, producing compressive stress.
Moment of Inertia Base/HeightSwapping base $b$ and height $h$ in beam bending moment of inertia: $I = \frac{b h^3}{12}$.Height $h$ is always the dimension perpendicular to the neutral bending axis ($h$ is cubed).
Curvilinear AccelerationOmitting centripetal acceleration ($v^2/\rho$) when an object moves around a curve at constant speed.Constant speed only implies $a_t = 0$. Normal acceleration $a_n = v^2/\rho$ remains active because velocity direction changes continuously.
Mass vs. Weight in KineticsSubstituting weight in pounds-force ($W$) directly for mass $m$ in $F = m a$.In US Customary units, mass must be expressed in slugs: $m = W / g$ (where $g = 32.2\text{ ft/s}^2$). In SI, mass is kilograms ($kg$).
Truss Zero-Force MembersMisidentifying joints with external loads as zero-force members.Zero-force member inspection rules apply only to joints where no external forces or support reactions are applied.
Test Your Knowledge

A solid structural steel tie rod (E = 200 GPa, coefficient of thermal expansion α = 12 × 10⁻⁶ /°C) is mounted tightly between two rigid, unyielding walls at an initial temperature of 20°C with zero initial stress. If the temperature rises to 70°C, what is the magnitude and state of stress induced in the rod?

A
B
C
D
Test Your Knowledge

An industrial Automated Guided Vehicle (AGV) with a total mass of 500 kg travels along a horizontal circular track of radius 20 m at a constant speed of 4.0 m/s. What is the magnitude of the net horizontal centripetal force required to maintain this circular path?

A
B
C
D
Test Your Knowledge

A double-shear pin joint secures a hydraulic actuator to a structural frame. The actuator exerts an axial tensile load of P = 60 kN. If the allowable shear stress of the steel pin is 150 MPa, what is the minimum required cross-sectional area of the pin?

A
B
C
D