Vector cross-products are at the centre of statics these days, and can even be applied to problems such as this one. Their best application is with 3D problems such as this one, from Seely and Ensign (1921). Although vectors were not generally taught at the time, they definitely make the problem simpler to solve. This problem is also a good example of the “line of action” of a force; if you can define a position vector from the moment point desired, any vector from that point to the line of action will yield the same result.
The problem is illustrated above. The original problem statement asked to “Find the moment of the 40 lb. force with respect to each of the coordinate axes; each division represents 1 in.” To obtain a vector representation of the moment actually fulfils this requirement.
The first thing we need to do is to determine the force vector. This is done by first determining the unit vector of the force, which is
(1)
We then multiply this by the scalar magnitude of the vector for the complete force vector, which is
(2)
or in floating point form,
(2a)
This is the same force for both of the moment arms we will consider.
The first moment arm is the one from the origin to the point where the line of action of the force crosses the front of the box, namely
(3)
The cross product is thus
(4)
or in floating point representation
(4a)
This indicates that the moment around the x-axis is 59.4 in-lb counter-clockwise, around the y-axis -29.7 in-lb clockwise, and 148.6 in-lb clockwise around the z-axis. The signs were used to determine the rotation of the moments.
We can also use the position vector at the point where the force line of action crosses the back of the box, namely
(5)
Since the force vector is identical, the cross-product is
(6)
which is identical to the result of Equation (4), thus the floating point representation is the same as Equation (4a). This is a demonstration of the “line of action” principle, in that two different moment arms along the same line of action produced the same moment.