Statics · Module 2 of 11 · Beginner

Force Vectors

A force is not just "how much." It needs direction before it can be useful.

01

Readiness check

From Module 1 and prerequisite math. Tick only what you can do closed-notes.

  • Convert mass to weight and keep units consistent (W = mg).
  • Use sin and cos to find the sides of a right triangle from one angle and the hypotenuse.
  • Use the Pythagorean theorem and inverse tangent.
  • Plot a point and read an angle measured from the positive x axis.
  • Use the law of sines and law of cosines on a non-right triangle.
0 or 1 weak itemsContinue with this module.
2 weak itemsReview triangle trig in Math for Engineers, then return.
3 or more weak itemsStep back: redo Module 1 and the trig unit of Math for Engineers.
02

The core idea

Break every force into components. Add components, not magnitudes.

Fx = F cos θFy = F sin θ

θ is measured from the positive x axis. The reverse trip: F = √(Fx² + Fy²) and θ = tan⁻¹(Fy/Fx). In 3D the same idea becomes F = Fxi + Fyj + Fzk.

The model works when: forces are concurrent: components along the same axes can always be added algebraically.
The model breaks down when: you add magnitudes of forces pointing in different directions, or measure θ from inconsistent references.
The concept. One angled force is exactly equivalent to its two perpendicular components. Components add as plain numbers; magnitudes do not.
03

The method

1Look

Where do the forces act, and from which axis are angles measured?

2Simplify

Concurrent forces at one point: the particle picture.

3Draw

Each force with its angle from the positive x axis.

4Solve

Resolve, sum the columns, recombine at the end.

04

Worked example: two cables, one resultant

Two cables pull on a hook. F₁ = 300 N at 30° above the +x axis; F₂ = 400 N at 120° from the +x axis. Find the resultant force.

Figure 1. Problem setup: two concurrent cable forces on a hook, angles measured from the positive x axis.
Figure 2. Solution, drawn to scale: components summed, then recombined. R = 500 N at 83.1° above the x axis.
force / resultantcomponentsangles and axes
  1. ProblemFind the resultant of the two cable forces in Figure 1.
  2. Given / findF₁ = 300 N at 30°, F₂ = 400 N at 120°. Find the magnitude R and direction θ.
  3. AssumptionsBoth forces act at the same point (concurrent); 2D; angles counterclockwise from +x.
  4. ModelThe hook is a particle. Resolve each force, sum the columns, recombine (Figure 2).
  5. EquationsRx = ΣF cos θ Ry = ΣF sin θ R = √(Rx² + Ry²)
  6. SolveF₁: (300 cos 30°, 300 sin 30°) = (259.8, 150.0) N. F₂: (400 cos 120°, 400 sin 120°) = (−200.0, 346.4) N. Sum: Rx = 59.8 N, Ry = 496.4 N. R = 500 N at θ = tan⁻¹(496.4/59.8) = 83.1°.
  7. CheckThe two forces are 90° apart, so R should be √(300² + 400²) = 500 N: the 3-4-5 triangle. Direction lies between 30° and 120°, closer to the larger force.
  8. ConclusionThe hook effectively feels a single 500 N pull at 83°. That one equivalent force is what the support must resist.
Result. R = 500 N at 83.1° above the positive x axis.
05

Misconceptions and diagnostics

MistakeSymptomDiagnostic questionCorrection
Adding magnitudes directlyR = 700 N in the example above"Do these forces point the same way?"Only collinear forces add by magnitude. Otherwise: components.
cos and sin swappedComponents reversed; direction off by (90° − θ)"Is my angle measured from the x axis or the y axis?"The adjacent side gets cosine. Draw the component triangle every time.
Dropped negative signsResultant too large, direction in the wrong quadrant"Which quadrant is this force in, and what are the sign rules there?"Let cos and sin of the standard-position angle carry the sign automatically.
Calculator in radian modecos 30 = 0.154 instead of 0.866"Does cos 60° give exactly 0.5?"Run that one-key sanity test before every exam.
06

Practice ladder

Level 1 · Direct skill

