Share this
See also
How to find centroid
Moments of Inertia Table
Finding the moment of inertia of composite shapes

Centroids - Reference Table

- By Dr. Minas E. Lemonis, PhD - Updated: June 23, 2020

This page references the formulas for finding the centroid of several common 2D shapes. In the figures, the centroid is marked as point C. Its position can be determined through the two coordinates xc and yc , in respect to the displayed, in every case, Cartesian system of axes x,y. General formulas for the centroid of any area are provided in the section that follows the table.

Table of contents

Reference Table

Centroids

ShapeFormulae
Rectangle

x_c=\frac{b}{2}

y_c=\frac{h}{2}

Right Triangle

x_c=\frac{b}{3}

y_c=\frac{h}{3}

Any Triangle

x_c=\frac{b+b_1}{3}

y_c={h\over 3}

where:

  • b_1={h\over\tan{a}}, \quad a\neq 90^\circ (negative if angle a is obtuse)
  • b_1=0 for right triangle ( a= 90^\circ )
Trapezoid

x_c = \frac{b^2 +a^2 + a b + 2 a b_1 + b b_1}{3(a + b)}

y_c=\frac{h}{3}\frac{2a+b}{a+b}

where:

  • b_1={h\over\tan{a}}, \quad a\neq 90^\circ (negative if angle a is obtuse)
  • b_1=0 for right trapezoid ( a= 90^\circ )
Semicircle

x_c=0

y_c=\frac{4R}{3\pi}\approx0.424R

Quarter-circle
x_c=y_c=\frac{4R}{3\pi}\approx0.424R
Quarter-circular spandrel
x_c=y_c=\frac{10-3\pi}{12-3\pi}R\approx0.223R
Circular sector

x_c=0

y_c = \frac{4R}{3\varphi} \sin{\left(\frac{\varphi}{2}\right)}

Circular segment

x_c=0

y_c = \frac{4 R \sin^3{\left( \frac{\varphi}{2}\right)} }{3 \left(\varphi-\sin{\varphi}\right)}
d_c = y_c-R \cos{\left(\frac{\varphi}{2}\right)}

Semi elliptical area

x_c=0

y_c=\frac{4 b}{3 \pi}\approx 0.424 b

Quarter elliptical area

x_c=\frac{4 a}{3 \pi}\approx 0.424a

y_c=\frac{4 b}{3 \pi} \approx 0.424b

Parabola

x_c=0

y_c=\frac{3}{5}h

Semi-parabola

x_c=\frac{3}{8}\sqrt{\frac{h}{a}}

y_c=\frac{3}{5}h

Angle

x_c = \frac{b^2+h t - t^2}{2(b+h-t)}

y_c = \frac{h^2+b t - t^2}{2(b+h-t)}

Channel

x_c=\frac{2t_f b^2+(h-2t_f) t_w^2}{4bt_f+2h t_w-4t_f t_w}

y_c=\frac{h}{2}

Tee

x_c=\frac{b}{2}

y_c=\frac{t_w h^2 + (b - t_w )t_f^2}{2(b t_f +t_w h-t_wt_f)}

Jump to

Background

The centroid of an object represents the average location of all particles of the object. It can be defined for objects of any dimension, such as lines, areas, volumes or even higher dimension objects. It is a purely geometrical property, in contrast to the center of mass (also called center of gravity), which takes into account the mass distribution in the object. For objects with uniform mass distribution, the centroid is also the center of mass.

General formula for the centroid of an area

In the remaining we focus on the centroid of planar 2D areas. Being the average location of all points, the exact coordinates of the centroid can be found by integration of the respective coordinates, over the entire area. Specifically, the following formulas, provide the centroid coordinates xc and yc for an area A:

x_c=\frac{1}{A}\int_A x dA

y_c=\frac{1}{A}\int_A y dA

The integral term in the last two equations is also known as the static moment of area or first moment of area, S. Therefore these equations can be rewritten in this form:

x_c=\frac{S_y}{A}

y_c=\frac{S_x}{A}

where S_y=\int_A x dA and S_x=\int_A y dA .

icon

Note, that the static moment of area is defined around an axis and conventionally the name of that axis becomes the index (e.g.: Sx is the 1st moment of area around axis x). It is not peculiar that the static moment, Sx is used for the centroid coordinate yc , since variable y is actually the measure of the distance from the x axis, thus the use of Sx.

Composite Areas

If an area is composed by a finite number n of simple subareas, with given centroid coordinates for each one of them, the first moments of area of the total area, can be found by summation of the respective static moments of the simple subareas. These are the equations:

S_x = \sum_{i}^{n} A_i y_{c,i}

S_y = \sum_{i}^{n} A_i x_{c,i}

where A_i is the surface area of subarea i, and x_{c,i}, y_{c,i} the centroid coordinates of subarea i.

Further reading

Liked this page? Share it with friends!