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.

01

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.
0 or 1 weak itemsContinue with this chapter.
2 weak itemsRedo the Math Chapter 3 ladder first.
3 or more weak itemsComplete Math Chapter 3 fully; this chapter assumes it cold.
02

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.

The skill works when: every vector is drawn before it is computed, and the frame is declared once and kept.
The skill breaks down when: magnitudes are combined without components, or quantities measured in different frames are mixed as if they shared one.
The concept. The observed motion is the sum of the object's own motion and its carrier's. Forces add the same way in Chapter 4.
03

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.

04

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.

Figure 1. The governing model: heading across, carried downstream. Results: 5 m/s resultant, 20 s crossing, 60 m drift.
  1. ProblemFind the resultant velocity, crossing time, and drift in Figure 1.
  2. Given / findvboat/water = 4 m/s across; vwater = 3 m/s downstream; width 80 m.
  3. AssumptionsUniform flow, constant heading, still start ignored.
  4. ModelAxes across (y) and downstream (x). The observed velocity is the vector sum: components never interfere.
  5. Equationsv = (3, 4) m/s t = width / vy
  6. 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.
  7. 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.
  8. ConclusionComponents solved two questions independently that look tangled together. The same decomposition runs every conveyor-loading, crosswind-landing, and moving-platform problem in Dynamics.
Result. 5 m/s at 36.9° downstream; 20 s crossing; 60 m drift.
05

Misconceptions and diagnostics

MistakeSymptomDiagnostic questionCorrection
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-on4 + 3 = 7 m/s reported"Are these velocities collinear?"Tip to tail or components. Only parallel vectors add by magnitude.
Frames silently mixedBoat-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-problemSigns 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.
06

Practice ladder

Level 1 · Direct skill

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.

Level 2 · Mixed concept

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.

Level 3 · Independent problem

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.

Level 4 · Transfer to real engineering

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.

07

Working with AI, and proving it yourself

Use AI as an examiner, not a solver

"Here are my velocity labels with frames. Check only whether my relative-velocity equation chains the frames legally."
"Give me three setups (river, wind, conveyor); I will choose axes and predict which component answers which question before computing."
"Solve this relative velocity problem." Frame bookkeeping is the entire skill.
"Which angle should I use?" Drawing the triangle decides it; draw first.

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.

Must include: both ferry solutions with their times (20 s versus 30.2 s) and the component-independence statement in your own words.
08

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.

TodayFinish this quiz and Levels 1 and 2 of the ladder.
+1 dayRe-solve the ferry both ways from a blank page.
+3 daysOne slope decomposition with new numbers.
+7 daysMixed set: relative velocity plus a Chapter 1 estimation.
+30 daysReuse slope components inside a Chapter 4 friction problem.
09

Textbook mapping

ItemMapping
Main sourceOpenStax University Physics Vol. 1, Vectors chapter
Benchmark / referenceMIT 8.01 (space, time, and vector language of mechanics) · Young and Freedman
Core topics2.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 connectionDirect bridge into Statics Module 2 and Dynamics; twin of Math Chapter 3.
Read nextChapter 3: Kinematics: Motion in 1D, 2D, and 3D.