Kreamer said:
(x2 + y2)1/2 = z2
(x2 + y2)1/2 = 8 − z2
I substituted then set z=0 and solved for x and y to get x = +/- (y2-16)1/2 and y = +/- (x2-16)1/2
Are these my limits or did I go wrong somewhere along the line?
Why did you set z= 0? If (x^2+ y^2)^{1/2}= z and (x^2+ y^2)^{1/2}= 8- z, then z= 8- z so z= 4 where the two surfaces intersect. Now, when z= 4, (I think that was what you meant) both equations become (x^2+ y^2)^{1/2}= 4 so that x^2+ y^2= 16. That is a circle, with center at the origin of the xy-plane and radius 4.
Remember than in a double integral, the limits of integration for the "outer" integral must be
numbers so that your integral will be a number. The limits of integration for the "inner" integral can depend on the "other" variable.
That is, if you want to do the integral in the order
\int_x\int_y dy dx
then the limits in the x-integral must be numbers while the limits for the y-integral may depend on x. To determine what those limits are, look at the circle. We want to "cover" the entire circle. On the left edge, x= -4 and on the right, x= 4 so those will be the limits for that integral.
For each x y ranges between -\sqrt{16- x^2} on the bottom to \sqrt{16- x^2} on the top. Those will be the limits of integration for the y-integral:
\int_{x=-4}^4\int_{y= -\sqrt{16- x^2}}^{\sqrt{16- x^2}} f(x,y)dydx
Of course, you could also take y from -4 to 4 and, for each y, x from -\sqrt{16- y^2} to +\sqrt{16- x^2}, reversing the order of integration:
\int_{y= -4}^4\int_{x= -\sqrt{16- y^2}}^{\sqrt{16- y^2}} f(x,y) dxdy
You probably haven't had double integrals in polar coordinates but, because of the circular symmetry here, that would give the simpest limits. You could take r from 0 to 4 and \theta from 0 to 2\pi.