Centroid of a Solid (triple integral)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 16K views
Knissp
Messages
72
Reaction score
0

Homework Statement


Find the centroid of the solid:
the tetrahedron in the first octant enclosed by the coordinate planes and the plane x+y+z=1.

Homework Equations



xcenter = [tex]\frac{\int\int\int_G x dV}{V}[/tex]

ycenter = [tex]\frac{\int\int\int_G y dV}{V}[/tex]

zcenter = [tex]\frac{\int\int\int_G z dV}{V}[/tex]

The Attempt at a Solution



I have shown my attempt for xcenter, as the same problem arises for each one.

[tex]\frac{\int_{x=0}^1\int_{y=0}^1\int_{z=0}^{1-y-x} x dzdydx}{\int_{x=0}^1\int_{y=0}^1\int_{z=0}^{1-y-x} dV}[/tex]

but [tex]\int_{x=0}^1\int_{y=0}^1\int_{z=0}^{1-y-x} dV[/tex] is equal to zero,
so the above expression is undefined.

According to my text, the answer should be (1/4,1/4,1/4). Could someone point out what I did wrong? (Perhaps my bounds of integration?)
 
Physics news on Phys.org
Knissp said:
[tex]\frac{\int_{x=0}^1\int_{y=0}^1\int_{z=0}^{1-y-x} x dzdydx}{\int_{x=0}^1\int_{y=0}^1\int_{z=0}^{1-y-x} dV}[/tex]

but [tex]\int_{x=0}^1\int_{y=0}^1\int_{z=0}^{1-y-x} dV[/tex] is equal to zero,
so the above expression is undefined.

Hi Knissp! :smile:

Try [tex]\int_{x=0}^1\int_{y=0}^ {1-x}\int_{z=0}^{1-y-x}[/tex] :wink:
 
Oh, I see now! Thank you!