I have been stuck trying to find an expression for the surface area of a superegg of a given volume. Specifically, the shape I'm looking at is the solid of revolution obtained by rotating a squircle (i.e. the shape graphed by $x^a+y^a=r^a$) around the $x$-axis.
Here's what I've done so far. Integrating to get the solid of revolution I've gotten an expression for volume:
$$V = 2\pi r^3 \frac{B(\frac{1}{a},\frac{2}{a}+1)}{a}$$
Where $B$ is the beta function. I rearranged it to get the radius in terms of $V$ and $a$. Thus, in order to answer my question, I just needed to get an expression for surface area in terms of $a$ which I tried to get by doing the classic $$\int_0^r 2\pi f(x) \sqrt{1 + \dot f(x)^2}dx$$
This is an integration that none of my tools seem to enjoy doing, neither numerically nor analytically. I've also tried to see if this problem has already been figured out in some obscure paper, with no luck. Part of me dreads that the integral for finding the surface area will not have a neat, closed form expression in terms of any combinations of functions, just like that of the perimeter of an ellipse. Is this true? If not, how would one figure out this integral? Or am I going about this whole problem wrong?
I think it can't be simpler than this:
The superegg you're talking about can be written in $\mathbf R^3$ as $$x^a+y^a+z^a=r^a.$$
The surface area can be calculated via
$$\mathcal A=\iint_{S}||\partial_u\mathbf x\times\partial_v\mathbf x||dudv.$$
If we parametrize the superegg equation in modified spherical coordinates choosing $u=\theta$ and $v=\Phi$, we'd get
$$ \mathbf x= \left\{ \begin{aligned} &x=r\sin^{\frac{2}{a}}\theta\cos^{\frac{2}{a}}\Phi\\ &y=r\sin^{\frac{2}{a}}\theta\sin^{\frac{2}{a}}\Phi\\ &z=r\cos^{\frac{2}{a}}\theta \end{aligned} \right. . $$
Since the cross product involves a lot of algebra, I'll provide the result I got which'll have to be computed numerically for sure.
$$ \begin{aligned} \mathcal A &=r^2(s-1)^2\int_0^{2\pi}\int_0^{\pi}\sqrt{\sin^{2s}\theta\cos^{2s-4}\theta(\sin^{2s-4}\Phi\cos^2\Phi + \cos^{2s-4}\sin^2\Phi)\\ + \sin^{4s-6}\theta\cos^2\theta(\sin^{s-2}\Phi\cos^s\Phi + \sin^s\Phi\cos^{s-2}\Phi)^2 }\ d\theta d\Phi\\ &=\sqrt[3]{\dfrac{V^2(s-1)^4}{\pi^2\mathcal{B}^2\left(\frac{s-1}{2},s\right)}}\int_0^{2\pi}\int_0^{\pi}\sqrt{\sin^{2s}\theta\cos^{2s-4}\theta(\sin^{2s-4}\Phi\cos^2\Phi + \cos^{2s-4}\sin^2\Phi)\\ + \sin^{4s-6}\theta\cos^2\theta(\sin^{s-2}\Phi\cos^s\Phi + \sin^s\Phi\cos^{s-2}\Phi)^2 }\ d\theta d\Phi \end{aligned} ,$$
where $s=\dfrac{2}{a}+1$.