STATICS • MOMENTS AND COUPLES

Moment About a Point: 2D — Compute moment of a force about a point (2D)

Understand how forces produce rotational effects and learn to compute their moments in a two-dimensional plane.

Historical Context & Motivation

The notion of a moment — the tendency of a force to cause rotation about a point — is one of the oldest quantitative ideas in mechanics. Long before Isaac Newton codified his laws of motion, ancient engineers grappled with the rotational equilibrium of levers, balance beams, and architectural elements. The formal mathematical treatment of moments grew out of these practical problems, and it remains indispensable in every branch of modern structural and mechanical engineering. Understanding how a force's line of action, magnitude, and position relative to a pivot conspire to produce a turning effect is the gateway to analyzing beams, trusses, frames, and machines in static equilibrium.

≈ 250 BC
Archimedes' Lever Principle
Archimedes of Syracuse establishes the law of the lever: a beam balances when the product of weight and distance from the fulcrum is equal on both sides. This is the earliest known formal statement of moment equilibrium.
1586
Stevin's Parallelogram Rule
Simon Stevin demonstrates the resolution of forces and implicitly uses moment balance in his analysis of inclined planes, advancing the concept of force components that would later prove essential for moment calculations.
1687
Newton's Principia
Isaac Newton publishes the Principia Mathematica, formalizing the laws of motion and establishing the vector nature of force. The cross product, though not named as such, underpins rotational dynamics.
1775
Euler's Rigid-Body Mechanics
Leonhard Euler codifies the equations of rotational motion, explicitly defining the moment of a force as r × F and extending the concept to three dimensions.
1826
Navier's Structural Analysis
Claude-Louis Navier applies moment equilibrium systematically to beam bending, laying the foundation for modern structural analysis where computing moments about strategic points is a core technique.

From Archimedes' lever to a modern cantilevered highway sign, the fundamental question remains the same: given a force acting at some location in a plane, what is its rotational effect about a specific point? This lesson develops the mathematical tools to answer that question precisely in two dimensions, preparing you for equilibrium analysis of real engineering structures.

Core Principles & Definitions

Before computing moments, it is essential to internalize several foundational ideas that govern rotational effects in two-dimensional mechanics. A moment of a force about a point quantifies the tendency of that force to rotate a body about the chosen point. Unlike translation, where only magnitude and direction matter, rotation depends critically on where and how the force is applied relative to the pivot. The following core principles form the scaffolding for all 2D moment calculations.

1

Moment as a Signed Scalar

In 2D, the moment about a point is a scalar quantity with a sign indicating direction: positive for counterclockwise (CCW) and negative for clockwise (CW), following the right-hand rule convention.
2

Moment Arm (Perpendicular Distance)

The moment arm d is the shortest (perpendicular) distance from the point of interest to the line of action of the force. A larger moment arm amplifies the rotational effect.
3

Transmissibility

A force may be slid along its line of action without changing its moment about any point. This principle of transmissibility means that only the line of action — not the specific point of application — matters for moment computation.
4

Varignon's Theorem

The moment of a force about any point equals the sum of the moments of its components about the same point. This allows decomposition of an oblique force into convenient x- and y-components before computing the moment.
5

Superposition of Moments

When multiple forces act on a body, the resultant moment about any point is the algebraic sum of the individual moments. This linearity is the basis for writing the rotational equilibrium equation ΣM = 0.
KEY TAKEAWAY
Think of opening a heavy door. Pushing near the hinge (small moment arm) requires much more effort than pushing near the handle (large moment arm). The moment is exactly what captures this effect: it equals the force magnitude multiplied by the perpendicular distance to the pivot. A force whose line of action passes directly through the pivot produces zero moment — just as pushing the door at its hinge pin produces no rotation at all.

Visual Explanation — Moment About Point O

The diagram shows force F (pink) applied at point A with position vector r (cyan) measured from moment center O. The moment arm d (amber) is the perpendicular distance from O to the line of action of F. The curving arrow (violet) indicates the sense of the resulting moment MO.

In the diagram above, point O serves as the moment center — the point about which we wish to evaluate the rotational tendency. The position vector r extends from O to A, the point of application of the force. Notice that the moment arm d is not the distance from O to A; it is the perpendicular distance from O to the line of action of F. This perpendicular distance can be computed geometrically, or — more conveniently — by using the cross-product formulation, as developed in the next section. Observe that if F were redirected so that its line of action passed through O, the moment arm d would vanish and the moment would be zero, consistent with the physical intuition that a force aimed directly at a pivot produces no rotation.

Mathematical Framework

There are two primary formulations for computing the moment of a force about a point in 2D. The first relies on identifying the perpendicular distance (moment arm) directly, while the second uses the cross-product of the position vector and the force vector. Both approaches yield identical results; the choice depends on which geometric information is most readily available in a given problem.

Scalar (Moment-Arm) Formulation

SCALAR MOMENT
M_O = ± F · d
where F = magnitude of the force, d = perpendicular distance from the moment center to the line of action, and the sign follows the convention: + for CCW, − for CW.

