Area Computations
Learning Objectives
- Calculate area using the coordinate (shoelace) method.
- Adjust area calculations to account for circular curves.
- Apply the Double Meridian Distance (DMD) and Double Parallel Distance (DPD) methods.
- Compute area of irregular boundaries using Trapezoidal and Simpson's 1/3 rules.
Accurate area determination is a primary goal of land surveying, essential for property valuation, deed descriptions, and construction earthworks. This lesson covers the analytical methods used to compute the area of polygons from field traverse data.
Area
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)
Coordinate Method Principles
Given the coordinates of the vertices of a closed traverse , the area can be calculated using cross-multiplication. The vertices must be listed in consecutive order (clockwise or counter-clockwise).
Shoelace Formula (Expanded)
Calculates double the area by summing cross-products of sequential coordinates.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Total area of the polygon | ||
| Easting (Departure) coordinate of a vertex | m | |
| Northing (Latitude) coordinate of a vertex | m |
Shoelace Formula (Summation)
Compact representation of the coordinate area calculation.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Total area of the polygon | ||
| Easting of the i-th vertex | m | |
| Northing of the i-th vertex | m |
Interactive Coordinate Area
Interact with the simulation below to see how vertex coordinates determine the area.
Shoelace Method Simulator
Drag the points to change the shape of the polygon. The area is automatically calculated using the Coordinate (Shoelace) Method.
Coordinates:
Area Involving Circular Curves
Adjusting Polygon Area for 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.
To find the true area, you must account for the circular segment.
Curve Adjustment Procedure
- 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 Curve Adjustment
Move the interactive point on the polygon to see how it affects the total area calculated using the coordinates method.
Area by Coordinates Simulator
Visualize how moving a polygon vertex affects its calculated area.
Results
Interactive Area Calculator
Traverse Area Computation Tool
Use the tool below to input a traverse (lengths and directions) and automatically calculate its balanced area.
Traverse & Area Tool
Traverse Lines
Plot
Area by Double Meridian Distance (DMD)
DMD Principles
The DMD method computes area based directly on the balanced latitudes and departures of the traverse, bypassing the need to compute arbitrary coordinates first.
DMD Calculation 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 (used as a mathematical check).
Area by DMD
Calculates the total area using the summation of the product of DMDs and their corresponding latitudes.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Total area of the traverse | ||
| Double Meridian Distance for a specific course | m | |
| Balanced latitude for a specific course | m |
Double Parallel Distance (DPD)
DPD Principles
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
Approximating Irregular Boundaries
Used when one side of the area is an irregular curve (e.g., a river bank). Offsets () are measured from a straight traverse line (baseline) to the boundary at regular intervals ().
1. Trapezoidal Rule
Linear Approximation
The Trapezoidal Rule assumes the boundary between adjacent offset points is a straight line.
Trapezoidal Rule
Calculates the area of irregular sections assuming straight line segments between offsets.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Area between the traverse line and the irregular boundary | ||
| Common interval distance between offsets | m | |
| End offsets | m | |
| Intermediate offsets | m |
2. Simpson's 1/3 Rule
Parabolic Approximation
Assumes the boundary between three adjacent offsets is a parabolic arc. It is more accurate than the Trapezoidal Rule but requires an odd number of offsets (even number of intervals).
Simpson's 1/3 Rule
Calculates area assuming parabolic segments between offsets.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Area between the traverse line and the irregular boundary | ||
| Common interval distance between offsets | m | |
| End offsets | m | |
| Sum of even-numbered offsets (h_2, h_4, \dots) | m | |
| Sum of intermediate odd-numbered offsets (h_3, h_5, \dots) | m |
Planimeter Method
Mechanical Area Measurement
A Planimeter is a mechanical or digital instrument used to measure the area of a plane figure by manually tracing its perimeter.
- Principle: Based on Green's Theorem.
- Use: Rapid determination of areas directly from maps, plans, or photographs (e.g., calculating the area of irregular parcels, lakes, or drainage basins).
- Coordinate Method (Shoelace): The general and most robust method for determining the area of any closed polygon defined by coordinates.
- Curve Adjustments: Add or subtract the area of the circular segment () depending on the boundary's bulge direction relative to the straight chord.
- DMD/DPD: Classic methods to calculate area directly from balanced Latitudes and Departures.
- Trapezoidal Rule: Provides a straight-line approximation for measuring area with irregular boundaries.
- Simpson's Rule: Uses a parabolic approximation for irregular boundaries; it is more accurate than the Trapezoidal rule but strictly requires an odd number of offsets.