Please help me understand swapping the bounds of an integral better.
I learned that $$\int_{a}^{b} f(x) dx = -\int_{b}^{a} f(x) dx$$
Now when I try to visualize this, take $\sin(x)$ for example, $\int_{\pi}^{2\pi} \sin(x) dx$ and $- \int_{2\pi}^{\pi} \sin(x) dx$ both give answer $-2$, it somehow makes sense.
But when I try to visualize this, if I look at this part $\int_{2\pi}^{\pi} \sin(x) dx$ (without the minus sign), it gives me an answer to be 2, but visually when I go from $2\pi$ to $\pi$, the area of $\sin(x)$ is still under x-axis. How do I interpret this?