A Map of the Neighborhood
Your school sits at
Each block is one unit. A signed pair tells you how far east or west, then how far north or south.
A city map is just a coordinate plane in disguise.
Four Locations on the Grid
Library
Which Quadrant Is Each Location In?
| Location | Pair | Quadrant |
|---|---|---|
| Library | II | |
| Ice-cream | I | |
| Park | IV | |
| Museum | III |
Words to Coordinates
- Furthest east = largest
- Most southern = smallest (most negative)
You Try: Read the Locations
From the four points: Library
- Which is furthest east?
- Which is most southern?
- Which two share an east-west position?
From Plotting to Measuring
We can plot any pair. Now: how far apart are two plotted points?
We start with the easiest case — when the two points share one coordinate.
If two points share an
Same x: A Vertical Segment
Plot
Count the Units
Start at
That is 7 unit jumps. The segment has length
The Same Count, Written with Absolute Value
Both subtraction orders give the same length. Absolute value picks the size, not the sign.
Why Absolute Value Is Required
Distance is a length. Lengths are never negative.
If your work gives
The minus sign is information about direction, not about size.
Same y: A Horizontal Segment
Plot
The Distance Rule
If two points share
If two points share
Subtract the other coordinate — the one that differs.
A Common Slip: Negative Distance
Asked the distance from
That is not the distance.
A negative answer is the alarm bell that
Worked: Same x, and
Step 1. Same coordinate? Yes — both have
Step 2. Subtract the other:
Step 3. Absolute value:
Distance = 7 units.
Worked: Same y, and
Step 1. Same coordinate? Yes — both have
Step 2. Subtract the other:
Step 3. Absolute value:
Distance = 7 units.
Edge Case: A Coordinate Is Zero
Plot
Sharing zero is sharing a coordinate.
You Try: to
Apply the three-step habit:
- Same coordinate?
- Subtract the other.
- Take absolute value.
Check the Answer
Step 1. Same
Step 2.
Step 3.
Distance = 5 units.
What We Built
- Same
or same → segment runs along the grid - Distance =
differing coordinate's difference - Absolute value = lengths are nonnegative
Up next: real city maps, navigation, and polygons whose sides are all axis-aligned.