Centroid Calculator

Calculate the centroid coordinates x̄ and ȳ for composite areas, holes, cutouts, and ordered polygon vertices.

Calculator is for informational purposes only. Terms and Conditions

\[ \bar{x}=\frac{\sum A_i x_i}{\sum A_i},\qquad \bar{y}=\frac{\sum A_i y_i}{\sum A_i} \]
1

Choose the centroid method

Use composite area mode for engineering sections or polygon mode for ordered coordinate vertices.

Composite mode uses area-weighted centroids. Polygon mode uses the shoelace centroid method.
All coordinates use this length unit. Composite areas use the matching square unit.
Composite mode: enter each part area and its centroid location from the same origin. Mark holes as cutouts.
2

Enter the known values

Keep every coordinate measured from the same reference origin.

Load example:

Composite area parts

Use positive solid areas and mark holes or cutouts with the type dropdown. The visual plots part centroid locations and the final centroid.

Part Type Area in² xᵢ in yᵢ in Remove
Advanced Options
3

Visual Check

The diagram plots the reference axes, entered geometry, and calculated centroid marker.

Centroid calculator visual diagram A live centroid diagram showing axes, entered geometry, and the calculated centroid point.
4

Solution

Live centroid result, quick checks, warnings, and calculation steps.

Centroid (x̄, ȳ)
Real-time result updates as you type.

Quick checks

  • Check
Show solution steps See the equation, substitutions, assumptions, and result path
  1. Enter values to see the full solution steps and checks.
5

Source, Standards, and Assumptions

Calculation basis, constants, assumptions, and limitations.

Standard engineering geometry method

Source/standard information updates based on the selected centroid method.

  • Assumptions will appear after a valid calculation.
On this page

Calculator Guide

How to Use the Centroid Calculator

The Centroid Calculator above finds the centroid coordinates \( \bar{x} \) and \( \bar{y} \) for composite areas, holes, cutouts, and ordered polygon vertices. Use it when you need the geometric center of a 2D shape, a section made from multiple parts, or an irregular polygon defined by coordinates.

The most important rule is that every \(x\) and \(y\) value must be measured from the same reference origin. If you are using a hole or cutout, enter the area as a positive number and mark it as a hole so it subtracts from the total area.

Best for Composite areas, cutouts, section centroids, and irregular polygons
Main result Centroid coordinates \( \bar{x} \) and \( \bar{y} \)
Most important input Correct area and centroid location for each part

Quick Answer

To calculate a centroid, split the shape into simple parts, find each part’s area and centroid location, multiply each area by its \(x_i\) and \(y_i\) distance, add the first moments, and divide by the total signed area. The calculator performs this same table method automatically.

When not to rely on a simplified centroid result

Do not treat the centroid result as a complete structural design check. For beams, plates, machine parts, or structural sections, the centroid is usually one step before checking moment of inertia, stress, deflection, stability, and applicable design requirements.

Inputs and Outputs Used by the Centroid Calculator

The calculator supports two common centroid workflows: composite area centroid and polygon centroid. Composite mode is best when you already know each part’s area and local centroid. Polygon mode is best when you have the ordered vertices of an irregular 2D shape.

Which method should you choose?

Use Composite areas / holes when you can break the shape into known areas such as rectangles, triangles, circles, or cutouts. Use Polygon vertices when the boundary is defined by ordered coordinate points. If you have a built-up engineering section, composite mode is usually clearer. If you have a CAD-like outline with vertices, polygon mode is usually faster.

Centroid calculator inputs and outputs
TypeValueWhat It MeansCommon Unit
InputArea \(A_i\)Area of each solid part or cutout in composite mode.\(in^2\), \(ft^2\), \(mm^2\), \(cm^2\), \(m^2\)
InputPart centroid \(x_i, y_i\)Location of each part’s centroid from one shared reference origin.in, ft, mm, cm, m
InputArea typeSolid areas are positive; holes and cutouts are subtracted.Solid or hole
InputPolygon verticesOrdered \(x,y\) coordinate pairs around the boundary of a polygon.in, ft, mm, cm, m
Output\( \bar{x}, \bar{y} \)The centroid coordinates of the full shape measured from the selected origin.Length unit
OutputTotal signed areaThe remaining area after solid parts and cutouts are combined.Square unit

Centroid Formula Used by the Calculator

For composite areas, the centroid is an area-weighted average of the part centroid locations. For polygon vertices, the centroid is calculated from the ordered coordinate pairs using the same signed-area idea behind the shoelace method.

