• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PHYSICS QUESTION! How do I find center of mass?

GRagland

Senior member
I know how to find the center of mass of obects on a 1 demensional plane [CenterOfMass=(M1X1+M2X2)/(M1+M2)].
But how do i do it for objects spread out on a 2d plane?
 
What level math are you in?

Some of the methods involve integrating over the entire surface of the object, I believe.
 
you should be able to limit it to one dimention at a time eg first for all the x components, then for all the y components
 
Are you talking about a continuous distribution of mass or point masses? If you're talking about point masses, just find the distance from each axis and use the center of mass formula as usual.

Edit: Typed before engaging brain
 
Guys this is much simpler then you think.... i know you guys can help me.


[3] [2] [2]
[1] [1]
[1]


Above is a diagram of some boxes, the number is the mass of each box. There is no space between the boxes. What is the x/y coordinates of the CM if the bottom right corner is the origin and each box is one unit.
 
Originally posted by: GRagland
Guys this is much simpler then you think.... i know you guys can help me.


[3] [2] [2]
[1] [1]
[1]


Above is a diagram of some boxes, the number is the mass of each box. There is no space between the boxes. What is the x/y coordinates of the CM if the bottom right corner is the origin and each box is one unit.

If bottom right is origin, center of mass is at x=-1.8, , y=+2.1
 
Dammit 2x post, I guess I'll use the derivation here.

X coordinate calculation

X = 1/10*(2*-0.5+3*-1.5+5*-2.5)
Y = 1/10*(1*0.5+2*1.5+7*2.5)
 
Back
Top