Finding Distance on a Coordinate Plane
When points share the same x-coordinate (vertical line) or same y-coordinate (horizontal line), distance is easy to find!
Horizontal Distance (same y-coordinate):
- Distance = |x₂ - x₁|
- Points move left or right only
Vertical Distance (same x-coordinate):
- Distance = |y₂ - y₁|
- Points move up or down only
Important: Distance is always positive (absolute value)