Knissp
- 72
- 0
Homework Statement
Use a triple integral in cylindrical coordinates to show that the volume of the solid bounded above by a sphere \rho = \rho_{o}, below by a cone \phi = \phi_{o}, and on the sides by \theta = \theta_{1} and \theta = \theta_{2}, \theta_{1} < \theta_{2} is
V = 1/3 \rho_{o}^3 (1-cos(\phi_{0}))(\theta_{2}-\theta_{1})
Homework Equations
In cylindrical coordinates, the sphere has the equation r^2 + z^2 = \rho_{o}^2 and the cone has the equation z = r cot(\phi_{o}). For simplicity, consider only the case 0 < \phi_{o} < \pi / 2.
The Attempt at a Solution
I had two methods, not sure which would actually work because I'm stuck.
<br /> V = \int\int\int dV = \int\int\int r dr dz d\theta <br />
<br /> = \int\int\int\sqrt{\rho_{o}^2 - z^2} dr dz d\theta <br />
<br /> = \int\int\int\sqrt{\rho_{o}^2 - (r cot(\phi_{o}))^2} dr dz d\theta <br />
Here, I don't know how I would change variables to integrate with respect to \phi and \rho. I could use the Jacobian, but I doubt that's right because the whole question itself could have been solved if I did that in the first place. It's easy to show that the Jacobian transform from cartesian to spherical is \rho^2 sin(\phi), integrate that with respect to d\phi dr d\theta with the given bounds and come up with
V = 1/3 \rho_{o}^3 (1-cos(\phi_{0}))(\theta_{2}-\theta_{1}). But that's not the answer because it doesn't go through cylindrical.
Attempt #2
V = \int\int z dA
= \int\int \sqrt{\rho_o^2 - r^2} dA
= \int\int \sqrt{\rho_o^2 - r^2} r dr d\theta
And on this one, I think I might be able to do more if I put in the bounds of integration. I'm thinking -\sqrt{\rho_o^2-z^2} < r < \sqrt{\rho_o^2 - z^2} but to get rid of z that turns into -\sqrt{\rho_o^2-(r cot(\phi_{o}))^2} < r < \sqrt{\rho_o^2 - (r cot(\phi_{o}))^2} which can't be used because it has a dependent limit on r, which is the variable I'm integrating with respect to.
Is there any guidance that someone can offer as to which approach, if any are even close, I should pursue, or any alternative suggestions? Thank you.