Area Computations Example
Medium DifficultyFE Surveying
Compute the area of a closed polygon (e.g. parcel or traverse) from the coordinates of its vertices.
Concept
For a closed polygon with vertices in order, the signed area can be computed with the coordinate (cross) formula: twice the area equals the sum of over all vertices, with subscripts wrapping (e.g. , ). Take the absolute value for area.
Notation: = coordinates of vertex , = area. Positive result = clockwise order; negative = counterclockwise; area = .
Problem
A four-sided parcel has the following coordinates (ft) in order: P₁(100, 200), P₂(180, 250), P₃(140, 320), P₄(60, 270).
Find:
The area of the parcel in ft².
Given
- Vertices (ft):
Apply coordinate area formula
Final Answer
Area: (or about 0.174 acre if 43,560 ft² = 1 acre).