QUADRILATERALS & POLYGONS
Special quadrilaterals and their properties, angle sums, regular polygons, diagonal counts, and area techniques including the Shoelace formula.
Overview
Polygons are closed figures made entirely of straight sides, and quadrilaterals — four-sided polygons — are the richest family in AMC 10 competition geometry. Problems range from straightforward angle sums in regular polygons to multi-step area calculations in trapezoids and rhombuses. The unifying thread is that every polygon, however complicated, can be decomposed into triangles — and triangles are the atoms of all planar geometry.
Special quadrilaterals (parallelograms, rectangles, rhombuses, squares, trapezoids, and kites) each carry a set of distinguishing properties that appear repeatedly on AMC problems. Knowing which properties belong to which figure — and which do not — lets you extract information quickly and avoid assuming too much. A parallelogram has equal opposite sides and bisecting diagonals, but its diagonals are not generally equal in length; a rectangle has equal diagonals; a rhombus has perpendicular diagonals; only the square has all four of these at once.
Regular polygons reward students who know the interior and exterior angle formulas cold. Counting diagonals, computing areas of regular -gons, and working with inscribed or circumscribed circles around regular polygons are all high-frequency AMC topics. The Shoelace (surveyor's) formula is the Swiss-army tool for polygons whose vertices are given as coordinates: it converts any polygon area problem into straightforward arithmetic.
Key facts
- Interior angle sum of an -gon: . Memorize the first few: triangle 180°, quadrilateral 360°, pentagon 540°, hexagon 720°, octagon 1080°.
- Each interior angle of a regular -gon: . Use when all angles are equal.
- Each exterior angle of a regular -gon: . Exterior angles of any convex polygon always sum to 360°.
- Number of diagonals of an -gon: . Each vertex connects to non-adjacent vertices; divide by 2 to avoid double-counting.
- Parallelogram: opposite sides parallel and equal; opposite angles equal; diagonals bisect each other. Area = base height (height is perpendicular, not the slant side).
- Rectangle: parallelogram with four right angles; diagonals are equal.
- Rhombus: parallelogram with four equal sides; diagonals are perpendicular bisectors of each other. Area = where are diagonal lengths.
- Square: rectangle and rhombus simultaneously; diagonal where is the side length.
- Trapezoid: exactly one pair of parallel sides (bases , ). Area = where is the perpendicular height.
- Kite: two pairs of consecutive equal sides; one diagonal perpendicularly bisects the other. Area = .
- Shoelace formula: For a polygon with vertices listed in order (either direction): This works for any simple (non-self-intersecting) polygon given coordinates.
Worked example 1
A rhombus has diagonals of length and . Find its perimeter.
Approach: The diagonals of a rhombus bisect each other at right angles. Each half-diagonal has length and , forming the legs of a right triangle whose hypotenuse is one side of the rhombus.
By the Pythagorean theorem:
Since all four sides are equal, the perimeter is .
Why does this work? The diagonals of any rhombus are perpendicular bisectors of each other, so they cut the rhombus into four congruent right triangles. Finding one leg of those triangles immediately gives the side length.
Worked example 2
A convex polygon has interior angles in arithmetic progression. The smallest angle is and the common difference is . Find the number of sides.
Approach: Let the polygon have sides. The angles are with common difference . Their sum equals the interior angle sum formula:
Simplify the left side:
Set equal to the right side:
So or . Check convexity (all angles ):
- : largest angle ✓
- : largest angle , which is not strictly convex. ✗
The answer is .
Common traps
- Using the slant side as height in a parallelogram or trapezoid. The height must be the perpendicular distance between the parallel sides, not the length of a non-perpendicular leg. Always check whether the given side is truly the altitude.
- Off-by-one in the diagonal formula. Each vertex has diagonals from it (excluding itself and its two neighbors), giving total. A common error is using (forgetting to exclude both neighbors) or forgetting the factor of .
- Assuming a parallelogram when only two sides are equal. Two pairs of equal sides alone does not guarantee a parallelogram — a kite also has two pairs of equal sides (but consecutive, not opposite). Check which sides are equal.
- Forgetting that angle sum formulas give the total, not each angle. For irregular polygons, the formula gives the sum of all interior angles, not each individual angle. Only for regular polygons can you divide by to get each angle.
- Shoelace sign errors. When applying the Shoelace formula, list vertices consistently (all clockwise or all counterclockwise) and take the absolute value at the end. Mixing order midway through produces a wrong result.