G. Area

1. General

Once a loop traverse has been adjusted, how can its area be determined?

img1
Figure G-1
Loop Traverse

 

We could divide the complex polygon into a series of triangles, compute the area of each triangle, then total them, Figure G-2.

Figure G-2
Traverse Divided into Triangles

 

Figure G-3 demonstrates that there can be quite a few possible triangle combinations for a five sided traverse.

Figure G-3
Different Triangle Combinations

 

To compute a triangle's area, either all three sides or two sides and an included angle are needed. That means additional calculations to obtain distances and/or an angle between lines. In both triangle combinations of Figure G-3, the red lines must be computed by inversing.

The traverse in Figure G-3 is a bit simplistic with just five sides. The more traverse points, the more triangles and combinations and more inverse calculations. It can be especially interesting approach with a concave traverse, Figure G-4, having one or more situations where triangle areas should be subtracted instead of added. Just ome more thing to keep track of.

 

Figure G-4
Traverse with Concave Sides

 

As with other surveying calculations, we need a systematic, repeatable, and reliable approach to determine traverse area.