8.1 Statics Equilibrium, Free-Body Diagrams, and Force Systems

Key Takeaways

  • A rigid body is in static equilibrium if and only if the vector sum of all external forces is zero (Sum F = 0) and the vector sum of all external moments about any point is zero (Sum M = 0).
  • Free-Body Diagrams (FBDs) isolate a body from its surroundings and replace all physical supports, contacts, and gravity with their corresponding force and couple moment reaction components.
  • In 2D equilibrium analysis, a fixed support yields 3 unknown reactions (2 forces and 1 couple moment), a smooth pin connection yields 2 unknown forces, and a roller or cable yields 1 unknown force normal to the constraint or along the cable axis.
  • The moment of a force vector F about a reference point O is computed using the vector cross product M_O = r x F, where r is the position vector from O to any point along the line of action of F.
Last updated: August 2026

8.1 Statics Equilibrium, Free-Body Diagrams, and Force Systems

Core Engineering Principle: Statics is the branch of engineering mechanics that analyzes physical systems in static equilibrium—where bodies remain at rest or move at a constant velocity without acceleration. For a system to maintain static equilibrium, the resultant external force vector and the resultant external moment vector must both evaluate identically to zero.

Force Vectors and 2D/3D Component Decomposition

Forces are vector quantities possessing magnitude, direction, and a point or line of application. On the NCEES FE exam, force vector analysis requires decomposing forces into orthogonal Cartesian components.

2D Force Vector Representation

In a two-dimensional Cartesian plane, a force $\mathbf{F}$ with magnitude $F$ making an angle $\theta$ with the positive $x$-axis is represented as:

F=Fxi+Fyj=(Fcosθ)i+(Fsinθ)j\mathbf{F} = F_x \mathbf{i} + F_y \mathbf{j} = (F \cos \theta)\mathbf{i} + (F \sin \theta)\mathbf{j}

The magnitude and directional orientation angle of the resultant force $\mathbf{F}_R = \sum \mathbf{F}$ are calculated using:

FR=(Fx)2+(Fy)2,θ=arctanFyFxF_R = \sqrt{(\sum F_x)^2 + (\sum F_y)^2}, \quad \theta = \arctan\left| \frac{\sum F_y}{\sum F_x} \right|

3D Force Vector and Direction Cosines

In three-dimensional space, a force $\mathbf{F}$ directed along a line connecting point $A(x_A, y_A, z_A)$ to point $B(x_B, y_B, z_B)$ is defined using the position vector $\mathbf{r}{AB}$ and its corresponding unit vector $\mathbf{u}{AB}$:

rAB=(xBxA)i+(yByA)j+(zBzA)k\mathbf{r}_{AB} = (x_B - x_A)\mathbf{i} + (y_B - y_A)\mathbf{j} + (z_B - z_A)\mathbf{k}

rAB=rAB=(xBxA)2+(yByA)2+(zBzA)2r_{AB} = |\mathbf{r}_{AB}| = \sqrt{(x_B - x_A)^2 + (y_B - y_A)^2 + (z_B - z_A)^2}

uAB=rABrAB=cosαi+cosβj+cosγk\mathbf{u}_{AB} = \frac{\mathbf{r}_{AB}}{r_{AB}} = \cos \alpha \mathbf{i} + \cos \beta \mathbf{j} + \cos \gamma \mathbf{k}

F=FuAB=F(xBxArABi+yByArABj+zBzArABk)\mathbf{F} = F \mathbf{u}_{AB} = F \left( \frac{x_B - x_A}{r_{AB}} \mathbf{i} + \frac{y_B - y_A}{r_{AB}} \mathbf{j} + \frac{z_B - z_A}{r_{AB}} \mathbf{k} \right)

where $\cos \alpha$, $\cos \beta$, and $\cos \gamma$ represent the direction cosines satisfying $\cos^2 \alpha + \cos^2 \beta + \cos^2 \gamma = 1$.

Free-Body Diagrams (FBDs) and Support Reaction Types

Creating an accurate Free-Body Diagram (FBD) is the single most critical step in solving statics problems. An FBD requires completely isolating the body from its environment and drawing all applied external loads, body forces (gravity), and reaction forces/moments exerted by physical supports.

