Skip to main content
Engineering LibreTexts

4.4: Moments in Three Dimensions

  • Page ID
    70227
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Key Questions

    • Where does the moment arm vector \(\vec{r}\) start and end?
    • Why does Varignon’s Theorem give you the same answer as a determinant?
    • How can you combine a dot product and a cross product to find the moment about a line?
    • Why does a mixed-triple determinant give you a scalar while a cross-product determinant gives you a vector?

    Moments are vectors and they will typically have components in the \(x\text{,}\) \(y\) and \(z\) directions in three-dimensional situations. The circular arrows we used to represent vectors in two dimensions are unclear in three dimensions, so moments are drawn as vectors just like force and position vectors, although you will sometimes see moments drawn with double arrowheads to differentiate them from force vectors. In three-dimensions, it is usually not convenient to find the moment arm and use equation (4.2.1), so instead we will use the vector cross product, which is easier to apply but less intuitive.

    Moment Cross Products

    The most robust and general method to find the moment of a force is to use the vector cross product

    \begin{equation} \vec{M} = \vec{r} \times \vec{F}\text{,}\label{rxf}\tag{4.4.1} \end{equation}

    where \(\vec{F}\) is the force creating the moment, and \(\vec{r}\) is a position vector from the moment center to the line of action of the force. The cross product is a vector multiplication operation and the product is a vector perpendicular to the vectors you multiplied.

    This interactive shows the force and position vectors for use in the moment cross product. The position vector is a vector from the moment center to any point on the line of action of the force.

    Figure 4.4.1. Moment cross product. \(\vec{M} = \vec{r} \times \vec{F}\)

    The mathematics of cross products was discussed in Section 2.8, and equation (2.8.1) provides one method to calculate a moment cross products

    \begin{align} \vec{M} \amp = |\vec{r}| |\vec{F}| \sin \theta \, \hat{\vec{u}} \text{.}\tag{4.4.2} \end{align}

    Here, \(\theta\) is the angle between the two vectors as shown in Figure 4.4.1 above, and \(\hat{\vec{u}}\) is the unit vector perpendicular to both \(\vec{r}\) and \(\vec{F}\) with the direction coming from the right-hand rule. This equation is useful if you know or can find the magnitudes of \(\vec{r}\) and \(\vec{F}\) and the angle \(\theta\) between them. This equation is the vector equivalent of (4.3.2).

    Alternately, if you know or can find the components of the position \(\vec{r}\) and force \(\vec{F}\) vectors, it's typically easiest to evaluate the moment cross product using the determinant form discussed in Subsection 2.8.1.

    \begin{align} \vec{M} \amp = \vec{r} \times \vec{F} \notag\\ \amp= \begin{vmatrix} \ihat \amp \jhat \amp \khat \\ r_x \amp r_y \amp r_z \\ F_x \amp F_y \amp F_z \end{vmatrix}\notag\\ \amp = (r_y F_z - r_z F_y)\ \ihat - (r_x F_z - r_z F_x)\ \jhat + (r_x F_y - r_y F_x)\ \khat \label{moment-cross-det}\tag{4.4.3} \end{align}

    Here, \(r_x\text{,}\) \(r_y\text{,}\) and \(r_z\) are components of the vector describing the distance from the point of interest to the force. \(F_x\text{,}\) \(F_y\text{,}\) and \(F_z\) are components of the force. The resulting moment has three components. These components represent the moments around each of the \(x\text{,}\) \(y\text{,}\) and \(z\) axes. The magnitude of the resultant moment can be calculated using the three-dimensional Pythagorean Theorem.

    \begin{equation} M = |\vec{M}| = \sqrt{ {M_x}^2 +{M_y}^2+{M_z}^2 }\tag{4.4.4} \end{equation}

    It is important to avoid three common mistakes when setting up the cross product.

    • The order must always be \(\vec{r}\times\vec{F}\text{,}\) never \(\vec{F}\times\vec{r}\text{.}\) The moment arm \(\vec{r}\) appears in the middle line of the determinant and the force \(\vec{F}\) on the bottom line.
    • The moment arm \(\vec{r}\) must always be measured from moment center to the line of action of the force. Never from the force to the point.
    • The signs of the components of \(\vec{r}\text{ and }\vec{F}\) must follow those of a right-hand coordinate system.

    In two dimensions, \(r_z\) and \(F_z\) are zero, so (4.4.3) reduces to

    \begin{align} \vec{M} \amp = \vec{r} \times \vec{F} \notag\\ \amp= \begin{vmatrix} \ihat \amp \jhat \amp \khat \\ r_x \amp r_y \amp 0 \\ F_x \amp F_y \amp 0 \end{vmatrix}\notag\\ \amp = ( {r_x}{F_y} - {r_y}{F_x})\ \khat\text{.}\tag{4.4.5} \end{align}

    This is just the vector equivalent of Varignon’s Theorem (4.3.3) in two dimensions, with the correct signs automatically determined from the signs on the scalar components of \(\vec{F}\) and \(\vec{r}\text{.}\)

    Moment about a Point

    The next two interactives should help you visualize moments in three dimensions.

    The first shows the force vector, position vector and the resulting moment all placed at the origin for simplicity. The moment is perpendicular to the plane containg \(\vec{F}\) and \(\vec{r}\) and has a magnitude equal to the ‘area’ of the parallelogram with \(\vec{F}\) and \(\vec{r}\) for sides.

    Interactive shows \(\vec{M} = \vec{r} \times \vec{F}\text{.}\) Vectors \vec{F} and \vec{r} can be adjusted interactively by dragging or changing the values in the table. Moment \vec{M} is calculated with the cross product automatically.

    Figure 4.4.2.

    The second interactive shows a more realistic situation. The moment center is at arbitrary point \(A\text{,}\) and the line of action of force \(\vec{F}\) passes through arbitrary points \(P_1\) and \(P_2\text{.}\) The position vector \(\vec{r}\) is the vector from \(A\) to a point on the line of action, and the force \(\vec{F}\) can be slid anywhere along that line.

    Interactive shows the moment \(\vec{M} \) about an arbitrary point \(A\) due to a force force is defined by a scalar \(F\) and two points on its line of action, \(P_1\) and \(P_2\text{.}\)

    The locations of \(A\text{,}\) \(P_1\text{,}\) \(P_2\) and the magnitude of \(\vec{F}\) can be set interactively. The interactive determines the components of \(\vec{r}\text{,}\) the unit vector \(\lambda\) of the line of action, the components of \(\vec{F}\) and the moment \(\vec{M}\) and its magnitude \(M\text{.}\)

    Figure 4.4.3.

    Moment about a Line

    In three dimensions, the moment of a force about a point can be resolved into components about the \(x\text{,}\) \(y\) and \(z\) axes. The moment produces a rotational tendency about all three axes simultaneously, but only a portion of the total moment acts about any particular axis.

    We are often interested in finding the effect of a moment about a specific line or axis. For example, consider the moment created by a push on a door handle. Unless you push with a force exactly perpendicular to the hinge, only a portion of the total moment you produce will act around the hinge axis and be effective to open the door. The moment we are looking for is the vector projection of the moment onto the axis of interest. Vector projections were first discussed in Subsection 2.7.3.

    This interactive shows the moment produced by pushing on a door handle with a force \(\vec{F}\text{,}\) and the component of that moment along the axis of the door hinge axis, \(\vec{M}_z\text{.}\)

    Figure 4.4.4. Moment on a hinge

    The axis of interest does not need to be a coordinate axis. This interactive shows the projection of moment \(\vec{M}\) on a line passing through points \(A\) and \(B\text{.}\)

    This interactive shows the projection of moment \(\vec{M}\) on line through \(A\) and \(B\) with unit direction vector \(\hat{u}\text{.}\) The projection of \(M\) on line \(AB\) is (\(M \cdot \hat{u}) \hat{u}\text{.}\)

    Figure 4.4.5. Moment of a force about a line

    To compute the moment of a force about a particular axis you combine skills you already have learned

    • finding the moment of a force about a point using the cross product, (4.4.1).
    • finding the scalar projection of one vector onto another vector using the dot product, (2.7.8) and,
    • multiplying a scalar projection by a unit vector to find the vector projection, (2.7.9).

    Carrying these operations out gives a vector which is the component of moment \(\vec{r} \times \vec{F}\) along the \(u\) axis.

    \begin{equation} \vec{M}_{\hat{\vec{u}}} = \hat{\vec{u}} \cdot ( \vec{r} \times \vec{F} ) \ \hat{\vec{u}}\label{moment-projection}\tag{4.4.6} \end{equation}

    The combined dot and cross product is the scalar projection of the moment on the line of interest and is called the mixed triple product.

    \begin{align*} \| \proj_u \vec{M} \| \amp = \hat{\vec{u}} \cdot \vec{M}\\ \amp = \hat{\vec{u}} \cdot( \vec{r}\times \vec{F} ) \end{align*}

    The mixed triple product can can be calculated one operation at at time, or in a single step. Either way, the result is a scalar value which may be positive or negative. Both techniques require the components of three vectors

    • \(\hat{\vec{u}}\text{,}\) the unit direction vector of the line or axis of interest. This vector represents the direction of the axis. 1 In many texts, the Greek letter lambda, \(\lambda\) is often used to indicate unit direction vectors.
    • \(\vec{r}\text{,}\) the position vector from any point on the line of interest to any point on the line of action of the force.
    • \(\vec{F}\text{,}\) the force vector. If you have multiple concurrent forces, you can treat them individually or add them together first and find the moment of the resultant — using Verignon's principle.

    To calculate the triple product in a single step, evaluate the 3 \(\times\) 3 determinant consisting of the components of the unit vector \(\hat{\vec{u}}\) in the top row, the components of a position vector \(\vec{r}\) from line of interest to the line of action of force \(\vec{F}\) in the middle row, and the components of the force in the bottom row using the augmented determinant method Figure 2.8.1.

    \begin{align*} \| \proj_u \vec{M} \| \amp = \hat{\vec{u}} \cdot ( \vec{r}\ \times \vec{F}) \\ \amp = \begin{vmatrix} u_x \amp u_y \amp u_z\\ r_x \amp r_y \amp r_z\\ F_x \amp F_y \amp F_z \end{vmatrix}\\ \amp = (r_y F_z - r_z F_y)\ u_x + (r_z F_x - r_x F_z)\ u_y + (r_x F_y - r_y F_x)\ u_z \end{align*}

    To find the vector projection along the selected axis, multiply this value by unit vector for the axis, equation (4.4.6).


    This page titled 4.4: Moments in Three Dimensions is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Daniel W. Baker and William Haynes (Engineeringstatics) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?