Google Play badge

Solve real-world and mathematical problems by graphing points in all four quadrants of the coordinate plane. Include use of coordinates and absolute value to find distances between points with the same first coordinate or the same second coordinate.


Graphing Points in All Four Quadrants and Using Distance on the Coordinate Plane đź§®

Imagine you are playing an open-world video game. Your character runs around a giant map. The game always knows exactly where you are: maybe 5 steps east and 3 steps north of the center. That idea of “how far east” and “how far north” is the same idea we use in math on something called the coordinate plane. Learning to graph points and measure distances on this plane lets you read maps, track positions, and solve many real-world problems. 🎯

The coordinate plane is like a map where every point has an address made of two numbers. In this lesson, you will learn how to:

The cool part: you will be using rational numbers (fractions and decimals) and negative numbers all at once, just like a real GPS system does. 🌍

1. The Coordinate Plane and Its Parts

The coordinate plane is made by two number lines that cross each other at right angles.

On each axis, to the right and up are positive numbers, and to the left and down are negative numbers. [Figure 1] shows the basic layout of the coordinate plane with axes and numbers labeled.

A full coordinate plane with x- and y-axes labeled, origin at (0,0), and numbers -5 to 5 on each axis, with all four quadrants labeled I, II, III, IV
A full coordinate plane with x- and y-axes labeled, origin at (0,0), and numbers -5 to 5 on each axis, with all four quadrants labeled I, II, III, IV
2. Quadrants: The Four Regions of the Plane

The axes split the plane into four regions called quadrants. They are numbered using Roman numerals:

Points that lie exactly on an axis are not in any quadrant. For example, \((0, 3)\) is on the y-axis, and \((-4, 0)\) is on the x-axis.

3. Ordered Pairs: Reading and Writing Coordinates

Every point on the coordinate plane is named by an ordered pair: \((x, y)\).

A helpful way to remember the order is: “x comes before y in the alphabet,” or “go across first, then go up/down.”

Example: The point \((4, -2)\)

This lands you in Quadrant IV.

4. Plotting Points Step by Step (All Four Quadrants)

To plot any point \((x, y)\):

  1. Start at the origin \((0, 0)\).
  2. Move left or right along the x-axis according to x.
  3. From there, move up or down according to y.
  4. Mark the point and label it.

Let’s walk through four points, one in each quadrant. These are shown together in [Figure 2].

Coordinate plane with points A(2,3), B(-3,4), C(-2,-1), D(4,-3) clearly plotted and labeled in each quadrant
Coordinate plane with points A(2,3), B(-3,4), C(-2,-1), D(4,-3) clearly plotted and labeled in each quadrant
5. Using Rational Numbers as Coordinates

Coordinates do not have to be whole numbers. They can be:

To plot \((1.5, -2.5)\):

You follow the same steps as with whole numbers; your moves are just smaller or in between the tick marks.

6. Distance on the Coordinate Plane When One Coordinate Matches

Now we want to answer a very common question: How far apart are two points? For this lesson, we focus on a special but very important case: when the points share the same x-coordinate or the same y-coordinate.

When this happens, we can find the distance using absolute value.

7. Absolute Value: Distance from Zero đź’ˇ

The absolute value of a number is its distance from 0 on the number line, ignoring the sign. We write it with vertical bars, like \(|-3|\).

Absolute value is always non-negative because distance can never be negative.

On a number line, the distance between two points a and b is \(|a - b|\). We can use this same idea on the coordinate plane when one coordinate is the same.

8. Distance Between Points with the Same x-Coordinate

Suppose we have two points: \((x, y_1)\) and \((x, y_2)\). They have the same x-coordinate, so they lie on a vertical line. The distance between them is the difference between their y-coordinates:

Distance = \(|y_2 - y_1|\).

This works even if the y-values are negative, positive, or a mix, because absolute value gives the actual distance.

[Figure 3] illustrates two points with the same x-coordinate and shows the vertical distance between them.

Coordinate plane with two points P(2,3) and Q(2,-1) aligned vertically, bracket showing distance between them labeled as |3 - (-1)| = 4
Coordinate plane with two points P(2,3) and Q(2,-1) aligned vertically, bracket showing distance between them labeled as |3 - (-1)| = 4
9. Distance Between Points with the Same y-Coordinate

Now suppose we have two points: \((x_1, y)\) and \((x_2, y)\). They have the same y-coordinate, so they lie on a horizontal line. The distance between them is the difference between their x-coordinates:

