I have to calculate $$ \iiint_{\text{unit ball}} x e^{ax + by + cz} \,dV,$$
where by "unit ball" I mean the region $x^2 + y^2 + z^2 \leq 1$.
I know how to calculate this (rotation matrix that takes $(a,b,c)$ to $(0,0,\sqrt{a^2 + b^2 + c^2})$ and then spherical coordinates). The answer gives $$\frac{4\pi a}{r^5}((3 + r^2)\sinh(r) - 3r \cosh(r)), \,\,\,\,\,r = \sqrt{a^2 + b^2 + c^2}$$
Now this would suggest that we have the following equality:
$$ \iiint_{\text{unit ball}} \frac{x}{a} e^{ax + by + cz} \,dV = \iiint_{\text{unit ball}} \frac{y}{b} e^{ax + by + cz} \,dV = \iiint_{\text{unit ball}} \frac{z}{c} e^{ax + by + cz} \,dV$$
Is it true? How would one quickly prove it if it is? It would be relevant because if one could quickly spot and prove this, then by naming the value of the above integrals $I$, we would have $$(a^2 + b^2 + c^2)I = \iiint_{\text{unit ball}} (ax+by+cz) e^{ax + by + cz} \,dV$$
This integral would be much easier to calculate than the first since it wouldn't require to calculate the rotation explicitly (just considering an arbitrary rotation that orients $(a,b,c)$ along the $z$-axis suffices.)
Any ideas?
In the Cartesian coordinates $(u,v,w)$ with the unit vector $\hat w=\frac{1}{\sqrt{a^2+b^2+c^2}}(a,b,c)$, $$\hat x= \cos\theta_u \hat u + \cos\theta_v \hat v + \cos\theta_w \hat w$$ where $\cos \theta_w =\frac{a}{\sqrt{a^2+b^2+c^2}}$. Then \begin{align} \iiint_{{r<1}} \frac xa e^{ax + by + cz} \,dV & = \frac1a\iiint_{{r<1}}( \cos\theta_u u + \cos\theta_v v + \cos\theta_w w) e^{\sqrt{a^2+b^2+c^2}w }\,dV\\ &= \frac1a\iiint_{r<1} \cos\theta_w w e^{\sqrt{a^2+b^2+c^2}w } \,dV\\ &= \frac{1}{\sqrt{a^2+b^2+c^2}} \iiint_{r<1} w e^{\sqrt{a^2+b^2+c^2}w } \,dV=I \end{align} where the integrations over $u$ and $v$ vanish due to symmetry of the unit ball. Likewise, \begin{align} \iiint_{r<1} \frac yb e^{ax + by + cz} \,dV = \iiint_{r<1} \frac zc e^{ax + by + cz} \,dV = I \end{align}