What is a centroid?
The centroid of a triangle is the point where all three medians intersect. A median is a line segment connecting a vertex to the midpoint of the opposite side. The centroid is also known as the center of mass or center of gravity of the triangle.
Formula
For a triangle with vertices at points A(x₁, y₁), B(x₂, y₂), and C(x₃, y₃):
Centroid=(3x1+x2+x3,3y1+y2+y3)
Properties of the centroid
- The centroid always lies inside the triangle
- It divides each median in a 2:1 ratio from the vertex
- The centroid is the balance point of the triangle
- All three medians pass through the centroid
How to find the centroid
- Identify the coordinates of all three vertices
- Add the x-coordinates of all three vertices and divide by 3
- Add the y-coordinates of all three vertices and divide by 3
- The result is the centroid (x, y)
Example
For a triangle with vertices at A(0, 0), B(6, 0), and C(3, 6):
xGyG=30+6+3=39=3=30+0+6=36=2
The centroid is at (3, 2).
Applications
- Physics: Finding the center of mass of triangular objects
- Engineering: Structural analysis and load distribution
- Computer graphics: Mesh processing and 3D modeling
- Navigation: Geographic calculations and mapping