Distance = \(|x_2 - x_1|\).

Again, we use absolute value to make sure the distance is not negative.

10. Solved Example 1: Same x-Coordinate, Different Quadrants

Problem: Find the distance between the points \((2, 3)\) and \((2, -1)\).

Step 1: Check which coordinate is the same.
Both points have x = 2, so they are vertically aligned.

Step 2: Identify the y-coordinates.
First point: \((2, 3)\) has y = 3.
Second point: \((2, -1)\) has y = -1.

Step 3: Use the distance formula for same x.
Distance = \(|y_2 - y_1|\).

Let \(y_1 = 3\) and \(y_2 = -1\).

Distance = \(|-1 - 3|\) = \(|-4|\) = 4.

Answer: The distance between the points is 4 units.

Notice that one point is in Quadrant I (2, 3) and the other is in Quadrant IV (2, -1), but the distance is still easy to find with absolute value.

11. Solved Example 2: Same y-Coordinate, Both Negative

Problem: Find the distance between the points \((-5, -2)\) and \((1, -2)\).

Step 1: Check which coordinate is the same.
Both points have y = -2, so they are horizontally aligned.

Step 2: Identify the x-coordinates.
First point: x = -5.
Second point: x = 1.

Step 3: Use the distance formula for same y.
Distance = \(|x_2 - x_1|\).

Let \(x_1 = -5\) and \(x_2 = 1\).

Distance = \(|1 - (-5)|\) = \(|1 + 5|\) = \(|6|\) = 6.

Answer: The distance between the points is 6 units.

Even though both x-values cross over 0 (from -5 to 1), absolute value helps you find the correct distance.

12. Solved Example 3: Rational Number Coordinates

Problem: Find the distance between the points \((1.5, 4)\) and \((1.5, -2.5)\).

Step 1: Check which coordinate is the same.
Both points have x = 1.5, so they form a vertical line.

Step 2: Identify the y-coordinates.
First point: y = 4.
Second point: y = -2.5.

Step 3: Use the distance formula for same x.
Distance = \(|y_2 - y_1|\).

Let \(y_1 = 4\) and \(y_2 = -2.5\).

Distance = \(|-2.5 - 4|\) = \(|-6.5|\) = 6.5.

Answer: The distance between the points is 6.5 units.

This example shows that rational numbers, including decimals, work perfectly with the same ideas.

13. Real-World Applications of Coordinate Graphing and Distance 🌟

These ideas are not just for math class. They appear in many real-life situations you already know about.

a) GPS and Maps

Phones and GPS devices use numbers like coordinates to track locations. While actual GPS uses latitude and longitude, the idea is similar: each place has a pair of numbers. If two places are directly north-south of each other, you are basically finding the distance using the difference in just one type of coordinate, like we did with same x or same y.

b) Video Game Worlds 🎮

In many 2D games, your character’s position is stored as coordinates \((x, y)\). If your character moves straight up or down, only the y-coordinate changes. The game engine can quickly find how far you moved by subtracting the starting y from the ending y and taking absolute value.

c) Sports Fields and Courts

Imagine a coach mapping out player spots on a basketball court using a coordinate system. If two players stand in a vertical line under the hoop (same x-coordinate), the coach can describe how far one is from the other using the difference in their y-coordinates.

d) City Maps and Grids

Some cities are formed like grids. Streets running east-west and north-south can be numbered, like 1st Street, 2nd Street, etc. You can use coordinates to describe intersections, and if two intersections share the same east-west street, then the distance between them is based on the difference in their north-south positions.

14. More Practice Thinking: From Number Line to Plane

When working on the coordinate plane, you are really doing the same kind of thinking you used on a number line, just with two directions at once.

This shows how your understanding of positive and negative numbers extends from one dimension (a line) to two dimensions (the plane).

15. Common Mistakes and How to Avoid Them 🤔

For same x: Distance = \(|y_2 - y_1|\).
For same y: Distance = \(|x_2 - x_1|\).

16. Summary of Key Ideas âś…

Coordinate Plane and Quadrants

Ordered Pairs

Rational Number Coordinates

Absolute Value

Distance with Same Coordinate

By understanding how to plot points in all four quadrants and how to measure distances using coordinates and absolute value, you can solve many real-world and mathematical problems involving position, movement, and mapping. 🎉

Download Primer to continue