Enter the coordinates of the three vertices of the triangle below to calculate its centroid.
Centroid X-coordinate:
0
Centroid Y-coordinate:
The centroid is the intersection of the triangle's medians; its coordinates are the arithmetic mean of the vertices' coordinates.
Formula: (x_centroid, y_centroid) = ((x1 + x2 + x3) / 3, (y1 + y2 + y3) / 3)
(x_centroid, y_centroid) = ((x1 + x2 + x3) / 3, (y1 + y2 + y3) / 3)
Example vertices: A(0, 0), B(6, 0), C(0, 3).
The centroid is the triangle's center of mass for uniform density and is the common intersection of its medians.
The centroid is the average of vertex coordinates and always lies inside the triangle; the circumcenter is the intersection of perpendicular bisectors and can lie outside for obtuse triangles.
No. For any non-degenerate triangle, the centroid always lies strictly inside the triangle.