Force Systems

An exploration of force characteristics, various types of force systems, and methods for resolving and composing forces in architectural applications.

Overview

This module explores the characteristics of forces, various types of force systems, and methods for resolving and composing forces. In architectural structures, forces rarely act in isolation; they form complex systems that must be simplified to be analyzed.

Types of Force Systems in Architecture

Classifying the different ways forces can interact within a structural plane or volume.

System Classification

When multiple forces act together on a body, they form a "force system." We classify them based on their lines of action to determine the correct mathematical method of analysis. The primary classifications are based on whether forces share a plane (Coplanar vs. Spatial) and whether their lines of action intersect (Concurrent vs. Parallel vs. Non-Concurrent).
  • Collinear Force System: All forces share the exact same line of action. (e.g., Two people pulling on opposite ends of the same straight rope).
  • Coplanar Concurrent System: All forces lie in a single 2D plane, and their lines of action all intersect at one single point. (e.g., Multiple cables tying into a single steel connection ring on a tensile roof).
  • Coplanar Parallel System: All forces lie in a single 2D plane, and their lines of action are parallel to each other. (e.g., The downward vertical loads of multiple floor joists resting on a single horizontal steel beam).
  • Coplanar Non-Concurrent, Non-Parallel System: Forces lie in a single 2D plane, but they are neither parallel nor do they meet at a single point. This is the most general 2D case. (e.g., A complex building frame subjected to gravity loads, angled wind loads, and ground reactions).
  • Spatial (3D) Systems: Forces do not lie in a single plane. They act across the X, Y, and Z axes. They can also be concurrent (meeting at one 3D node), parallel (like all vertical gravity columns in a building), or non-concurrent.

Cartesian Vectors

Representing vectors mathematically in 3D space using standard unit vectors.

Cartesian Vector Representation

In a right-handed 3D coordinate system, forces are expressed using Cartesian unit vectors i\mathbf{i}, j\mathbf{j}, and k\mathbf{k}, corresponding to the xx, yy, and zz axes, respectively.
A force vector F\mathbf{F} is written as:
F=Fxi+Fyj+Fzk\mathbf{F} = F_x \mathbf{i} + F_y \mathbf{j} + F_z \mathbf{k}

Magnitude and Direction Angles

The magnitude of the force vector is determined using the 3D Pythagorean theorem:
F=Fx2+Fy2+Fz2F = \sqrt{F_x^2 + F_y^2 + F_z^2}

Coordinate Direction Angles

The direction of F\mathbf{F} is defined by coordinate direction angles α\alpha, β\beta, and γ\gamma measured from the positive xx, yy, and zz axes. The components are related by direction cosines: Fx=FcosαF_x = F \cos \alpha, Fy=FcosβF_y = F \cos \beta, and Fz=FcosγF_z = F \cos \gamma.

Resolution and Composition of Forces

Methods for breaking forces down into orthogonal components or combining them into single effective resultant forces.

Breaking Down and Combining Forces

To analyze a structure, we often need to simplify the force system. We do this through two fundamental processes: Resolution (breaking a force apart) and Composition (adding forces together).
1. Force Resolution (Components): If a diagonal cable pulls on a wall with a force at an angle from the horizontal, it is difficult to add it directly to other vertical or horizontal forces. We resolve it into orthogonal (perpendicular) components using trigonometry. By finding the X (horizontal) and Y (vertical) components, we know exactly how much force is trying to slide the wall sideways versus lifting it upwards.
Fx=FcosθF_x = F \cos \theta
Fy=FsinθF_y = F \sin \theta

Composition and The Resultant

2. Composition (Resultant): Composition is the reverse of resolution. If multiple forces act on a structural joint, we want to mathematically combine them to find a single Resultant Force. The resultant is the single theoretical force that produces the exact same external effect on the rigid body as the entire original system of forces combined.

Varignon's Theorem (Principle of Moments)

Varignon's Theorem

Varignon's Theorem mathematically proves that the total moment produced by a complex resultant force about any specific point is perfectly equal to the sum of the individual moments produced by all of its component forces about that exact same point.
MR=MO=MFx+MFyM_R = \sum M_O = M_{F_x} + M_{F_y}
Where MRM_R is the moment of the resultant force, and MFx,MFyM_{F_x}, M_{F_y} are the moments of the horizontal and vertical component vectors.

Calculating the Resultant of Coplanar Concurrent Forces

A systematic analytical procedure to calculate the net effect of a 2D concurrent force system.

