Finding Polygon Area on the Coordinate Plane
For a polygon on a coordinate grid, divide its interior into rectangles, triangles, or other familiar shapes and add their areas, or enclose it in a simple rectangle and subtract the outside gaps.
More key points
- Read side lengths from coordinate differences and report square units.
On this page9 sections
An irregular polygon on a coordinate plane may not have a single memorized area formula. Instead, use the grid and the coordinates to divide it into familiar shapes, or place it inside a larger rectangle and subtract the regions that are not part of the polygon. Both methods turn one complicated outline into smaller calculations with reliable formulas.
Read horizontal and vertical lengths from coordinates
For a horizontal segment, subtract the x-coordinates and take the positive difference: its length is |x₂ − x₁|. For a vertical segment, use the positive difference between y-coordinates: |y₂ − y₁|. The absolute value represents length, which cannot be negative. A horizontal side has equal y-coordinates; a vertical side has equal x-coordinates.
For example, a horizontal segment from (−3, 2) to (5, 2) is 8 units long because |5 − (−3)| = 8. A vertical segment from (5, −1) to (5, 4) is 5 units long. These distances can serve as rectangle widths and heights or as base dimensions for other shapes. If a side is diagonal, use the distance formula or identify a right triangle before finding its length.
Method 1: decompose and add
Draw horizontal or vertical lines inside the polygon to split it into rectangles and triangles. Find each simple area, then add the pieces. This is convenient when the outline has steps or notches that line up with the grid. Check that the pieces cover the polygon exactly once: gaps mean area is missing, while overlaps mean some area was counted twice.
Suppose a step-shaped region contains a rectangle 6 units wide and 4 units high plus a smaller rectangle 2 units wide and 3 units high. Its area is (6 × 4) + (2 × 3) = 30 square units. The same outline may be split a different way; if every piece stays inside the polygon and covers it fully, the sum should agree.
A diagonal boundary can be handled by dividing off a triangle. If a right triangle has perpendicular legs of 3 and 4 units, its area is 1/2 × 3 × 4 = 6 square units. Include that triangle or subtract it depending on whether it lies inside or outside the polygon. The right angle makes the leg lengths an appropriate base and height pair.
Method 2: enclose the shape and subtract
Draw the smallest convenient rectangle around the polygon, using horizontal and vertical lines through its extreme x- and y-coordinates. Find the rectangle's area, then subtract the area of each corner or gap outside the polygon but inside the rectangle. This box method is often faster when the polygon has deep notches or diagonal corners.
For example, a polygon fits inside a 10-by-8 rectangle, whose area is 80 square units. If the upper-left corner outside the polygon is a 3-by-2 rectangle and the lower-right gap is a right triangle with legs 4 and 3, subtract 6 and 6: 80 − 6 − 6 = 68 square units. Label each excluded region so you do not subtract an area that is actually inside the polygon.
Choose a method that matches the outline
Use decomposition when the polygon naturally separates into a few simple pieces. Use subtraction when an enclosing rectangle is obvious and there are only a few exterior gaps. Either method is valid if the pieces are measured correctly and cover exactly the intended region. If one approach produces awkward fractions, try the other to reduce arithmetic.
Concave polygons have at least one inward corner; they can still be decomposed or enclosed by a rectangle. Convex polygons have no inward corners. Do not assume the polygon is convex because its outline looks nearly rectangular. Follow the vertices in order, especially when a side crosses or turns inward.
Find the needed measurements
A coordinate graph may show grid squares, label every vertex, or provide only the coordinates. For horizontal and vertical sides, differences in one coordinate give the length directly. If a diagonal side is needed for perimeter, calculate its length with the distance formula: √((x₂ − x₁)² + (y₂ − y₁)²). Area decomposition usually needs the horizontal and vertical distances of the triangle's perpendicular legs, not the diagonal hypotenuse.
When the coordinates are integers and a diagonal produces a square root, keep the exact radical if the question requests an exact answer. For example, a segment with horizontal change 3 and vertical change 4 has length √(3² + 4²) = 5. A segment with changes 2 and 3 has length √13; do not round it early if later calculations use it. Many area problems can be solved without the diagonal length by using grid-aligned bases and heights.
Area versus perimeter
Area measures the inside of a two-dimensional region and uses square units. Perimeter measures the total length around its boundary and uses linear units. A grid may help with both, but the procedures differ: area sums or subtracts regions, while perimeter adds the lengths of boundary segments. A diagonal side contributes its length to perimeter even if it is not needed for an area decomposition.
Check the requested quantity before starting. A result such as 34 units is incomplete for area; it should be 34 square units. If asked for both, calculate them separately and label each. A polygon can have a large perimeter and a relatively small area, so one is not a substitute for the other.
A repeatable solution process
- Trace the polygon's vertices in order and note its left, right, top, and bottom coordinates.
- Choose an interior decomposition or an enclosing rectangle with gaps to subtract.
- Use coordinate differences to find horizontal and vertical lengths; use a right triangle or distance formula only when needed.
- Compute each rectangle or triangle area with the correct formula.
- Add interior pieces or subtract exterior gaps, and check that each region is counted once.
- State the answer in square units and compare it with the enclosing rectangle's area.
Common errors
Typical mistakes include counting grid lines instead of unit intervals, subtracting coordinates in the wrong order and leaving a negative length, using a slanted side as a triangle's height, and mixing area with perimeter. Another is omitting an exterior gap in the box method. Mark the inside and outside regions on the diagram before calculating. A polygon's area must be positive and cannot exceed the area of a rectangle that fully contains it.
Exam takeaway
Use the coordinates to get side lengths, split an irregular polygon into familiar shapes, or subtract its outside gaps from a surrounding rectangle. Track each region once, use perpendicular dimensions for area, and label the final result in square units.
Common questions
How do you find an irregular polygon's area on a grid?
Split it into simple shapes and add their areas, or enclose it in a rectangle and subtract the regions outside the polygon.
How do I find a horizontal side's length from coordinates?
Take the absolute difference of the x-coordinates. The y-coordinates are equal on a horizontal segment.
Do I need the distance formula for area?
Not always. Area decomposition usually uses perpendicular horizontal and vertical lengths. The distance formula is useful for diagonal boundary lengths or perimeter.
What units should area use?
Square units, because area multiplies one length by another.