Statics · Module 2 of 11 · Beginner
Force Vectors
A force is not just "how much." It needs direction before it can be useful.
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.
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 method
Where do the forces act, and from which axis are angles measured?
Concurrent forces at one point: the particle picture.
Each force with its angle from the positive x axis.
Resolve, sum the columns, recombine at the end.
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.
- ProblemFind the resultant of the two cable forces in Figure 1.
- Given / findF₁ = 300 N at 30°, F₂ = 400 N at 120°. Find the magnitude R and direction θ.
- AssumptionsBoth forces act at the same point (concurrent); 2D; angles counterclockwise from +x.
- ModelThe hook is a particle. Resolve each force, sum the columns, recombine (Figure 2).
- EquationsRx = ΣF cos θ Ry = ΣF sin θ R = √(Rx² + Ry²)
- 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°.
- 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.
- ConclusionThe hook effectively feels a single 500 N pull at 83°. That one equivalent force is what the support must resist.
Misconceptions and diagnostics
| Mistake | Symptom | Diagnostic question | Correction |
|---|---|---|---|
| Adding magnitudes directly | R = 700 N in the example above | "Do these forces point the same way?" | Only collinear forces add by magnitude. Otherwise: components. |
| cos and sin swapped | Components 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 signs | Resultant 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 mode | cos 30 = 0.154 instead of 0.866 | "Does cos 60° give exactly 0.5?" | Run that one-key sanity test before every exam. |
Practice ladder
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.
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°.
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.
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.
Working with AI, and proving it yourself
Use AI as an examiner, not a solver
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.
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.
Textbook mapping
| Item | Mapping |
|---|---|
| Main textbook | R.C. Hibbeler, Engineering Mechanics: Statics, Chapter 2, Force Vectors |
| Core sections | 2.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 problems | Fundamental Problems F2-1 onward (partial solutions in the back of the book); do the full coplanar set before touching 3D. |
| Skip on first pass | If 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 next | Chapter 3, sections 3.1 to 3.3 before opening Module 3. |