Support Connection Type2D / 3DReaction Components Removed / UnknownsDirection / Line of Action
Flexible Cable / Rope2D & 3D1 Force ($T$)Tension pulling along the axis of the cable
Roller / Smooth Surface2D & 3D1 Force ($N$)Compressive force perpendicular (normal) to surface
Smooth Pin / Hinge2D2 Forces ($A_x, A_y$)Arbitrary horizontal and vertical force components
Fixed Support (Cantilever)2D3 Reactions ($A_x, A_y, M_A$)Horizontal force, vertical force, and couple moment
Ball-and-Socket Joint3D3 Forces ($A_x, A_y, A_z$)Three orthogonal force components (0 moment reactions)
Fixed Support (Built-in)3D6 Reactions ($A_x, A_y, A_z, M_x, M_y, M_z$)Three orthogonal forces and three orthogonal moments

Exam Tip: A support prevents translation in a given direction by exerting a force reaction in that direction. A support prevents rotation about an axis by exerting a couple moment reaction about that axis.

Scalar and Vector Equations of Static Equilibrium

Two-Dimensional (Coplanar) Equilibrium

For a 2D rigid body subjected to coplanar forces, 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 $\sum M_O$ is the sum of moments of all external forces and applied couples evaluated about any arbitrary reference point $O$.

Moment of a Force about a Point and Axis

The moment $\mathbf{M}_O$ of a force $\mathbf{F}$ about a reference point $O$ is defined by the cross product:

MO=r×F=ijk rxryrz FxFyFz\mathbf{M}_O = \mathbf{r} \times \mathbf{F} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\\ r_x & r_y & r_z \\\ F_x & F_y & F_z \end{vmatrix}

where $\mathbf{r} = r_x \mathbf{i} + r_y \mathbf{j} + r_z \mathbf{k}$ is a position vector drawn from point $O$ to any point on the line of action of force $\mathbf{F}$.

To find the moment component $M_u$ of a force about a specific axis defined by unit vector $\mathbf{u}$, use the triple scalar product:

Mu=u(r×F)=uxuyuz rxryrz FxFyFzM_u = \mathbf{u} \cdot (\mathbf{r} \times \mathbf{F}) = \begin{vmatrix} u_x & u_y & u_z \\\ r_x & r_y & r_z \\\ F_x & F_y & F_z \end{vmatrix}

Equivalent Force-Couple Systems

Any complex system of forces and couples acting on a rigid body can be reduced to an equivalent single resultant force $\mathbf{F}R = \sum \mathbf{F}$ acting at a specified point $O$, combined with a resultant couple moment $\mathbf{M}{RO} = \sum \mathbf{M}_O$.

Worked Engineering Problems

Problem 1: 2D Rigid Body Equilibrium with Inclined Cable and Support Reactions

Scenario: A uniform horizontal steel beam $AB$ of length $L = 6.0\text{ m}$ and mass $m = 120\text{ kg}$ is supported by a smooth pin connection at $A$ and a cable attached at end $B$ inclined at $\theta = 30^\circ$ above the horizontal. A concentrated downward vertical load $P = 4.0\text{ kN}$ is applied at $x = 4.0\text{ m}$ from $A$. Assuming gravitational acceleration $g = 9.81\text{ m/s}^2$, determine the tension $T$ in the cable and the magnitude of the total reaction force $R_A$ at pin support $A$.

Solution:

  1. Calculate the beam self-weight $W$: W=mg=(120 kg)(9.81 m/s2)=1177.2 N=1.1772 kNW = m g = (120\text{ kg})(9.81\text{ m/s}^2) = 1177.2\text{ N} = 1.1772\text{ kN} This weight acts downward at the beam midspan ($x = 3.0\text{ m}$).

  2. Sum moments about pin $A$ (counterclockwise positive): MA=0    (Tsin30)(6.0 m)W(3.0 m)P(4.0 m)=0\sum M_A = 0 \implies (T \sin 30^\circ)(6.0\text{ m}) - W(3.0\text{ m}) - P(4.0\text{ m}) = 0 (T0.5)(6.0)(1.1772)(3.0)(4.0)(4.0)=0(T \cdot 0.5)(6.0) - (1.1772)(3.0) - (4.0)(4.0) = 0 3.0T3.531616.0=0    3.0T=19.5316    T=6.5105 kN6.51 kN3.0 T - 3.5316 - 16.0 = 0 \implies 3.0 T = 19.5316 \implies T = 6.5105\text{ kN} \approx 6.51\text{ kN}

  3. Apply horizontal equilibrium $\sum F_x = 0$: Fx=0    AxTcos30=0\sum F_x = 0 \implies A_x - T \cos 30^\circ = 0 Ax=(6.5105 kN)cos30=(6.5105)(0.866025)=5.6383 kNA_x = (6.5105\text{ kN}) \cos 30^\circ = (6.5105)(0.866025) = 5.6383\text{ kN}

  4. Apply vertical equilibrium $\sum F_y = 0$: Fy=0    Ay+Tsin30WP=0\sum F_y = 0 \implies A_y + T \sin 30^\circ - W - P = 0 Ay+(6.5105)(0.5)1.17724.0=0    Ay+3.25535.1772=0    Ay=1.9219 kNA_y + (6.5105)(0.5) - 1.1772 - 4.0 = 0 \implies A_y + 3.2553 - 5.1772 = 0 \implies A_y = 1.9219\text{ kN}

  5. Determine resultant reaction magnitude at pin $A$: RA=Ax2+Ay2=(5.6383)2+(1.9219)2=31.790+3.694=35.484=5.957 kN5.96 kNR_A = \sqrt{A_x^2 + A_y^2} = \sqrt{(5.6383)^2 + (1.9219)^2} = \sqrt{31.790 + 3.694} = \sqrt{35.484} = 5.957\text{ kN} \approx 5.96\text{ kN}


