What is the area of a polygon?




Finding the area of a polygon, when it is a rectagle or regular shape can be accomplished by analytic means, though sometimes with difficulty. Squares and hexagons are easy but heptagons require some trigonometry. When the shape is irregular, it is often necessary to decompose it into triangles and compute cross products to get areas.

The question we pose and then answer here is how to make the area measurement if we know only the coordinates of the vertices? Consider the example shown below.
poly1__1.png
There is a nifty formula, based on Greens theorem, or merely triangles and cross-products for determining the area. Form the table of the coordinate data as show below, with the first point repeated on the last row.

MATH

Now form the two products
MATH
The area of the polygon is given by
MATH


MATH

Let's check the formula for the rectangle shown

poly1__20.png
The table is
1 1
3 1
3 2
1 2
1 1

We have that
MATH
which is of course the area.

Now let apply this formula to find the area of the five sided figure above. Follow the steps.

This document created by Scientific Notebook 4.0.