The math optional, made finite. Daily Practice

Equilibrium of Forces in Three Dimensions

At a Glance

Why This Chapter Matters

This atom appeared once (2023) in Section A. UPSC uses it to test whether you can set up and solve the six scalar equilibrium equations for a body acted on by a three-dimensional force system, typically finding unknown reactions or tensions. The key skill is systematic resolution along three axes and taking moments about three axes.

Minimum Theory

Equilibrium conditions for a rigid body

A rigid body is in equilibrium if and only if the resultant force and resultant moment about any point are both zero:

F=0andMO=0\sum \mathbf{F} = \mathbf{0} \qquad \text{and} \qquad \sum \mathbf{M}_O = \mathbf{0}

In scalar component form (resolving along xx, yy, zz axes):

Fx=0,Fy=0,Fz=0\sum F_x = 0,\quad \sum F_y = 0,\quad \sum F_z = 0 Mx=0,My=0,Mz=0\sum M_x = 0,\quad \sum M_y = 0,\quad \sum M_z = 0

These six equations are independent for a general 3D force system.

Moment of a force about a point

The moment (torque) of force F\mathbf{F} applied at position r\mathbf{r} about origin OO:

MO=r×F\mathbf{M}_O = \mathbf{r} \times \mathbf{F}

In components, if r=(x,y,z)\mathbf{r} = (x,y,z) and F=(Fx,Fy,Fz)\mathbf{F} = (F_x, F_y, F_z):

MO=i^j^k^xyzFxFyFz=(yFzzFy)i^(xFzzFx)j^+(xFyyFx)k^\mathbf{M}_O = \begin{vmatrix}\hat{i} & \hat{j} & \hat{k} \\ x & y & z \\ F_x & F_y & F_z\end{vmatrix} = (yF_z - zF_y)\hat{i} - (xF_z - zF_x)\hat{j} + (xF_y - yF_x)\hat{k}

Moment of a force about an axis

The moment of F\mathbf{F} about a line through OO with unit direction n^\hat{n}:

Mn^=n^(r×F)M_{\hat{n}} = \hat{n}\cdot(\mathbf{r}\times\mathbf{F})

Common reactions in 3D problems

Strategy for 3D equilibrium

  1. Draw a free-body diagram; label all forces with their lines of action and magnitudes.
  2. Express each force in component form Fi=Fixi^+Fiyj^+Fizk^\mathbf{F}_i = F_{ix}\hat{i}+F_{iy}\hat{j}+F_{iz}\hat{k}.
  3. Write the three force equations Fx=0\sum F_x = 0, Fy=0\sum F_y = 0, Fz=0\sum F_z = 0.
  4. Choose a convenient moment point (typically where several unknowns’ lines of action meet) to reduce simultaneous equations.
  5. Write the three moment equations; solve the system.

Question Archetypes

ArchetypeRecognition
3d-force-reaction”Find the reactions/tensions/forces for a body in equilibrium under a given 3D force system”

3d-force-reaction (1 question; 2023)

Recognition Cues

Solution Template

  1. Set up a coordinate system; write position vectors of all key points.
  2. Express all applied loads and unknown reactions as vectors.
  3. Apply F=0\sum \mathbf{F} = \mathbf{0}: write three scalar equations.
  4. Choose a moment point; compute ri×Fi\mathbf{r}_i \times \mathbf{F}_i for each force.
  5. Apply MO=0\sum \mathbf{M}_O = \mathbf{0}: write three scalar equations.
  6. Solve the (up to 6) equations for the unknowns; check for consistency.

Worked Example

2023 Paper 1, 2023-P1-Q3c (10 marks)

A uniform rod ABAB of weight WW and length 2a2a is smoothly hinged at AA to a fixed point. The rod is held in equilibrium in a horizontal position by a vertical string attached at BB and by a horizontal string at the midpoint MM of the rod, the horizontal string being perpendicular to ABAB and lying in the horizontal plane through ABAB. Find the tension in each string and the reaction at the hinge.

Step 1. Set up coordinates.

Place AA at the origin. Let ABAB lie along the positive xx-axis, so:

A=(0,0,0),M=(a,0,0),B=(2a,0,0)A = (0,0,0),\quad M = (a,0,0),\quad B = (2a,0,0)

The weight WW acts downward (z-z direction) at the midpoint M=(a,0,0)M = (a, 0, 0).

Step 2. Identify forces and unknowns.

Step 3. Force equations.

Fx=0:Rx=0\sum F_x = 0: \quad R_x = 0 Fy=0:Ry+T2=0\sum F_y = 0: \quad R_y + T_2 = 0 Fz=0:Rz+T1W=0\sum F_z = 0: \quad R_z + T_1 - W = 0

Step 4. Moment equations about AA.

Compute r×F\mathbf{r}\times\mathbf{F} for each force (excluding R\mathbf{R} at AA since r=0\mathbf{r} = \mathbf{0}):

For weight Wk^-W\hat{k} at (a,0,0)(a,0,0): rM×W=ai^×(Wk^)=aW(i^×k^)=aW(j^)=aWj^\mathbf{r}_M\times\mathbf{W} = a\hat{i}\times(-W\hat{k}) = -aW(\hat{i}\times\hat{k}) = -aW(-\hat{j}) = aW\hat{j}

For T1k^T_1\hat{k} at (2a,0,0)(2a,0,0): rB×T1=2ai^×T1k^=2aT1(i^×k^)=2aT1(j^)=2aT1j^\mathbf{r}_B\times\mathbf{T}_1 = 2a\hat{i}\times T_1\hat{k} = 2aT_1(\hat{i}\times\hat{k}) = 2aT_1(-\hat{j}) = -2aT_1\hat{j}

For T2j^T_2\hat{j} at (a,0,0)(a,0,0): rM×T2=ai^×T2j^=aT2(i^×j^)=aT2k^\mathbf{r}_M\times\mathbf{T}_2 = a\hat{i}\times T_2\hat{j} = aT_2(\hat{i}\times\hat{j}) = aT_2\hat{k}

Step 5. Apply MA=0\sum \mathbf{M}_A = \mathbf{0}.

aWj^2aT1j^+aT2k^=0aW\hat{j} - 2aT_1\hat{j} + aT_2\hat{k} = \mathbf{0}

Step 6. Back-substitute for hinge reaction.

From Fy\sum F_y: Ry=T2=0R_y = -T_2 = 0. From Fz\sum F_z: Rz=WT1=WW/2=W/2R_z = W - T_1 = W - W/2 = W/2.

T1=W2,T2=0,R=W2k^\boxed{T_1 = \frac{W}{2},\quad T_2 = 0,\quad \mathbf{R} = \frac{W}{2}\hat{k}}

The hinge exerts a vertical reaction of W/2W/2 upward; the horizontal string has zero tension (the geometry is self-supporting in the horizontal direction).

Common Traps

Marks-Aware Writing

This is a 10-mark application question. Examiners look for:

  1. Free-body diagram described with all forces named and directions stated (2 marks).
  2. Three force equations written and used (2 marks).
  3. Three moment equations set up with correct cross products (4 marks).
  4. Correct final values for all unknowns (2 marks).

Label every equation; keep algebra tidy by computing cross products one at a time.

Practice Set

Only one historical question on this atom (shown above).

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.