Composite Area Centroid

\[ \bar{x}=\frac{\sum A_i x_i}{\sum A_i},\qquad \bar{y}=\frac{\sum A_i y_i}{\sum A_i} \]

Use negative signed areas for holes and cutouts. This is the standard composite-area approach: divide the shape into simpler pieces, locate each piece’s centroid from a common origin, and combine their first moments of area.

Polygon Centroid From Ordered Vertices

\[ A=\frac{1}{2}\sum_{i=1}^{n}(x_i y_{i+1}-x_{i+1}y_i) \]
\[ \bar{x}=\frac{1}{6A}\sum_{i=1}^{n}(x_i+x_{i+1})(x_i y_{i+1}-x_{i+1}y_i) \]
\[ \bar{y}=\frac{1}{6A}\sum_{i=1}^{n}(y_i+y_{i+1})(x_i y_{i+1}-x_{i+1}y_i) \]

The calculator closes the polygon by connecting the final vertex back to the first vertex. The vertices should be entered in perimeter order, either clockwise or counterclockwise.

Centroid of a Triangle

For a triangle defined by three coordinate points, the centroid is the average of the three vertex coordinates.

\[ \bar{x}=\frac{x_1+x_2+x_3}{3},\qquad \bar{y}=\frac{y_1+y_2+y_3}{3} \]

This is useful when you know triangle vertices directly. For a right triangle measured from the right-angle corner, the centroid is also located at \(b/3\) and \(h/3\).

Formula source note

The composite-area method follows the same principles described in the Engineering Statics explanation of centroids using composite parts, including the need for a common origin and the negative-area convention for holes.

What the Variables Mean

Centroid formulas are simple, but they are easy to misuse if the variables are measured from different origins. Every \(x_i\), \(y_i\), \( \bar{x} \), and \( \bar{y} \) value should refer to the same coordinate system.

Centroid formula variables
VariableMeaningImportant Check
\(A_i\)Area of the \(i\)-th part in a composite shape.Use positive area for solids and negative signed area for holes.
\(x_i\)x-coordinate of each part’s centroid.Measure from the same vertical reference axis.
\(y_i\)y-coordinate of each part’s centroid.Measure from the same horizontal reference axis.
\(\bar{x}\)x-coordinate of the full centroid.Result is a location, not an area or force.
\(\bar{y}\)y-coordinate of the full centroid.Result is measured from the selected origin.
\(x_i,y_i\)Polygon vertex coordinates in polygon mode.Enter vertices around the boundary in order.

How to Use the Centroid Calculator

Start by choosing whether your problem is a composite-area problem or a polygon-coordinate problem. Then enter geometry values using one consistent unit system and check whether the visual and final result make sense.

1

Choose the calculation method

Select Composite areas / holes if you have a table of parts. Select Polygon vertices if you have ordered \(x,y\) coordinate points.

2

Select the length unit

Choose inches, feet, millimeters, centimeters, or meters. Area units follow automatically as square units, such as \(in^2\) or \(mm^2\).

3

Enter areas or vertices

In composite mode, enter each part’s area and centroid location. In polygon mode, enter one ordered coordinate pair per line.

4

Review the centroid result

Check \( \bar{x} \), \( \bar{y} \), total area, first moments, warnings, and the visual marker before using the value in a larger section-property or design calculation.

Hole sign check

If a rectangle has \(60\,in^2\) of area and a circular hole removes \(12.566\,in^2\), the signed total area is \(60-12.566=47.434\,in^2\), not \(72.566\,in^2\). The hole removes area, so it must subtract from the total.

How to Interpret the Centroid Result

The centroid result is a location. It tells you where the geometric center of the entered area lies relative to the origin, not whether the shape is strong, stable, balanced under load, or structurally adequate.

What to do with the result

Use \( \bar{x} \) and \( \bar{y} \) as the reference point for section properties, neutral-axis checks, and area moment of inertia calculations.

What changes the result most?

Large areas far from the origin have the biggest effect because they contribute large \(A_i x_i\) and \(A_i y_i\) values.

Sanity check

For a symmetric shape with no off-center holes, the centroid should lie on the symmetry axis. If it does not, recheck the origin, signs, and units.

Can the centroid be outside the shape?

Yes. A centroid can be outside the physical material for some concave shapes, open shapes, or shapes with large cutouts. That is not always an error, but it should trigger a careful geometry check.

Input Checklist Before You Trust the Answer

