1.1.22 · D3Measurement, Vectors & Kinematics

Worked examples — Reference frames — Galilean transformations

2,794 words13 min readBack to topic

Before anything, one reminder of what each symbol means, in plain words, so nothing is used unearned:


The scenario matrix

Every problem in this topic is one of these cells. Each row names a case class, why it is tricky, and which worked example below covers it.

# Case class The trap it hides Covered by
A 1D, same direction (both velocities parallel, same sign) none — scalar add works Ex 1
B 1D, opposite direction (signs differ) must respect signs; closing speed Ex 2
C 2D perpendicular can't add speeds; need components + magnitude + angle Ex 3 (fig)
D 2D general angle (neither along an axis) resolve both vectors into components first Ex 4 (fig)
E Zero / degenerate input ( or ) check the formula still behaves Ex 5
F Limiting behaviour (what happens as a speed → 0 or grows) reasoning about trends, not one number Ex 6
G Acceleration invariance (forces/decel) ; velocity irrelevant Ex 7
H Real-world word problem (aim upstream to land straight) choose the unknown correctly Ex 8 (fig)
I Exam twist (frame given implicitly / relative-velocity phrasing) translate words to Ex 9

The worked examples



Recall Self-test: name the cell

A helicopter flies at due north; wind blows due east. Which matrix cell, and what's the ground speed and heading? Answer ::: Cell C (perpendicular). at north of east.


Connections