I was just messing around in geogebra 3D, when I noticed a strangely shaped portion of the unit sphere at origin, made by intercepting it with $z = e^{-x^2}$.
[![1]](https://i.stack.imgur.com/0ZTdl.png)
So I was wondering wether we could calculate the area of the spherical part intercepted, i.e. the pink butterfly-like part shown in the pictures?
Here is the link to the graph in geogebra
I cant seem to figure out where to start...... any help would be appreciated.


The intersection curve is
$$x^2+y^2+z^2=1,\\z=e^{-x^2}$$
and on the $xy$ plane,
$$x^2+e^{-2x^2}+y^2=1$$ or
$$y=\pm\sqrt{1-x^2-e^{-2x^2}},$$
which is defined for $|x|\le x^*=0.8926433386409\cdots$
Using symmetry, the area of the portion of the sphere so delimited is given by the surface integral
$$4\int_0^{x^*}\int_0^{\sqrt{1-x^2-e^{-2x^2}}}\frac1{\sqrt{1-x^2-y^2}}dy\,dx.$$
The integration on $y$ is possible, giving
$$\left.\arctan\dfrac y{\sqrt{1-x^2-y^2}}\right|_0^{\sqrt{1-x^2-e^{-2x^2}}}=\arctan(e^{x^2}\sqrt{1-x^2-e^{-2x^2}})$$ but the second on $x$ is hopeless. You will need numerical integration.