Loading…

Polygon Area and Perimeter Calculator

Math Geometry • Basic Shapes and Properties

View all topics

Calculate the perimeter and area of any polygon: use regular polygon inputs (n + side/apothem/radius) or paste vertices (shoelace formula).

Inputs accept pi, e, sqrt(2), 1e-3. Use * for multiplication. Example vertex formats: (0,0), 5 0, 6,4.

Vertices (in order)
Tip: drag a vertex (near a point) to reposition it.
Canvas & animation
Ready
Choose a mode, enter inputs, then click Solve.
Interactive polygon view (pan/zoom + drag vertices)

Pan: drag empty space • Zoom: mouse wheel/trackpad • Drag a vertex to move it.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How do I calculate the area of a polygon from its vertices?

Use the shoelace formula with vertices listed in order: A = 1/2 x |sum(xi yi+1 - xi+1 yi)|, where the last vertex connects back to the first.

How is polygon perimeter computed from coordinates?

Perimeter is the sum of distances between consecutive vertices, using the distance formula for each edge, including the final edge from the last vertex back to the first.

What inputs are needed for a regular polygon’s area and perimeter?

Provide the number of sides n and one measure such as side length s, apothem a, or circumradius R. Perimeter uses P = n x s, and area commonly uses A = (1/2) x P x a.

Why does the order of vertices matter for the shoelace formula?

The shoelace formula assumes the vertices follow the polygon boundary in clockwise or counterclockwise order. If points are out of order, the computed area can be incorrect or represent a different shape.

What units will the perimeter and area be in?

Perimeter is reported in the same units as the coordinate or length inputs, while area is reported in square units. Keep units consistent across all inputs for meaningful results.