6th Grade Mathematics · Geometry

Drawing Polygons in the Coordinate Plane

Learn how to plot points on a grid and connect them to create any polygon you can imagine.

Where Did Coordinate Graphing Come From?

Have you ever used a map to find a location? Maps use a system of lines and numbers to help you pinpoint any spot. Mathematicians use a very similar idea called the coordinate plane. It lets us describe exact locations using numbers — and once we can do that, we can draw shapes with total precision. Here is how this brilliant idea developed over the centuries.

~ 200 BC
Ancient Greece
Greek mathematicians like Euclid studied shapes using rulers and compasses, but they didn't have a number grid. Every shape had to be drawn by hand with careful measurements.
1637
René Descartes
French philosopher and mathematician René Descartes invented the coordinate plane by combining algebra with geometry. He showed that any point can be described by two numbers — an x-value and a y-value. That's why we sometimes call it the "Cartesian plane" after him!
1700s
Mapping the World
Explorers and cartographers began using coordinate systems to create accurate maps of coastlines, cities, and trade routes. Grids made it possible to share exact locations across continents.
Today
Everywhere!
Coordinate graphing is used in GPS navigation, video game design, architecture, computer animation, robotics, and much more. Every time you see a digital map or a 3-D movie, coordinates are working behind the scenes.

So the big question is: How do we use a coordinate plane to draw a polygon (a closed shape with straight sides) when we know the exact coordinates of its corners? That's what this lesson is all about.

Core Ideas You Need to Know

Before we start drawing polygons, let's lock in the key vocabulary and ideas. If you know these five things, you'll be ready for any coordinate-plane polygon problem.

1

Coordinate Plane

A flat surface formed by two number lines that cross at right angles. The horizontal line is the x-axis and the vertical line is the y-axis. They meet at the origin (0, 0).
2

Ordered Pair

A pair of numbers written as (x, y) that tells you a point's exact location. The first number says how far to go left or right; the second says how far to go up or down.
3

Vertex (Plural: Vertices)

A vertex is a corner of a polygon. A triangle has 3 vertices, a rectangle has 4, a pentagon has 5, and so on.
4

Polygon

A closed, flat shape made up of straight line segments. "Poly" means many and "gon" means angle. Triangles, squares, and hexagons are all polygons.
5

Plotting a Point

To plot a point, start at the origin, move along the x-axis by the first number, then move parallel to the y-axis by the second number, and place a dot.
Key Takeaway
Think of the coordinate plane like a giant piece of graph paper. The ordered pair (x, y) is like an address: x tells you which street to walk down, and y tells you which floor to go to. Once you've "visited" every corner of a shape and connected the dots in order, you've drawn a polygon!

See It on the Grid

Let's look at a real example. Below is a coordinate plane with four points already plotted. When we connect them in order, they form a rectangle. Notice how each point is labeled with its ordered pair.

Rectangle ABCD on the Coordinate Plane

Look closely at the diagram. Point A is at (1, 1) — you go right 1 unit on the x-axis and up 1 unit on the y-axis. Point B is at (6, 1) — same height as A, but 5 units to the right. Point C is at (6, 4) — directly above B. And point D is at (1, 4) — directly above A. When you connect A → B → C → D → back to A, you get a rectangle that is 5 units wide and 3 units tall.

How It Works: Step-by-Step

Drawing a polygon on the coordinate plane is like a connect-the-dots game. Here's the process broken into clear steps.

💡 The 4-Step Method
Step 1 — Read the coordinates. You'll be given a list of ordered pairs like (2, 3), (5, 3), (5, 7). Each pair is one vertex (corner) of the polygon.

Step 2 — Set up your axes. Draw the x-axis (horizontal) and y-axis (vertical). Decide on a scale so all the points fit on your grid. Label the numbers along each axis.

Step 3 — Plot each point. For each ordered pair (x, y), start at the origin. Move x units right (or left if negative) and then y units up (or down if negative). Mark a dot and label it.

Step 4 — Connect the dots in order. Use a ruler to draw straight lines from one vertex to the next. Make sure to connect the last vertex back to the first one so the shape is closed.

Once you plot the polygon, you can also find side lengths by counting grid squares. When two points share the same y-coordinate (they sit on the same horizontal line), the distance between them is simply the difference in their x-values. The same idea works vertically.

Horizontal Distance
distance = |x₂ − x₁|
Subtract the x-values and take the absolute value (drop any negative sign).
Vertical Distance
distance = |y₂ − y₁|
Subtract the y-values and take the absolute value.

For example, the distance from (1, 1) to (6, 1) is |6 − 1| = 5 units. Both points have y = 1, so it's a perfectly horizontal segment. The distance from (6, 1) to (6, 4) is |4 − 1| = 3 units, a vertical segment.

Key Takeaway
Finding horizontal or vertical distances is like counting steps. If you walk from house #1 to house #6 on the same street, you've passed 5 houses. Just subtract the smaller number from the larger number, and you have the length of that side.

Types of Polygons You Might Draw

A polygon can have as few as 3 sides (a triangle) or many more. Here's a handy reference for the most common ones you'll see in 6th grade.

PolygonNumber of SidesNumber of VerticesExample Shape
Triangle33Yield sign
Quadrilateral44Book cover, kite
Pentagon55The Pentagon building
Hexagon66Honeycomb cell
Octagon88Stop sign

Let's see a triangle plotted on the coordinate plane. Below, the three vertices are P (2, 1), Q (7, 1), and R (4, 6).

Triangle PQR on the Coordinate Plane

