Consider two planes, which are parallel, intersecting a sphere of radius $1$, such that the volume between the planes is half the volume of the sphere. Then, compute the minimum distance between the two planes.
Here is what I've done so far.
I tried to use the formula $V=\frac{1}{3} \pi h^2 (3R-h)$, coupled with Pythagoras' theorem and a few routine formulas based on the fact the planes are symmetric about the centre of the sphere.
However, I don't know why, but I don't feel happy with this solution. I know that segments of spheres have close connections to integrals (i.e. volume of revolutions and polar coordinates). Is there a slick not-heavily computational answer with integrals. Please bear in mind that I have limited knowledge of polar coordinates. Thanks for your help.

If the volume of the sphere between the two planes is one half of the total volume of the sphere, then the volume on each side of either plane not sandwiched between is also one half of the total volume.
Consider one of the two planes at a distance $0 < x_0 < 1$ from the center of the sphere. Place the unit sphere's center at the origin of a Cartesian coordinate system and assume without loss of generality that the plane has the equation $x = x_0$. Then we can use the method of disks, to see that the radius of a representative disk on the interval $x \in [x_0, 1]$ is $r(x) = \sqrt{1 - x^2}$, and thus its differential volume is $$dV = \pi r^2(x) \, dx = \pi (1-x^2) \, dx.$$ Therefore the total volume of one "cap" as a function of the distance of the plane from the origin is $$V(x_0) = \int_{x=x_0}^1 \pi (1-x^2) \, dx = \pi \left( \frac{2}{3} - x_0 + \frac{x_0^3}{3} \right).$$ It follows by symmetry that for two planes whose distances are $x_0$, $x_1$ away from the origin, the total volume of the "caps" is simply $$V(x_0) + V(x_1).$$ Subject to the constraint that this sum is half the total volume of the sphere, which is $\frac{4}{3} \pi$, we obtain the relationship $$2-3x_0 + x_0^3 - 3x_1 + x_1^3 = 0.$$ The distance between the planes is $x_0 + x_1$, and treating $x_1$ as an implicit function of $x_0$, we find that the volume is minimized for a critical point satisfying $$0 = 1 + x_1'(x_0) = 1 + \frac{1 - x_0^2}{x_1^2 - 1},$$ or equivalently, $$x_1^2 = x_0^2.$$ Thus $x_1 = x_0$ (as both must be between $0$ and $1$), and the desired separation between the planes satisfies $$V(x_0) = \frac{\pi}{3},$$ which corresponds to the unique root of $$x_0^3 - 3x_0 + 1 = 0$$ in the interval $(0,1)$. This has a value of approximately $x_0 \approx 0.347296$.