Math for ME · Chapter 3 of 19 · Beginner · Required before Statics

Vectors and Coordinate Systems

Forces, positions, velocities, and moments are all vectors. This chapter is non-negotiable: it comes before or alongside Statics.

The thread: Triangles handle one angle at a time. Real forces and velocities point somewhere in space, so we package size and direction together into a single object, the vector.

01

Readiness check

From Trigonometry and Geometry. Tick only what you can do closed-notes.

  • Solve a right triangle from any two pieces of data.
  • Use the Pythagorean theorem in 2D, and extend it to three terms.
  • Keep degree and radian modes straight.
  • Plot points in an x-y-z coordinate sketch.
  • Rearrange formulas with subscripted variables without fear.
0 or 1 weak itemsContinue with this chapter.
2 weak itemsRedo the Trigonometry ladder, then return.
3 or more weak itemsStep back to Trigonometry and Geometry; vectors are triangles wearing coordinates.
02

The core idea

A vector is a magnitude wearing a direction. Components make it computable.

F = Fxi + Fyj + Fzku = v/|v|

Two products do all the geometric work: the dot product A·B = AB cos θ measures alignment (projections, angles, work); the cross product A×B gives a perpendicular vector of magnitude AB sin θ (moments, rotations).

The skill works when: every vector is written in components on a declared coordinate system before any arithmetic.
The skill breaks down when: magnitudes are added directly, or the cross product's order is flipped (A×B = −B×A).
The concept. Dot product: how much two vectors agree. Cross product: the axis and strength of their turning effect. Statics moments are cross products.
03

The skills, taught in order

3.1 Components and unit vectors

Resolve every vector onto a declared set of axes before doing any arithmetic. In 2D, a force of magnitude F at angle θ from the x-axis has components Fx = F cos θ and Fy = F sin θ. The magnitude returns as the root of the squared components, and a unit vector is any vector divided by its own magnitude.

F = Fxi + Fyj + Fzk|F| = √(Fx² + Fy² + Fz²)

3.2 Position vectors and the force-along-a-line recipe

The vector from point A to point B is r = B − A, subtracting coordinate by coordinate. Dividing r by its length gives the direction; multiplying that unit vector by a tension or thrust gives the force. This three-step recipe, r then u then F = |F|u, builds every cable and strut force in Statics.

3.3 The dot product: alignment, angle, projection, work

The dot product returns a scalar and answers "how much do these two agree?"

A·B = AxBx + AyBy + AzBz = AB cos θ

Rearranged, cos θ = (A·B)/(AB) gives the angle between any two vectors. The projection of A along a direction u is the scalar A·u, and mechanical work is force dotted with displacement, W = F·d.

3.4 The cross product: perpendicular results and moments

The cross product returns a vector perpendicular to both inputs, with magnitude AB sin θ and a direction set by the right-hand rule. Its component form is worth committing to memory:

A×B = (AyBz − AzBy, AzBx − AxBz, AxBy − AyBx)

Order matters: A×B = −B×A. In mechanics a moment is M = r × F, position first and force second. Reversing the order flips the sense of the moment.

3.5 Direction cosines

A 3D direction can be given by the three angles α, β, γ it makes with the axes. Their cosines are exactly the components of the unit vector, so they must satisfy:

cos²α + cos²β + cos²γ = 1

This square-sum is the fastest check that a direction vector has been normalised correctly.

Engineering connection: Statics, Dynamics, Fluid Mechanics, FEA. Statics Module 2 applies this chapter directly.

04

Worked example: a cable force as a 3D vector

A cable anchored at A(0, 0, 0) runs to B(2, 3, 6) m and carries a tension of 350 N. Write the force on the anchor as a Cartesian vector.

Figure 1. The position vector from A to B and the 350 N force along it. Result: F = 100i + 150j + 300k N.
  1. ProblemExpress the 350 N cable force in Figure 1 in components.
  2. Given / findA(0, 0, 0), B(2, 3, 6) m, |F| = 350 N. Find Fx, Fy, Fz.
  3. AssumptionsStraight, taut cable: the force direction is exactly the line AB.
  4. ModelMagnitude times unit vector: build the position vector, normalize it, scale it.
  5. Equationsr = B − A u = r/|r| F = |F| u
  6. Solver = (2, 3, 6); |r| = √(4 + 9 + 36) = √49 = 7 m. u = (2/7, 3/7, 6/7). F = 350 u = 100i + 150j + 300k N.
  7. CheckMagnitude back: √(100² + 150² + 300²) = √122 500 = 350 N. Direction cosines (2/7, 3/7, 6/7) square-sum to 1. The largest component is along z, matching the geometry (6 is the longest leg).
  8. ConclusionEvery 3D cable, strut, and boom force in Statics is built exactly this way: coordinates in, unit vector, scale by tension. The (2, 3, 6, 7) numbers are worth remembering as the clean 3D test case.
Result. F = 100i + 150j + 300k N, with direction cosines 2/7, 3/7, 6/7.
04b

Worked example 2: the resultant of two forces

Two forces act at a single point: F₁ = 200 N directed 30° above the +x axis, and F₂ = 150 N directed at 120° from the +x axis. Find the magnitude and direction of their resultant.

  1. Given / findF₁ = 200 N at 30°, F₂ = 150 N at 120°. Find the resultant R and its angle.
  2. Resolve into componentsF₁ = (200 cos30°, 200 sin30°) = (173.2, 100.0) N. F₂ = (150 cos120°, 150 sin120°) = (−75.0, 129.9) N.
  3. Add component by componentRx = 173.2 − 75.0 = 98.2 N; Ry = 100.0 + 129.9 = 229.9 N.
  4. Magnitude|R| = √(98.2² + 229.9²) = √62 497 = 250 N.
  5. Directionθ = tan⁻¹(229.9/98.2) = 66.9° above the +x axis.
  6. CheckAdding magnitudes would give 350 N, but the true resultant is only 250 N because the forces partly oppose each other horizontally. That gap is exactly why magnitudes are never added directly.
  7. ConclusionResolve, add components, recombine. This is the most repeated operation in Statics, and the worked routine behind every "find the resultant" problem.
