51.0k views
0 votes
Please help ! just for my notes HOW DO WE USE COORDINATES TO CLASSIFY POLYGONS ON THE COORDINATE PLANE?

User Naktinis
by
5.2k points

1 Answer

4 votes

Step-by-step explanation:

Polygons are classified by ...

  • number of sides (or vertices)
  • relationship of sides to each other (parallel, perpendicular, other)
  • relative angle sizes (all equal, some equal, none equal
  • relative side lengths (all equal, some equal, none equal)

The number of coordinate pairs will define the number of vertices.

The differences between "adjacent" coordinate pairs can be used to find side lengths and relationships (angles, parallel, perpendicular).

_____

If the differences between adjacent coordinate pairs are ...

(∆x, ∆y) = (x2 -x1, y2 -y1)

then the slope of the line joining those coordinates is ∆y/∆x. (This may be "undefined" if ∆x = 0.) Two line segments with the same slope are parallel. Two line segments with slopes that have a product of -1 are perpendicular. (Two segments with slopes of 0 and "undefined" are also perpendicular.)

It can be useful on occasion to know that the angle (α) a line segment makes with the x-axis can be found from ...

α = arctan(slope)

The length of a line segment (d) can be found from the Pythagorean theorem:

d = √((∆x)² +(∆y)²)

User Captain Comic
by
4.9k points