Most centroid errors come from inconsistent origins, incorrect signs for holes, and unordered polygon vertices. Use this checklist before trusting the result.

Common origin

Confirm every \(x_i\) and \(y_i\) value is measured from the same bottom-left, centerline, or custom origin.

Correct hole setting

Mark holes and cutouts as holes, even if the area value you enter is positive.

Consistent units

Do not enter area in square feet while coordinates are in inches unless the calculator explicitly converts the full set.

Polygon order

Enter polygon vertices around the outside boundary, not randomly or by x-coordinate sorting.

Worked Example: Rectangle With a Circular Hole

This example matches a common centroid problem: a rectangular plate has a circular hole removed from one side. The hole is treated as a negative area, so the centroid shifts away from the removed material.

Given values

Rectangle
Width \(10\,in\), height \(6\,in\), area \(A_1=60\,in^2\)
Rectangle centroid
\(x_1=5\,in\), \(y_1=3\,in\)
Circular hole
Radius \(r=2\,in\), area \(A_2=-\pi r^2=-12.566\,in^2\)
Hole centroid
\(x_2=7\,in\), \(y_2=3\,in\)

Formula

\[ \bar{x}=\frac{\sum A_i x_i}{\sum A_i},\qquad \bar{y}=\frac{\sum A_i y_i}{\sum A_i} \]

Substitution

\[ \sum A_i=60-12.566=47.434\,in^2 \]
\[ \sum A_i x_i=60(5)-12.566(7)=212.038\,in^3 \]
\[ \sum A_i y_i=60(3)-12.566(3)=142.302\,in^3 \]
\[ \bar{x}=\frac{212.038}{47.434}=4.47\,in,\qquad \bar{y}=\frac{142.302}{47.434}=3.00\,in \]

Final answer

The centroid is approximately \( (\bar{x},\bar{y})=(4.47\,in,\ 3.00\,in) \). This is reasonable because the hole removes area from the right side, so the centroid shifts left from the rectangle center at \(x=5\,in\).

How to Visualize the Centroid Calculation

A centroid calculation is a weighted-average problem. In composite mode, each part centroid acts like a point weighted by its signed area. In polygon mode, the ordered vertices define a boundary whose signed area and centroid are calculated together.

For composite centroid problems, the visual is easiest to understand if you imagine every part centroid pulling the final centroid in proportion to its area. Larger areas farther from the origin create larger first moments of area.

Reference Checks for Common Centroid Locations

Centroid problems do not have universal “good” or “bad” values because the answer depends entirely on geometry and origin location. Instead, compare the result with known centroid locations for simple shapes.

Common shape centroid checks
ShapeAreaCentroid Check
Rectangle\(A=bh\)At the center: \(x=b/2,\ y=h/2\) from one corner.
Right triangle\(A=bh/2\)At \(b/3,\ h/3\) from the right-angle corner.
Circle\(A=\pi r^2\)At the circle center.
Semicircle\(A=\pi r^2/2\)\(4r/(3\pi)\) from the flat side along the symmetry axis.
Quarter circle\(A=\pi r^2/4\)\(4r/(3\pi)\) from each straight edge.

Design Notes and Practical Ranges

A centroid coordinate is not a design capacity, so it does not have a safe range by itself. Its usefulness comes from what you do next: section properties, load paths, balance checks, and stress or deflection calculations.

Use as a geometric reference

The centroid is often the starting point for neutral-axis location, section property calculations, and the parallel axis theorem.

Do not use as a strength check

A centroid does not tell you whether a beam, plate, weldment, or structural member is strong enough.

For structural workflows, the next step is often an area moment of inertia calculation, followed by deflection, stress, or section modulus checks.

Centroid Units and Unit Conversions

Centroid coordinates use length units, while composite areas use square units and first moments of area use cubic units. The final \( \bar{x} \) and \( \bar{y} \) result always comes back as a length.

Hidden unit trap

If area is entered directly in composite mode, make sure the area unit matches the selected length unit squared. For example, if the selected length unit is inches, area inputs should be in square inches. Do not enter \(ft^2\) area values with inch-based \(x_i\) and \(y_i\) coordinates unless everything is converted consistently.

Dimensional Check

\[ \bar{x}=\frac{\sum A_i x_i}{\sum A_i} = \frac{\text{length}^2\cdot \text{length}}{\text{length}^2} = \text{length} \]

This confirms that the centroid coordinate should be reported in inches, feet, millimeters, centimeters, or meters, not square units.

