Polygon definition

That_Man

New member
Joined
May 7, 2020
Messages
6
Is there any rule that precludes a vertex in a polygon from having an angle of 180 degrees? Such that any polygon can arbitrarily declared an n-gon of equal or greater order than its obvious form? Below is an example. Can the blue shape be considered a quadrilateral, since it has 4 verticesIMG_0593.PNG?
 
Since a segment has infinitely many points that can be used as 'vertices', this shape would be at the same time a triangle, a quadrilateral, pentagon, etc. Not very useful. To remove ambiguity it would make sense to disregard such vertices.
 
The definition here includes "with no three successive points collinear".

On the other hand, your triangle can be considered a degenerate quadrilateral, for some purposes. For example, in topology it doesn't matter, and many formulas for quadrilaterals still work in this case. Other theorems, however, would fail if you allowed this.

Why do you want to call it a quadrilateral? What will you do differently whether we say yes or no?
 
I had to find a quadrilateral using the digits 0-9 no more than 1 time each in the coordinates, with an area = 16. I stopped here because the area was good, but when I lined up the points, it became clear that my quadrilateral was actually a triangle :/

This is for my son's 7th grade math homework, and the problem seemed a bit hard to solve using 7th grade skills--he couldn't do it, in other words. I was intrigued, though, so I broke out AutoCAD and graphed some points. I guess I'll keep looking for a solution.
 
That does sound challenging. But clearly they would want a traditional definition, so your triangle is out.

I'm going to give it a try, and see if I can find an elementary approach that works; but it's probably meant to give practice in (a) organized searching, and (b) repeated application of whatever method they have learned to find areas given coordinates. Do you know what methods have been taught in class?

EDIT: I played with GeoGebra and found a solution fairly quickly. I don't yet see a reasonable way to do it manually.
 
Last edited:
This is from a remote education packet, since we're all shelter in place, and there's no link or reference how they might solve it with 7th grade skills. The most rudimentary way I could think of was with the rectangles and triangles method I'm showing. We did it on paper a few times, and the process was time consuming, and I had to stop before my son quit school forever and joined the circus.
 
I think a somewhat reasonable approach can be to start with a 4x4 square and move two vertices at a time, trying to keep the same area (or close) while making the coordinates different. It will take some close attention to how a move changes the area; at some point you would be just sliding the whole figure to fix coordinates, without changing its shape. This may not take too much calculation.

But in part it looks like a challenge for those who like challenges, and mere busywork for those who are less willing to like math. I hope it is presented as a puzzle, not as something everyone has to do. After a while, if you're looking for tricks rather than just trying the same calculations on one random shape after another, it does actually become almost fun ...
 
I figured out a solution. I'll present it to him tomorrow, and show him how I found it. Having a computer program to simplify the drawing seems to be the key, as the pencil and paper method really drags out the discovery.
Untitled.png
 
Your solution is not congruent to mine, which is interesting. (Mine, which looks more like the 4x4 square I started with, can also be shifted to several alternative locations, making "different" solutions, by just adding 1 to every coordinate.)

Another way to find the area is the "shoelace formula", found for example here, which uses the coordinates directly. That doesn't necessarily make it any easier to find an answer, but somewhat simplifies the work of checking. I was wondering whether the class might have been taught that or some other less thought-intensive method for finding areas.
 
That shoelace method is fantastic, and it scales up nicely. Never heard of it before, thank you.

My 7th grader says he doesn't remember anything pertaining to finding the areas of polygons, but he's an unreliable witness ;)
 
Here is my solution; there's no reason not to have shown it to you:

1588975909012.png

I can move A to (4, 1) or (5, 2) to get alternative solutions. GeoGebra made it literally a snap.
 
Top