I have to calculate the volume of the solid bounded by $$x^{2}+y^{2}+z^{2}=6 \qquad z=x^{2}+y^{2} \qquad z\geq0$$ using double integrals.
When I drew it, I could see that a part of the sphere is above the paraboloid. So, for me, it should be something like that: $$V=\iint_{B}\left[\sqrt{6-x^{2}-y^{2}}-\left(x^{2}+y^{2}\right)\right]dx\,dy$$ But my problem is to find these integrals. I think I'm supposed to not use spheric coordinates (since I'm calculating a double integral, not a triple one), but even the polar ones, I don't know how to find them.
Polar coordinates
$x = r\cos \theta\\ y = r\sin \theta\\ dx\ dy = r \ dr\ dz$
$\iint (\sqrt {6-r^2} - r^2) r\ dr\ d\theta$
Limits:
Find where the two curves intersect.
Substitute $x^2+ y^2 = z$ into the equation of the sphere.
$z + z^2 = 6\\ (z + 3)(z-2) = 0\\ z = 2\\ r^2 = 2$
$\int_0^{2\pi}\int_0^{\sqrt 2} r\sqrt {6-r^2} - r^3 \ dr\ d\theta$