Result. R = 250 N at 66.9° above the +x axis.
05

Misconceptions and diagnostics

MistakeSymptomDiagnostic questionCorrection
Adding magnitudes instead of componentsTwo 100 N forces "make 200 N" regardless of direction"Do these vectors point the same way?"Components first, always. Magnitude comes back at the very end.
Unit vector not normalizedForce components too large by the factor |r|"Does my direction vector have length exactly 1?"Divide by the magnitude and verify the square-sum is 1.
Cross product order flippedMoment with the right size and wrong sense"Is it r × F or F × r in this formula?"Moments are r × F, position first. Swapping negates the answer.
Dot product expected to give a vector"Direction" reported for a work or projection result"What type of quantity does each product return?"Dot gives a scalar. Cross gives a vector. Say it before computing.
06

Practice ladder

Level 1 · Direct skill

v = 3i − 4j. Find its magnitude, its unit vector, and its angle from the +x axis.

Show answer

|v| = 5; u = (0.6, −0.8); θ = tan⁻¹(−4/3) = −53.1° (below the axis). The 3-4-5 triangle again.

Then add a = 2i + j and b = −5i + 4j, and give the magnitude of their sum.

Show answer

a + b = (−3, 5); magnitude √(9 + 25) = √34 = 5.83. Components add; magnitudes do not.

Level 2 · Mixed concept

Find the angle between A = (1, 2, 2) and B = (2, 1, 2) using the dot product.

Show answer

A·B = 2 + 2 + 4 = 8. |A| = |B| = 3. cos θ = 8/9, so θ = 27.3°.

A force F = (40, 30) N moves an object through a displacement d = (5, 0) m. Find the work done.

Show answer

W = F·d = 40(5) + 30(0) = 200 J. Only the force component along the motion does work.

Level 3 · Independent problem

A force F = 100i N acts at the point r = 0.3i + 0.4j m. Compute the moment about the origin with the cross product, and interpret the sign.

Show answer

The only nonzero component of r × F is the k term: Mz = x·Fy − y·Fx = (0.3)(0) − (0.4)(100) = −40, so M = −40k N·m, a 40 N·m moment turning clockwise about the z axis. The negative sign is the right-hand rule reporting the sense.

Level 4 · Transfer to real engineering

Pick a real guyed mast, tent, or awning with at least two anchor cables. Estimate 3D coordinates for the mast top and each anchor, write each cable's unit vector, and state which anchor takes the largest vertical component for an assumed tension.

What good work looks like

A coordinate sketch, unit vectors with square-sums verified, the vertical components compared, and one sentence on what the comparison means for anchor design.

07

Working with AI, and proving it yourself

Use AI as an examiner, not a solver

"Here are my unit vectors for three cables. Check only whether each square-sum equals 1 and the signs match my sketch."
"Quiz me: give vector pairs and I will say dot or cross is needed for the question asked, before any numbers."
"Compute r × F for me." Moments in Statics and Dynamics are this product; own it.
"What's the angle between these?" The dot-product reflex must be yours.

Portfolio task

Extend your Algebra spreadsheet into a small vector calculator: inputs two 3D vectors, outputs magnitudes, unit vectors, dot product, angle, and cross product. Validate against the worked example (350 N case) and the Level 3 moment.

Must include: both validation cases with expected and computed values, and a cross-product order test showing A×B = −B×A.
08

Retrieval and spaced review

Closed notes. Answer out loud, then reveal.

1. What distinguishes a vector from a scalar, operationally?

A vector has direction and adds by components (parallelogram law); a scalar adds by plain arithmetic.

2. Give the unit-vector recipe between two points.

u = (B − A)/|B − A|. Then any force along the line is F = |F|·u.

3. What three things does the dot product compute for engineers?

Angles between vectors, the projection of one vector on a direction, and mechanical work F·d.

4. What does the cross product return, and which rule fixes its direction?

A vector perpendicular to both inputs with magnitude AB sin θ; the right-hand rule fixes its sense. Moments are r × F.

5. What must direction cosines always satisfy?

cos²α + cos²β + cos²γ = 1. It is the unit-vector condition in disguise.

TodayFinish this quiz and Levels 1 and 2 of the ladder.
+1 dayRe-derive the 350 N example from a blank page.
+3 daysOne cross-product moment with your own r and F.
+7 daysMixed set: a 3D unit vector plus a Trigonometry triangle.
+30 daysOpen Statics Module 2: it should feel like revision.
09

Textbook mapping

ItemMapping
Main sourcesStewart, Calculus: Early Transcendentals (vectors, dot and cross product chapters). Extended in Kreyszig, Advanced Engineering Mathematics, Ch 9. Applied companion: Hibbeler, Statics, Ch 2
Core topics3.1 Scalars and vectors · 3.2 Components 2D/3D · 3.3 Unit vectors · 3.4 Position vectors · 3.5 Dot product · 3.6 Cross product · 3.7 Projections · 3.8 Direction cosines · 3.9 Force and moment vectors
Engineering connectionStatics, Dynamics, Fluid Mechanics, FEA. This chapter is the doorway to the entire mechanics sequence.
Skip on first passTriple products and tensor notation; they return in advanced mechanics.
Read nextDerivatives.