The problem is as follows: Compute the intergal $$I= \iiint_B \frac{x^4+2y^4}{x^4 +4y^4 +z^4 }\text{d}x\,\text{d}y\,\text{d}z $$ where $B$ is the unit ball defined by $B=$ {$(x,y,z)∣x^ 2 +y^ 2 +z^ 2 \leq 1$} .
The official solution is tricky: The change of variable $(x,y,z) \mapsto (z,y,x)$ transforms the integral into $$ I= \iiint_B \frac{z^4+2y^4}{x^4 +4y^4 +z^4 }\text{d}x\,\text{d}y\,\text{d}z \qquad(1)$$ hence $2I= \iiint_B 1\, \text{d}x\,\text{d}y\,\text{d}z = 4\pi/3$. Therefore, $I=2\pi/3$. My question is: what is meant by $(x,y,z)\mapsto (z,y,x)$ , isn't it ambiguous? Somebody have another solution saying that by symmetry, we have $I$ equals $(1)$ and adding gives the answer. I wanna ask if symmetric here means that the permutation of the variables preserves the domain $D$? Why if it is symmetric, then the two integrals are the same?
The next question is to compute the integral $$J=\int_0^1 \int_0^1 \int_0^1 \cos^2(\frac{\pi}{6}(x+y+z)) \text{d}x\,\text{d}y\,\text{d}z$$ The solution uses similar technique in above: substitutes $x=1-u. y=1-v, z=1-w$, then we will get $$J=\int_1^0 \int_1^0\int_1^0 \cos^2(\frac{\pi}{2}-\frac{\pi}{6}(u+v+w)) \text{d}u\,\text{d}v\,\text{d}w$$ but why it also equals to $$\int_0^1 \int_0^1\int_0^1 \cos^2(\frac{\pi}{2}-\frac{\pi}{6}(u+v+w)) \text{d}u\,\text{d}v\,\text{d}w$$ did I do something wrong?? Thank you for answering such a dumb question!