Solving Integral for Mass of D in Spherical Coordinates

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Benny
Messages
577
Reaction score
0
Hi, I'm having trouble setting up an integral for the following problem.

Q. Let D be the region inside the sphere x^2 + y^2 + z^2 = 4 in common with the region below the cone [tex]z = \frac{1}{{\sqrt 3 }}\sqrt {x^2 + y^2 }[/tex].

Using spherical coordinates find the mass of D if the mass density is z^2.

I keep on getting an answer which doesn't correspond to the given answer. I just need help setting up the integral. I get:

[tex] z = \frac{1}{{\sqrt 3 }}\sqrt {x^2 + y^2 } \Rightarrow \cos \phi = \frac{1}{{\sqrt 3 }}\sin \phi \Rightarrow \phi = \frac{\pi }{3}[/tex]

[tex] x^2 + y^2 + z^2 = 4 \Rightarrow \rho = 2[/tex]

[tex] m = \int\limits_{}^{} {\int\limits_{}^{} {\int\limits_E^{} {z^2 dV} } } [/tex]

[tex] = \int\limits_{}^{} {\int\limits_{}^{} {\int\limits_E^{} {\rho ^2 \cos ^2 \left( \phi \right)dV} } } [/tex]

[tex] = \int\limits_{\frac{\pi }{3}}^\pi {\int\limits_0^{2\pi } {\int\limits_0^2 {\rho ^2 \cos ^2 \left( \phi \right)} } } \rho ^2 \sin \left( \phi \right)d\rho d\theta d\phi [/tex]

[tex] = \int\limits_{\frac{\pi }{3}}^\pi {\int\limits_0^{2\pi } {\int\limits_0^2 {\rho ^4 \cos ^2 \left( \phi \right)} } } \sin \left( \phi \right)d\rho d\theta d\phi [/tex]

The evaluation of the integral is fairly straight forward. It's just setting up the correct integral which is giving me problems. Can someone go through my working and show me where I stuffed up?
 
Physics news on Phys.org
How do you know your setup is wrong?

It looks okay to me except that I would label things differently. I would use [itex]\theta[/itex] for the polar angle, [itex]\phi[/itex] for the azimuthal angle and [itex]r[/itex] for the radial coordinate.
 
He used rho instead of r, because in some books r is reserved for the radial direction in cylinderical coordinates, and rho is for sphereical. Math and physics text typically switch the phi and theta labels.

(What happened to consistency?) ;-p
 
I might have just evaluated the integral incorrectly or the answer which is given might be incorrect (I doubt it though). Thanks for the help.