If $f: \mathbb{R}^2 \rightarrow \mathbb{R}^2$ be defined as $f(x,y) = e^{x+y}, e^{x-y}$, what is the area of the image of $\{0<x,y<1\}$?
My approach: I try to use the this composition, $(x,y) \mapsto (x+y,x-y) \mapsto (e^{x+y},e^{x-y})$
For $(x,y) \mapsto (x+y,x-y)$, I find the Jacobian (of the change of variable to be 2). So this means $\int \int dx dy = 2\int d(x+y) d(x-y)$
Now I use this composition $(s,t) \mapsto (e^s,e^t)$ where $s = x + y, t = x - y$.
Now I claim that the image is a square (as there is no mixing of variable). So the area is product of range of $(e^{s_2} - e^{s_1}).(e^{t_2} - e^{t_1})$
So the final answer is $(e^{2} - 1).(e^{1}- e^{-1})$ But my notes suggest the answer is $(e^{2} - 1)$. So can correct my mistake/argument.