I was recently working on a physics problem from edx.org. I think I can show below that the center of mass of an infinitesimal pie slice of a disk is $\frac{R}{\sqrt2}$ from the center. ($R$ is the radius). I'm a little surprised by that, and I wonder if I made a mistake.
The task in the physics problem is to find the moment of inertia, about the center of mass, of a spinning disk of uniform density. The disc's radius is $R$, and its mass is $m$. This moment of inertia $I_{cm}$ is:
$$ I_{cm} = \int_{disc} r_{cm}^2 \ dm $$
That's the integral over all the infinitesimal mass elements of the disc. $dm$ is the mass of each element, and $r_{cm}$ is the element's distance from the disc's center of mass.
The professor shows an answer divides the disc into rings, integrating $ \int_{r=0}^{r=R}r^2dm $, and $dm$ there is the density times the ring area: $dm = \frac{m}{\pi*R^2}2\pi r \ dr$. Integrating that gives:
$$ \int_{r=0}^{r=R} \frac{m}{\pi R^2} 2 \pi r \ dr \ r^2 = \frac{2m}{R^2}\int_{r=0}^{r=R} r^3 dr= \frac{m R^2}{2} $$
I wondered if I could do with pie slices:
$$ dm = \frac{d\theta}{2\pi}m \\ \int_{\theta = 0}^{\theta = 2\pi} \frac{d\theta}{2\pi}m \ r_{cm}^2 $$
I'm not sure what $r_{cm}$ is for the infinitesimal pie slice. But I can leave it unknown, integrate, and set it equal to the other solution...
$$ \frac{mr_{cm}^2}{2\pi} \int_0^{2\pi} d\theta = m r_{cm}^2 \\ m r_{cm}^2 = \frac{m R^2}{2} \\ r_{cm} = \frac{R}{\sqrt2} $$
That's interesting to me because I might have guessed the center of mass of the infinitely thin slice would be at $R/2$, because as the slice gets thinner, its sides become closer to parallel, so it approaches the shape of a rectangle, which would have its center of mass at $R/2$.


The conceptual error is this: The moment of inertia of the pie slice is not the same as the moment of inertia of an equivalent point mass at its center of mass. Refer to the parallel axis theorem; you're missing one of the two terms.
The mathematical error is that $r_{\mathrm{cm}}$ is neither a constant nor a function of $\theta$, so the expression $\int_{\theta = 0}^{\theta = 2\pi} \frac{d\theta}{2\pi}m \ r_{cm}^2$ doesn't really make sense.
As for the correct approximation, Lord Shark the Unknown is right in the comments. To leading order in $\theta$, a pie slice with angle $\theta$ is a triangle, which is why the slice's center of mass is at $2R/3$.