Area Computations
The two-dimensional space occupied by a tract of land. In surveying, it is typically measured in square meters () or hectares ().
Area by Coordinates (Shoelace Method)
Given the coordinates of the vertices of a closed traverse (), (), ..., ().
Shoelace Formula
Where:
- : Eastings (Departures)
- : Northings (Latitudes)
The vertices must be listed in consecutive order (clockwise or counter-clockwise).
Shoelace Method Simulator
Drag the points to change the shape of the polygon. The area is automatically calculated using the Coordinate (Shoelace) Method.
Total Area
0.0 sq units
Coordinates:
Drag vertices to modify the polygon
Area Involving Circular Curves
When a property boundary includes a circular curve (e.g., along a curved road), the standard coordinate method only gives the area of the straight-line polygon defined by the chord connecting the curve's endpoints.
Adjusting for Curves
- Calculate the area of the polygon using the straight chord (usually via the coordinate method).
- Calculate the area of the circular segment formed by the arc and the chord using the radius and central angle :
- Add the segment area if the curve bulges outward from the polygon (it adds land to the total area).
- Subtract the segment area if the curve bows inward into the polygon (it removes land from the total area).
Interactive Area Calculator
Use the tool below to input a traverse (lengths and directions) and calculate its area.
Traverse & Area Tool
Traverse Lines
1
2
3
4
Plot
Closure Error: 0.0000 m
Precision: 1:3,109,888,511,975,475
Area: 15000.00 m²
* Y-axis is inverted for SVG rendering (North is up)
Area by Double Meridian Distance (DMD)
This method is based on the balanced latitudes and departures of the traverse.
DMD Rules
- DMD of the first course: Equal to the Departure of the first course.
- DMD of any other course: Equal to the DMD of the preceding course + Departure of the preceding course + Departure of the course itself.
- DMD of the last course: Equal to the negative of the Departure of the last course (Check).
Double Area ():
Area ():
Double Parallel Distance (DPD)
Similar to DMD but uses Latitudes instead of Departures.
- DPD of first course: Equal to the Latitude of the first course.
- 2A: .
Area with Irregular Boundaries
Used when one side of the area is an irregular curve (e.g., a river bank). Offsets () are measured from a traverse line at regular intervals ().
1. Trapezoidal Rule
Assumes the boundary between offsets is a straight line.
Trapezoidal Rule
Where:
- : Common interval distance.
- : End offsets.
- : Number of offsets.
2. Simpson's 1/3 Rule
Assumes the boundary between offsets is a parabolic arc. More accurate than Trapezoidal Rule but requires an odd number of offsets (even number of intervals).
Simpson's Rule
Where:
- : Sum of even offsets ().
- : Sum of odd offsets ().
Planimeter Method
A Planimeter is a mechanical or digital instrument used to measure the area of a plane figure by tracing its perimeter.
- Principle: Based on Green's Theorem.
- Use: Rapid determination of areas from maps or plans (e.g., irregular parcels, lakes).
Key Takeaways
- Coordinate Method: General method for any polygon.
- DMD/DPD: Based on balanced Latitudes and Departures.
- Trapezoidal Rule: Straight-line approximation for irregular boundaries.
- Simpson's Rule: Parabolic approximation; requires odd number of offsets. More accurate for curved boundaries.
- Curve Adjustments: Add or subtract the area of the circular segment () depending on the boundary's bulge direction.