The base of triangle PQR runs from P to Q along y = 1. Since both points sit at the same height, the base length is |7 − 2| = 5 units. The height goes from the base (y = 1) straight up to point R (y = 6), which gives us a height of |6 − 1| = 5 units. You can find the area of this triangle using the formula ½ × base × height = ½ × 5 × 5 = 12.5 square units.

Worked Example

Let's work through a complete problem together, step by step.

Draw the quadrilateral with vertices at A (1, 2), B (5, 2), C (5, 5), and D (1, 5). Then find the perimeter.
1
Step 1 — Read and list the coordinatesWe have four vertices, so this is a quadrilateral (4-sided polygon).
A = (1, 2) B = (5, 2) C = (5, 5) D = (1, 5)
2
Step 2 — Set up the gridThe x-values go from 1 to 5 and the y-values go from 2 to 5. So our grid needs to show at least 0 to 6 on both axes.
3
Step 3 — Plot each pointStarting at the origin (0, 0): • A (1, 2): go right 1, up 2. Mark the dot. • B (5, 2): go right 5, up 2. Mark the dot. • C (5, 5): go right 5, up 5. Mark the dot. • D (1, 5): go right 1, up 5. Mark the dot.
4
Step 4 — Connect the dotsDraw straight lines: A → B → C → D → back to A. The shape closes into a rectangle!
5
Step 5 — Find side lengthsAB = |5 − 1| = 4 units (horizontal) BC = |5 − 2| = 3 units (vertical) CD = |5 − 1| = 4 units (horizontal) DA = |5 − 2| = 3 units (vertical)
6
Step 6 — Calculate the perimeterPerimeter = 4 + 3 + 4 + 3 = 14 units
The perimeter of rectangle ABCD is 14 units. We can also see this is a rectangle because opposite sides are equal and all corners sit on grid intersections at right angles.

Tips, Strengths, and Common Pitfalls

Using coordinates to draw polygons is super powerful, but there are a few things that can trip you up. Let's compare the strengths with the common mistakes.

StrengthsCommon PitfallsFix / Tip
Exact placement — no guessingMixing up x and y in the ordered pairRemember: x comes first (like the alphabet — x before y!)
Easy to find horizontal & vertical side lengthsForgetting to connect the last vertex back to the firstAlways close the shape. A polygon must be a closed figure.
Works for any polygon, no matter how many sidesUsing the wrong scale on the axesCheck the largest coordinate first, then choose a scale that fits.
You can calculate perimeter and area right on the gridPlotting a point in the wrong direction (e.g., going left instead of right)Positive x → right, negative x → left. Positive y → up, negative y → down.
Key Takeaway
Think of plotting points like following directions in a treasure hunt. "Go 3 steps east, then 5 steps north" is just like the ordered pair (3, 5). If you mix up east and north, you'll end up in the wrong spot — just like mixing up x and y! Always go sideways first (x), then up or down (y).

Where This Leads Next

Right now you're plotting points in two dimensions — just x and y. But the same idea extends to amazing things you'll learn later. Here's a sneak peek.

What You Know NowWhat's Coming Next
Plotting in quadrant I (positive x and y)Plotting in all four quadrants (negative numbers!)
Counting grid squares for side lengthsUsing the distance formula for diagonal lengths
Drawing flat (2-D) polygonsDrawing 3-D shapes with x, y, and z coordinates
Finding perimeter and area on a gridUsing coordinates to prove geometric properties (like parallel sides)

In 7th and 8th grade, you'll learn to work with negative coordinates. This means your polygons can stretch into all four sections (called quadrants) of the coordinate plane. And in high school geometry, coordinates become a powerful tool for writing proofs and solving complex problems. The skills you're building right now are the foundation for all of that.

Practice Problems

Try these problems on your own. Click "Show Answer" when you're ready to check your work.

PROBLEM 1CONCEPTUAL
What is the difference between a vertex and a side of a polygon? How many vertices does a pentagon have?
PROBLEM 2BASIC
Plot the three points A (1, 3), B (6, 3), and C (6, 7) on a coordinate plane. Connect them to form a triangle. What is the length of side AB?
PROBLEM 3INTERMEDIATE
A rectangle has vertices at E (2, 1), F (8, 1), G (8, 5), and H (2, 5). Find the perimeter and the area of the rectangle.
PROBLEM 4APPLIED
You are designing a garden on graph paper. The garden is shaped like a quadrilateral with corners at (1, 1), (7, 1), (7, 4), and (1, 4). Each grid square represents 1 foot × 1 foot. You want to put a fence around the garden and plant grass inside it. How many feet of fencing do you need? How many square feet of grass do you need?
PROBLEM 5CHALLENGE
Three vertices of a rectangle are A (2, 3), B (7, 3), and C (7, 8). What are the coordinates of the missing fourth vertex D? How did you figure it out? (Hint: think about what makes a rectangle special.)

Lesson Summary

In this lesson, you learned how to draw polygons on a coordinate plane by plotting ordered pairs — each written as (x, y) — and connecting them in order with straight lines. A vertex is a corner of the polygon, and the number of vertices always equals the number of sides. You practiced the 4-step method: read the coordinates, set up your axes, plot each point, and connect the dots into a closed shape.

You also learned that when two points share the same y-coordinate, you can find the horizontal distance by subtracting their x-values. Likewise, when two points share the same x-coordinate, you find the vertical distance by subtracting their y-values. These distances let you calculate the perimeter (total length around the outside) and the area (the space inside) of polygons on the grid. These coordinate skills are the foundation for everything you'll do in geometry from here on out — keep practicing!

Varsity Tutors • 6th Grade Mathematics (Common Core) • Drawing Polygons in the Coordinate Plane