Forces and Moments
Types of Forces
A force is any push or pull acting on an object, defined by both magnitude and direction (making it a vector quantity). Forces drive every aspect of mechanical design: they cause motion, deformation, and stress in components.
A moment is the turning effect a force produces about a point or axis. Think of tightening a bolt with a wrench: the force your hand applies, combined with the wrench's length, creates a moment that rotates the bolt.
A couple consists of two equal and opposite forces separated by a distance. Because the forces cancel each other out as a net force, a couple produces a pure rotational effect (torque) with no translation.
Two other distinctions matter for analysis:
- Concurrent forces all pass through a single common point. You can add them directly using vector addition.
- Non-concurrent forces do not share a common point. These can produce both translation and rotation, so you need to account for moments as well as net force when analyzing them.
Calculating Moments and Couples
The moment of a force about a point is:
where is the force magnitude and is the perpendicular distance from the point to the force's line of action. That perpendicular distance is sometimes called the moment arm.
For a couple, the moment is:
where is the perpendicular distance between the two equal and opposite forces. A couple's moment is the same about any point in space, which makes couples especially useful in analysis.
To determine the direction of a moment, use the right-hand rule: curl the fingers of your right hand in the direction the force would cause rotation, and your thumb points along the positive moment axis.
The net moment on an object is the vector sum of all individual moments acting on it. When working in 2D, moments are either clockwise or counterclockwise, so you assign a sign convention (e.g., counterclockwise = positive) and sum them algebraically.
Equilibrium and Newton's Laws
Equilibrium Conditions
Equilibrium means an object has no acceleration, either linear or angular. It can be sitting still (static equilibrium) or moving at constant velocity (dynamic equilibrium). For mechanical design, static equilibrium is the most common scenario.
For an object to be in equilibrium, two conditions must hold simultaneously:
- The net force is zero (no linear acceleration).
- The net moment about any point is zero (no angular acceleration).
In two dimensions, these conditions give you three independent equations:
where is any point you choose. Picking a point where an unknown force acts is a common strategy, since that force drops out of the moment equation.
In three dimensions, you get six independent equations:
These equations are the foundation of every static force analysis you'll do in design.

Newton's Laws of Motion
- First Law (Inertia): An object remains at rest or in uniform motion unless acted on by an unbalanced force. This is really the definition of equilibrium stated as a physical law.
- Second Law: . The net force on an object equals its mass times its acceleration. In static problems, , so this reduces directly to the equilibrium condition .
- Third Law (Action-Reaction): Forces always occur in equal and opposite pairs. When a beam pushes down on a support, the support pushes back up on the beam with the same magnitude.
The practical takeaway: whenever you apply these laws, start by drawing a free-body diagram (FBD). Isolate the object of interest, cut it free from its surroundings, and replace every contact or connection with the forces and moments it exerts. A correct FBD is the single most important step in any force analysis problem.
Steps for drawing a free-body diagram:
- Identify the body (or portion of a body) you want to analyze.
- Sketch it isolated from everything else.
- Draw all external forces: gravity, applied loads, and reaction forces at supports or connections.
- Include any moments or couples acting on the body.
- Label every force and moment with a symbol and, if known, its magnitude and direction.
- Choose and mark your coordinate axes and sign conventions.
Force Analysis Techniques
Resolving and Adding Forces
Force resolution means breaking a single force into perpendicular components. For a force acting at angle from the x-axis:
This is the workhorse technique for solving equilibrium problems. Once every force is broken into components, you can sum all x-components and all y-components separately.
Vector addition combines multiple forces into a single resultant. You can do this:
- Graphically, using the parallelogram law or tip-to-tail triangle rule.
- Analytically, by summing components: , , then and .
The analytical method is almost always faster and more precise for engineering work. Coplanar forces (forces lying in a single plane) can be fully handled with these 2D techniques.
Three-Dimensional Force Systems
When forces don't all lie in one plane, you resolve each force into three components along mutually perpendicular axes (, , ). The same principles apply, but the math gets heavier.
Key differences from 2D analysis:
- You now have six equilibrium equations instead of three (as listed above).
- Moments are computed using the vector cross product: , where is the position vector from the moment point to any point on the force's line of action.
- Direction cosines or unit vectors are used to express force directions in 3D space.
The underlying logic is identical to 2D: draw a free-body diagram, resolve forces into components, apply equilibrium equations, and solve. The added complexity is purely algebraic, not conceptual. If you're comfortable with 2D equilibrium, extending to 3D is a matter of being systematic with your vector components and keeping careful track of signs.