Centroid Calculator
Calculate the geometric center of a triangle from three vertex coordinates.
About the Centroid Calculator
Centroid Examples
Average the three x coordinates and the three y coordinates separately.
| Triangle Vertices | Centroid | Explanation |
|---|---|---|
| (0, 0), (6, 0), (0, 3) | (2, 1) | The coordinate sums are 6 and 3, then each is divided by three. |
| (-2, 1), (4, 7), (7, -2) | (3, 2) | Negative and positive coordinates are averaged in the same way. |
| (1, 1), (4, 7), (7, 1) | (4, 3) | The centroid lies on the symmetry axis of this isosceles triangle. |
How to Calculate a Centroid
- Read the x and y coordinates of the triangle's first vertex.
- Enter the corresponding coordinates for the second and third vertices.
- Check that every coordinate uses the same scale and coordinate system.
- Select Calculate Centroid to average the coordinates.
Centroid FAQ
What is the centroid formula for a triangle?
Average the three x coordinates to find the new x value, then average the three y coordinates to find the new y value. The resulting ordered pair is the centroid.
Is the centroid always inside a triangle?
Yes, the centroid of every nondegenerate triangle lies inside it. This remains true for acute, right, and obtuse triangles.
Is a centroid the same as a center of mass?
They coincide for a flat triangle with uniform density and thickness. If density varies, the physical center of mass requires weighted calculations.
Does vertex order affect the answer?
No, addition is independent of vertex order. Any ordering of the same three points produces the same coordinate averages.
Can coordinates be negative or decimal values?
Yes, Cartesian coordinates may be negative, positive, zero, or decimal. The calculator applies the same averaging formula to all valid values.