STATICS • MOMENTS AND COUPLES

Moment About an Axis: 3D — Compute moment of a force about an axis (3D)

Projecting moment vectors onto specific axes unlocks the analysis of real-world 3D structural and mechanical systems.

Historical Context & Motivation

The concept of a moment — the turning effect of a force — has been central to mechanics since antiquity. Archimedes formalized the lever principle around 250 BCE, but his treatment was inherently two-dimensional: forces and lever arms lay in a single plane. As engineering ambitions grew, from cathedral spires to crankshafts, practitioners needed a framework that could resolve rotational effects about arbitrary axes in three-dimensional space. The mathematical tools to accomplish this crystallized over several centuries of interplay between physics and mathematics.

~250 BCE
Archimedes' Lever Law
Archimedes establishes the equilibrium condition for a lever, formalizing the idea that force × distance governs rotational balance — the earliest codification of the moment concept.
1687
Newton's Principia
Isaac Newton publishes the laws of motion and describes forces as vectors, laying the algebraic groundwork for extending moment calculations beyond planar problems.
1773
Euler & the Cross Product
Leonhard Euler and contemporaries develop the vector cross product, enabling the compact expression M = r × F that defines moments in three dimensions.
1844
Grassmann's Exterior Algebra
Hermann Grassmann introduces the exterior product, deepening the geometric interpretation of the cross product and paving the way for modern linear-algebraic tools like the scalar triple product.
1900s–Present
Modern Computational Statics
Finite-element and multibody-dynamics software routinely compute moments about arbitrary axes in 3D, relying on the determinant formulation taught in every statics course today.

In many real engineering problems — a door hinge, a drive shaft, the longitudinal axis of an aircraft — we do not need the full moment vector; we need only the scalar component of the moment about one specific axis. This section of statics answers a deceptively simple question: given a force F acting at a point in space, how much of its turning effect is directed along a particular axis? The answer involves the elegant interplay of the cross product and the dot product — packaged neatly as the scalar triple product.

Core Principles & Definitions

Before diving into computations, it is essential to solidify the foundational ideas. The moment of a force about a point is the vector MO = r × F, where r is a position vector from the point O to any point on the line of action of F. This vector MO has magnitude, direction, and sense; its direction — given by the right-hand rule — indicates the axis about which the force tends to rotate the body. When we speak of the moment about an axis, we extract just the component of MO that lies along that axis. This is fundamentally a projection operation — a dot product between MO and the unit vector û along the axis.

1

Moment About a Point

MO = r × F produces a vector perpendicular to the plane containing r and F. Its magnitude equals |r||F| sin θ.
2

Unit Axis Vector û

Define the axis of interest by a unit vector û along it. Any two distinct points A, B on the axis give û = (B − A)/|B − A|.
3

Projection via Dot Product

The scalar moment about the axis is Ma = û · (r × F). This is a scalar triple product and equals the determinant of a 3 × 3 matrix.
4

Sign Convention

A positive Ma means the force tends to rotate the body in the right-hand sense about û; negative indicates the opposite sense.
5

Any Point on the Axis Works

The choice of point O on the axis for computing r is arbitrary. Shifting O along the axis adds a component parallel to û to r, which does not change û · (r × F).
KEY TAKEAWAY
Think of the full moment vector as a flashlight beam pointed in some direction in 3D space. The moment about a specific axis is like asking, "How much of that beam shines along this particular hallway?" You find the answer by projecting (dot product) the beam onto the hallway direction. Forces whose turning tendency is entirely perpendicular to the axis contribute zero moment about that axis — just as a flashlight aimed at the wall illuminates nothing down the hallway.

Visual Explanation — Geometry in 3D

Point O lies on the axis defined by û (green dashed line). The position vector r (cyan) runs from O to the point of application P, where force F (pink) acts. The full moment MO (amber) is projected onto û to yield the scalar moment about the axis Ma (violet).

The diagram above captures the entire procedure geometrically. Starting from any point O on the axis, you construct the position vector r to the force's point of application P. The cross product r × F yields the full moment vector MO, which in general does not align with the axis. The scalar triple product û · (r × F) extracts only the component of MO that lies along û. Notice that if the force is parallel to the axis or if its line of action intersects the axis, this projection is zero — the force cannot rotate the body about that axis under those conditions.

Mathematical Framework

The scalar moment about an axis can be computed via two equivalent routes. The first route explicitly computes the cross product and then takes the dot product; the second compresses both operations into a single 3 × 3 determinant. Both yield identical results, but the determinant formulation is more compact and is the standard approach in engineering practice.

