Skip to main content

Questions tagged [centroid]

"The centroid or geometric center of a plane or solid figure is the arithmetic mean ("average") position of all the points in the shape. " This tag is for questions about the centroid of a geometrical shape, its properties and computation.

Filter by
Sorted by
Tagged with
2 votes
4 answers
182 views

In the attached figures, $G$ is the centroid of $\triangle ABC$. When this triangle is equilateral ( fig 1) , it is obvious that each of the two angles shown in this figure measures $30^\circ$. Using ...
Jamil Sanjakdar's user avatar
2 votes
0 answers
135 views

We know that if H is the orthocenter of triangle ABC , then the circumcircles of triangles HAB , HAC and HBC all have the same radius R : the radius of the circumcircle of ABC . So , I asked myself ...
Jamil Sanjakdar's user avatar
2 votes
0 answers
87 views

The problem is related to the post Prove: A triangle inscribed in a rectangular hyperbola has its orthocenter on that hyperbola, the post Prove that a conic section through the vertices of a triangle ...
hbghlyj's user avatar
  • 6,019
-2 votes
1 answer
130 views

Find the position of the centroid of the arc of the semi cardioid ( $r = a(1 + \cos \theta) )$ Options are (A) $( \left(\frac{a}{5}, \frac{a}{5}\right) )$ ) (B) $( \left(\frac{2a}{5}, \frac{2a}{5}\...
Ciup Titu's user avatar
  • 338
0 votes
1 answer
171 views

I was learning about triangles, and I came to know that orthocenter is represented by $H$, centroid is represented by $G$, and circumcenter is represented by $O$. I don't understand why these are ...
Manvendra Singh Gehlot's user avatar
2 votes
2 answers
124 views

Here the construction of the diagram. Draw a circle $C_1$ as incircle of triangle $ABC$. $I$ is the incenter and H is orthocenter of triangle $ABC$. Draw circle $C_2$ as circumcircle of triangle $BIC$...
Saiful Ahmadi's user avatar
1 vote
1 answer
110 views

Consider the constant-norm vectors corresponding to the vertices of a regular polygon. The centroid of a set of these vectors, including duplicates (for certain $n$-gons belonging to the larger ...
MichaelT's user avatar
  • 121
1 vote
1 answer
59 views

Consider a triangle with vertices $\{V_i=[\xi_i\,\,\eta_i]'\}_{i=1}^3$. As is well known, the barycenter (or centroid) $g$ of a triangle coincides with the mean of its vertices, so that \begin{...
matteogost's user avatar
0 votes
2 answers
105 views

The problem Consider a triangle ABC. Find, with proof, the position vector of its centroid G, with respect to the position vectors of A, B and C. Suppose the side lengths of the triangle are a =BC, b=...
Buda Gabriel-Christian's user avatar
6 votes
3 answers
293 views

the question Consider the tetrahedron $ABCD$ and $M$ a point inside the triangle $BCD$. Parallels taken from $M$ to the edges $AB$, $AC$, $AD$ intersect the faces $(ACD)$, $(ABD)$, respectively, $(ABC)...
IONELA BUCIU's user avatar
  • 1,199
2 votes
0 answers
50 views

I've stumbled on this nice formula to compute the barycenter $\bar{c}$ of an arbitrary (but not self-intersecting) polygon \begin{equation} \bar{c} \triangleq \sum_{i=1}^n \frac{A_i}{A} \bar{c}_i \...
matteogost's user avatar
1 vote
1 answer
151 views

Let $ABC$ be a triangle with centroid $G$. A perpendicular line from $G$ to the line $BG$ intersects the parallel through $A$ to the line $BC$ in $D$. Prove that $AC\cdot BD\geq 2\cdot area[AGBD]$. So ...
JohnnyC's user avatar
  • 1,302
1 vote
1 answer
211 views

Find the centroid $C=(\bar{x},\bar{y})$ of the parabolic arc $y=16-x^2$ over $[-4,4]$. From symmetry, $$\bar{x}=0$$ To find $\bar{y}$, substitute $\tilde{y}=y$, $dL=\sqrt{1+4x^2} dx$ in $$\frac{\...
Starlight's user avatar
  • 2,674
1 vote
1 answer
564 views

Problem Find the locus of the centroid of an equilateral triangle inscribed in the ellipse $x^2 / a^2 + y^2 / b^2 = 1$ My attempt I assumed 3 parametric points on ellipse P, Q and R. And assumed the ...
Manthan's user avatar
  • 13
0 votes
2 answers
190 views

I am given the function $f(x)=x$ and I am trying to find the $x$ centroid between $0$ and $1$. I know the that $\bar x $ can be found by the formula $$\frac{\int_0^1xdA}{\int_0^1dA}$$ which then ...
Timmy Diehl's user avatar
2 votes
2 answers
138 views

Triangle $ABC$ is isosceles with $AB = AC$. $P$ is a variable point on $AB$, and $Q$ is a variable point on $AC$, so that $BP = AQ$. Let $O$ be the midpoint of $PQ$. Prove that $d(O, BC)$ is constant, ...
smthBag's user avatar
  • 31
3 votes
2 answers
85 views

let the centroid be the point $(x_c,y_c)$ where $$x_c = \frac{\int x ds}{\int ds}$$ $$y_c = \frac{\int y ds}{\int ds}$$ Find the centroid of the semicircle $x^2 + y^2 = a^2$, where $y >= 0 $ I ...
SirMrpirateroberts's user avatar
0 votes
1 answer
360 views

The cartesian coordinates of the centroid of a set of points in the plane is the mean of their cartesian coordinates. Is there a geometric way of finding the centroid of an arbitrarily large set of ...
feetwet's user avatar
  • 201
6 votes
1 answer
604 views

Recently I have been learning about Geospatial Analysis in which we are often interested in using computer software to analyze the mathematical properties and characteristics of polygons (e.g. ...
stats_noob's user avatar
  • 4,183
4 votes
1 answer
331 views

The pedal triangle of a point inside a triangle is the triangle formed by connecting the three feet of the perpendiculars drawn from that point to each side of the triangle. What is the relation ...
Alex Wang's user avatar
0 votes
0 answers
97 views

I was experimenting with GeoGebra and I found something that I don't quite understand. I wanted to see what would happen to the centroid of a triangle if one of its sides rotated inside a circle ($\...
Kourosh Fatehi's user avatar
4 votes
1 answer
481 views

I want to find the centroid of an n-dimensional hemisphere with a radius $a$. The hemisphere has uniformly distributed mass and I denote it as $B_+^n(a)=\{(x_1,\cdots,x_n):x_1^2+\cdots+x_n^2\le a^2 \ ...
M_k's user avatar
  • 2,015
2 votes
0 answers
109 views

Question If there is a triangle $ABC$ where its circumcentre, incentre and centroid are named $O, I, G$ respectively, $AB=c$, $BC=a$, $CA=b$, and the radii of the circumcircle and incircle of the ...
Cheese Cake's user avatar
  • 1,325
0 votes
0 answers
74 views

Good morning, I want to prove that all points (A, B, C, D), as shown in the figure Image, compute the same center of gravity of the square. Is there a way to prove that by using the local coordinates ...
IsLearning's user avatar
1 vote
1 answer
55 views

I've been brushing up on my understanding of centroids in 2-dimensions, and I chose to try to find $M_x$ of the region bounded by $$f(x) = \sin(x-\frac{\pi}{2})+3$$ and the x-axis, $g(x)=0$, from $x=\...
Zach Adams's user avatar

1
2 3 4 5
7