I with this finding a centroid of a triangle

  • Thread starter Thread starter rock.freak667
  • Start date Start date
  • Tags Tags
    Centroid Triangle
rock.freak667
Homework Helper
Messages
6,221
Reaction score
31

Homework Statement



Well I just need to understand how to find the centroid of a triangle, I know it's 2/3 from the vertex, but I need to know how finding it is done.


Homework Equations



\overline{x}= \frac{\int x dA}{\int dA}

\overline{y}=\frac{\int y dA}{\int dA}


The Attempt at a Solution



Firstly I drew a triangle using the equation y=hx/b.



Then I considered a small rectangular element, whose height is and width is \delta x.

the area of this element is

The Area of this small element is \delta A=y \delta x

Now the sum of all the infinitesmal areas is given by

dA=\sum_{x=0}^{x=b} y \delta x

as \delta x \rightarrow 0

\int dA=\int_0 ^b y dx

Homework Statement



Well I just need to understand how to find the centroid of a triangle, I know it's 2/3 from the vertex, but I need to know how finding it is done.


Homework Equations



\overline{x}= \frac{\int x dA}{\int dA}

\overline{y}=\frac{\int y dA}{\int dA}


The Attempt at a Solution



Firstly I drew a triangle using the equation y=hx/b.



Then I considered a small rectangular element, whose height is and width is \delta x.

the area of this element is

The Area of this small element is \delta A=y \delta x

Now the sum of all the infinitesmal areas is given by

dA=\sum_{x=0} ^{x=b} y \delta x

as \delta x \rightarrow 0

\int dA=\int_0 ^b y dx

So the x-coordinate of the centroid is

\overline{x}=\frac{\int_0 ^b \frac{h}{b}x^2}{\int_0 ^b \frac{h}{b}x}
So the x-coordinate of the centroid is

\overline{x}=\frac{\int_0 ^b \frac{h}{b}x^2}{\int_0 ^b \frac{h}{b}x}

This is correct so far I assume, but what I do not understand is how to get the y-coordinate which should be the same answer.

EDIT: If my latex is wrong, I will type it over, so far the preview is only showing latex which I have typed for previous questions and not what I actually typed in the post, yet when I post the message it says my latex code is invalid.
 
Physics news on Phys.org
I think everyone's latex is failing tonight. Must have to do with the server migration. Let's just try this again later.
 
The centroid of a triangle is simply the average of its three points. I searched through the code for your LaTex but I could find nowhere that you actually state what triangle you are talking about!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top