1.1.7 · D3Measurement, Vectors & Kinematics

Worked examples — Vector representation — magnitude, direction, components

3,191 words15 min readBack to topic

Before we start, one piece of notation we lean on everywhere below. When we write , the little hats and are unit vectors: tiny arrows of length exactly , one pointing along () and one along (). The hat "​​" is the universal symbol for "this arrow has length 1" — pure direction, no size. So "" literally means "go steps in the direction, then steps in the direction." (More on this basis in Unit Vectors i, j, k.)

With that: a vector is an arrow carrying a size (its magnitude ) and a heading (its direction angle , measured anticlockwise from the axis). Its components are the shadows it casts on the horizontal and vertical axes. The two recipes we drill:


The scenario matrix

Every problem this topic can throw lives in one of these cells. We will hit all of them.

# Cell (scenario class) What makes it tricky Covered by
1 Quadrant I () the easy baseline Ex A
2 Quadrant II () calculator lies, add Ex B
3 Quadrant III () both negative, still add Ex C
4 Quadrant IV () negative or Ex D
5 Degenerate: purely axial ( or ) blows up / ratio is Ex E
6 Zero vector () direction is undefined Ex E
7 Limiting angle () component behaviour at the boundary Ex F
8 Real-world word problem (add two vectors) translate words components Ex G
9 Exam twist: angle from the wrong axis measured from , not Ex H
10 Exam twist: unit vector + reconstruction strip size, then rebuild Ex I

Ex A — Quadrant I (the baseline) cell 1

Figure — Vector representation — magnitude, direction, components

In the figure the orange arrow is ; its plum shadow on the x-axis is (adjacent to ) and its teal dashed shadow up to the tip is (opposite ). The little ink arc at the origin is the angle we're solving for.

  1. Magnitude. . Why this step? The plum and teal shadows are the two legs of the right triangle in the figure; Pythagoras turns those legs into the hypotenuse, which is the orange arrow's length.
  2. Raw angle. . Why this step? measures how steeply the orange arrow climbs (teal over plum); asks "which angle has this steepness?"
  3. Quadrant check. Quadrant I no fix. Final . Why this step? The calculator returns angles in , which is exactly right for QI, so the ink arc in the figure needs no correction.

Verify: rebuild the components — , . ✓ Back to the start. Units: components share the vector's units (here pure numbers).


Ex B — Quadrant II (calculator lies) cell 2

Figure — Vector representation — magnitude, direction, components

In the figure the orange arrow is the true vector pointing up-left; the faint plum arrow pointing down-right is the calculator's guess (). Notice both arrows lie on one straight line through the origin — that's why they share the same ratio, and exactly why the calculator confuses them. The teal arc is the corrected angle.

  1. Magnitude. . Why this step? Pythagoras uses the squares of the legs, so the sign of vanishes — magnitude is always .
  2. Raw angle. . Why this step? only knows the ratio , so it returns the plum down-right arrow in the figure — the wrong direction, but on the same line.
  3. Quadrant fix. add : . Why this step? repeats every ; rotating the plum guess by half a turn lands exactly on the orange arrow, without changing the ratio.

Verify: , . ✓ Signs match the original .


Ex C — Quadrant III (both negative) cell 3

Figure — Vector representation — magnitude, direction, components

In the figure the orange arrow points down-left (the true ); the faint plum arrow up-right is again the calculator's guess (). Same story as Ex B — two arrows, one line, one shared ratio. The teal arc sweeps round to the corrected angle.

  1. Magnitude. . Why this step? Squaring each leg erases both minus signs, so Pythagoras gives the same length as the plum mirror arrow in QI — magnitude never carries the direction's sign.
  2. Raw angle. . Why this step? The two minus signs cancel inside the ratio, so the calculator returns the plum up-right arrow — it cannot see that both legs actually point backward.
  3. Quadrant fix. add : . Why this step? Same rule as Ex B: whenever (QII or QIII) the calculator is a half-turn off — rotating the plum arrow lands on the orange one.

Verify: , . ✓ Both negative, as required.


Ex D — Quadrant IV (negative or +360°) cell 4

Figure — Vector representation — magnitude, direction, components

In the figure the orange arrow dips below the x-axis into QIV; the teal arc curls clockwise from the axis, showing the angle as a negative sweep of . The plum dashed shadows mark (rightward) and (downward).

  1. Magnitude. . Why this step? Pythagoras squares each leg, so the negative (the downward plum shadow) contributes a positive just like the positive — the length is blind to the downward direction.
  2. Raw angle. . Why this step? means the arrow really is on the right half, exactly where lives — the teal clockwise arc needs no fix.
  3. Two valid names. or equivalently . Why this step? Angles are cyclic; and point the identical way. Use whichever your problem's convention prefers.

Verify: , . ✓

Recall The one-line quadrant rule

When does the calculator's need ? Whenever (Quadrants II and III). If it's already correct.


Ex E — Degenerate & zero vectors cells 5, 6

Figure — Vector representation — magnitude, direction, components

In the figure the teal arrow points straight up (), the orange arrow points straight left (), and the plum dot at the origin is — an arrow with no length and therefore no tip to aim.

  1. (i) purely . . The teal arrow points straight up, so . Why this step? makes a division by zero — the calculator errors. But the picture is unambiguous: straight up is .
  2. (ii) purely . . The orange arrow points straight left, so . Why this step? gives ratio , whose is — but means we add : . The quadrant rule still saves us.
  3. (iii) zero vector. . Direction is undefined. Why this step? The plum dot has length , so it has no tip — it points nowhere. Never quote an angle for the zero vector.