Procedure

  • Step 1: Resolve all forces. Break every slanted or angled force in the system into its orthogonal X (horizontal) and Y (vertical) components using sine and cosine.
  • Step 2: Sum the components. Add up all the horizontal parts algebraically, paying strict attention to positive (right) and negative (left) directions to find the total horizontal resultant (RxR_x). Then, add up all the vertical parts (positive up, negative down) to find the total vertical resultant (RyR_y).
  • Step 3: Calculate the Resultant Magnitude. Treat RxR_x and RyR_y as the legs of a right triangle and use the Pythagorean theorem to find the hypotenuse, which is the total Resultant magnitude (RR).
  • Step 4: Determine the Angle (Direction). Find the angle of the resultant vector relative to the horizontal x-axis using the inverse tangent function. The mathematical signs (+ or -) of RxR_x and RyR_y will dictate which of the four quadrants the resultant vector points into.
Rx=FxR_x = \sum F_x
Ry=FyR_y = \sum F_y
R=Rx2+Ry2R = \sqrt{R_x^2 + R_y^2}
θ=arctan(RyRx)\theta = \arctan \left( \frac{|R_y|}{|R_x|} \right)

Spatial (3D) Force Systems Overview

Extending Cartesian vector analysis into three physical dimensions.

Adding the Z-Axis

While 2D analysis only considers the X and Y axes, real buildings exist in 3D space. To analyze a true spatial force system, such as wind hitting the asymmetrical corner of a skyscraper, we must introduce the Z-axis (depth).
When calculating the resultant of a 3D concurrent force system, you expand the 2D procedure to include the third dimension. You resolve every force into three distinct components (Fx,Fy,FzF_x, F_y, F_z), sum them independently along each axis to find Rx,Ry,RzR_x, R_y, R_z, and then calculate the 3D Resultant Magnitude using the expanded Pythagorean theorem.
R=Rx2+Ry2+Rz2R = \sqrt{R_x^2 + R_y^2 + R_z^2}

Direction in 3D Space

Finding the exact direction of a 3D resultant is more complex than a single 2D angle. It requires calculating "Direction Cosines"—the angles the resultant vector makes with the X, Y, and Z axes (α,β,γ\alpha, \beta, \gamma). Modern architectural engineering relies heavily on 3D Cartesian vector mathematics and matrix algebra to solve these complex spatial systems computationally.

Advanced Formulations

Moving beyond graphical and basic trigonometric resolution.

Matrix and Tensor Definitions

In modern structural engineering software (like SAP2000 or ETABS), spatial (3D) force systems are not solved using simple trigonometry. Instead, forces and moments are represented mathematically as vectors and tensors within a matrix formulation.
A force vector in 3D space is formally defined using Cartesian unit vectors (i,j,k\mathbf{i}, \mathbf{j}, \mathbf{k}):
F=Fxi+Fyj+Fzk\mathbf{F} = F_x\mathbf{i} + F_y\mathbf{j} + F_z\mathbf{k}

The resultant of a complex 3D force system is computed via matrix addition, which allows computers to solve millions of simultaneous equilibrium equations for large-scale architectural frames efficiently.

Advanced Concepts

Supplemental theoretical knowledge required for comprehensive architectural mechanics.

Wrench Resultants

In advanced 3D spatial systems, a complex force and moment combination can be simplified into a Wrench Resultant: a single resultant force and a collinear couple moment vector, useful for complex architectural structural nodes.

Transmissibility and Internal Stress

The limitations of the Principle of Transmissibility in real-world materials.

External vs. Internal Effects

The Principle of Transmissibility states you can slide a force anywhere along its line of action without changing its external effect on the rigid body (e.g., the support reactions remain identical).
However, this principle fails completely when analyzing the internal forces and stresses of a building.
  • Example: If you push horizontally against the top of a freestanding column (Force at the top), the entire column feels an internal bending moment. If you slide that exact same force down its line of action and push at the very bottom base of the column instead, the external support reactions might be the same, but the internal column experiences zero bending. Thus, Transmissibility is strictly a tool for global static analysis, not for sizing internal member strength.

Constructing a Free Body Diagram (FBD)

The preliminary steps to isolating a force system.

FBD Prerequisites

Before you can resolve or compose complex force systems, you must mathematically isolate the body. While covered deeply in Equilibrium, the first step of resolving forces is ensuring your system boundary is strictly defined. You cannot mathematically combine a wind force pushing on a wall with the tension in a completely unrelated interior cable. All forces in your system must be acting upon the exact same isolated free body.
Key Takeaways
  • Force systems are classified by whether they are Coplanar (2D) or Spatial (3D), and whether their lines of action are Concurrent, Parallel, or Non-concurrent.
  • Resolution is the process of breaking a diagonal force down into its orthogonal X and Y components to simplify addition.
  • Composition is the process of combining multiple forces to find a single Resultant force that has the exact same structural effect.
  • The resultant of a concurrent system is found by summing the X components (RxR_x), summing the Y components (RyR_y), and applying the Pythagorean theorem.
  • Spatial (3D) force analysis follows the exact same logical steps as 2D analysis but incorporates the Z-axis (RzR_z) and requires direction cosines to define angles.