Skip to main content
Study NotesCELE · Engineering MechanicsReal content

CELE Engineering MechanicsForce Systems and ResultantsStudy Notes

Thorough study notes for Force Systems and Resultants — the fastest path from zero to ready for CELE Engineering Mechanics. Structured for self-study reviewers who cannot attend a review centre, these notes cover the full concept library plus the CELE-specific twists Professional Regulation Commission (PRC) — Board of Civil Engineering adds to its questions.

Exam context

On the CELE 2026, the Engineering Mechanics subtest carries a "Core" weight in Professional Regulation Commission (PRC) — Board of Civil Engineering's pattern. Force Systems and Resultants lands at position 1st out of 8 in the standard review order. Target score is 70% weighted average, no sub-test below 50%, and roughly a meaningful share of items come from Engineering Mechanics on a typical CELE paper.

Force Systems and Resultants - Study Notes

Force Systems and Resultants is fundamental to structural analysis and design under Philippine building codes (NSCP 2015) and international standards (AISC 360, ACI 318). Mastery of this topic is essential for the PRC Civil Engineer Licensure Examination. This chapter develops your ability to resolve forces into components, find resultants of concurrent and non-concurrent systems, calculate moments about points, apply Varignon's theorem, understand couples, and locate the line of action of resultants. These skills underpin equilibrium analysis, truss and frame design, and foundation design — all critical for professional practice in the Philippines. The chapter is organized around the progression from simple component resolution through to general force-system reduction, with board-style worked examples and common pitfalls highlighted.

Summary

Force Systems and Resultants is the mathematical and conceptual foundation of structural analysis. This chapter systematizes the resolution of forces into components, the combination of multiple forces into resultants, the calculation of moments about points, and the understanding of couples and their properties. Key concepts include: (1) Force components and resolution, which express forces in Cartesian form for systematic addition; (2) Concurrent force resultants, found by summing components; (3) Moments, defined as force × perpendicular distance, and calculated elegantly using the component method (M = xFy − yFx) via Varignon's theorem; (4) Couples, which are free vectors representing pure rotation; and (5) Non-concurrent force systems, which reduce to a resultant plus a couple, with the resultant's line of action located via moment equilibrium. Parallel forces (a practical special case) always have a resultant at the center of action: x̄ = ΣMO / R. Mastery of these topics is essential for equilibrium analysis (Chapter 2), truss and frame analysis (Chapter 3 onwards), and beam design under NSCP 2015, AISC 360, and ACI 318. Common examination pitfalls—quadrant errors, perpendicular distance confusion, sign convention inconsistency, and unit errors—are highlighted with corrective strategies. The method of components is the systematic, reliable approach to all force-system problems: resolve, sum, interpret. Practice thoroughly with varied problem types, and always sketch your system to visualize forces and moments.

Sections

A force is a vector quantity: it has magnitude (scalar value in Newtons), direction (angle from a reference axis), and a line of action (the line along which the force acts). Unlike a scalar, which has only magnitude, a force cannot be added or subtracted using ordinary arithmetic — vector addition applies. **Resolution of Forces in 2D:** When a force F acts at an angle θ measured counterclockwise from the positive x-axis, its rectangular (Cartesian) components are: $$F_x = F \cos\theta$$ $$F_y = F \sin\theta$$ Conversely, given components Fx and Fy, the resultant force and its direction are: $$F = \sqrt{F_x^2 + F_y^2}$$ $$\theta = \tan^{-1}\left(\frac{F_y}{F_x}\right)$$ **Critical Note on Quadrants:** The arctangent function returns values in −90° to +90°. Always check the signs of Fx and Fy to determine the true quadrant: - Both positive: 1st quadrant (0° to 90°) - Fx negative, Fy positive: 2nd quadrant (90° to 180°) - Both negative: 3rd quadrant (180° to 270°) - Fx positive, Fy negative: 4th quadrant (270° to 360°) **Resolution of Forces in 3D:** In three dimensions, use direction cosines. If a force F makes angles θx, θy, θz with the x, y, z axes respectively: $$F_x = F \cos\theta_x$$ $$F_y = F \cos\theta_y$$ $$F_z = F \cos\theta_z$$ where the constraint is: $$\cos^2\theta_x + \cos^2\theta_y + \cos^2\theta_z = 1$$ The magnitude is $F = \sqrt{F_x^2 + F_y^2 + F_z^2}$. **Unit Vectors and Position Vectors:** A force can also be expressed using unit vectors. In 2D: $\vec{F} = F_x\hat{i} + F_y\hat{j}$. In 3D: $\vec{F} = F_x\hat{i} + F_y\hat{j} + F_z\hat{k}$. For a force along a line from point A to point B, define the unit vector along AB as $\hat{u}_{AB} = \frac{\vec{AB}}{|\vec{AB}|}$, and then $\vec{F} = F \cdot \hat{u}_{AB}$.

Heading

1. Force: Definition, Components, and Resolution

Examples

Example 1.1 — Force Resolution in 2D

Problem

A force of 250 N acts at 35° above the horizontal (measured counterclockwise from the +x axis). Resolve this force into horizontal (x) and vertical (y) components.

Solution

Using the component formulas: $$F_x = 250 \cos(35°) = 250 \times 0.8192 = 204.8 \text{ N}$$ $$F_y = 250 \sin(35°) = 250 \times 0.5736 = 143.4 \text{ N}$$ **Answer:** Fx = 204.8 N (rightward), Fy = 143.4 N (upward). These components can be verified by the Pythagorean theorem: $\sqrt{204.8^2 + 143.4^2} = \sqrt{41942 + 20562} = \sqrt{62504} ≈ 250$ N ✓

Example 1.2 — Finding Magnitude and Direction from Components

Problem

A force has components Fx = −120 N and Fy = 160 N. Find the magnitude and direction (angle from +x axis).

Solution

Magnitude: $$F = \sqrt{(-120)^2 + 160^2} = \sqrt{14400 + 25600} = \sqrt{40000} = 200 \text{ N}$$ Direction: $$\theta = \tan^{-1}\left(\frac{160}{-120}\right) = \tan^{-1}(-1.333) = -53.13°$$ But Fx < 0 and Fy > 0 means the force is in the **2nd quadrant**. The actual angle is: $$\theta = 180° − 53.13° = 126.87° ≈ 127°$$ **Answer:** Magnitude = 200 N; direction = 127° from +x axis (or 37° above the negative x-axis, or in the upper-left quadrant).

Example 1.3 — 3D Force Resolution

Problem

A cable pulls on a point with force magnitude 500 N. The cable makes angles of 60° with the x-axis, 45° with the y-axis, and an unknown angle with the z-axis. Find all three components.

Solution