MOMENT ABOUT A POINT
M_O = r × F
MO = moment vector about point O; r = position vector from O to any point on the line of action of F.
SCALAR MOMENT ABOUT AN AXIS (DOT-PRODUCT FORM)
M_a = û · M_O = û · (r × F)
Ma = scalar moment about the axis; û = unit vector along the axis of interest.
DETERMINANT (SCALAR TRIPLE PRODUCT) FORM
M_a = | û_x û_y û_z | = û_x(r_y F_z − r_z F_y) − û_y(r_x F_z − r_z F_x) + û_z(r_x F_y − r_y F_x) | r_x r_y r_z | | F_x F_y F_z |
Row 1: components of û; Row 2: components of r; Row 3: components of F. Expand along the first row (cofactor expansion).

Once Ma is obtained as a scalar, it can be converted back to a vector along the axis: Ma = Ma û. A positive Ma indicates rotation in the direction given by the right-hand rule with the thumb along û; a negative value indicates the opposite rotational sense.

💡 WHY ANY POINT ON THE AXIS?
Suppose you move from O to O′ along the axis so that r′ = r − λû for some scalar λ. Then û · (r′ × F) = û · (r × F) − λ û · (û × F). But û × F is perpendicular to û, so û · (û × F) = 0. Therefore the scalar triple product is independent of which point on the axis is chosen for O. This is a crucial simplification in practice — always pick the point that gives the simplest r.

Detailed Breakdown — The Determinant Method

The determinant method is the workhorse of axis-moment calculations because it consolidates the cross product and dot product into a single, systematic evaluation. The following diagram and table lay out the procedure step by step, emphasizing the sources of common errors: incorrect position vectors, wrong unit-vector direction, and sign mistakes in cofactor expansion.

The four-step determinant procedure for computing Ma. Steps 1–3 assemble the three row vectors; Step 4 evaluates the determinant by cofactor expansion along the first row.
Assembly and evaluation of the scalar triple product
QuantityHow to ObtainCommon Pitfall
ûû = (B − A)/|B − A|, where A and B are two points on the axisForgetting to normalize; using A − B instead of B − A flips the sign of Ma
rr = P − O, where P is on the line of action of F and O is any point on the axisComputing r in the wrong direction (O − P instead of P − O) inverts the moment sign
FExpress in Cartesian components F = Fxî + Fyĵ + FzMixing up the sign of components when the force direction is not aligned with positive axes
DeterminantExpand along Row 1 using cofactors: +, −, + patternLosing the minus sign on the middle (ĵ) cofactor — the most frequent arithmetic error

Worked Example

A force F = (4î − 12ĵ + 3k̂) N acts at point P(3, 1, −2) m. An axis passes through A(1, 0, 0) m and B(3, 4, 0) m. Compute the scalar moment of F about line AB.

Moment of F About Axis AB
1
Step 1 — Compute the unit vector û along ABDirection vector: B − A = (3 − 1)î + (4 − 0)ĵ + (0 − 0)k̂ = 2î + 4ĵ + 0k̂. Magnitude: |B − A| = √(4 + 16 + 0) = √20 = 2√5. Therefore û = (2î + 4ĵ)/(2√5) = (1/√5)î + (2/√5)ĵ + 0k̂ ≈ 0.4472î + 0.8944ĵ.
û = (1/√5)î + (2/√5)ĵ
2
Step 2 — Choose a point on the axis and compute rChoose O = A = (1, 0, 0) because it is the simplest point. Then r = P − A = (3 − 1)î + (1 − 0)ĵ + (−2 − 0)k̂ = 2î + 1ĵ − 2k̂.
r = 2î + ĵ − 2k̂
3
Step 3 — Record F in Cartesian formF is already given as 4î − 12ĵ + 3k̂ (in newtons).
F = 4î − 12ĵ + 3k̂ N
4
Step 4 — Set up the 3 × 3 determinantMAB = | 1/√5 2/√5 0 | (Row 1: û) | 2 1 −2 | (Row 2: r) | 4 −12 3 | (Row 3: F)
5
Step 5 — Expand the determinant (cofactor along Row 1)MAB = (1/√5)[(1)(3) − (−2)(−12)] − (2/√5)[(2)(3) − (−2)(4)] + 0 = (1/√5)[3 − 24] − (2/√5)[6 − (−8)] = (1/√5)(−21) − (2/√5)(14) = −21/√5 − 28/√5 = −49/√5 = −49√5/5 ≈ −21.9 N·m.
M_AB ≈ −21.9 N·m
6
Step 6 — Interpret the resultThe negative sign indicates that the force F tends to rotate the body about axis AB in the sense opposite to the right-hand rule direction when the thumb points from A toward B. To express this as a moment vector along the axis: MAB = (−49/√5) û = (−49/5)î + (−98/5)ĵ = −9.8î − 19.6ĵ N·m.

Method Comparison — Strengths & Limitations

Engineers frequently have choices in how they compute moment quantities. The scalar triple product (determinant) approach is the standard for computing moment about an axis, but there are alternative paths that may be preferable in specific contexts. The table below contrasts these methods.

