Physics for ME · Chapter 2 of 16 · Beginner
Vectors and Coordinate Systems in Physical Problems
Math Chapter 3 built the vector toolkit. Here it meets physics: displacements, velocities, and forces that add, project, and combine in real situations.
Readiness check
From Math Chapter 3. Tick only what you can do closed-notes.
- Resolve any vector into components with correct signs.
- Recombine components into magnitude and direction.
- Build a unit vector between two points.
- Use the dot product for angles and projections.
- Choose and declare a coordinate system before computing.
The core idea
Physical vectors add tip to tail, and the right coordinate frame makes a hard problem easy.
vtotal = v₁ + v₂ (componentwise)Relative motion is vector addition: the velocity you observe is the object's velocity plus the carrier's. Choosing axes along and across the natural directions of a problem (a river, a slope, a track) splits one tangled question into two clean ones.
What this chapter covers
- 2.1 Displacement, velocity, and force as vectors: what carries direction in physics.
- 2.2 Components in physical frames: axes along slopes, tracks, and flows.
- 2.3 Vector addition in real problems: tip to tail with meaning.
- 2.4 Relative velocity: rivers, wind, conveyors, moving frames.
- 2.5 Projections in physics: the part of a force or velocity that matters.
- 2.6 Position vectors and trajectories: the bridge to kinematics.
- 2.7 Choosing coordinate systems: the decision that halves the algebra.
Engineering connection: the essential bridge into Statics and Dynamics. MIT 8.01 opens with exactly this language.
Worked example: the ferry crossing
A ferry heads straight across an 80 m wide river at 4 m/s relative to the water. The river flows at 3 m/s. Find the ferry's actual speed and direction, the crossing time, and how far downstream it lands.
- ProblemFind the resultant velocity, crossing time, and drift in Figure 1.
- Given / findvboat/water = 4 m/s across; vwater = 3 m/s downstream; width 80 m.
- AssumptionsUniform flow, constant heading, still start ignored.
- ModelAxes across (y) and downstream (x). The observed velocity is the vector sum: components never interfere.
- Equationsv = (3, 4) m/s t = width / vy
- Solve|v| = √(3² + 4²) = 5 m/s, at θ = tan⁻¹(3/4) = 36.9° downstream of straight across. Crossing: t = 80/4 = 20 s. Drift: 3 × 20 = 60 m.
- CheckThe 3-4-5 triangle confirms the magnitude. Independence check: the crossing time used only the across component; the flow cannot slow the crossing, only displace it.
- ConclusionComponents solved two questions independently that look tangled together. The same decomposition runs every conveyor-loading, crosswind-landing, and moving-platform problem in Dynamics.
Misconceptions and diagnostics
| Mistake | Symptom | Diagnostic question | Correction |
|---|---|---|---|
| The flow "slows the crossing" | Crossing time computed from the 5 m/s resultant | "Which component moves the boat across?" | Perpendicular components are independent. Crossing uses 4 m/s; drift uses 3 m/s. |
| Magnitudes added head-on | 4 + 3 = 7 m/s reported | "Are these velocities collinear?" | Tip to tail or components. Only parallel vectors add by magnitude. |
| Frames silently mixed | Boat-relative and ground-relative speeds in one equation | "Relative to what is each velocity measured?" | Label every velocity with its frame: vboat/water + vwater/ground = vboat/ground. |
| Axes changed mid-problem | Signs flip between equations | "Did I keep the frame I declared in step one?" | Draw the axes on the sketch and never move them within a solution. |
Practice ladder
A drone flies 300 m east, then 400 m north. Find the displacement magnitude and bearing.
Show answer
500 m (3-4-5), at tan⁻¹(300/400) = 36.9° east of north.
For the ferry example: at what angle upstream must the pilot head to land directly across, and how long does that crossing take?
Show answer
The upstream component must cancel 3 m/s: sin θ = 3/4, θ = 48.6° upstream. Across component = √(16 − 9) = 2.65 m/s, so t = 80/2.65 = 30.2 s. Landing straight costs ten extra seconds.
A 900 N crate sits on a 25° ramp. Using ramp-aligned axes, find the components of its weight along and normal to the surface, and state which one friction must resist.
Show answer
Along: 900 sin 25° = 380 N (friction resists this). Normal: 900 cos 25° = 816 N. Check: √(380² + 816²) = 900 N. The slope-aligned frame made gravity the only vector needing decomposition.
Watch a crosswind landing video or observe a conveyor transfer. Identify the three velocities and their frames, estimate magnitudes, and draw the vector triangle that the pilot or machine is solving.
What good work looks like
Three labeled velocities with frames (craft/air, air/ground, craft/ground), a closed vector triangle with estimated numbers, and one sentence on what limit (crab angle, belt speed) the geometry imposes.
Working with AI, and proving it yourself
Use AI as an examiner, not a solver
Portfolio task
Produce a half-page "Frames Card": the relative-velocity chain rule with your own notation, the ferry example worked in both headings (straight across, and aimed upstream), and one rule you will follow about declaring axes.
Retrieval and spaced review
Closed notes. Answer out loud, then reveal.
1. Write the relative-velocity chain rule with frame subscripts.
vA/C = vA/B + vB/C: inner subscripts must match and cancel.
2. Why are perpendicular components independent?
Each axis's motion is driven only by that axis's component; projections onto perpendicular directions share nothing.
3. What makes a coordinate frame "good" for a problem?
It aligns axes with the natural directions (slope, flow, track) so the fewest vectors need decomposition.
4. On a slope of angle θ, what are the weight components?
W sin θ along the slope, W cos θ normal to it: the pair Statics and friction problems reuse constantly.
5. When may you add speeds directly?
Only when the velocities are along one line. Otherwise components or tip-to-tail addition.
Textbook mapping
| Item | Mapping |
|---|---|
| Main source | OpenStax University Physics Vol. 1, Vectors chapter |
| Benchmark / reference | MIT 8.01 (space, time, and vector language of mechanics) · Young and Freedman |
| Core topics | 2.1 Physical vectors · 2.2 Components in physical frames · 2.3 Addition · 2.4 Relative velocity · 2.5 Projections · 2.6 Position and trajectory · 2.7 Choosing frames |
| Engineering connection | Direct bridge into Statics Module 2 and Dynamics; twin of Math Chapter 3. |
| Read next | Chapter 3: Kinematics: Motion in 1D, 2D, and 3D. |