Centroid of a 3D Region using Triple Integral

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
jj2443
Messages
10
Reaction score
0

Homework Statement


Compute the centroid of the region defined by x[itex]^{2}[/itex] + y[itex]^{2}[/itex] + z[itex]^{2}[/itex] [itex]\leq[/itex] k[itex]^{2}[/itex] and x [itex]\geq[/itex] 0 with [itex]\delta[/itex](x,y,z) = 1.

Homework Equations



[itex]\overline{x}[/itex]=[itex]\frac{1}{m}[/itex][itex]\int[/itex][itex]\int[/itex][itex]\int[/itex] x [itex]\delta[/itex](x,y,z) dV

[itex]\overline{y}[/itex]=[itex]\frac{1}{m}[/itex][itex]\int[/itex][itex]\int[/itex][itex]\int[/itex] y [itex]\delta[/itex](x,y,z) dV

[itex]\overline{z}[/itex]=[itex]\frac{1}{m}[/itex][itex]\int[/itex][itex]\int[/itex][itex]\int[/itex] z [itex]\delta[/itex](x,y,z) dV

The Attempt at a Solution


I understand that I need to integrate each of the above equations to get the x,y,z coordinates of the centroid, but how do I determine the bounds of integration?

Any help would be much appreciated! Thanks!
 
Physics news on Phys.org
I would use spherical polar co-ordinates.
[tex] \begin{array}{rcl}<br /> x & = & r\sin\theta\cos\varphi \\<br /> y & = & r\sin\theta\sin\varphi \\<br /> z & = & r\cos\theta<br /> \end{array}[/tex]

with [itex]dv=r^{2}\sin\theta drd\theta d\varphi[/itex]