I need to solve this integral: $\int _V\sqrt{x^2+y^2+z^2}dx\:dy\:dz$ where V is described with $x^2+y^2+z^2\le x$.
So, I know I could use shifted spherical coordinates but then the integral is hard to solve because of the function. But if I use normal spherical coordinates ( where the origin is in (0,0,0) ) it would be much easier to solve, but it's harder to find the boundaries for radius R. Does it depend both on θ and ϕ, or just on one of them?
(I'm using standard notation for angles, see here:https://en.wikipedia.org/wiki/Spherical_coordinate_system).
Could anyone be kind to help me find boundaries for R?
Thank you!
If you use spherical conversions, you get the equation
$$0 \leq \rho^2 \leq \rho \sin(\phi) \cos(\theta) \implies 0 \leq \rho \leq \sin(\phi)\cos(\theta)$$
So long as you are careful about how you do your bounds for $\phi$ and $\theta$ wouldn't that solve your problem?