How to evaluate triple integral $$\iiint\limits_E\frac{yz\,dx\,dy\,dz}{x^2+y^2+z^2}$$ when $E$ is bounded by $x^2+y^2+z^2-x=0$?
I know that spherical coordinates mean that $$x=r\sin\theta\cos\varphi,\quad y=r\sin\theta\sin\varphi,\quad z=r\cos\theta$$ and this function in spherical coordinates is \begin{align*} &\iiint\limits_E\frac{yzdxdydz}{x^2+y^2+z^2} = \iiint\limits_E\frac{r^2\sin\theta}{r^2\sin^2\theta\cos^2\varphi + r^2\sin^2\theta\sin^2\varphi + r^2\cos^2\theta}drd\theta d\varphi = \\ &\iiint\limits_E\frac{r^2\sin\theta}{r^2(\sin^2\theta\cos^2\varphi + \sin^2\theta\sin^2\varphi + \cos^2\theta)}drd\theta d\varphi = \iiint\limits_E\frac{\sin\theta}{\sin^2\theta\cos^2\varphi + \sin^2\theta\sin^2\varphi + \cos^2\theta}drd\theta d\varphi \end{align*} but I don't know how to write $E$ as set and convert it to spherical coordinates, and also what happens with this function after conversion. Triple integrals is now topic for me and I have never used spherical coordinates before, so I would be grateful if anyone can help me with this.
Using the spherical coordinates (with the convention you used) we have, $$yz= r^2\sin\theta\cos\theta\sin\varphi,$$ $$x^2+y^2+z^2 = r^2$$ $$\,dx\,dy\,dz = r^2\sin\theta\,dr\,d\varphi\,d\theta.$$ Also, the region $E$ is bounded by $x^2+y^2+z^2-x = 0$, which is a sphere centered at $(\tfrac{1}{2},0,0)$ with radius $\tfrac{1}{2}$.
The inside of this sphere is given by $x^2+y^2+z^2-x \le 0$, i.e. $r^2-r\sin\theta\cos\varphi \le 0$. Since $r \ge 0$, this simplifies to $0 \le r \le \sin\theta \cos\varphi$ or $r = 0$ (which is just one point).
In order for $0 \le r \le \sin\theta\cos\varphi$ to be a nontrivial range, we need $\sin\theta\cos\varphi \ge 0$. Since $\sin\theta \ge 0$ for all $\theta \in [0,\pi]$, we only need to restrict the bounds of $\varphi$ to be over the range where $\cos\varphi \ge 0$. We can do this either by $\varphi \in [0,\tfrac{\pi}{2}] \cup [\tfrac{3\pi}{2},2\pi]$ or $\varphi \in [-\tfrac{\pi}{2},\tfrac{\pi}{2}]$. The second is simpler, so we will use that instead.
So the integral becomes $$\iiint\limits_{E}\dfrac{yz \,dx\,dy\,dz}{x^2+y^2+z^2} = \int_{-\pi/2}^{\pi/2}\int_{0}^{\pi}\int_{0}^{\sin\theta\cos\varphi}r^2\sin^2\theta\cos\theta\sin\varphi\,dr\,d\theta\,d\varphi.$$