This form is conceptually transparent — the moment equals force times lever arm — but requires you to determine the perpendicular distance geometrically, which can be cumbersome for oblique forces. The sign must be assigned by inspection: visualize which way the force would rotate the body about the moment center.

Cross-Product (Vector) Formulation

VECTOR MOMENT (2D)
M_O = r × F = (x_A − x_O)(F_y) − (y_A − y_O)(F_x)
Here r = (xA − xO)î + (yA − yO)ĵ is the position vector from O to any point on the line of action, and F = Fxî + Fyĵ. The result is a scalar representing the k̂-component of the cross product; positive means CCW.

The cross-product form is powerful because it automatically encodes both the magnitude and the sign of the moment without any need to compute perpendicular distances or determine rotation direction by inspection. In a Cartesian coordinate system, you simply plug in the coordinates and force components, and algebra does the rest. The underlying derivation connects to the 3D cross product: in 2D, only the k̂-component survives, so the moment reduces to the scalar expression rxFy − ryFx.

Varignon's Theorem (Component Method)

VARIGNON'S THEOREM
M_O = Σ (moment of each component) = F_x · d_y ± F_y · d_x
Decompose F into Fx and Fy at the point of application. Compute each component's moment about O using its respective perpendicular distance (dy for Fx and dx for Fy), assigning signs by the rotation sense. This is algebraically equivalent to the cross-product formulation.
⚠️ Sign Convention Reminder
Throughout this course, we adopt the standard convention: counterclockwise (CCW) moments are positive and clockwise (CW) moments are negative. This convention is consistent with the right-hand rule: if you curl your fingers in the direction of rotation, a thumb pointing out of the page (in the +k̂ direction) indicates a positive moment.

Detailed Comparison of Computation Methods

In practice, you will encounter problems where one computation method is significantly more efficient than another. The scalar moment-arm method shines when the geometry readily reveals the perpendicular distance — for example, when a force is horizontal and you need the vertical distance to the moment center. The cross-product method is preferable when forces act at arbitrary angles and the perpendicular distance is not immediately obvious. The following diagram and table compare the three methods side by side.

Force F at point A is decomposed into F_x (green) and F_y (amber). The perpendicular distances dx and dy are the coordinate differences from O to A. Varignon's theorem gives MO = dx · Fy − dy · Fx, identical to the cross-product result.
Comparison of 2D Moment Computation Methods
MethodFormulaBest Used WhenWatch Out For
Scalar (M = Fd)MO = ± F × dPerpendicular distance is geometrically obvious (horizontal/vertical forces near axes).Must manually assign ± sign by inspection; easy to pick the wrong rotation sense.
Cross ProductMO = rxFy − ryFxCoordinates and force components are given; force acts at an arbitrary angle.Ensure r is from O to a point on the line of action, not the reverse.
Varignon's TheoremMO = Σ (component moments)Force direction is defined by angle; useful with trigonometric decomposition.Each component's moment arm and sign must be computed separately; algebraic errors accumulate.

Worked Example

A 500 N force acts at point A located at coordinates (3, 4) m. The force is directed at 30° above the negative x-axis (i.e., in the second quadrant). Compute the moment of this force about the origin O = (0, 0).

Moment of a 500 N Force About the Origin
1
Step 1 — Identify the Given InformationWe have F = 500 N acting at A = (3, 4) m. The force direction is 30° above the negative x-axis, so the angle measured from the positive x-axis is θ = 180° − 30° = 150°. The moment center is O = (0, 0).
2
Step 2 — Resolve the Force Into ComponentsUsing trigonometry: Fx = 500 cos 150° = 500 × (−0.8660) = −433.0 N, and Fy = 500 sin 150° = 500 × 0.5000 = 250.0 N.
Fx = −433.0 N, Fy = 250.0 N
3
Step 3 — Compute the Position Vector from O to Ar = A − O = (3 − 0)î + (4 − 0)ĵ = 3î + 4ĵ m. Therefore rx = 3 m and ry = 4 m.
rx = 3 m, ry = 4 m
4
Step 4 — Apply the Cross-Product FormulaMO = rxFy − ryFx = (3)(250.0) − (4)(−433.0) = 750.0 − (−1732.0) = 750.0 + 1732.0 = 2482.0 N·m.
M_O = +2482 N·m (CCW)
5
Step 5 — Interpret the ResultThe positive sign indicates a counterclockwise tendency of rotation about the origin. This makes physical sense: the force has a significant upward component (Fy > 0) applied to the right of O, and a leftward component (Fx < 0) applied above O; both contributions rotate the body CCW.
Verification Tip
You can verify the cross-product result using the scalar formula: |r| = √(3² + 4²) = 5 m, and the angle between r and F is α = 150° − arctan(4/3) ≈ 150° − 53.13° = 96.87°. Then MO = |r| × |F| × sin α = 5 × 500 × sin 96.87° = 2500 × 0.9928 ≈ 2482 N·m ✓. Both approaches agree.

Strengths, Limitations & Common Pitfalls