Problem 2: 3D Force Moment Vector and Axis Projection

Scenario: A force $\mathbf{F} = (400\mathbf{i} - 200\mathbf{j} + 600\mathbf{k})\text{ N}$ acts at point $P(2.0, 3.0, -1.0)\text{ m}$. Compute the vector moment $\mathbf{M}_O$ about the origin $O(0,0,0)$ and find the scalar moment component $M_u$ projected along a line passing through $O$ in the direction of unit vector $\mathbf{u} = \frac{1}{3}(2\mathbf{i} + 2\mathbf{j} - \mathbf{k})$.

Solution:

  1. Position vector from origin $O$ to point $P$: rOP=(2.0i+3.0j1.0k) m\mathbf{r}_{OP} = (2.0\mathbf{i} + 3.0\mathbf{j} - 1.0\mathbf{k})\text{ m}

  2. Evaluate vector moment $\mathbf{M}O = \mathbf{r}{OP} \times \mathbf{F}$: MO=ijk 231 400200600\mathbf{M}_O = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\\ 2 & 3 & -1 \\\ 400 & -200 & 600 \end{vmatrix} MO=i[(3)(600)(1)(200)]j[(2)(600)(1)(400)]+k[(2)(200)(3)(400)]\mathbf{M}_O = \mathbf{i}[(3)(600) - (-1)(-200)] - \mathbf{j}[(2)(600) - (-1)(400)] + \mathbf{k}[(2)(-200) - (3)(400)] MO=i[1800200]j[1200+400]+k[4001200]\mathbf{M}_O = \mathbf{i}[1800 - 200] - \mathbf{j}[1200 + 400] + \mathbf{k}[-400 - 1200] MO=(1600i1600j1600k) Nm\mathbf{M}_O = (1600\mathbf{i} - 1600\mathbf{j} - 1600\mathbf{k})\text{ N}\cdot\text{m}

  3. Calculate scalar moment component along axis $\mathbf{u}$: Mu=uMO=13(2i+2jk)(1600i1600j1600k)M_u = \mathbf{u} \cdot \mathbf{M}_O = \frac{1}{3}(2\mathbf{i} + 2\mathbf{j} - \mathbf{k}) \cdot (1600\mathbf{i} - 1600\mathbf{j} - 1600\mathbf{k}) Mu=13[(2)(1600)+(2)(1600)+(1)(1600)]=13[32003200+1600]=16003533.33 NmM_u = \frac{1}{3} \left[ (2)(1600) + (2)(-1600) + (-1)(-1600) \right] = \frac{1}{3} [3200 - 3200 + 1600] = \frac{1600}{3} \approx 533.33\text{ N}\cdot\text{m}

Test Your Knowledge

A force of magnitude F = 500 N acts at the end of a 3.0 m long horizontal cantilever beam at an angle of 60 degrees relative to the beam's longitudinal horizontal axis. What is the magnitude of the moment generated by this force about the fixed root support at the origin?

A
B
C
D
Test Your Knowledge

In a two-dimensional coplanar statics problem, how many independent reaction components are introduced at a fully fixed (cantilevered) support connection?

A
B
C
D
Test Your Knowledge

Three concurrent coplanar forces act at a central point and keep it in static equilibrium. Force 1 is 100 N acting along the +x axis. Force 2 is 150 N acting at an angle of 120 degrees counterclockwise from the +x axis. What is the magnitude of Force 3?

A
B
C
D
Test Your Knowledge

A downward vertical force F = 200 N acts at position x = 4.0 m along a horizontal beam relative to the origin O. What is the equivalent force-couple system at origin O?

A
B
C
D