What's the volume of $x^2+xy+y^2+u^2+uv+v^2=1$?
I am fairly convinced that the answer should be $2\pi^2/3$
So hopefully this is a not-so-hard exercise in multi-variable calculus for someone who would enjoy the exercise. Its a little out of my depth. I can't quite see how the familiar techniques should generalize into into 4 dimensions. Also to give the answerer some clues about what I do know about calculus let me demonstrate that I CAN see how to do $x^2+xy+y^2=1$. I am really just showing that I remember some college calculus tools.
So for this simpler two dimensional case we should just look at this guy in polar coordinates.
$x^2+xy+y^2=r^2\big(1+2\sin(\theta)\cos(\theta) \big)$ after the standard change of coordinates.
$$r(\theta)=\frac{1}{\sqrt{1+\sin(\theta)\cos(\theta)}}$$
$$A=\frac12\int_0^{2\pi} r(\theta)^2\,d\theta=\frac{1}{2}\int_0^{2\pi} \frac{d\theta}{1+\sin(\theta)\cos(\theta)}=\frac{2\pi}{\sqrt{3}}$$ I am not quite sure how to generalize this approach in 4 dimension.
I can get the answer using a more convoluted elementary method.
I read here (Theorem 13) that $$R(k)=\operatorname{card} \{(x,y,u,v)\in \mathbb{Z^4}: x^2+xy+y^2+u^2+uv+v^2=k\}=12\sigma(n)-36\sigma(n/3)$$
Where $\sigma(x)$ refers to the sum of the divisors of $x$.
With this knowledge along with $$\sum_{n=1}^x \sigma(n) \approx \frac{\pi^2}{12}x^{2}$$
allows us to conclude that this volume should be $2\pi^2/3$. I talk about this Diophantine technique elsewhere so won't spend too long on this.
Can someone help me confirm this using calculus techniques?
I appreciate the help.