Recall: Directed Line Segments from Lesson 1
- Initial point: the tail of the arrow — where the vector starts
- Terminal point: the arrowhead — where the vector ends
- Direction: the arrow points from initial → terminal
- Equal vectors: same length and direction, regardless of position
Can you locate the initial point, terminal point, and direction of a drawn arrow?
What Two Numbers Describe This Move?
A warehouse robot receives a movement command:
"Move from shelf A(1, 3) to shelf B(4, 7)."
To program this move, the computer needs numbers — not a picture.
What two numbers describe this movement completely?
Count Grid Squares, Then Use Subtraction
Component Formula: Terminal Minus Initial
— terminal minus initial — terminal minus initial
Memory cue: terminal minus initial — the vector points toward terminal.
Components Don't Depend on Starting Position
- From
to : - From
to :
Worked Examples: Two Component Computations
Example 1: From
Example 2: From
Check: example 2 moved right (+) and down (−) — signs match.
Check-In: Apply the Formula Yourself
Vector from
Apply the formula:
Check the sign of each component against the direction of travel.
From Number Pair to Angle-Bracket Notation
- Angle brackets
signal: this is a displacement (vector) - Parentheses
signal: this is a position (point)
Reading Direction from Component Signs
- Positive
: moves right — Negative : moves left - Positive
: moves up — Negative : moves down - Zero component: no movement along that axis
Four Displacement Directions from Sign Patterns
Every component pair maps to one of four displacement quadrants.
When One Component Is Zero
: no horizontal movement — straight up, magnitude 5 : no vertical movement — straight left, magnitude 4 : no movement at all — the zero vector
When one component is zero, the vector lies along an axis.
Check-In: Sketch a Component Vector
Sketch
Describe its direction in plain words.
What quadrant of displacement does it fall in?
Predict: What Happens When You Reverse Direction?
Consider the vector
Now reverse the direction — the arrow points the opposite way.
Predict: What are the components of the reversed vector?
Commit to an answer before the next slide.
Components Form a Right Triangle for Magnitude
- Move 3 right (horizontal leg)
- Move 4 up (vertical leg)
- The arrow is the hypotenuse
Magnitude Formula: Pythagorean Theorem Applied
By the Pythagorean theorem on the component right triangle:
Key fact: Squaring removes the sign —
Magnitude is always
Computing Magnitude: Three Worked Examples
1:
2:
3:
Guided Practice: Magnitude of
Fill in the magnitude formula:
Does the negative component affect the final magnitude?
Find the Displacement vs. Position Error
A student computed the following:
"Vector from
to : the component form is ."
What did this student do wrong?
Write the correct component form and explain the difference.
End-to-End Practice: No Scaffold Given
From
- Write the component form
- State which quadrant of displacement this falls in
- Compute the magnitude — leave in simplified form if needed
Key Takeaways: Components and Magnitude
✓ Component formula:
✓ Signs encode direction: positive = right/up; negative = left/down
✓ Magnitude formula:
✓ Position-independence: same displacement = same vector, any starting point
Watch Out: Four Errors to Avoid
Subtract terminal minus initial — reversed order flips the direction
Hypotenuse, not sum:
Squaring removes sign:
Next Lesson: Adding Vectors by Components
You can now express any vector as
Next (VM.B.4): Add two vectors by adding their components:
The component form you built today is the engine for all vector arithmetic.