
The triangle centroid formula calculates the coordinates of the centroid of a triangle. The centroid is the intersection point of the three medians and represents the geometric center of the triangle.
Use this formula when the coordinates of the three triangle vertices are known and the center point of the triangle must be determined.
For a triangle with vertices:
A(1,2)
B(5,2)
C(3,8)
The centroid coordinates are:
x = (1+5+3)/3 = 3
y = (2+2+8)/3 = 4
Therefore:
G = (3,4)
Used in geometry, physics, engineering, computer graphics, structural analysis, and finite element modeling.