Centroid vs Center of Mass vs Center of Gravity

Centroid, center of mass, and center of gravity are related, but they are not always the same. For a flat plate with uniform density and thickness in a uniform gravitational field, they may coincide. For nonuniform materials, they can differ.

Centroid

The geometric center of an area, line, volume, or shape. It depends on geometry.

Center of Mass

The average location of mass. It depends on geometry and material density distribution.

Center of Gravity

The point where the resultant gravitational force acts. It usually matches center of mass in a uniform gravity field.

Common Mistakes When Calculating Centroid

Centroid formulas are forgiving only when the input table is built correctly. Small sign, origin, or unit mistakes can move the final centroid to the wrong location.

Do

  • Use one reference origin for all \(x_i\) and \(y_i\) values.
  • Use negative signed area for holes and cutouts.
  • Check symmetry before trusting the final result.
  • Enter polygon points in boundary order.

Don’t

  • Do not mix local and global centroid coordinates.
  • Do not subtract the hole location but forget to subtract the hole area.
  • Do not sort polygon vertices by x-value or y-value.
  • Do not assume the centroid must always lie inside the material.

Troubleshooting Unrealistic Centroid Results

If the centroid result looks wrong, check signs, units, coordinate origin, and polygon order before changing the formula. Most suspicious centroid results come from input setup rather than the centroid equation itself.

Centroid is far outside the shape

Check for a negative or near-zero total signed area, oversized holes, or part centroid values measured from different origins.

Centroid ignores symmetry

If a symmetric shape gives an off-axis centroid, one or more part centroids, hole signs, or dimensions are likely entered incorrectly.

Polygon result looks impossible

Reorder the vertices around the perimeter and remove duplicate or crossing points.

Total area is zero or negative

Cutouts may exceed solid areas, or a solid part may have been marked as a hole.

Assumptions and Limitations

The centroid calculator is an educational and preliminary engineering tool. It calculates geometric centroid location from the values entered; it does not verify strength, stability, stress, deflection, constructability, or code compliance.

Uniform area basis

Composite area centroid assumes area weighting. It does not account for nonuniform density unless the problem is converted into a weighted center-of-mass calculation.

Ideal geometry

Results assume the entered geometry represents the actual shape. Fillets, chamfers, manufacturing tolerances, and field cuts can shift the centroid.

Polygon validity

Polygon mode assumes a simple closed polygon with ordered vertices. Self-intersections can produce misleading signed-area results.

Next-step design checks

For structural or mechanical use, continue with section properties, loads, stresses, deflections, and applicable professional review.

Related Calculators and Engineering Tools

Use these related Turn2Engineering tools when centroid location connects to area, inertia, beam behavior, or broader engineering calculations.

Key Centroid Terms

These terms help connect the calculator inputs, formula, and result.

Centroid

The geometric center of an area, shape, line, or volume.

First moment of area

The product \(A_i x_i\) or \(A_i y_i\), used to calculate the weighted centroid average.

Signed area

An area that is positive for solid material and negative for a hole or cutout.

Reference origin

The point from which all \(x\) and \(y\) distances are measured.

Polygon vertex

An \(x,y\) coordinate point that defines a corner of a polygon boundary.

Neutral axis

An axis through a section where bending strain is zero in simple bending theory, often related to centroid location for homogeneous sections.

FAQ

What does a centroid calculator find?

A centroid calculator finds the geometric center coordinates of a shape, composite area, or ordered polygon. For 2D area problems, the result is usually reported as \( \bar{x} \) and \( \bar{y} \) measured from the selected origin.

Are holes negative areas in centroid calculations?

Yes. In composite centroid calculations, holes and cutouts are treated as negative areas because they remove material from the original shape.

What is the centroid formula for a composite area?

The composite area centroid formulas are \( \bar{x}=\frac{\sum A_i x_i}{\sum A_i} \) and \( \bar{y}=\frac{\sum A_i y_i}{\sum A_i} \).

Can a centroid be outside the shape?

Yes. A centroid can be outside the physical material for concave shapes, open shapes, or shapes with large cutouts. This is not automatically wrong, but it should be checked carefully.

Is centroid the same as center of mass?

They are the same only when the object has uniform density and thickness. If density varies, the center of mass can shift away from the geometric centroid.

Why does polygon vertex order matter?

The polygon centroid formula uses each vertex and the next vertex around the boundary. Random, duplicated, or self-crossing point order can create incorrect signed areas and misleading centroid coordinates.

Scroll to Top