I am trying to integrate $\int\int_{D} sin(x)$ where $D$ is a unit circle centered at $(0,0)$.
My approach is to turn the area into the polar coordinate so I have $D$ as $0\leq r\leq1$ , $0 \leq \theta \leq 2\pi$.
Which turns the integral into:
$$\int^{2\pi}_{0}\int^{1}_{0} \sin(r\cos(\theta)) |r| drd\theta$$ and it is not integrable.
I also tried the Cartesian approach by evaluating:
$$\int^{1}_{0}\int^{\sqrt{1-x^2}}_{0} \sin(x) dydx$$ which is also not integrable
Which direction or method should I use to integrate this problem?
Edit* Thank you so much for the answers, I agree that because of symmetry, the answer is zero. The hint says don't do too work work also lol.