Using direction cosines: $$F_x = 500 \cos(60°) = 500 \times 0.5 = 250 \text{ N}$$ $$F_y = 500 \cos(45°) = 500 \times 0.7071 = 353.55 \text{ N}$$ From the constraint $\cos^2\theta_x + \cos^2\theta_y + \cos^2\theta_z = 1$: $$0.5^2 + 0.7071^2 + \cos^2\theta_z = 1$$ $$0.25 + 0.5 + \cos^2\theta_z = 1$$ $$\cos^2\theta_z = 0.25 \quad \Rightarrow \quad \cos\theta_z = \pm 0.5$$ Taking the positive value: $\theta_z = 60°$, so $$F_z = 500 \cos(60°) = 250 \text{ N}$$ **Answer:** Fx = 250 N, Fy = 353.55 N, Fz = 250 N. Verification: $\sqrt{250^2 + 353.55^2 + 250^2} = \sqrt{62500 + 125000 + 62500} = \sqrt{250000} = 500$ N ✓

Key Points

  • A force is fully defined by magnitude, direction, and line of action.
  • Component resolution always begins with a clear reference axis and angle measurement.
  • Quadrant errors in inverse tangent are among the most common examination mistakes.
  • In 3D, use direction cosines; the sum of squares of cosines equals 1.
  • Unit vectors simplify force expressions, especially when forces act along lines in space.

**Concurrent forces** are forces whose lines of action meet at a common point. The resultant of concurrent forces is a single force that produces the same mechanical effect (translation) as the original system. **Method of Components:** To find the resultant of a system of concurrent forces: 1. Resolve each force into x and y components (2D) or x, y, and z components (3D). 2. Sum all x-components: $R_x = \sum F_x$ 3. Sum all y-components: $R_y = \sum F_y$ 4. Find the magnitude of the resultant: $R = \sqrt{R_x^2 + R_y^2}$ 5. Find the direction: $\theta_R = \tan^{-1}(R_y / R_x)$ (paying attention to quadrant) **Graphical Representation:** The polygon method constructs a closed polygon by placing each force vector head-to-tail. The vector from the tail of the first to the head of the last is the resultant. This method is intuitive but less accurate than the component method for hand calculations. **Special Cases:** - If $R_x = 0$ and $R_y = 0$, the system is in equilibrium (resultant is zero). - If only one of $R_x$ or $R_y$ is zero, the resultant acts parallel to one coordinate axis. **Physical Interpretation:** The resultant of concurrent forces represents the net force acting on a body. In the context of structural analysis, if a joint (node) is loaded by multiple member forces and external loads, the resultant determines whether the joint is in equilibrium or accelerating. **Application to Structural Problems:** In truss analysis (which will be covered in later chapters), concurrent forces at each joint are analyzed using the method of joints. The resultant concept ensures that forces are correctly combined before equilibrium equations are written.

Heading

2. Resultant of Concurrent Forces

Examples

Example 2.1 — Resultant of Three Coplanar Concurrent Forces

Problem

Three forces act at a point: • Force A: 100 N at 0° (along +x axis) • Force B: 150 N at 90° (along +y axis) • Force C: 80 N at 200° Find the resultant magnitude and direction.

Solution

Step 1: Resolve each force into components. Force A: $A_x = 100 \cos(0°) = 100$ N; $A_y = 100 \sin(0°) = 0$ N Force B: $B_x = 150 \cos(90°) = 0$ N; $B_y = 150 \sin(90°) = 150$ N Force C: $C_x = 80 \cos(200°) = 80 × (−0.9397) = −75.18$ N $C_y = 80 \sin(200°) = 80 × (−0.3420) = −27.36$ N Step 2: Sum components. $$R_x = 100 + 0 − 75.18 = 24.82 \text{ N}$$ $$R_y = 0 + 150 − 27.36 = 122.64 \text{ N}$$ Step 3: Find magnitude. $$R = \sqrt{24.82^2 + 122.64^2} = \sqrt{616.0 + 15040.0} = \sqrt{15656.0} = 125.1 \text{ N}$$ Step 4: Find direction. $$\theta_R = \tan^{-1}\left(\frac{122.64}{24.82}\right) = \tan^{-1}(4.94) = 78.56° ≈ 78.6°$$ Since both Rx > 0 and Ry > 0, the angle is in the 1st quadrant. **Answer:** Resultant = 125.1 N at 78.6° above the +x axis (or 11.4° from the +y axis, pointing mostly upward and slightly rightward).

Example 2.2 — Concurrent Forces Including Negative Angles

Problem

Four forces act at a point: • 80 N at 30° • 120 N at 120° • 100 N at 210° • 60 N at 315° (or −45°) Find the resultant.

Solution

Step 1: Resolve each force. F1: $F_{1x} = 80 \cos(30°) = 80 × 0.8660 = 69.28$ N $F_{1y} = 80 \sin(30°) = 80 × 0.5 = 40$ N F2: $F_{2x} = 120 \cos(120°) = 120 × (−0.5) = −60$ N $F_{2y} = 120 \sin(120°) = 120 × 0.8660 = 103.92$ N F3: $F_{3x} = 100 \cos(210°) = 100 × (−0.8660) = −86.60$ N $F_{3y} = 100 \sin(210°) = 100 × (−0.5) = −50$ N F4: $F_{4x} = 60 \cos(315°) = 60 × 0.7071 = 42.43$ N $F_{4y} = 60 \sin(315°) = 60 × (−0.7071) = −42.43$ N Step 2: Sum components. $$R_x = 69.28 − 60 − 86.60 + 42.43 = −34.89 \text{ N}$$ $$R_y = 40 + 103.92 − 50 − 42.43 = 51.49 \text{ N}$$ Step 3: Find magnitude. $$R = \sqrt{(−34.89)^2 + 51.49^2} = \sqrt{1216.3 + 2651.3} = \sqrt{3867.6} = 62.19 \text{ N}$$ Step 4: Find direction. $$\theta_R = \tan^{-1}\left(\frac{51.49}{−34.89}\right) = \tan^{-1}(−1.475) = −55.87°$$ Since Rx < 0 and Ry > 0, the force is in the **2nd quadrant**: $$\theta_R = 180° − 55.87° = 124.13° ≈ 124.1°$$ **Answer:** Resultant = 62.19 N at 124.1° from the +x axis (or pointing upper-left).

Key Points

  • Concurrent forces all pass through a single point; their resultant also passes through that point.
  • Always resolve forces into components first—never try to add forces head-to-tail in a disorganized way.
  • The resultant magnitude is found from the Pythagorean theorem applied to resultant components.
  • For concurrent forces in equilibrium, Rx = 0, Ry = 0, and Rz = 0 (in 3D).
  • The component method is systematic and minimizes errors compared to graphical methods.

