How can we find the area of a polygon directly from the coordinates of its vertices?
Find the area of a triangle or polygon from the coordinates of its vertices using the shoelace determinant method
A focused answer to the O-Level A-Maths outcome on areas from coordinates. The shoelace method for the area of a triangle or polygon, vertex ordering, and using a zero area as a collinearity test.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
SEAB wants you to compute the area of a triangle or other polygon when you are given only the coordinates of its corners, using the shoelace (determinant) method. The same calculation, when it gives zero, tells you that the points lie on a single straight line, a handy test for collinearity.
The answer
The shoelace idea
The area of a polygon is found by a criss-cross pattern of products of coordinates that looks like the lacing of a shoe. For a triangle , , :
The modulus ensures the area is positive whichever way round you list the vertices.
The polygon version
For more vertices, list them in order around the boundary, wrap back to the first, and sum the cross products :
A neat layout writes the coordinates in two columns, repeating the first row at the bottom, then multiplies diagonally.
Order matters
The vertices must be taken consistently in order around the figure (all clockwise or all anticlockwise). A scrambled order gives a wrong, often self-overlapping, answer.
The collinearity test
If three points give an area of zero by the shoelace formula, they are collinear: there is no triangle, because they lie on one line. This is a quick alternative to comparing gradients.
Examples in context
Example 1. Land area from survey points. A plot of land marked by surveyed corner coordinates has its area computed by the shoelace method directly from those points, without dividing the plot into triangles by hand.
Example 2. Checking three points lie on a line. To test whether three plotted data points are collinear, compute the triangle area they would enclose; a value of zero confirms they lie on one straight line, linking area to the straight-line topic.
Try this
Q1. Find the area of the triangle with vertices , and . [2 marks]
- Cue. Right triangle: square units.
Q2. Show that , and are collinear. [2 marks]
- Cue. Shoelace area , so they are collinear.
Q3. Find the area of the triangle with vertices , and . [3 marks]
- Cue. Right triangle with legs and : square units.
Exam-style practice questions
Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
Original4 marksFind the area of the triangle with vertices , and .Show worked answer β
Use the shoelace formula, listing the vertices in order and returning to the first:
Area .
.
The area is square units.
Markers reward correct substitution, taking the modulus, and halving to get .
Original5 marksThe vertices of a quadrilateral, taken in order, are , , and . Find its area.Show worked answer β
Apply the shoelace formula for a polygon, listing the vertices in order and wrapping back to :
Area .
.
The area is square units.
Markers reward setting up the determinant in order, the cross-product terms, and halving the modulus.
Related dot points
- Find the gradient, length and midpoint of a line segment, write the equation of a line, and use the conditions for parallel and perpendicular lines
A focused answer to the O-Level A-Maths outcome on straight lines. The gradient, distance and midpoint formulae, forms of the equation of a line, and the parallel and perpendicular conditions.
- Write the equation of a circle in standard and general form and find the centre and radius by completing the square
A focused answer to the O-Level A-Maths outcome on the circle. The standard and general equations of a circle, finding the centre and radius by completing the square, and building the equation from given data.
- Find the intersection of a line and a circle, determine tangency using the discriminant or perpendicular radius, and find tangent equations
A focused answer to the O-Level A-Maths outcome on lines meeting circles. Finding intersection points, deciding tangency via the discriminant or perpendicular radius, and writing the equation of a tangent.
- Use the discriminant b squared minus 4ac to determine whether a quadratic has two, one or no real roots and to solve related problems
A focused answer to the O-Level A-Maths outcome on the discriminant. Using b squared minus 4ac to decide the number of real roots and to find unknown constants for given root conditions.