Problem
Evaluate the flux $\mathbf{F} = (-x, -y, z)$ across the surface $S$ that is the part of the cone $z = \sqrt{x^2 + y^2}$ that lies between the planes $z = 1$ and $z = 2$ and has inward orientation. Use spherical coordinates.
I've graphed the cone and the two planes intersecting through it. I know how to calculate flux using the correct orientation, and I know spherical coordinates. What I can't figure out is how to find the limits of integration using spherical coordinates. For instance, I know that $\theta \in [0,2\pi]$ for this problem, but how do I find $\rho$ and $\phi$?
I would greatly appreciate it if people could please explain how to find the limits of integration in spherical coordinates for this problem after having graphed the object.
The conversion from Cartesian coordinates to spherical coordinates is:
$$\begin{align}{ \rho = \sqrt{x^{2}+y^{2}+z^{2}} \\ \theta = \arctan{\frac{y}{x}} \\ \phi = \arccos{\frac{z}{\rho}}}\end{align}$$
You've already ascertained that $\theta \in [0,2\pi]$ by rotational symmetry, but you can use the equation of the cone to work out the integration limits of $\rho$ and $\phi$ by expressing them in terms of $z$. Answer below.