A **moment** (also called torque) measures the tendency of a force to cause rotation of a body about a specific point or axis. Moment is a vector quantity (in 3D) or a scalar with sign (in 2D). **Definition and Calculation:** The moment of a force F about a point O is defined as: $$M_O = F \times d$$ where: - F is the magnitude of the force (in Newtons) - d is the perpendicular distance from point O to the **line of action** of the force (in meters) - MO is the moment (in Newton-meters, N·m) **Sign Convention (2D):** - **Counterclockwise (CCW):** Positive (+) - **Clockwise (CW):** Negative (−) This convention is standard in mechanics and must be applied consistently throughout all problems. **Scalar (Component) Method Using Cartesian Coordinates:** If a force with components (Fx, Fy) is applied at a point (x, y), its moment about the origin O is: $$M_O = x F_y − y F_x$$ This formula is derived from the cross product and is equivalent to finding the perpendicular distance and multiplying by force magnitude. It eliminates the need to geometrically identify the perpendicular distance. **Proof:** The perpendicular distance from O to the line of action is $d = |x F_y − y F_x| / F$, so $M_O = F × d = F × \frac{|x F_y − y F_x|}{F} = |x F_y − y F_x|$. The sign of $x F_y − y F_x$ encodes whether rotation is CCW (positive) or CW (negative). **Three-Dimensional Moment — Vector Cross Product:** In 3D, the moment is a vector: $$\vec{M}_O = \vec{r} \times \vec{F}$$ where $\vec{r}$ is the position vector from O to the point of application of F. Expanding: $$\vec{M}_O = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ x & y & z \\ F_x & F_y & F_z \end{vmatrix} = (y F_z − z F_y)\hat{i} − (x F_z − z F_x)\hat{j} + (x F_y − y F_x)\hat{k}$$ **Application in Structural Analysis:** Moment calculations are essential for: - **Beam analysis:** Finding internal moments in beams under load (NSCP 2015, Section 4.3 addresses loading and resistance factors). - **Column and connection design:** Determining secondary moments in structures (AISC 360-16 Section C1 discusses member analysis). - **Foundation design:** Calculating overturning moments on footings and pile groups. **Common Pitfall:** Students often confuse the distance from the point O to the point of application of the force with the perpendicular distance to the line of action. The perpendicular distance is what matters.

Heading

3. Moment of a Force About a Point

Examples

Example 3.1 — Moment Using Perpendicular Distance

Problem

A 200 N force acts horizontally (to the right) at a point 3 m above a reference point O. Find the moment about O.

Solution

The force acts horizontally (parallel to the x-axis) at a height of 3 m above O. The perpendicular distance from O to the line of action is simply the vertical distance: d = 3 m. Since the force points to the right (+x direction) and is above O, the moment rotates counterclockwise (positive convention). $$M_O = F × d = 200 × 3 = 600 \text{ N·m (CCW)}$$ Alternatively, using coordinates: if O is at (0, 0) and the force acts at (0, 3), then $$M_O = x F_y − y F_x = 0 × 0 − 3 × 200 = −600 \text{ N·m}$$ Wait—this disagrees! Let me reconsider. If the force is 200 N to the right at y = 3: - Point of application: (0, 3) - Force vector: Fx = 200 N, Fy = 0 N $$M_O = x F_y − y F_x = 0 × 0 − 3 × 200 = −600 \text{ N·m (CW)}$$ Actually, this is correct—a rightward force above the point produces a clockwise moment about that point. So MO = −600 N·m (or 600 N·m clockwise). **Answer:** Moment = 600 N·m clockwise (or −600 N·m in the CCW positive convention).

