Method of Joints for Truss Analysis: Joint-by-Joint Equilibrium
Master the Method of Joints: check determinacy, solve global reactions, apply zero-force member rules, and march joint-by-joint through ΣFx = 0, ΣFy = 0 — with a fully verified worked example.
Key Engineering Takeaways
- Determinacy: a stable truss is statically determinate when m + r = 2j — solve global reactions first, then joints.
- Zero-force member rules: unloaded 2-member joint → both members zero; unloaded joint with 2 of 3 members collinear → the third is zero; load collinear with 2 members → the third is zero.
- Tension is positive (arrow drawn away from the joint); compression is negative (arrow toward the joint).
- Always start at a joint with at most two unknown member forces, then march joint to joint.
1. When is a Truss Solvable by Joints?
A pin-jointed truss with m members, r reaction components and j joints is statically determinate when:
- m + r < 2j: unstable — the truss can collapse as a mechanism.
- m + r = 2j: determinate — two equilibrium equations per joint solve everything.
- m + r > 2j: indeterminate — falls back to stiffness/force methods (Truss Master auto-routes here).
2. Step 0: Global Reactions First
Treat the entire truss as a rigid body and solve the external reactions from global equilibrium before touching any joint: ΣFx = 0, ΣFy = 0, and ΣM about a convenient support (usually the one eliminating the most unknowns).
3. Zero-Force Member Rules
Spot zero-force members early — they save an enormous amount of arithmetic:
- Rule 1: an unloaded joint with exactly two non-collinear members → both members carry zero force.
- Rule 2: an unloaded joint with three members, two of which are collinear → the third member is zero.
- Rule 3: a joint with a load collinear with two members → the third member is zero.
4. The Joint Equilibrium Recipe
Per joint:
ΣFx = 0 and ΣFy = 0
Tension positive — arrow drawn away from the joint.
Compression negative — arrow drawn toward the joint.
Start at a joint with at most two unknown member forces, resolve it, then move to the next joint using the now-known values. Resolve every member force into components along the global axes using the member's slope.
5. Worked Example: Simple Triangular Truss
The exact configuration verified by Truss Master's regression suite: pin A at (0, 0), roller B at (100, 0), apex C at (50, 87), with a 10 kN downward load at C.
Global reactions:
ΣM_A = 0: R_By · 100 = 10 · 50 ⟹ R_By = 5 kN
ΣFy = 0: R_Ay = 10 − 5 = 5 kN
Member geometry:
L = 100.6 units, sinθ = 87/100.6 = 0.8648, cosθ = 50/100.6 = 0.497
Joint C — ΣFy:
2F · 0.8648 = 10 ⟹ F = 5.77 kN (compression, −)
Joint A — ΣFx:
F_AB + F_AC · cosθ = 0 ⟹ F_AB = 5.77 · 0.497 = +2.88 kN (tension)
Result: the two inclined legs carry −5.77 kN each (compression), and the bottom chord carries +2.88 kN (tension). Truss Master's solver regression accepts these within closeTo(2.88, 0.1) and closeTo(5.77, 0.1) against the matrix-stiffness ground truth.
6. Teaser: The Method of Sections
When joint-by-joint marching gets long (large trusses), switch to the Method of Sections: cut through exactly three members and apply global equilibrium to one side of the cut. Take moments about the intersection point of the other two cut members — that trick makes the target force the only unknown in the moment equation. It is the fastest way to probe a single member deep inside the truss.
Verify your truss analysis in real time.
Draw the truss on a grid, apply loads and supports, and get member forces, reactions and displacements — with line-by-line Method of Joints and Method of Sections derivations checked against the stiffness-matrix ground truth.
Textbook References & Verification
- 01
Hibbeler, R.C. — Structural Analysis
Method of joints procedure, determinacy m + r = 2j, and zero-force member rules; worked example cross-checked in Truss Master.
- 02
Kassimali, A. — Structural Analysis
Global equilibrium solution format (ΣM about a support, then ΣFy) used for the reaction computation.
- 03
Truss Master solver regression
Simple triangular truss: F_AB = +2.88 kN (T) and F_AC = F_BC = −5.77 kN (C) match the matrix-stiffness ground truth within 0.1 kN.