CM of triangle with integration

AI Thread Summary
To calculate the center of mass of an isosceles triangle using integration, the density is constant. The formula for the center of mass involves double integrals of x and y coordinates divided by the total mass. The user initially struggled with defining the boundaries for integration, suggesting that x ranges from -c/2 to c/2. The boundary for y was clarified as simply being b, as the triangle can be viewed as composed of two right triangles. The user ultimately resolved their question regarding the integration limits.
drugcpp
Messages
2
Reaction score
0

Homework Statement



I need to calculate center of mass of this isosceles triangle using integration:
42pw9.png

the density is constant.

Homework Equations


Rcm = integral(xdm) / integral(dm)

The Attempt at a Solution


I know how to begin:
dm = density * dx * dy;
x = double-integral(x*dx*dy) / integral(dy*dx);
y = double-integral(y*dx*dy) / integral(dy*dx);

I have problem with defining the boundaries of integration.
let's say that c is the base and b is the height of this triangle.
I think that -c/2 to c/2 are the boundaries for x, but I have no idea what the boundaries for y are. I know how to solve similar problem with right triangle, a boundary for y there is defined by function b-(b/a)x. Any help?
 
Physics news on Phys.org
The triangle is made of two right triangles.

ehild
 
Really?! OMG!
I see that myself. What I asked is integration limit. I've solved it myself already, the limit is simply b.
 
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