On a test I had a question where the unit square $[0,1]^2$ in $u,v$-space was being transformed by something like $T(u,v)=(uv,v)$ into a new region in $x,y$-space (for a double integral).
I had to find the image of the transformation, and intuitively I thought: well, clearly $$0\le uv\le 1$$ $$0\le v\le 1$$ so the image must be the unit square.
Luckily I caught my error, and ended up realizing that the image was actually a triangle in the $x,y$-plane.
My question is: how can one systematically go about finding the image of a transformation from $R^n\to R^n$? It's not that I don't like actually "thinking," but I feel like there must be some more methodical way of going about these problems.
Alternatively, is there a way to find the bounds of integration without bothering with the region itself?