How do I find the centre of mass (COM) of a sector of angle $\alpha$?
Attempt:
Go to an angle $\theta$ from $0$ rad and then choose a triangular strip of angle $d\theta$ and base $Rd\theta$. The centre of mass of this triangular strip lies at a height $\dfrac R3$ from the base. What do I do after this? How do I express the $R/3$ in terms of $\theta$? After that I just need to integrate from $0$ to $\alpha$
If you set up the sector $-\alpha/2 \le \theta \le \alpha/2$ and $0 \leq r \leq R$ then it is clear that the COM lies on the $x$-axis. You need to find the $x$-coordinate. $$ x_{\text{COM}} = \frac{\int_{\text{sector}} x\,dM}{\int_{\text{sector}} \,dM} = \frac{\int_{\text{sector}} x\,dA}{\int_{\text{sector}} \,dA} = \frac{\int_{r=0}^{R} \int_{\theta = -\alpha/2}^{\alpha/2} r^2\cos\theta\,d\theta dr}{R^2\alpha/2} =\frac{4R\sin(\alpha/2)}{3\alpha} $$