Suppose that the domain of integration for a double integral is: $\{(x,y), - \infty < x \le a, -\infty < y \le a \}$. If I want to do a change of variable (to polar coordinates), how do I express the new domain? I first thought it is $0 \le \theta \le 2\pi$, $0 \le r \le \alpha \sqrt 2$, but it seems incorrect
2026-03-27 10:45:46.1774608346
Transformation to polar coordinates in an integral
38 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
I think the easiest thing you could do is make a change of variables $(x,y)\to(x',y')$, such that $x' = x - a, y' = y = a$, this allows you to easily make the transformation to polar, and just worry about the region $\{(x',y'),\ x' \leq 0, y' \leq 0\}$ which could correspond to $\pi \leq \theta \leq \frac{3\pi}{2},\ 0 \leq r < \infty$.
In the space you originally defined, you constrained yourself to a rectangle (because $x$,$y$ were constrained individually). If you are interested in constraining to a circle (making a direct constraint on radius), you would have the space $R=\{(x,y): \{\pi/2 \leq \theta \leq 2\pi,-\infty< x \leq 0,-\infty< y\leq 0\}\cup\{0\leq \theta\leq \pi/ 2,\ x^2 + y^2 \leq \alpha\}$ Not sure what you want to do with that extra quadrant.