Find The Centre Of Mass Of A Triangular Lamina
Finding the centre of mass of a triangular lamina is a classic problem in physics and engineering that reveals how symmetry and geometry determine where mass effectively acts. For a thin, flat triangle with uniform density the answer is remarkably simple the centre of mass (also called the centroid) is located at the intersection of the three medians. That point has convenient coordinate formulas and neat geometric properties, making calculations fast and reliable for design, balance, and analysis tasks. Below we explain why the centroid sits where it does, show how to compute it with coordinates and by integration, give worked examples, and mention a few practical caveats when density is not uniform.
What is a triangular lamina and why the centroid matters
A triangular lamina is a two-dimensional plate shaped like a triangle, assumed to be very thin so mass is distributed across an area rather than a volume. If the lamina has uniform surface density, the mass is proportional to area. The centre of mass (centroid) is the single point at which the whole mass can be considered concentrated for calculations of torque, balance, and gravitational force. Knowing the centroid simplifies structural calculations and helps in locating supports and balancing rotating elements.
Geometric description medians and the centroid
One of the simplest geometric facts about triangles is that the three medians (segments connecting each vertex to the midpoint of the opposite side) intersect at a single point the centroid. The centroid divides each median in the ratio 21, counting from the vertex toward the midpoint of the side. In other words, the distance from a vertex to the centroid is two-thirds of the corresponding median, and the distance from the centroid to the midpoint of the opposite side is one-third of the median. This geometric result directly gives the centroid location for a uniformly dense lamina.
Coordinate formula for the centroid
A very convenient way to compute the centroid is to use Cartesian coordinates for the triangle’s three vertices. If the triangle has vertices at coordinatesA(x₁, y₁),B(x₂, y₂), andC(x₃, y₃), then the centroid coordinates(x̄, ȳ)are simply the averages of the vertex coordinates
-
x̄ = (x₁ + x₂ + x₃) / 3
-
ȳ = (y₁ + y₂ + y₃) / 3
This formula follows from either area-weighted averaging or direct integration over the triangular region. It is the fastest method for practical calculations and is exact for any triangle with uniform density.
Derivation by integration (area method)
To build intuition and show the formula is not a coincidence, we derive the centroid coordinates by integrating over the triangular area. Place the triangle in the xy-plane so its base lies on the x-axis between x=a and x=b and the upper boundary is given by the linear function y = f(x). The centroid coordinates for a planar lamina of uniform density are given by
-
x̄ = (1/A) ∫∫ x dA
-
ȳ = (1/A) ∫∫ y dA
whereAis the triangle area. For a triangle with base on the x-axis and top function y=f(x), the double integrals reduce to single integrals
A = ∫_a^b f(x) dx,
∫∫ x dA = ∫_a^b x f(x) dx,
∫∫ y dA = ∫_a^b (1/2) [f(x)]^2 dx.
Carrying out these integrals for a linear f(x) (the line joining the two vertices) yields simple algebra that reduces to the vertex average formulas x̄ = (x₁+x₂+x₃)/3 and ȳ = (y₁+y₂+y₃)/3. The algebraic cancellation is tidy linear dependence of f(x) guarantees that area moments equal sums of vertex contributions divided by three.
Simple example right triangle on axes
Consider a right triangle with vertices at (0,0), (b,0), and (0,h). Using the coordinate formula, the centroid is at
-
x̄ = (0 + b + 0) / 3 = b/3
-
ȳ = (0 + 0 + h) / 3 = h/3
This means the centroid is one-third of the way along each axis from the right angle toward the hypotenuse. Geometrically, it also sits two-thirds of the median length down from the opposite vertex.
Interpretation centroid location and median ratios
The centroid’s 21 median property provides quick practical checks if you know the midpoint of a side and the corresponding vertex, you can draw the median and mark a point two-thirds of the distance from the vertex that point must be the centroid. This is often the simplest way to locate the centre of mass on a physical triangular plate when measuring tools are available.
Non-uniform density and generalizations
The centroid formula above assumes uniform surface density. If density varies across the lamina (ρ = ρ(x,y)), the centre of mass must be computed using weighted area integrals
-
x̄ = (1/M) ∫∫ x ρ(x,y) dA,
-
ȳ = (1/M) ∫∫ y ρ(x,y) dA,
-
M = ∫∫ ρ(x,y) dAis the total mass.
For many engineering problems, density is constant so the simple average formula applies. For graded materials or temperature-dependent density, integration is necessary and often done numerically or using appropriate coordinate transforms.
Practical tips and common pitfalls
-
Always confirm that density is uniform before using the simple vertex-average formula.
-
When inputting vertex coordinates, keep consistent units (meters, centimeters, etc.).
-
If a triangle is described by base and height only, place one vertex at the origin and the base on an axis to use the b/3 and h/3 shortcuts.
-
For composite shapes made of triangles, compute each triangle’s centroid and mass, then use mass-weighted averages to find the whole object’s centre of mass.
Applications and why this matters
Knowing the centroid of triangular laminae is important in many fields structural engineering (locating load lines and supports), mechanical design (balancing parts), computer graphics (object transformations), and materials science (analyzing stress distributions). Triangles are fundamental because arbitrary polygons can be decomposed into triangles, and finite element methods use triangular elements to approximate complex domains. Thus, quick and accurate centroid calculations are building blocks for larger analyses.
The centre of mass of a uniform triangular lamina is both easy to state and elegant in derivation it is the intersection of the medians and has coordinates equal to the average of the vertices. Whether you use the geometric median property, the coordinate average formula(x̄, ȳ) = ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3), or derive the result through area integrals, the conclusion is robust and practical. For non-uniform densities, weighted integrals give the general answer, but the uniform case is a reliable, quick tool for many engineering and physics problems. Keep these formulas in your toolbox triangles appear everywhere, and their centroids make many calculations simpler and more intuitive.