Polygon Centroid Point Calculator

Calculate Polygon Centroid Coordinates

Point 1:
Point 2:
Point 3:

Find the exact geometric center or centroid point of any polygon with our free online calculator. Simply input the X and Y coordinates of each vertex, and instantly get the centroid's coordinates. Ideal for engineering, design, and mathematical applications.

Formula:

For a polygon with n vertices (x1, y1), (x2, y2), ..., (xn, yn), the centroid coordinates (Cx, Cy) are calculated as follows:

First, calculate the signed area (A) of the polygon:

A = 0.5 × ∑ (xiyi+1 - xi+1yi) for i = 1 to n (with (xn+1, yn+1) = (x1, y1))

Then, the centroid coordinates are:

Cx = (1 / 6A) × ∑ (xi + xi+1)(xiyi+1 - xi+1yi)

Cy = (1 / 6A) × ∑ (yi + yi+1)(xiyi+1 - xi+1yi)

Where:

  • xi, yi: Coordinates of the i-th vertex.
  • xi+1, yi+1: Coordinates of the next vertex (for the last vertex, this refers to the first vertex).
  • A: Signed area of the polygon.

Mathematics and Tools

1/4 Mile ET : Estimate Your Quarter Mile Elapsed Time

Go to Calculator

1x1 Matrix Multiplication

Go to Calculator

3D Distance : Find Distance Between Two Points in 3D Space

Go to Calculator

5x5 Matrix Multiplication

Go to Calculator

65th Percentile : Find the 65th Percentile Online

Go to Calculator

75th Percentile : Quickly Find Q3 for Your Dataset

Go to Calculator