PDA

View Full Version : center of mass of pyramid


TraceBusta
Oct13-04, 04:50 PM
I know how to find the center of mass of a 2 dimensional object like a piece of plywood or something like that, but when it comes to 3-D objects i'm clueless.
All I know is Mx=x1m1+x2m2+...xnmn

here is my problem, i don't know if i should split the pyramid into 4ths or not.

The Great Pyramid of Cheops at El Gizeh, Egypt, had a height H = 144.9 m before its topmost stone fell. Its base is a square with edge length L = 233 m. Its volume V is equal L2H/3. Assuming that it has uniform density p(rho) = 1.8 x 103 kg/m3.

(a) What is the original height of its center of mass above the base?
(b) What is the work required to lift all the blocks into place from the base level?

Chronos
Oct13-04, 05:49 PM
Find the center of mass for one face [treating it as a two dimensional triangle]. Project a line through and perpendicular to the center of the face. Find and project a line perpendicular to the center of mass of the base [a square]. Align the base of the triangle with the pyramid base and rotate it to the correct angle. The center of mass is where the two projected lines intersect [don't forget to plot the coordinates in three dimensions - x,y,z].

Tide
Oct13-04, 05:52 PM
If B is the area of the base of the pyramid then the area of a cross section y units above the base is

A(y) = B \left( \frac {h-y}{h} \right)^2

where h is the height of the pyramid. You can use this to find both the volume of the pyramid and the center of mass:

V = \int_0^h A(y) dy = \frac {1}{3} B h

and

\bar y = \frac {\int_0^h y A(y) dy}{V}

but I'll leave the second integral for you to do. :smile:

austin zitro
Oct17-04, 05:35 PM
As to part B of this problem. Would the work be the integral of mgh? where after you integrate it would be mg*h^2/2 ?

Tide
Oct17-04, 06:23 PM
The work would be the integral of \rho g y A(y) which should look familiar to you.

Theelectricchild
Oct17-04, 06:39 PM
Recall for the laminar ones you were describing:

\overline{x} = \frac{1}{A}\int{x}{f(x)}dx

\overline{y} = \frac{1}{2A}\int{[f(x)]^{2}dx

TraceBusta
Oct17-04, 10:38 PM
What if you want to find the center of mass of a triangle?

By symmetry, locate the y-coordinate of the center of mass of an equilateral triangle of side length l=95cm located with one vertex on the y axis and the others at (-l/2,0) and (l/2,0).

does this also involve integrating?

harsh
Feb8-05, 11:46 AM
I have a question about this. Wonder if I can bring this thread back.

- harsh

harsh
Feb8-05, 11:48 AM
Ok, phew. So, here is my problem when I try to figure out the center of mass of a pyramid. My answer is outside the damn pyramid, which doesnt really make sense at all.

The pyramid has uniform mass density, so rho = M(tot)/ Volume

Volume = 1/3 b h

Now, when I try to integrate, I get my coordinates to be outside the damn pyramid. Any ideas? Where am I going wrong?

- harsh

arildno
Feb8-05, 11:51 AM
Well, how did you do this integral then?

harsh
Feb8-05, 12:00 PM
Well, okay, so here goes:

Say the base is a square with length s. And I put the pyramid at the origin. My limits, whether they go from 0 to S or -s/2 to s/2, should give me the same result. Anyways

Triple integral, with limits 0->h, 0->s, 0->s, with respect to dx, dy, dz respectively. Then, since rho is constant, (I can take out 3Mtot/s^2*h) out of the triple integral.
Since its also independent of z and y, (for the x coordinate of the center of mass), you can solve those integrals readily. So far, after cancellations and doing the integral, I get 3s/2. Is that correct?

- harsh

dextercioby
Feb8-05, 12:03 PM
What triple integral are you talking about...?Tide has come up with a simple integral.Why didn't u take his advice...?

Daniel.

harsh
Feb8-05, 12:06 PM
What triple integral are you talking about...?Tide has come up with a simple integral.Why didn't u take his advice...?

Daniel.

I am using the generic formula for the center of mass:

x(cm) = Triple integral, with the limits, of ((rho)(x)(dV)) / mass

Same thing with y and z, except inside, you replace with y and z respectively. I actually looked at that, but didnt understand the A(y) part of it.

- harsh

dextercioby
Feb8-05, 12:09 PM
Well,Tide explains what it means.It's the area of the cross-section through the pyramid made at the height "y".
Just make a drawing and convince yourself it is true.

Daniel.

harsh
Feb8-05, 12:21 PM
Well,Tide explains what it means.It's the area of the cross-section through the pyramid made at the height "y".
Just make a drawing and convince yourself it is true.

Daniel.

Well, I will try to figure it out myself. Thanks for your help

- harsh

arildno
Feb8-05, 12:26 PM
Well, okay, so here goes:

Say the base is a square with length s. And I put the pyramid at the origin. My limits, whether they go from 0 to S or -s/2 to s/2, should give me the same result. Anyways

Triple integral, with limits 0->h, 0->s, 0->s, with respect to dx, dy, dz respectively. Then, since rho is constant, (I can take out 3Mtot/s^2*h) out of the triple integral.
Since its also independent of z and y, (for the x coordinate of the center of mass), you can solve those integrals readily. So far, after cancellations and doing the integral, I get 3s/2. Is that correct?

- harsh
First off: Your limits are totally wrong!
You are describing a box, not a pyramid.
Secondly, for your box:
\hat{x}=\frac{\int_{0}^{h}\int_{0}^{s}\int_{0}^{s} \rho{x}dxdydz}{\rho{h}s^{2}}=\frac{\rho{h}\frac{s^ {3}}{2}}{\rho{h}s^{2}}=\frac{s}{2}

harsh
Feb8-05, 01:05 PM
First off: Your limits are totally wrong!
You are describing a box, not a pyramid.
Secondly, for your box:
\hat{x}=\frac{\int_{0}^{h}\int_{0}^{s}\int_{0}^{s} \rho{x}dxdydz}{\rho{h}s^{2}}=\frac{\rho{h}\frac{s^ {3}}{2}}{\rho{h}s^{2}}=\frac{s}{2}

I have a question. In the denominator, shouldnt it be (rho)*1/3*s^2*h ? Since its rho * volume?

I see what you are saying about my limits, I guess they do describe a box. I think I need to change my x and y limits, maybe some sort of a plane?

- harsh

arildno
Feb8-05, 01:05 PM
Since the geometry is really simple, you can change your variables as follows:
Regard the pyramid as the set of all straight lines connecting a point in the (x,y)-plane with the vertex (s/2,s/2,h).
That is, by letting u,v be coordinates of a point in the (x,y)-plane (ranging from 0 to s), while w measures where on a particlar line segment you are (ranging from 0 to 1), you have:
(x,y,z)=((u,v,0)-(\frac{s}{2},\frac{s}{2},h))w+(\frac{s}{2},\frac{s }{2},h),0\leq{u,v}\leq{s},0\leq{w}\leq{1}
or:
x=(u-\frac{s}{2})w+\frac{s}{2}
y=(v-\frac{s}{2})w+\frac{s}{2}
z=h(1-w)
Hence, the Jacobian is:
\frac{\partial(x,y,z)}{\partial(u,v,w)}=w^{2}h

arildno
Feb8-05, 01:08 PM
I have a question. In the denominator, shouldnt it be (rho)*1/3*s^2*h ? Since its rho * volume?


I used the volume of a BOX, since a box it was..

harsh
Feb8-05, 01:20 PM
Since the geometry is really simple, you can change your variables as follows:
Regard the pyramid as the set of all straight lines connecting a point in the (x,y)-plane with the vertex (s/2,s/2,h).
That is, by letting u,v be coordinates of a point in the (x,y)-plane (ranging from 0 to s), while w measures where on a particlar line segment you are (ranging from 0 to 1), you have:
(x,y,z)=((u,v,0)-(\frac{s}{2},\frac{s}{2},h))w+(\frac{s}{2},\frac{s }{2},h),0\leq{u,v}\leq{s},0\leq{w}\leq{1}
or:
x=(u-\frac{s}{2})w+\frac{s}{2}
y=(v-\frac{s}{2})w+\frac{s}{2}
z=h(1-w)
Hence, the Jacobian is:
\frac{\partial(x,y,z)}{\partial(u,v,w)}=w^{2}h

I sort of see what you did. You are basically coming up with an equation of line that has intercepts at the summit of the pyramid and the base (being the x-y plane) ? Is that the correct way to think about this?

Damn, I should have thought of coordinate change. Thanks for all your help. Please let me know if the way I am thinking of your coordinate change is okay or not.
- harsh

arildno
Feb8-05, 01:24 PM
I sort of see what you did. You are basically coming up with an equation of line that has intercepts at the summit of the pyramid and the base (being the x-y plane) ? Is that the correct way to think about this?

Damn, I should have thought of coordinate change. Thanks for all your help. Please let me know if the way I am thinking of your coordinate change is okay or not.
- harsh
Yeah:
A given (x,y,z)-point within the pyramid can always be thought of lying somewhere along some particular straight line segment joining the vertex and the base. u,v defines the intercept point at the base (and hence, which line segment (x,y,z) lies on), whereas w gives you the precise location of (x,y,z) on that line segment.