Let B be the region in $R^3$ described by the inequalities $o\le x, 0\le y, 0\le z$ and $x^2+y^2+z^2\le 4$, then calculate the triple integral: $\int_B \sqrt{x^2+y^2+z^2}dxdydz$
Here's what I have tried: I've decided to split the integral to represent each variable.
$\int_0^2\int_0^{\sqrt{4-x^2}}\int_0^{\sqrt{4-y^2-x^2}}\sqrt{x^2+y^2+z^2}dzdydx$
Now converting this into spherical coordinates, I find that $0\le \theta\le \pi/2$ when $0\le x \le 2$ which is in quadrant 1.
However, I'm unsure on how to proceed with the calculating of $\phi$ and $r$ so I'd greatly appreciate the communities support on the next approach.