I want to calculate the surface area of the part of a half-sphere, which lies above a regular 6-gon. (Radius $r=1$)
More formally, Let $G$ be the region on the $XY$-Plane, bounded by the points $\{P_k=(\cos(\frac{2\pi k}{6}), \sin(\frac{2\pi k}{6}))\}$ for $k=1, ..., 6$. It's just the hexagon whose nodes are on the unit circle.
I want to calculate the area of $S_G = \{(x,y,z)\in \mathbb{R}^3 \ |\ x^2+y^2+z^2 =1, \ z>0, \ and \ (x,y)\in G \}$.
What I did:
Similar to how one computes the sphere's area, I took $F(x,y,z)=x^2+y^2+z^2-1=0$, and eventually got to $Area(S_G)=\int_G{\frac{1}{\sqrt{1-x^2-y^2}}dx dy}$.
Seems kind of nasty since $G$ is not a nice domain to work on with polar coordinates (that would have helped if my domain was "round" in some way, because then it reduces to $\int{\frac{1}{\sqrt{1-s}}ds}$ ).
Any ideas?
The union of $S_{G}$ and its reflection across the $(x, y)$-plane is a unit sphere with six circular caps removed. Each cap is a zone cut by planes separated by $1 - \frac{\sqrt{3}}{2}$, and so has area $\pi(2 - \sqrt{3})$ by Archimedes' theorem. That is, the area of $S_{G}$ is $$ \tfrac{1}{2}\bigl[4\pi - 6\pi(2 - \sqrt{3})\bigr] = \pi\bigl[2 - 3(2 - \sqrt{3})\bigr] = \pi [3\sqrt{3} - 4] \approx 1.196152423\pi \approx 3.757823664. $$