I'm having some problems finding the volume inside a sphere of radius 2 and above the cone $\sqrt3z = \sqrt{x^2 + y^2}$.
I tried integrating using spherical coordinates and got $\int_0^{2\pi}\int_0^{\pi/2}\int_1^2 \rho^2 sin\phi$ $d\rho$ $d\phi$ $d\theta$, which gave me $14/3\pi$, but the correct answer is $8/3 \pi$, anyone knows what might have gone wrong or what is the correct way to solve this problem?
Much appreciated!
It looks like you have an incorrect bound on the angle $\phi$. The cone in question is the upper half of $3z^2 = r^2$, so at height $z = 1$, for example, the radius of the cone is $3$. Drawing an appropriate right triangle will allow you to find the angle between your cone's side and the $z$-axis. This will be the upper bound on $\phi$ in your integral.
Happy calculating!