Side lengths of coordinate-plane polygons are determined by comparing the coordinates of consecutive vertices: for a horizontal side, take the absolute difference of the x-coordinates, and for a vertical side, take the absolute difference of the y-coordinates. The length represents the number of coordinate units between endpoints, including cases involving negative coordinates; general distance formulas for diagonal sides and irrational lengths are outside this understanding.
Detailed Explanation: Find side lengths of coordinate-plane polygons
To find the side lengths of a coordinate-plane polygon, compare the coordinates of consecutive vertices.
For a horizontal side, the y-coordinates are the same. Subtract the x-coordinates and use the absolute value:
length=∣x2​−x1​∣
For a vertical side, the x-coordinates are the same. Subtract the y-coordinates and use the absolute value:
length=∣y2​−y1​∣
The absolute value makes the length positive, even when coordinates are negative.
Example: Find the side lengths of polygon ABCD with vertices
A(−4,2),B(3,2),C(3,−1),D(−4,−1).
Compare each pair of consecutive vertices:
Side AB
The y-coordinates are both 2, so this side is horizontal.
∣3−(−4)∣=∣7∣=7
So, AB is 7 units long.
Side BC
The x-coordinates are both 3, so this side is vertical.
∣−1−2∣=∣−3∣=3
So, BC is 3 units long.
Side CD
The y-coordinates are both −1, so this side is horizontal.
∣−4−3∣=∣−7∣=7
So, CD is 7 units long.
Side DA
The x-coordinates are both −4, so this side is vertical.
∣2−(−1)∣=∣3∣=3
So, DA is 3 units long.
Therefore, the side lengths are
7 units, 3 units, 7 units, 3 units​.
Learn by doing: Find side lengths of coordinate-plane polygons
Click a topic below to practice the foundational skills you'll need, learn the steps, or master this skill
Practice with unlimited practice problems
Practice:
Cartesian Grid - Diagram Coordinates to Line Length - Including Negative