Comparison of methods for computing moment about an axis in 3D
MethodStrengthsLimitations
Determinant (scalar triple product)Single compact expression; systematic; minimizes intermediate steps; easy to program.Requires all vectors in Cartesian components first; 3 × 3 determinant arithmetic can introduce sign errors if done hastily.
Cross product then dot productGives full moment vector as an intermediate result, useful if moments about multiple axes are needed from the same force.More intermediate algebra; easy to lose signs across six sub-expressions.
Geometric (d × F component)Provides physical insight — the perpendicular distance from the axis to the line of action is computed explicitly.Finding perpendicular distance in 3D is non-trivial; impractical for problems with multiple forces.
Software / symbolic toolsEliminates arithmetic errors; handles large systems instantly.Obscures conceptual understanding; not permitted on exams.
⚙️ ENGINEERING PERSPECTIVE
In real design work — say, sizing a bolt pattern to resist a torsional load on a bracket — you are effectively computing moments about the bolt-group's centroidal axis. The determinant method scales naturally from single-force textbook problems to multi-force systems because you simply sum the scalar triple products from each force. This additivity (superposition) is one of the most powerful features of the linear-algebraic formulation of moments.

Connections to Advanced Theory

The moment about an axis is a gateway concept that recurs throughout the engineering curriculum. In dynamics, the same projection appears when applying Euler's equations of rotational motion for rigid bodies; the net moment about each principal axis drives the angular acceleration about that axis. In mechanics of materials, the internal torque along a shaft is precisely the resultant moment about the shaft axis — computed by the scalar triple product for each applied force. In screw theory, a force–moment pair (wrench) is decomposed into components along and perpendicular to a screw axis, generalizing the idea further.

From statics fundamentals to advanced topics
Concept in StaticsAdvanced CounterpartWhere It Appears
Ma = û · (r × F)ΣMaxis = Iaxis α (single axis)Rigid-body dynamics (fixed-axis rotation)
Scalar triple product determinantInternal torque T = ΣMshaftMechanics of materials — torsion of shafts
Projection of M onto ûWrench decomposition along screw axisScrew theory, robotics
Choice of point O on axisMoment transfer (Varignon's theorem) for equivalent force systemsResultant force–couple systems, FEA load reduction

Understanding the scalar triple product as a volume interpretation is also illuminating. The absolute value |û · (r × F)| equals the volume of the parallelepiped formed by the unit vector û, position vector r, and force vector F. When the three vectors are coplanar — meaning the force's line of action lies in a plane containing the axis — the parallelepiped degenerates to zero volume, and the moment about the axis vanishes. This geometric insight recurs in differential forms and exterior algebra in advanced mechanics.

Practice Problems

PROBLEM 1CONCEPTUAL
A force acts at a point in 3D space. Under what two geometric conditions will the moment of this force about a given axis be exactly zero? Explain each condition in terms of the scalar triple product.
PROBLEM 2BASIC CALCULATION
A force F = (6î + 0ĵ − 8k̂) N acts at point P(0, 3, 0) m. Compute the moment of F about the y-axis using the scalar triple product.
PROBLEM 3INTERMEDIATE
A 500 N force acts along line CD where C(2, 0, 4) m and D(−1, 3, 0) m. Determine the moment of this force about axis AB, where A(0, 0, 0) m and B(0, 6, 0) m.
PROBLEM 4APPLIED
A mechanic applies a 200 N force at the end of a 0.3 m wrench to tighten a bolt. The wrench handle extends from the bolt center at A(0, 0, 0) to tip B(0.3, 0, 0) m. The force is F = (0î − 150ĵ + 100k̂) N. However, the bolt axis is not vertical; it runs from A(0, 0, 0) to C(0, 1, 2) m. Find the effective torque (moment about the bolt axis) delivered to the bolt.
PROBLEM 5CRITICAL THINKING
Two forces act on a rigid body: F1 = (3î − 2ĵ + k̂) N at P1(1, 4, −1) m and F2 = (−3î + 2ĵ − k̂) N at P2(5, 2, 3) m. Note that F1 + F2 = 0 (a couple). Compute the moment of this couple about an axis from A(0, 0, 0) to B(1, 1, 1). Then prove that the result is independent of the choice of O used for computing r vectors.

Lesson Summary

The moment of a force about an axis in 3D is computed by projecting the full moment vector M_O = r × F onto the unit vector û along the axis. The result is the scalar triple product M_a = û · (r × F), which is most efficiently evaluated as a 3 × 3 determinant with rows û, r, and F. A positive scalar means right-hand rotation about û; negative means the opposite sense.

Key practical points: the choice of reference point O on the axis is arbitrary — always pick the most convenient one. Forces that are parallel to the axis or whose line of action intersects the axis produce zero moment about it. For multiple forces, moments about the axis are additive by superposition. This scalar triple product framework connects directly to torque in shaft analysis, Euler's equations in dynamics, and wrench decomposition in screw theory.

Varsity Tutors • Statics • Moment About an Axis: 3D — Compute moment of a force about an axis (3D)