I'm trying to determine the volume of the solid whose boundary is $$\sqrt[3]{x^2}+\sqrt[3]{y^2} +\sqrt[3]{z^2} =\sqrt[3]{a^2}$$ I've tried doing it using cylindrical coordinates and spherical coordinates but haven't been able to determine what the domain should be. Can anyone help me?
I'm also wondering what the name of this shape is?

I'll assume $a>0$; otherwise, replace $a$ with $|a|$. The boundary is a generalization of a curve called an astroid into three dimensions, otherwise known as an 'astroidal ellipsoid' or 'hyperbolic octahedron'. In the two-dimensional case we have the equation $x^{2/3}+y^{2/3}=r^{2/3}$; the area of this shape is $$ 4\int _{0}^{r} (r^{2/3}-x^{2/3})^{3/2}\,dx $$ $$ =4r\int _{0}^{1} (1-u^{2/3})^{3/2}\,du $$ $$ =6r^2\int _{0}^{1} t^{1/2}(1-t)^{3/2}\,dt $$ $$ =6r^2\cdot \frac{\Gamma(3/2)\Gamma(5/2)}{\Gamma(3/2+5/2)} = \frac{3\pi r^2}{8} $$
We can find the volume of this shape by using Cavalieri's Principle. Let $A(z)$ denote the volume of the cross-section at height $z$. Then the volume $V$ is $$ V= \int _{-a}^{a} A(z)\,dz = 2\int _0^a A(z)\,dz $$We know the area is proportional to the radius squared; now express the radius in terms of $z$ and integrate. $$ V=\frac{3\pi}{4} \int_0^a r^2\,dz $$ $$ =\frac{3\pi}{4} \int_0^a \left(\left(a^{2/3}-z^{2/3}\right)^{3/2}\right)^2\,dz = \frac{4\pi a^3}{35} $$