Area of a Polygon
When calculating problems involving coordinate geometry, you will often come across problems that require the use of the distance formula to calculate the distance between two points, the formula to calculate the midpoint of a line segment, or even a more complex formula, the section formula. But, have you ever considered what happens if you try to make or construct a polygon on a Cartesian plane?
A polygon is an area enclosed by multiple straight lines, with a minimum of three straight lines, called a triangle, to a limitless maximum of straight lines. Calculating the perimeter and area of a polygon is an often-discussed topic in geometry and is the essence and soul of geometry, with the exception of circles or curved lines.
Through the articles above, we have become accustomed to calculating the distance between two points, but have we stopped to consider calculating the area of a polygon, given the coordinates of the polygon? In this article, we will show you how to calculate the area of a polygon on a Cartesian plane, which is widely used in fields such as architecture, engineering, and design.
Contents
Shoelace Formula
The shoelace formula, also known as the shoelace algorithm, Gauss's area formula, and the surveyor's formula, is all that's required to calculate the area of a polygon.
The area of a polygon, given the coordinates of its vertices, is given by the formula
where each pair of coordinates from to represents the coordinates of a vertex of a polygon with vertices.
Upon expansion of the above formula, we get the formula
It may look like a very hard formula to recall or write down, but in actuality, it is very simple to memorize when to add and when to subtract the coordinate values. Use the following image as an example:
![]()
For all the arrows, multiply the two coordinates connected by the arrows together and then add all other products with the arrow. For the arrows, multiply the two coordinates connected by the arrows together and then add all other products with the arrow. Then subtract the sum of the arrows from the sum of the arrows and modulus the value. Finally, halve the modulus value to get the area of a polygon with sides.
Through this proof, we will demonstrate how the formula is derived from a basic quadrilateral on a Cartesian plane.
![]()
Referring to the figure, let be the area of the triangle with the vertices of coordinates , , and . Then, draw a quadrilateral such that the vertices touch the sides of the quadrilateral exactly and that its sides are parallel to the - and -axes. Drawing the quadrilateral will form the triangles , , and . Then, let the area of the quadrilateral be . Then the equation describing the relationship between the area of in terms of , , , and is Using concepts from the distance formula and the formula for the area of a triangle , we get that Collecting the terms and rearranging, it gives us which can be rewritten as a determinant And if the coordinates are written in a clockwise order, the value of the determinant will be .
As area can never be negative, in order to accommodate the possibility of a 'negative' area from the determinant, we have to add an absolute sign to the formula. So, we then get which (somewhat) matches the formula given above if and only if .
This next proof is a secondary proof showing that the shoelace formula does not only apply to triangles but can also be applied to other polygons such as quadrilaterals.
![]()
The diagram above shows a quadrilateral with the vertices of coordinates , , , and . The quadrilateral is then divided into 2 triangles by a straight line connecting the points and with the areas of and . Using the triangle formula we proved above, we get As both the areas of the triangles were traced using the coordinates in a counterclockwise direction, both areas are positive and we can get the area of the quadrilateral by adding the two areas and . As you may have noticed, the terms and are present in both areas and and conveniently cancel each other out, giving us the formula where the absolute sign can also be applied to avoid 'negative' areas as in which matches the formula if and only if .
Therefore, we have also indirectly proven that any polygon can be calculated using the shoelace formula as any polygon can be divided into multiple smaller triangles with its three vertices having a coordinate assigned to it.
Find the area of the whose vertices are , , and .
Using the formula substitute all the variables in the formula with the known coordinates in the question to get Using the shoelace algorithm, we get So, the area of the triangle is 3.5.
Problem Solving
Quadrilateral has vertices and Find its area.
There are three points , , and which are all collinear. Point has coordinates , point has coordinates , and point has coordinates . Find the value of .
In the figure shown, point lies on the straight line such that . Calculate the area of .
The figure above shows a conic section with the equation . is the origin. Find the area of the quadrilateral formed when all the points intersecting the horizontal and vertical axes are joined together with straight lines.