Computing moments in 2D is conceptually straightforward, yet several recurring errors plague students and practicing engineers alike. Recognizing these pitfalls before they occur is as important as mastering the formulas. The following table catalogs the most common issues alongside best practices for avoiding them.

Strengths and Common Pitfalls in 2D Moment Calculations
Strength / Good PracticeCommon Pitfall / Limitation
Cross-product formula automatically yields the correct sign — no manual sign assignment needed.Reversing the position vector direction (computing r from A to O instead of O to A) flips the sign of the moment.
Varignon's theorem lets you avoid computing the perpendicular distance to an oblique force.Mixing up which distance goes with which component — F_x uses the y-distance, F_y uses the x-distance.
The principle of transmissibility allows you to slide the force along its line of action to a convenient location.Forgetting that the moment arm is the perpendicular distance to the line of action, not the distance to the point of application.
Superposition enables summing individual moments for systems of multiple forces.Sign errors accumulate rapidly; mixing CW and CCW conventions within the same problem leads to incorrect resultant moments.
Geometric reasoning provides a valuable sanity check — you can always verify direction by visualizing the rotation.Relying solely on formulas without checking whether the computed sign matches physical intuition about rotation direction.
KEY TAKEAWAY
In engineering practice, moment calculations are the backbone of every equilibrium analysis. When you write the equation ΣMA = 0 about a support point A, you are exploiting the fact that the moment of the unknown reaction at A is zero (since its moment arm is zero). This strategic choice eliminates unknowns and is the single most powerful trick in planar equilibrium analysis.

Connection to 3D Moments & Couples

The 2D moment computation you have learned is a special case of the general 3D vector cross product M = r × F. In three dimensions, the moment is a full vector with components along î, ĵ, and k̂, not just a scalar. Additionally, the concept of a couple — a pair of equal, opposite, non-collinear forces — extends the moment idea to a free vector that is independent of the moment center. These advanced topics build directly upon the 2D foundation established here.

2D vs. 3D Moment Analysis
Feature2D Moment (This Lesson)3D Moment & Couples
Result typeScalar (k̂-component only)Vector (M_x, M_y, M_z)
Computationr_x F_y − r_y F_x3×3 determinant: r × F = |î ĵ k̂; r_x r_y r_z; F_x F_y F_z|
Equilibrium equationsOne moment equation: ΣM_z = 0Three moment equations: ΣM_x = ΣM_y = ΣM_z = 0
CouplesRepresented as a single scalar moment valueFree moment vector, transferable to any point without change
ApplicationsPlanar beams, trusses, simple framesSpatial structures, shafts, 3D machine components

As you progress through the statics curriculum, mastering 2D moments will provide the conceptual and computational fluency needed for the 3D cross product, moment about an axis, and couple–force system equivalences. Every 3D problem reduces, component by component, to operations you already know how to perform in 2D.

Practice Problems

PROBLEM 1CONCEPTUAL
A horizontal force of 100 N is applied at a point that lies directly on the horizontal line passing through moment center O. In other words, the line of action of the force passes through O. What is the moment of this force about O, and why?
PROBLEM 2BASIC CALCULATION
A vertical force F = 200 N (downward) acts at point A = (4, 0) m. Compute the moment about the origin O = (0, 0).
PROBLEM 3INTERMEDIATE
A force F = (−150î + 200ĵ) N acts at point B = (2, 5) m. The moment center is at point C = (−1, 2) m. Compute the moment of F about C.
PROBLEM 4APPLIED
A traffic sign is modeled as a horizontal beam cantilevered from a wall at point A = (0, 3) m. A 400 N wind load acts horizontally (in the +x direction) at the center of the sign at point D = (2.5, 4.5) m. A 250 N gravitational load acts downward at D. Compute the total moment about the support point A.
PROBLEM 5CRITICAL THINKING
Three forces act on a rigid body: F₁ = 300 N at 45° above the +x-axis at point (2, 0) m; F₂ = 200 N in the −y-direction at point (5, 3) m; and F₃ = 150 N in the +x-direction at point (0, 4) m. (a) Compute the resultant moment about the origin. (b) Determine the perpendicular distance from the origin to the line of action of the resultant force.

Lesson Summary

The moment of a force about a point in 2D quantifies the rotational tendency of that force. It can be computed using the scalar formula M = ±Fd (where d is the perpendicular moment arm) or the cross-product formula M = r_x F_y − r_y F_x, which automatically encodes the sign convention (+CCW, −CW). Varignon's theorem allows decomposition of any force into convenient components whose individual moments sum to the same result.

These tools underpin the rotational equilibrium equation ΣM = 0, one of the three fundamental equations of planar statics (along with ΣFx = 0 and ΣFy = 0). Choosing a strategic moment center — typically at a support where unknown reactions pass through the point — eliminates unknowns and simplifies the analysis. As you advance, the 2D moment concept extends naturally to 3D cross products and couple systems, making this foundational skill indispensable for your entire engineering career.

Varsity Tutors • Statics • Moment About a Point: 2D