Triple integral over a sphere in rectangular coordinates

Batmaniac
Messages
22
Reaction score
0

Homework Statement



Evaluate the following integral:

<br /> \iiint \,x\,y\,z\,dV<br />

Where the boundaries are given by a sphere in the first octant with radius 2.

The question asks for this to be done using rectangular, spherical, and cylindrical coordinates.

I did this fairly easily in spherical and rectangular coordinates, except for the fact that I got two different answers and I can't figure out where I went wrong! That's not a problem though because I can fix that.


The Attempt at a Solution



How would I do this problem in rectangular coordinates? My integral would look like this:

<br /> \int_{0}^{{\sqrt{4-x^2-y^2}}}\int_{0}^{{\sqrt{4-x^2-z^2}}}\int_{0}^{{\sqrt{4-z^2-y^2}}}xyz\,dz\,dy\,dx<br />

Which, without some clever transformations and an extremely messy Jacobian calculation, looks unsolvable.
 
Physics news on Phys.org
I think you need to rethink your bounds on that one...
 
How does this look then?

<br /> \int_{0}^{2}\int_{0}^{2}\int_{0}^{{\sqrt{4-z^2-y^2}}}xyz\,dz\,dy\,dx<br />
 
Hmm, MATLAB tells me that's zero.
 
Your dy limit should depend on x.
 
Batmaniac said:
How does this look then?

<br /> \int_{0}^{2}\int_{0}^{2}\int_{0}^{{\sqrt{4-z^2-y^2}}}xyz\,dz\,dy\,dx<br />

That would be over a square in the xy-plane rising up to the sphere.

Projecting the sphere into the xy-plane gives you the quarter circle x2+ y2= 4, with 0\le x\le 2, 0\le y\le 2. You can let x go from 0 to 2 but then, for each x, y ranges from 0 to \sqrt{4- x^2}.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top