Resolve a 250 N force at 40° above the +x axis into components.

Show answer

Fx = 250 cos 40° = 191.5 N, Fy = 250 sin 40° = 160.7 N. Check: √(191.5² + 160.7²) = 250.

Level 2 · Mixed concept

Three concurrent forces: 200 N at 0°, 150 N at 90°, 100 N at 225°. Find the resultant.

Show answer

Rx = 200 + 0 + 100 cos 225° = 200 − 70.7 = 129.3 N. Ry = 0 + 150 − 70.7 = 79.3 N. R = √(129.3² + 79.3²) = 151.7 N at θ = 31.5°.

Level 3 · Independent problem

A 100 N force acts along a line from A(0, 0, 0) toward B(3 m, 4 m, 0). Write it as a Cartesian vector.

Show answer

Unit vector u = (3, 4, 0)/5 = (0.6, 0.8, 0). F = 60i + 80j + 0k N. Check: √(60² + 80²) = 100.

Level 4 · Transfer to real engineering

Photograph a wall-mounted bracket, sign, or bike rack near you. Estimate the cable or strut angle with a protractor app, assume a load, and compute the force components the wall anchor must resist. State your assumptions.

What good work looks like

A labeled sketch with measured angle, an explicit assumed load, components computed with correct signs, and one sentence on which component the anchor bolt resists worst.

07

Working with AI, and proving it yourself

Use AI as an examiner, not a solver

"I resolved these three forces; check whether each component's sign matches its quadrant, and tell me which row is wrong without fixing it."
"Quiz me: give me five forces with random magnitudes and angles, one at a time. Grade my components after each."
"Find the resultant of these forces." The decomposition habit is exactly what you are training.
"Explain vectors again" (for the fourth time). Re-reading explanations feels like progress; solving is progress.

Portfolio task

Build a small "force resolver" in a spreadsheet (or Python): input magnitude and angle, output components; input up to 5 forces, output the resultant. Verify it against the worked example (500 N at 83.1°) and include a screenshot plus your verification note in your portfolio.

Must include: the test case, expected and computed values, and one limitation (for example 2D only, degree input).
08

Retrieval and spaced review

Closed notes. Answer out loud, then reveal.

1. What makes a quantity a vector rather than a scalar?

It has both magnitude and direction, and adds by the parallelogram law (not plain arithmetic).

2. Write the formulas for Fx, Fy and for recovering F and θ.

Fx = F cos θ, Fy = F sin θ; F = √(Fx² + Fy²), θ = tan⁻¹(Fy/Fx), with a quadrant check.

3. What is a unit vector, and how do you build one from two points?

A direction-only vector of magnitude 1: u = (B − A)/|B − A|. Then F = F·u.

4. What two things does the dot product give an engineer?

The angle between two vectors (cos θ = A·B/AB) and the projection of a force onto a direction.

5. Why can you not add force magnitudes that point in different directions?

Force effects in different directions partially cancel; only components along a common axis are algebraically additive.

TodayFinish this quiz and Levels 1 and 2 of the ladder.
+1 dayRedo the worked example from a blank page.
+3 daysOne Level 3 Cartesian-vector problem with new points.
+7 daysMixed set: resultant plus a weight conversion from Module 1.
+30 daysUse your force resolver inside a Module 5 beam problem.
09

Textbook mapping

ItemMapping
Main textbookR.C. Hibbeler, Engineering Mechanics: Statics, Chapter 2, Force Vectors
Core sections2.1 to 2.4 (scalars, vectors, vector addition, coplanar systems) · 2.5 to 2.6 (Cartesian vectors) · 2.7 to 2.8 (position vectors, force along a line) · 2.9 (dot product)
Recommended problemsFundamental Problems F2-1 onward (partial solutions in the back of the book); do the full coplanar set before touching 3D.
Skip on first passIf your course is 2D-first: postpone 2.5 to 2.8 (3D) until before Module 3's 3D section. Never skip 2.9: projections return in Chapter 4.
Read nextChapter 3, sections 3.1 to 3.3 before opening Module 3.