I am trying to solve this problem. I know that the solution is really simple, but I need to solve it using integral calculus.
I have two circles which define the following area between them: $$x^2+(y-1/2)^2>1/4$$ $$x^2+(y-1)^2<1$$
I've tried solving it using transformation to polar coordinates, but i don't know how to do it correctly, when there are multiple intersecting objects.
EDIT: Thanks to the comment I used $$x=r*\cos{\varphi}\\y=r*\sin{\varphi}$$ and I managed to get $$ |r| > \sin{\varphi}\\|r|<2\sin{\varphi}$$ So the integral I created is $$2\int_0^\pi\int_{\sin{\varphi}}^{2\sin{\varphi}}rdrd\varphi$$
It gives the correct solution. However, can't it be computed differently? (Using different bounds). I needed to know how to integrate $\sin^2{x}$ in this case, which is complicated a bit.