8.3 Area Calculations (Triangles, Trapezoids, Rectangles, and Simple Polygons)
Key Takeaways
- 1 Acre = 43,560 square feet; to convert square feet to acres, divide square footage by 43,560.
- Rectangle Area = Length × Width; Triangle Area = 0.5 × base × height or 0.5 × a × b × sin(C); Trapezoid Area = 0.5 × (b1 + b2) × height.
- The Coordinate Area Method (Shoelace Formula) cross-multiplies sequential Northings and Eastings around a closed polygon to determine Double Area.
- Always repeat the starting coordinate pair at the end of the coordinate table when computing polygon areas.
- Double Meridian Distance (DMD) sums line departures to compute double areas from line latitudes.
8.3 Area Calculations (Triangles, Trapezoids, Rectangles, and Simple Polygons)
Area calculation is one of the primary duties of survey technicians, essential for property boundary descriptions, land valuation, deed verification, tax mapping, and earthwork volume estimating. Whether evaluating simple geometric lot shapes or computing the area of complex closed boundary polygons, surveyors must perform calculations accurately in both Square Feet ($ ext{sq ft}$ or $ ext{ft}^2$) and Acres ($ ext{ac}$). This section details the fundamental formulas for standard geometric shapes, introduces the coordinate area (shoelace) method and Double Meridian Distance (DMD) technique for closed traverses, and highlights unit conversion rules for the CST Level I examination.
1. Units of Area and Land Measurement Conversions
In U.S. Customary survey practice, land areas are measured in square feet or acres.
The Standard Acre Conversion Factor
Historical Origin of the Acre:
The unit originates from historical Gunter's chain surveying, where 1 chain = 66 feet and 1 furlong = 660 feet. An acre was defined as 1 square furlong, or 10 square chains:
Converting Square Feet to Acres:
Example: A lot with an area of $125,480\text{ sq ft}$ converted to acres:
2. Standard Geometric Formulas
A. Rectangles and Squares
For a rectangular boundary with perpendicular sides of length ($L$) and width ($W$):
+------------------------+
| | Width (W)
+------------------------+
Length (L)
B. Triangles
Surveyors encounter triangular parcels or subdivide complex polygons into simpler triangles using three key formulas based on available field data:
/|
/ |
a / | h (Height)
/ |
/____|____
b (Base)
-
Base-Height Formula (When perpendicular height $h$ and base $b$ are known):
-
Side-Angle-Side (SAS) Formula (When two sides $a$ and $b$ and their included angle $C$ are known):
-
Heron's Formula (When all three side lengths $a$, $b$, and $c$ are known):
Step-by-Step Triangle Example (SAS Formula):
Problem: Calculate the area of a triangular lot with side $a = 185.00\text{ ft}$, side $b = 240.00\text{ ft}$, and included angle $C = 52° 15' 00"$.
- Step 1: Convert angle to decimal degrees: $52° 15' = 52.25°$.
- Step 2: Calculate $\sin(52.25°) = 0.7906896$.
- Step 3: Apply SAS formula:
- Step 4: Convert to acres:
C. Trapezoids
Trapezoids occur frequently in road cross-sections, right-of-way strips, and boundary lots bounded by two parallel lines ($b_1$ and $b_2$) separated by perpendicular distance ($h$).
b1 (Top Base)
+----------+
/ | \
/ | h \
+---|------------+
b2 (Bottom Base)
Trapezoid Step-by-Step Example:
Problem: A drainage easement forms a trapezoid with parallel sides measuring $75.00\text{ ft}$ and $115.00\text{ ft}$, and a perpendicular distance between them of $40.00\text{ ft}$. Compute the area.
- Step 1: Average the two bases: $\frac{75.00 + 115.00}{2} = \frac{190.00}{2} = 95.00\text{ ft}$.
- Step 2: Multiply by height: $\text{Area} = 95.00 \times 40.00 = 3,800.00\text{ sq ft}$.
3. Coordinate Area Method (Shoelace Formula)
When a closed polygon's boundary points are defined by rectangular coordinates $(N_i, E_i)$, the exact enclosed area is computed using the Coordinate Method (also known as the Shoelace Formula or Gauss's Area Formula).
Point 1 (N1, E1) ----> Point 2 (N2, E2)
^ |
| v
Point 4 (N4, E4) <---- Point 3 (N3, E3)
Tabular Execution Steps:
- Arrange station coordinates in sequential order around the perimeter (either clockwise or counter-clockwise).
- List the starting point coordinates again at the bottom of the table to close the loop.
- Cross-multiply down-right (Northings $\times$ next Eastings) and sum the products ($\sum \text{Product}_{NE}$).
- Cross-multiply down-left (Eastings $\times$ next Northings) and sum the products ($\sum \text{Product}_{EN}$).
- Subtract the total left sum from the total right sum, take the absolute value, and divide by 2.
Worked Coordinate Area Example:
Problem: Calculate the area of a 4-point closed survey boundary with coordinates:
- Station A: $N = 100.00\text{ ft}, E = 100.00\text{ ft}$
- Station B: $N = 100.00\text{ ft}, E = 400.00\text{ ft}$
- Station C: $N = 300.00\text{ ft}, E = 500.00\text{ ft}$
- Station D: $N = 400.00\text{ ft}, E = 100.00\text{ ft}$
| Station | Northing ($N$) | Easting ($E$) | Down-Right Product ($N_i \times E_{i+1}$) | Down-Left Product ($E_i \times N_{i+1}$) |
|---|---|---|---|---|
| A | 100.00 | 100.00 | $100.00 \times 400.00 = 40,000$ | $100.00 \times 100.00 = 10,000$ |
| B | 100.00 | 400.00 | $100.00 \times 500.00 = 50,000$ | $400.00 \times 300.00 = 120,000$ |
| C | 300.00 | 500.00 | $300.00 \times 100.00 = 30,000$ | $500.00 \times 400.00 = 200,000$ |
| D | 400.00 | 100.00 | $400.00 \times 100.00 = 40,000$ | $100.00 \times 100.00 = 10,000$ |
| A (Close) | 100.00 | 100.00 | Sum Down-Right = $160,000$ | Sum Down-Left = $340,000$ |
- Step 1: Calculate difference: $|160,000 - 340,000| = |-180,000| = 180,000\text{ sq ft}$ (Double Area).
- Step 2: Divide by 2: $\text{Area} = \frac{180,000}{2} = 90,000\text{ sq ft}$.
- Step 3: Convert to acres: $\text{Acres} = \frac{90,000}{43,560} = 2.066\text{ Acres}$.
4. Double Meridian Distance (DMD) Method Intro
Before computers, surveyors routinely computed polygon areas using the Double Meridian Distance (DMD) method derived from line Latitudes and Departures.
Rules of DMD Computation:
- Rule 1: The DMD of the first course equals the Departure of the first course.
- Rule 2: The DMD of any subsequent course equals the DMD of the preceding course + Departure of the preceding course + Departure of the course itself.
- Rule 3: The DMD of the last course must equal the Departure of the last course with opposite sign.
- Double Area: For each line, multiply its DMD by its Latitude.
- Total Area: Sum the double areas, take the absolute value, and divide by 2.
5. CST Exam Traps & Common Errors
[!WARNING] CST Level I Exam Traps:
- Incorrect Acre Conversion Constant: Dividing square footage by 43,500 or 40,000 instead of 43,560 is a classic blunder. Memorize $43,560\text{ sq ft/acre}$!
- Forgetting to Repeat the Initial Point: In the coordinate area method, failing to repeat Point 1 at the bottom of the table leaves the final side open, producing a completely false area.
- Forgetting to Divide by 2: Calculating the difference of cross-products gives Double Area. Forgetting to divide by 2 yields an area exactly twice as large as the true lot size.
- Misinterpreting Oblique Triangles: Applying $\frac{1}{2} \times b \times h$ to an oblique triangle using a side length in place of the perpendicular height $h$ yields an incorrect result. Always use the SAS formula ($\frac{1}{2} a b \sin C$) or Heron's formula when perpendicular height is not directly provided.
A triangular parcel of land has two known sides measuring 220.00 ft and 310.00 ft, with an included angle of 48° 30' 00" between them. What is the area of the parcel in square feet?
A rectangular parcel of land measures 435.60 feet in length by 200.00 feet in width. What is the area of this lot in acres?
A four-sided closed traverse has boundary coordinates (N, E) in feet as follows: A (100.00, 100.00), B (100.00, 300.00), C (400.00, 300.00), and D (400.00, 100.00). What is the total enclosed area of this polygon?
A roadway drainage cross-section forms a trapezoid with parallel base widths of 65.00 ft and 85.00 ft, and a vertical depth (height) of 12.00 ft. What is the cross-sectional area?