Enter the coordinates of the three vertices of the triangle below to calculate its centroid.
Centroid X-coordinate:
0
Centroid Y-coordinate:
The centroid of a triangle is the point where its three medians intersect. A median of a triangle is a line segment joining a vertex to the midpoint of the opposite side. The centroid is also known as the geometric center or the center of mass of the triangle.
Given the coordinates of the three vertices of a triangle A(x₁, y₁), B(x₂, y₂), and C(x₃, y₃), the coordinates of the centroid (G) are calculated using the following formula:
G = ((x₁ + x₂ + x₃) / 3, (y₁ + y₂ + y₃) / 3)
Let's find the centroid of a triangle with vertices A(1, 2), B(7, 8), and C(4, 5).