Contents [show]
Calculate the surface area of a simple (non-self-intersecting) n sides polygonal shape with known Cartesian coordinates in the plane for all of its vertices. The main concept of the method is to divide the main polygon in n trapezoids and to cross-multiply corresponding coordinates to find the area enclosing the polygon (green trapezoids), and subtract from it the surrounding trapezoids (red) to find the area of the polygon within. It is also called the shoelace formula because of the constant cross-multiplying for the coordinates making up the polygon, like tying shoelaces. Mainly applicable in topography.
Known values: Cartesian coordinates of all vertices (x1, y1), (x2, y2), …(xn, yn).
Solution: Area A of simple polygonal shape.

1. Subtract surrounding trapezoids (red) from encompassing trapezoids (green).

2. In general:

where
If vertices are numbered clockwise, the determinants of the expressions above are positive whereas if numbered counterclockwise, they are negative in which case absolute values should be considered.
Calculate the coordinates of the intersection of two lines given the coordinates of four stations....
Calculate the coordinates of the intersection of two lines given their bearings from two known stati...
Calculate the coordinates of a distant point Tn, referencing measured angles and coordinates of four...
Calculate the coordinates of a known point P in an orthogonal coordinate system to a reference ortho...
Calculate the volume included between a horizontal plane, a ramp (inclination 1:m, side slopes 1:n)...
Calculate the height of an object from a baseline when its top and bottom is visible but not accessi...
Re-establish the reference station T (inaccessible by the surveyor) onto position B and calculate th...
Determine the coordinates of an unknown point M (impossible to occupy) visible from two (2) previou...
Given the rate and direction of full dip of a plane or seam, find path gradients in three different...