How Do You Calculate the Center of Mass for an Isosceles Triangle?

AI Thread Summary
To calculate the center of mass for an isosceles triangle with equal sides of length a and base b, one can simplify the problem by positioning the triangle with its base along the y-axis and its perpendicular bisector on the x-axis. The center of mass lies along this bisector, allowing for a single integral approach to find the mass distribution. The centroid can be determined using the average of the coordinates of the triangle's vertices. Setting up a coordinate system with one vertex at the origin and the others appropriately placed facilitates the calculation. Ultimately, the center of mass can be derived geometrically rather than through complex calculus.
jncarter
Messages
47
Reaction score
0

Homework Statement


Find the center of mass of a triangle with two equal sides of length a. The triangle's third side is length b and it has a uniform mass of M.


Homework Equations


R = \frac{1}{M} \int dm \vec{r}
dm = \frac{M}{A}
A = \frac{1}{2}base*height


The Attempt at a Solution


Right now I have my triangle set up with one of the "a" length sides on the x-axis. I'm having trouble defining the y limit in the integral:
X = \frac{1}{M} \rho \int_{0}^{a} x dx \int dy​
I know that it has to have length "b" for the triangle I have drawn. I also found that it was equal to tan\theta_{1}, but I need it in terms of x to complete the integral. It's that or change variables. I've also been throwing around the idea of doing this in polar coordinates.
 
Physics news on Phys.org
I don't see why you are going through all this trouble when you can transform this into a one-dimensional problem.

The triangle's center of mass is obviously down the perpendicular bisector of side b. Therefore, you can just calculate the problem as though all the mass is concentrated on that bisector.

To do that, put the triangle such that b is on the y-axis and its perpendicular bisector is on the x axis. You'll end up with two lines beginning at y=b/2 and converging at x=a. These lines can be found in slope-intercept form as y=∓b/(2a)x±b/2. Considering that this simplification requires dictates that the mass is completely concentrated along the x axis, you can just do a single integral in which y=-(b/a)x+b from x=0 to a. (This gives you the mass, if you really wanted to do it by calculus.)

Go back and find the point x=c at which x ∫0c y dx = ∫ca y dx = 1/2 ∫0a y dx.
 
Frankly, this isn't a "physics" problem at all! The "center of mass" of an object with uniform density is really a geometric object, the "centroid". And it is not too difficult to show that the centroid of a triangle is the point whose coordinates are the average of the coordinates of the three vertices:
If a triangle has vertices at (a, b, c), (d, e, f), and (g, h, i) then its centroid is at ((a+ d+ g)/3, (b+ e+ h)/3, (c+ f+ i)/3).

I would set up a coordinate system so that one end of the "dd side", of length b, is at the origin, and the other end at (b, 0). The third vertex will be at (a/2, y) where y is chosen so that the two sides have length a.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top