Example 3.2 — Moment Using Components (Varignon's Theorem)

Problem

A 500 N force acts at point (4, 0) m, directed 60° above the horizontal. Find its moment about the origin using the component method.

Solution

Step 1: Resolve the force into components. $$F_x = 500 \cos(60°) = 500 × 0.5 = 250 \text{ N}$$ $$F_y = 500 \sin(60°) = 500 × 0.8660 = 433 \text{ N}$$ Step 2: Apply the scalar moment formula for the origin O = (0, 0): $$M_O = x F_y − y F_x = 4 × 433 − 0 × 250 = 1732 \text{ N·m}$$ Step 3: Interpret the sign. The positive value indicates a counterclockwise moment. **Answer:** Moment about origin = 1732 N·m counterclockwise (or +1732 N·m). **Verification using perpendicular distance:** The line of action of the force passes through (4, 0) at angle 60°. Its equation is: $$\frac{y − 0}{x − 4} = \tan(60°) = \sqrt{3}$$ $$y = \sqrt{3}(x − 4)$$ $$\sqrt{3}x − y − 4\sqrt{3} = 0$$ Perpendicular distance from origin to this line: $$d = \frac{|\sqrt{3}(0) − 1(0) − 4\sqrt{3}|}{\sqrt{3 + 1}} = \frac{4\sqrt{3}}{2} = 2\sqrt{3} ≈ 3.464 \text{ m}$$ Moment = 500 × 3.464 = 1732 N·m ✓

Example 3.3 — Moment at a Point Other Than the Origin

Problem

A force of 300 N acts downward (−y direction) at point (2, 5) m. Find the moment about point A at (−1, 2) m.

Solution

The force is applied at P = (2, 5) with components Fx = 0, Fy = −300 N. We want the moment about point A = (−1, 2). Step 1: Translate to A as the reference point. The position vector from A to P is: $$\vec{r}_{A→P} = (2 − (−1), 5 − 2) = (3, 3)$$ Step 2: Apply the moment formula relative to A: $$M_A = x_{rel} F_y − y_{rel} F_x = 3 × (−300) − 3 × 0 = −900 \text{ N·m}$$ The negative sign indicates clockwise rotation about A. **Answer:** Moment about point A = 900 N·m clockwise (or −900 N·m in CCW convention). **Physical interpretation:** The downward force at (2, 5) is to the right and above point A at (−1, 2). A downward force to the right of a reference point causes clockwise rotation, so the negative moment is correct.

Key Points

  • Moment = Force × Perpendicular Distance (not the distance along any particular direction to the point of application).
  • Always identify the **line of action** of the force, then drop a perpendicular from the reference point to that line.
  • In 2D, use the scalar method: MO = x·Fy − y·Fx. This avoids geometry errors.
  • Sign convention (CCW +, CW −) must be applied consistently throughout the problem.
  • A moment is independent of where along a force's line of action the force is applied; only the perpendicular distance to the line matters.
  • In 3D, moments are vectors; use the cross product formula.

**Varignon's Theorem** states that the moment of a force about a point equals the sum of the moments of its components about that same point: $$M_O^{\text{force}} = M_O^{F_x} + M_O^{F_y}$$ **Statement and Proof:** If a force F is resolved into components Fx and Fy acting at the same point (x, y), then: $$M_O = x F_y − y F_x = (x F_y − y × 0) + (0 × 0 − y F_x) = M_O^{\text{from } F_y} + M_O^{\text{from } F_x}$$ This is not just an algebraic identity—it reflects a physical principle: the rotational effect of a force is the sum of the rotational effects of its components. **Why Varignon's Theorem Matters:** 1. **Simplification:** Instead of finding the perpendicular distance geometrically (which can be messy for inclined forces), you can decompose the force and use simple moment formulas for each component. 2. **Systematic approach:** Component moments are often easier to visualize and calculate. 3. **Proof that the component method works:** The scalar formula $M_O = x F_y − y F_x$ is **derived** from Varignon's theorem. **Application:** When a force acts along an inclined line, rather than computing perpendicular distance using trigonometry and distance formulas, decompose the force into horizontal and vertical components, then sum their moments about the reference point. This is faster and less error-prone. **Extension to Multiple Forces:** For a system of concurrent forces, the moment of the resultant about any point equals the sum of the moments of all individual forces: $$M_O^{\text{resultant}} = \sum_{i} M_O^{\text{force } i}$$ This is a direct extension of Varignon and is critical for understanding how non-concurrent force systems reduce to a resultant with a specific line of action.

Heading

4. Varignon's Theorem

Examples

Example 4.1 — Moment via Varignon vs. Perpendicular Distance

Problem

A 400 N force acts at 50° above horizontal at point (3, 0) m. Find the moment about the origin (a) using perpendicular distance, (b) using Varignon's theorem.

Solution

(a) **Perpendicular Distance Method:** The force is 400 N at 50°. Its line of action passes through (3, 0) with slope m = tan(50°) = 1.1918. The line equation is: $$y − 0 = 1.1918(x − 3)$$ $$1.1918x − y − 3.5754 = 0$$ Distance from O(0, 0) to this line: $$d = \frac{|1.1918(0) − 1(0) − 3.5754|}{\sqrt{1.1918^2 + 1}} = \frac{3.5754}{\sqrt{2.4205}} = \frac{3.5754}{1.556} = 2.297 \text{ m}$$ Moment: $$M_O = 400 × 2.297 = 918.8 \text{ N·m (CCW)}$$ (b) **Varignon's Theorem:** Resolve the force: $$F_x = 400 \cos(50°) = 400 × 0.6428 = 257.1 \text{ N}$$ $$F_y = 400 \sin(50°) = 400 × 0.7660 = 306.4 \text{ N}$$ Moment from components: $$M_O = x F_y − y F_x = 3 × 306.4 − 0 × 257.1 = 919.2 \text{ N·m}$$ **Answer:** Both methods give ≈ 919 N·m CCW. (The small difference in method (a) is due to rounding in the perpendicular distance calculation.) Varignon's method is faster and avoids geometric complications.

Example 4.2 — System Resultant Moment via Varignon

Problem

Three forces act at point (2, 3) m: • 100 N at 0° (rightward) • 80 N at 90° (upward) • 60 N at 180° (leftward) Find (a) the resultant of the three forces, and (b) verify that the moment of the resultant about the origin equals the sum of individual force moments.

Solution

(a) **Find the Resultant:** $$R_x = 100 + 0 − 60 = 40 \text{ N}$$ $$R_y = 0 + 80 + 0 = 80 \text{ N}$$ $$R = \sqrt{40^2 + 80^2} = \sqrt{1600 + 6400} = \sqrt{8000} = 89.44 \text{ N}$$ $$\theta_R = \tan^{-1}(80/40) = \tan^{-1}(2) = 63.43°$$ (b) **Moments About the Origin:** Moment of resultant R at (2, 3): $$M_O^R = 2 × 80 − 3 × 40 = 160 − 120 = 40 \text{ N·m}$$ Individual moments (all forces act at (2, 3)): Force 1 (100 N, 0°): $F_{1x} = 100$, $F_{1y} = 0$ $$M_O^1 = 2 × 0 − 3 × 100 = −300 \text{ N·m}$$ Force 2 (80 N, 90°): $F_{2x} = 0$, $F_{2y} = 80$ $$M_O^2 = 2 × 80 − 3 × 0 = 160 \text{ N·m}$$ Force 3 (60 N, 180°): $F_{3x} = −60$, $F_{3y} = 0$ $$M_O^3 = 2 × 0 − 3 × (−60) = 180 \text{ N·m}$$ Sum of individual moments: $$\sum M_O = −300 + 160 + 180 = 40 \text{ N·m}$$ **Answer:** Moment of resultant = 40 N·m; Sum of individual moments = 40 N·m. They match, confirming Varignon's theorem ✓

Key Points

  • Varignon's theorem transforms moment calculations from geometry into arithmetic (components and simple products).
  • The moment of a force equals the sum of moments of its components—a powerful decomposition tool.
  • This theorem is the foundation of the scalar moment formula: MO = x·Fy − y·Fx.
  • For any system, the moment of the resultant about a point = the sum of moments of all forces about that point.
  • Varignon eliminates the need to find perpendicular distances for inclined forces in most 2D problems.

A **couple** is a special force system consisting of two equal, opposite, parallel forces separated by a perpendicular distance. A couple produces pure **rotation** with no net translation. **Characteristics of a Couple:** 1. **Two equal and opposite forces:** Magnitudes are identical (F₁ = F₂ = F); directions are opposite (180° apart). 2. **Parallel lines of action:** The forces do not act on the same line; they are separated by a perpendicular distance d. 3. **Zero resultant:** $R_x = F − F = 0$ and $R_y = 0 + 0 = 0$ (no translation). 4. **Non-zero moment:** The sum of moments about any point is non-zero. **Moment of a Couple:** $$M = F \times d$$ where F is the magnitude of either force and d is the perpendicular distance between their lines of action. The moment is the same about **every** point in the plane (a free vector). **Proof of Moment Independence:** Consider a couple with forces +F and −F at points A and B, separated perpendiculary by distance d. Take moments about any arbitrary point O: $$M_O = M_O^{+F} + M_O^{-F}$$ For the +F at distance r₁ from O: $M_O^{+F} = F r_1 \sin\alpha$ (where α is the angle) For the −F at distance r₂ from O: $M_O^{-F} = −F r_2 \sin\beta$ Because the forces are parallel and separated by a constant d, the geometry ensures: $$M_O^{+F} + M_O^{-F} = F(r_1 \sin\alpha − r_2 \sin\beta) = F × d$$ The result is independent of the choice of O. **Sign Convention:** Couples follow the same CCW (+) / CW (−) convention as moments. **Equivalent Couples:** Two couples are equivalent if they have the same moment magnitude and sense (CCW or CW). They may have different force magnitudes and separation distances as long as $F_1 d_1 = F_2 d_2$ and both produce the same rotational effect. **Reduction of Force Systems:** A general (non-concurrent) force system can be reduced to: - A resultant force R at a specific location, **plus** - A couple M where the couple ensures that the moment about any point is preserved. This is a key concept for understanding beam loading and internal forces. **Application in Structural Engineering (per NSCP 2015, AISC 360):** Couples arise in: - **Torsional loading:** Twisting moments on members (e.g., wind on building corners). - **Member eccentricity:** When loads are offset from member centerlines, creating bending moments that couple with axial forces. - **Connection design:** Moment connections in frames (AISC 360-16 Chapter J discusses connections) transmit couples to members.

Heading

5. Couples

Examples

Example 5.1 — Couple Moment Calculation

Problem

Two parallel forces of 50 N each act vertically upward at x = 1 m and downward at x = 4 m, both on a horizontal member. Find the couple moment.

Solution

The separation distance between the lines of action (both vertical) is: $$d = 4 − 1 = 3 \text{ m}$$ The upward force at x = 1 tends to rotate counterclockwise; the downward force at x = 4 also tends to rotate counterclockwise (moment arm to the right). Actually, let me reconsider using the moment formula. About any point O, say the origin: Upward 50 N at x = 1, y = 0: $M_O^{up} = 1 × 50 − 0 × 0 = 50$ N·m (CCW) Downward 50 N at x = 4, y = 0: $M_O^{down} = 4 × (−50) − 0 × 0 = −200$ N·m (CW) Total moment: $M_O = 50 + (−200) = −150$ N·m... wait, this doesn't match F·d = 50 × 3 = 150 N·m. Let me reconsider the force positions. If the upward force is at (1, 0) and downward at (4, 0), both on a horizontal member at y = 0: **Corrected approach:** The moment of a couple should be independent of point of reference. Let me take about point (1, 0) where the first force acts: Upward 50 N at (1, 0): $M_1 = 0$ (moment arm is zero) Downward 50 N at (4, 0): perpendicular distance = 4 − 1 = 3 m. Moment = 50 × 3 = 150 N·m (CW) Total couple moment = 150 N·m clockwise (or −150 N·m in CCW convention). **Answer:** Couple moment = 150 N·m clockwise. The magnitude is F × d = 50 × 3 = 150 N·m ✓

Example 5.2 — Equivalent Couples

Problem

A couple consists of forces of 80 N separated by 1.5 m. Find an equivalent couple using forces of 60 N.

Solution

Original couple moment: $$M = 80 × 1.5 = 120 \text{ N·m}$$ For an equivalent couple with 60 N forces: $$M = F × d \quad \Rightarrow \quad 120 = 60 × d \quad \Rightarrow \quad d = \frac{120}{60} = 2 \text{ m}$$ **Answer:** The equivalent couple consists of two 60 N forces (same sense as the original) separated by 2 m.

Example 5.3 — Couple in a Force-System Reduction

Problem

A 200 N vertical force acts downward at x = 2 m on a horizontal member. A couple of moment 400 N·m (CCW) also acts on the member. Find the single equivalent force-couple system.

Solution

The given system is already a force-couple system: - **Resultant force:** R = 200 N downward (or −200 N in y-direction) - **Couple moment:** M = 400 N·m (CCW) This system is **equivalent**. The resultant force passes through x = 2 m and produces no moment about that point; the couple provides the additional rotational effect. Alternatively, the system can be represented by a single force 200 N downward at a different location such that its moment about x = 2 m reproduces the couple. If the force acts at position x = x₀: $$M = (x_0 − 2) × 200 = 400$$ $$x_0 − 2 = 2$$ $$x_0 = 4 \text{ m}$$ So an equivalent system is a single 200 N downward force at x = 4 m (which produces a moment of 400 N·m CCW about x = 2 m). **Answer:** The system reduces to R = 200 N downward + M = 400 N·m CCW, or equivalently, a single 200 N downward force at x = 4 m.

Key Points

  • A couple consists of two equal, opposite, parallel forces.
  • A couple produces pure rotation (no net translation).
  • The moment of a couple is M = F × d and is the same about every point.
  • A couple is a free vector—it can be relocated without changing its mechanical effect.
  • In force-system reduction, any non-concurrent system = resultant force + couple.
  • Two couples are equivalent if F₁·d₁ = F₂·d₂ and have the same sense.

A **non-concurrent force system** consists of forces whose lines of action do not meet at a common point. Unlike concurrent forces (which always reduce to a single resultant through that point), non-concurrent systems must be analyzed by considering both translation (via the resultant force) and rotation (via moments). **General Reduction Process:** Any coplanar force system (concurrent, parallel, or general) reduces to: 1. A **resultant force** R located at a reference point, plus 2. A **couple moment** M **Step 1: Find the Resultant Force Components** $$R_x = \sum F_x$$ $$R_y = \sum F_y$$ $$R = \sqrt{R_x^2 + R_y^2}$$ $$\theta_R = \tan^{-1}(R_y / R_x)$$ **Step 2: Find the Sum of Moments About a Reference Point (usually the origin or a convenient point)** $$M_O = \sum M_O^{\text{each force}}$$ where each moment is calculated using $M = xF_y − yF_x$ for a force at position (x, y). **Step 3: Determine the Line of Action of the Resultant** If the resultant force is non-zero, it has a unique line of action such that the moment about any point due to the resultant equals the total moment of the system about that point. The perpendicular distance from point O to the resultant's line of action is: $$d = \frac{|\sum M_O|}{R}$$ The **location** of the resultant can be found by ensuring the moment is preserved. For a horizontal resultant (Ry = 0, Rx ≠ 0) acting at height y = h: $$M_O = h × R_x \quad \Rightarrow \quad h = \frac{M_O}{R_x}$$ For a vertical resultant (Rx = 0, Ry ≠ 0) acting at horizontal position x = x₀: $$M_O = x_0 × R_y \quad \Rightarrow \quad x_0 = \frac{M_O}{R_y}$$ For an inclined resultant, the calculation is more complex; see Example 6.2. **Special Cases:** 1. **If R ≠ 0 and ΣM ≠ 0:** The system reduces to a single resultant force at a specific location. 2. **If R = 0 and ΣM ≠ 0:** The system is a couple (pure rotation, no translation). 3. **If R = 0 and ΣM = 0:** The system is in equilibrium. **Application in Structural Design:** Understanding force-system reduction is crucial for: - **Beam analysis:** Converting distributed and concentrated loads into equivalent resultants and couples for equilibrium calculations (NSCP 2015 Section 5.2.1 addresses loading). - **Foundation design:** Determining resultant base pressure and overturning moments on footings under combined loading. - **Gable frame analysis:** Reducing roof loads and wind forces to resultants at column bases.

Heading

6. Resultant of Non-Concurrent (General) Force Systems

Examples

Example 6.1 — Resultant Location for Horizontal Forces

Problem

Three horizontal downward forces act on a beam: 30 kN at x = 1 m, 50 kN at x = 3 m, and 20 kN at x = 6 m (all measured from point O at x = 0). Find the resultant magnitude and its location.

Solution

Step 1: Find the total downward force (resultant). $$R = 30 + 50 + 20 = 100 \text{ kN (downward)}$$ Step 2: Find the moment about O (taking O as origin at ground level). $$M_O = 30(1) + 50(3) + 20(6) = 30 + 150 + 120 = 300 \text{ kN·m (CCW)}$$ Alternatively, if we denote downward as negative: each force at height y = 0 gives $M = x × (−F)$: $$M_O = 1 × (−30) + 3 × (−50) + 6 × (−20) = −300 \text{ kN·m (CW)}$$ Using convention that downward moments are positive (clockwise): M = 300 kN·m. Step 3: Locate the resultant. For a downward resultant at position x = x̄: $$M_O = \bar{x} × R$$ $$300 = \bar{x} × 100$$ $$\bar{x} = 3.0 \text{ m}$$ **Answer:** Resultant = 100 kN downward at x = 3.0 m from O. (Verification: 30(1) + 50(3) + 20(6) = 100(3.0) ✓)

Example 6.2 — Resultant of a General (Inclined) Force System

Problem

Two forces and one couple act on a beam: • 80 N at 30° above horizontal at point (2, 1) m • 60 N vertically downward at point (5, 0) m • Couple moment = 200 N·m (CCW) Find the resultant force and its line of action.

Solution

Step 1: Resolve forces into components. Force 1: $F_{1x} = 80 \cos(30°) = 80 × 0.8660 = 69.28$ N $F_{1y} = 80 \sin(30°) = 80 × 0.5 = 40$ N Force 2: $F_{2x} = 0$ N $F_{2y} = −60$ N Step 2: Find total resultant force. $$R_x = 69.28 + 0 = 69.28 \text{ N}$$ $$R_y = 40 − 60 = −20 \text{ N}$$ $$R = \sqrt{69.28^2 + (−20)^2} = \sqrt{4800.7 + 400} = \sqrt{5200.7} = 72.1 \text{ N}$$ $$\theta_R = \tan^{-1}(−20/69.28) = \tan^{-1}(−0.289) = −16.1°$$ The resultant points at 16.1° below the horizontal (to the lower-right). Step 3: Find total moment about origin O. Moment of Force 1 at (2, 1): $$M_O^1 = 2 × 40 − 1 × 69.28 = 80 − 69.28 = 10.72 \text{ N·m}$$ Moment of Force 2 at (5, 0): $$M_O^2 = 5 × (−60) − 0 × 0 = −300 \text{ N·m}$$ Couple moment: $$M_O^{couple} = 200 \text{ N·m}$$ Total moment: $$M_O^{total} = 10.72 − 300 + 200 = −89.28 \text{ N·m}$$ The negative sign indicates a clockwise moment. Step 4: Find the line of action of the resultant. The resultant R passes through some point (x₀, y₀) such that its moment about O equals the total moment: $$M_O^{resultant} = x_0 R_y − y_0 R_x = −89.28$$ $$x_0 (−20) − y_0 (69.28) = −89.28$$ $$−20x_0 − 69.28y_0 = −89.28$$ $$20x_0 + 69.28y_0 = 89.28 \quad \cdots (*)$$ Equation (*) represents the line of action (a constraint on (x₀, y₀)). Any two points satisfying this equation lie on the resultant's line of action. For instance, at x₀ = 0: $$69.28y_0 = 89.28 \quad \Rightarrow \quad y_0 = 1.29 \text{ m}$$ So the resultant passes through (0, 1.29). At y₀ = 0: $$20x_0 = 89.28 \quad \Rightarrow \quad x_0 = 4.46 \text{ m}$$ The resultant passes through (4.46, 0). **Answer:** Resultant = 72.1 N at −16.1° (lower-right), with line of action passing through points such as (0, 1.29) m and (4.46, 0) m. The equation of the line is $20x + 69.28y = 89.28$.

Example 6.3 — Force System Reducing to a Couple

Problem

Two horizontal forces of 100 N each act at the same x-position but at different heights: 100 N to the right at y = 2 m and 100 N to the left at y = 5 m. Is there a resultant? If not, what is the system?

Solution

Step 1: Sum of forces. $$R_x = 100 + (−100) = 0$$ $$R_y = 0 + 0 = 0$$ $$R = 0$$ The system has no net force (no translation). Step 2: Sum of moments about O(0, 0). Rightward force at (x, 2): Assume it acts at x = x₁. $M_O^1 = x_1 × 0 − 2 × 100 = −200$ N·m (CW) Leftward force at (x, 5): Assume it acts at the same x = x₁. $M_O^2 = x_1 × 0 − 5 × (−100) = 500$ N·m (CCW) Total moment: $$M_O = −200 + 500 = 300 \text{ N·m (CCW)}$$ Alternatively, recognizing these as a couple with perpendicular distance 5 − 2 = 3 m: $$M = F × d = 100 × 3 = 300 \text{ N·m}$$ **Answer:** The system is a **couple** with moment 300 N·m counterclockwise. There is no resultant force, only rotational effect.

Key Points

  • A non-concurrent system always reduces to a resultant force R plus a couple M.
  • The resultant force equals the vector sum of all forces: Rx = ΣFx, Ry = ΣFy.
  • The couple moment equals the sum of moments of all forces about a reference point.
  • The resultant's line of action is located such that its moment about any point reproduces the system's total moment.
  • For parallel forces or horizontal/vertical resultants, the location formula simplifies to x₀ = ΣM / R.
  • If R = 0 but ΣM ≠ 0, the system is a couple.

**Parallel forces** are a special case of non-concurrent systems where all forces are parallel (same direction, different lines of action). This is common in practice: distributed beam loads, weight of structural members, snow loads, etc. **Key Characteristics:** 1. All forces are parallel (e.g., all vertical). 2. The resultant R is parallel to each individual force and equals the algebraic sum. 3. The resultant's line of action is determined by moment equilibrium, not by geometry of force directions. **Resultant of Parallel Forces (1D Case - Vertical Forces):** For n vertical forces (downward positive) at positions x₁, x₂, ..., xn: $$R = \sum_{i=1}^{n} F_i$$ The resultant acts at position x̄ (the **center of action**) determined by: $$\bar{x} = \frac{\sum_{i=1}^{n} F_i x_i}{R} = \frac{\sum M_O}{R}$$ where $\sum M_O = \sum F_i x_i$ is the total moment about the reference point O. **Distributed Loads:** For a distributed load w(x) (force per unit length) over a segment [0, L], the total load (resultant) and its centroid location are: $$R = \int_0^L w(x) \, dx$$ $$\bar{x} = \frac{\int_0^L x \, w(x) \, dx}{R} = \frac{\sum M_O}{R}$$ **Common Distributed Load Cases (for quick reference):** 1. **Uniform load** w (constant), length L: - $R = wL$ - $\bar{x} = L/2$ (midpoint) 2. **Triangular load** (zero at x = 0, maximum w₀ at x = L): - $R = \frac{1}{2} w_0 L$ - $\bar{x} = \frac{2L}{3}$ (two-thirds from the zero end) 3. **Trapezoidal load** (w₁ at x = 0, w₂ at x = L): - $R = \frac{1}{2}(w_1 + w_2) L$ - $\bar{x} = \frac{L}{3} \frac{w_1 + 2w_2}{w_1 + w_2}$ **Reduction to Resultant + Couple (Non-Concurrent General System):** For a system of parallel forces that is **not concurrent**, you must also consider moments: 1. Compute R (algebraic sum). 2. Compute ΣM about a reference point. 3. If ΣM ≠ 0, the system is non-concurrent and reduces to R at location $\bar{x} = \sum M_O / R$ **plus** any additional couple. However, for **pure parallel forces** at different locations (no external couples added), the system always reduces to a **single resultant** at the center of action; there is no additional couple. **Application to Structural Design (NSCP 2015, ACI 318):** - **Beam loading:** Continuous loads on beams are converted to resultants for reaction calculations. - **Foundation design:** Weight distribution of a structure on a footing becomes a concentrated reaction (resultant) at the footing's center of pressure. - **Slab analysis:** Equivalent frame method (ACI 318-19 Section 13.6.3) reduces distributed loads to concentrated loads at frame joints.

Heading

7. Parallel Forces and Their Resultant Location

Examples

Example 7.1 — Resultant Location for Concentrated Vertical Loads

Problem

A horizontal beam is loaded with vertical downward forces: 20 kN at x = 1 m, 35 kN at x = 4 m, and 25 kN at x = 7 m. Find the resultant and its location.

Solution

Step 1: Total downward force. $$R = 20 + 35 + 25 = 80 \text{ kN (downward)}$$ Step 2: Moment about origin O (taking moments of downward forces as positive clockwise). $$M_O = 20 × 1 + 35 × 4 + 25 × 7 = 20 + 140 + 175 = 335 \text{ kN·m}$$ Step 3: Location of resultant. $$\bar{x} = \frac{M_O}{R} = \frac{335}{80} = 4.1875 \text{ m}$$ **Answer:** Resultant = 80 kN downward at x = 4.1875 m ≈ 4.19 m from O. **Verification:** Moment of 80 kN at x = 4.19 m: M = 80 × 4.19 = 335.2 kN·m ✓

Example 7.2 — Uniform Distributed Load on a Beam

Problem

A beam of length 6 m carries a uniform distributed load of 12 kN/m. Find the resultant force and its location.

Solution

For a uniform load: $$R = w × L = 12 × 6 = 72 \text{ kN}$$ The resultant acts at the centroid of the rectangular load diagram: $$\bar{x} = \frac{L}{2} = \frac{6}{2} = 3 \text{ m}$$ **Answer:** Resultant = 72 kN at x = 3 m (the midpoint of the beam).

Example 7.3 — Triangular Distributed Load

Problem

A cantilever beam of length 5 m is loaded with a triangular distributed load: 0 kN/m at x = 0 (free end) and 15 kN/m at x = 5 m (fixed end). Find the resultant.

Solution

For a triangular load with maximum w₀ = 15 kN/m and length L = 5 m: $$R = \frac{1}{2} w_0 L = \frac{1}{2} × 15 × 5 = 37.5 \text{ kN}$$ The centroid is located at 2/3 of the length from the zero end: $$\bar{x} = \frac{2L}{3} = \frac{2 × 5}{3} = \frac{10}{3} = 3.33 \text{ m}$$ So the resultant acts at 3.33 m from the free end (or 1.67 m from the fixed end). **Answer:** Resultant = 37.5 kN at x = 3.33 m from the free end.

Example 7.4 — Combined Distributed and Concentrated Loads

Problem

A 10 m beam carries: • Uniform distributed load: 8 kN/m over the entire length • Concentrated load: 50 kN at x = 3 m • Concentrated load: 30 kN at x = 8 m Find the total resultant and its location.

Solution

Step 1: Total downward force. $$R = (8 × 10) + 50 + 30 = 80 + 50 + 30 = 160 \text{ kN}$$ Step 2: Moment of each load about O(0, 0). Uniform load (resultant 80 kN at x = 5 m): $M_1 = 80 × 5 = 400$ kN·m 50 kN at x = 3 m: $M_2 = 50 × 3 = 150$ kN·m 30 kN at x = 8 m: $M_3 = 30 × 8 = 240$ kN·m Total moment: $M_O = 400 + 150 + 240 = 790$ kN·m Step 3: Location of total resultant. $$\bar{x} = \frac{M_O}{R} = \frac{790}{160} = 4.9375 \text{ m}$$ **Answer:** Total resultant = 160 kN downward at x = 4.94 m from O.

Key Points

  • Parallel forces always have a resultant equal to their algebraic sum, parallel to their direction.
  • The resultant's location is found from moment equilibrium: x̄ = ΣM_O / R.
  • For a uniform distributed load over length L, the resultant equals wL and acts at L/2.
  • For a triangular load, the resultant is (1/2)w₀L and acts at 2L/3 from the zero end.
  • The center of action (x̄) is analogous to the center of mass for a mass distribution.
  • Parallel force systems often reduce to a single resultant (no couple), unless external couples are added.

The following errors are frequently encountered on PRC licensure exams and require deliberate attention to avoid: **Pitfall 1: Quadrant Errors in Inverse Tangent** **Problem:** When finding θ = arctan(Fy/Fx), students often apply the formula mechanically without checking quadrants. **Example:** If Fx = −100 N and Fy = 100 N, then arctan(100/−100) = arctan(−1) = −45° on most calculators. But the correct angle is 135° (2nd quadrant). **Solution:** Always plot the components on an x-y axes sketch. Check the signs: - Fx > 0, Fy > 0 → Quadrant I: θ is between 0° and 90°. Use θ directly. - Fx < 0, Fy > 0 → Quadrant II: θ = 180° − arctan(|Fy/Fx|). - Fx < 0, Fy < 0 → Quadrant III: θ = 180° + arctan(|Fy/Fx|). - Fx > 0, Fy < 0 → Quadrant IV: θ = 360° − arctan(|Fy/Fx|), or equivalently θ = −arctan(|Fy/Fx|). Many modern calculators have an `atan2(y, x)` function that handles quadrants automatically—use it if available. **Pitfall 2: Perpendicular Distance vs. General Distance** **Problem:** In moment calculations M = F × d, students often measure the distance from the reference point to the point of force application, not the perpendicular distance to the **line of action**. **Example:** A horizontal force of 100 N acts at point (3, 4) m. A student calculates the distance from the origin as $\sqrt{3^2 + 4^2} = 5$ m and claims M = 100 × 5 = 500 N·m. Incorrect! **Correct approach:** The horizontal force's line of action is y = 4 (a horizontal line). The perpendicular distance from O(0, 0) to this line is simply d = 4 m. So M = 100 × 4 = 400 N·m (counterclockwise). **Solution:** Always sketch the force's line of action (not just the point of application), then drop a perpendicular from the reference point to that line. The perpendicular distance is what matters. Alternatively, use the component method: M = xFy − yFx, which avoids geometry altogether. **Pitfall 3: Sign Convention Inconsistency** **Problem:** Mixing up counterclockwise (+) and clockwise (−) conventions mid-problem, or switching between different sign conventions. **Example:** A student calculates some moments as positive for CCW, then later treats a CW moment as positive. The final result is inconsistent. **Solution:** At the start of every problem, clearly state your sign convention (e.g., "CCW = +, CW = −"). Apply it consistently to all forces and moments. If multiple systems are solved, restate the convention for each. **Pitfall 4: Confusion Between Force Components and Unit Vectors** **Problem:** When expressing a force as $\vec{F} = F_x \hat{i} + F_y \hat{j}$, students sometimes forget that Fx and Fy are components (scalars with sign), not magnitudes. **Example:** A force at 150° is claimed to have Fx = cos(150°) ≈ 0.866 and Fy = sin(150°) ≈ 0.5. These are missing the magnitude F. The correct components are Fx = F cos(150°) ≈ −0.866F and Fy = F sin(150°) ≈ 0.5F. **Solution:** Always write Fx = F cos(θ) and Fy = F sin(θ), not just cos(θ) and sin(θ). Keep track of magnitude and direction separately. **Pitfall 5: Forgetting That a Couple is a Free Vector** **Problem:** Treating a couple as if its moment changes depending on where you "move" it on the body. **Example:** A couple of 200 N·m is drawn at x = 2 m on a diagram. A student incorrectly believes the couple moment would be different if it were drawn at x = 5 m. **Solution:** Couples are **free vectors**. The moment of a couple is the same about every point. You can relocate a couple's representation on a diagram without changing its mechanical effect. **Pitfall 6: Mixing Up Distributed Load Centroid Formulas** **Problem:** Using the wrong formula for the centroid of a triangular or trapezoidal load. **Example:** For a triangular load with maximum at x = L, a student claims the centroid is at L/2 instead of 2L/3. **Solution:** Memorize or quickly derive the standard cases: - Uniform (rectangular): centroid at L/2 - Triangle (zero at x = 0, max at x = L): centroid at 2L/3 - Triangle (max at x = 0, zero at x = L): centroid at L/3 - Trapezoid: use the formula $\bar{x} = \frac{L}{3} \frac{w_1 + 2w_2}{w_1 + w_2}$ When in doubt, sketch the load shape and place its centroid by visual inspection, then verify numerically. **Pitfall 7: Neglecting Units or Unit Conversion** **Problem:** Mixing N and kN, or m and mm, leading to dimensional errors. **Example:** A force of 50 kN is treated as 50 N in a calculation, resulting in an answer off by a factor of 1000. **Solution:** Always write units alongside numbers. Convert all quantities to consistent units (e.g., SI: N, m, N·m) at the start. Double-check dimensions in the final answer (e.g., force in N, moment in N·m). **Pitfall 8: Incorrect Application of Varignon's Theorem** **Problem:** Computing moments of components about different points instead of the same point. **Example:** A student finds the moment of Fx about point A and the moment of Fy about point B, then adds them. This violates Varignon's theorem. **Solution:** Varignon's theorem states: **MO(force) = MO(Fx) + MO(Fy)** where all moments are about the **same point O**. Always calculate component moments about the reference point. **Examination Strategy Tips:** 1. **Draw sketches.** A rough free-body diagram or coordinate axis sketch catches many errors before calculations begin. 2. **Check your answer's reasonableness.** If you find a resultant of 10,000 N for a system of three 100 N forces, reconsider. 3. **Show all steps.** Partial credit is awarded for method even if the numerical answer is wrong. Write out component resolution, sums, and moment calculations explicitly. 4. **Use consistent notation.** If you use R for resultant, stick with it throughout. Don't switch to F_R mid-problem. 5. **Verify with a special case.** If the problem allows, check your general formula with a simple limiting case (e.g., a single force or a couple). 6. **Estimate before computing.** Rough mental math can catch calculation errors. E.g., if four forces of roughly 100 N each sum, expect R ≈ 200–400 N, not 5000 N.

Heading

8. Common Pitfalls and Examination Tips

Examples

Example 8.1 — Avoiding Quadrant Error

Problem

A resultant of concurrent forces has components Rx = −30 N and Ry = 40 N. Find the magnitude and direction.

Solution

Magnitude: $$R = \sqrt{(−30)^2 + 40^2} = \sqrt{900 + 1600} = \sqrt{2500} = 50 \text{ N}$$ Direction using arctan: $$\theta = \tan^{-1}\left(\frac{40}{−30}\right) = \tan^{-1}(−1.333) = −53.13°$$ But Rx < 0 and Ry > 0, so the force is in **Quadrant II**. The angle from the +x axis is: $$\theta = 180° − 53.13° = 126.87° ≈ 126.9°$$ **Answer:** R = 50 N at 126.9° from the +x axis (pointing upper-left).

Example 8.2 — Catching a Unit Error

Problem

A beam carries a distributed load of 5 kN/m over a 4 m span. What is the total load?

Solution

Incorrect approach: 5 × 4 = 20 (forgetting to note units and magnitudes). Correct approach: $$R = w × L = 5 \text{ kN/m} × 4 \text{ m} = 20 \text{ kN}$$ **Answer:** Total load = 20 kN (not 20 N; kN are the correct units for this problem).

Key Points

  • Always verify quadrants when using inverse tangent functions; plot components on axes.
  • Perpendicular distance to the line of action is needed for moment calculations, not distance to the application point.
  • Maintain consistent sign convention (CCW +, CW −) throughout entire problem.
  • Components are scalars (Fx, Fy); they are not magnitudes. Always include the force magnitude F in Fx = F cos(θ).
  • A couple's moment is independent of location; it's a free vector.
  • Know standard centroid locations for common distributed loads; derive if unsure.
  • Convert to consistent units (SI) before calculating.
  • Apply Varignon's theorem to moments about the **same** reference point.
  • Sketch free-body diagrams to visualize forces and moments.
  • Show all calculation steps for partial credit and error detection.
Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…

Ready to practise for the CELE 2026?

Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target CELE exam date.