Verify: ✓; ✓; the zero vector has and no angle. ✓


Ex F — Limiting behaviour as cell 7

Figure — Vector representation — magnitude, direction, components

In the figure three arrows of equal length fan upward — plum at (flat along ), teal at (the diagonal), orange at (almost vertical). The dotted vertical drop-lines are each arrow's horizontal shadow : watch how they get shorter and shorter as the fan sweeps up, exactly the trend the forecast predicts.

  1. : , . Why this step? and : the plum arrow lies flat along , so its shadow is the whole length horizontally and nothing vertically.
  2. : , . Why this step? : at the teal diagonal both shadows are equal, splitting the length evenly.
  3. : , . Why this step? has almost died while is nearly : the orange arrow's horizontal shadow is the tiny stub near the y-axis in the figure, and the vertical part is nearly full.
  4. : , . Why this step? and — the limit the fan is heading toward. The horizontal shadow has been squeezed to nothing; the whole length now lives in .

Verify: at every angle (magnitude conserved under rotation): check : . ✓


Ex G — Word problem: two displacements cell 8

Figure — Vector representation — magnitude, direction, components

In the figure the plum arrow is leg 1 ( m at ), the teal arrow is leg 2 ( m straight up) drawn tip-to-tail from the plum tip, and the orange arrow is the resultant from the start to the final tip. The orange arrow is visibly steeper than the plum one — the northward leg tilted the total upward, just as forecast.

  1. Leg 1 components. , (east, north). Why this step? East is our , north is ; the angle is measured from east (), so east gets cosine.
  2. Leg 2 components. Due north . Why this step? "Due north" is straight up (the teal arrow): no eastward part.
  3. Add componentwise. , . Why this step? Components along the same axis add like plain numbers — that's the whole reason we resolved (see Vector Addition — Triangle & Parallelogram Law).
  4. Rebuild magnitude. . Why this step? The summed components are the legs of the resultant's right triangle (orange in the figure); Pythagoras turns those legs into the single straight-line distance the hiker ends up from the start.
  5. Rebuild angle. . Both components positive QI, no fix. Why this step? of the resultant's opposite-over-adjacent ratio recovers its heading; both components are positive so the orange arrow is in QI and no correction is needed. (A note on rounding: if you keep more decimals in the ratio is and the angle is ; rounding the components hard to and before dividing can nudge the answer to about — always carry full precision until the last line.)

Verify: rebuild — , ✓. Sanity: (arrows didn't fully align, so total is less than the naive sum) ✓, and as forecast ✓. Units: metres throughout.


Ex H — Exam twist: angle from the wrong axis cell 9

Figure — Vector representation — magnitude, direction, components

In the figure the orange arrow is the force; the teal arc hugs the axis, showing the is measured from vertical, not from the x-axis. The plum dashed shadows are (short, horizontal — opposite the ) and (tall, vertical — adjacent to the ). The picture makes it obvious which leg is adjacent.

  1. Identify the adjacent side. The teal arc's sits between the force and the axis, so the -side is adjacent to . Why this step? Cosine = adjacent/hypotenuse by definition; the adjacent leg is the one the angle opens from — here the tall vertical plum shadow.
  2. gets cosine. . Why this step? is the leg adjacent to the angle, and adjacent/hypotenuse is exactly cosine — so this projection uses , not .
  3. gets sine. . Why this step? The short horizontal plum shadow is opposite the , and opposite/hypotenuse is sine.

Alternative (convert the angle): from the angle is , giving , — identical. ✓

Verify: . ✓ Recovers the magnitude. See Resolution of Forces for more of these.


Ex I — Exam twist: unit vector then reconstruct cell 10

Figure — Vector representation — magnitude, direction, components

In the figure the long orange arrow is (length ) pointing down-right into QIV; the short teal arrow riding along the very same line is — identical direction, shrunk to length . Same heading, different size: that is the whole idea of a unit vector.

  1. Magnitude. . Why this step? We need the orange arrow's length before we can shrink it to ; Pythagoras on the two legs and gives that length (the negative squares away).
  2. Unit vector. . Why this step? Dividing every component by the same shrinks the length to (orange → teal in the figure) but leaves the ratio — the direction — untouched (see Unit Vectors i, j, k).
  3. Check it's length 1. . ✓ Why this step? A "unit" vector must have magnitude exactly by definition; running Pythagoras on its components confirms the teal arrow really is length .
  4. Reconstruct. . Why this step? magnitude direction the whole vector — stretching the teal unit arrow back up by lands exactly on the orange . The two operations are inverses.

Verify: direction check — angle of is (QIV, so no fix); angle of is — same heading. ✓ Units of : none (pure direction); reconstructed back in kg·m/s.


Active recall

Recall Reveal

In Ex B, why add but in Ex D leave the angle negative? ::: Ex B has (QII) so the calculator is a half-turn off; Ex D has (QIV) so is already correct. In Ex E(iii), why no angle? ::: The zero vector has length and thus no direction — undefined. In Ex G, why is the resultant less than ? ::: The two legs weren't parallel, so they partly point in different directions; only parallel arrows add to the full sum. In Ex H, which trig function does the axis you measure FROM get? ::: Cosine (that axis is the adjacent side).

Connections