The question asks to find the area inside $r = 1 + \sin\theta$ and outside $r = 2 \sin\theta$ using double integrals.
In my attempt, I found the intersection to be $\theta = \frac{\pi}{2}$.
I bounded $r$ as $[2 \sin \theta, 1 + \sin \theta]$, since I couldn't find another intersection for the curves, I bounded $\theta$ as $[-\frac{\pi}{2}, \frac{\pi}{2}]$ to solve for half of the area required.
Then multiplied everything by $2$ to get the full area. I ended up with $\frac{-\pi}{2}$ while the correct answer is $\frac{\pi}{2}$.
What am I doing incorrectly?
$$\frac12\int_\frac{-\pi}{2}^\frac{\pi}{2}((1+sin\theta)^2-(2\sin\theta)^2)\,d\theta$$
$$= \frac{\pi}{4}$$
$$=\frac{\pi}{4} \cdot 2$$
$$=\frac{\pi}{2}$$