Can anyone help me work out the inner volume of the following quadric surface $x^{2/3} + y^{2/3} + z^{2/3} = 1$?
Edit: Adjusted the title and the line above but have left the rest of the question unchanged. The original question was in fact incorrectly formulated due to a misunderstanding on my behalf. When plotting the graph in WA the surface only existed in the 0,1 plane on all 3 axes. This is of course incorrect as pointed out by @Rory - who actually provided the correct answer to my original question. However as I was looking for the internal volume I have marked @Kuije's answer as the correct one. Thank you both for your assistance!
Original Question
My reasoning thus far after reading through other questions posted on the site is that:
Given that the surface sits between 0 and 1 on all 3 axes one could work out the volume on any plane as they would all be the same. So R=[0,1]x[0,1].
Thus if I simply to $z=\sqrt{(1-x^{2/3}-y^{2/3})^3}$ then the volume should be defined by the following double integral:
$\iint z \, dA = \int_0^1 \int_0^1 \sqrt{(1-x^{2/3}-y^{2/3})^3} \, dy \,dx$.
However that is as far as I get and I'm really not sure how to go about working out the double integral.
Assuming you want half of the volume inside the solid defined by $ x^{2/3}+y^{2/3}+z^{2/3}=1, $ $$ V=\int_0^1A(z)\; dz, $$ where $A(z)$ is the area of a slice of the solid at height $z\in [0,1]$. For a fixed $z$, such a slice has equation $$ \frac{x^{2/3}}{1-z^{2/3}}+\frac{y^{2/3}}{1-z^{2/3}}\le 1 $$ Therefore its boundary can be parametrized as follows: \begin{cases} x(t)=\cos^3 t\sqrt{(1-z^{2/3})^3}\\ y(t)=\sin^3 t\sqrt{(1-z^{2/3})^3}\\ \end{cases} with $t\in [0,2\pi]$. By Green's Theorem, this slice has area $$ A(z)=\frac{1}{2}\oint_0^{2\pi}x(t)y'(t)-y(t)x'(t)\; dt = \frac{3}{8}\pi -\frac{9}{8}{z}^{2/3}\pi +\frac{9}{8}{z}^{4/3}\pi - \frac{3}{8}{z}^{2}\pi $$ and it follows that $$ V=\int_0^1A(z)\; dz= \frac{2\pi}{35} $$