simpleman008
- 5
- 0
The unit sphere x2 + y2 + z2 =1 with density =1 is cut by the plane z=1/2. Find the volume and centroid of each piece.
As of now, i have (for the top piece) the integral of \int\int\int r2 Sin[p] dr dp dt, with theta from 0 to 2 pi, phi from 0 to pi/2, and row from 1/(2Cos[phi]) to 1, but when i multiply in rCos[p] to find the z coordinate of the centroid, I get 3/8 which is below that part of the sphere.
And as far as the lower piece of the sphere goes, I can't figure out what the limits on my triple integrals would be. I can find the volume by seperating it into two pieces like this:
From the xy plane up to z=1/2: \int\int\int r2 Sin[p] dr dp dt with theta from 0 to 2 pi, phi from 0 to pi/2, and row from 0 to 1/(2Cos[phi]).
From xy plane down (the lower hemisphere): \int\int\int r2 Sin[p] dr dp dt with theta from 0 to 2 pi, phi from 0 to pi/2, and row from 0 to 1.
Add these together gives the volume, but what would I do to find the centroid of the entire piece?
By the way, r= row, p= phi, and t= theta
As of now, i have (for the top piece) the integral of \int\int\int r2 Sin[p] dr dp dt, with theta from 0 to 2 pi, phi from 0 to pi/2, and row from 1/(2Cos[phi]) to 1, but when i multiply in rCos[p] to find the z coordinate of the centroid, I get 3/8 which is below that part of the sphere.
And as far as the lower piece of the sphere goes, I can't figure out what the limits on my triple integrals would be. I can find the volume by seperating it into two pieces like this:
From the xy plane up to z=1/2: \int\int\int r2 Sin[p] dr dp dt with theta from 0 to 2 pi, phi from 0 to pi/2, and row from 0 to 1/(2Cos[phi]).
From xy plane down (the lower hemisphere): \int\int\int r2 Sin[p] dr dp dt with theta from 0 to 2 pi, phi from 0 to pi/2, and row from 0 to 1.
Add these together gives the volume, but what would I do to find the centroid of the entire piece?
By the way, r= row, p= phi, and t= theta