Evaluate
$$\iint_{D} \frac{dxdy}{\sqrt{1+x+2y}}$$ where $D=[0,1]\times[0,1]$, by setting $T(u,v)=(u,v/2)$ and evaluating and integral over $D^*$ such that $T(D^*)=D$.
I'm having a hard time with this one!
Since $T$ is linear, $T^{-1}$ is defined,
$$T^{-1}= \begin{pmatrix} 1 & 0 \\ 0 & 2 \end{pmatrix}$$
and $D^*=T^{-1}(D)=[0,1] \times [0,2]$. We're mapping the $uv$-plane to the $xy$-plane, so the Jacobian should have the derivatives of $x,y$ with respect to $u,v$:
$$JT= \begin{vmatrix} 1 & 0 \\ 0 & 1/2 \\ \end{vmatrix} = 1/2$$
Hence, our integral is,
$$\frac{1}{2}\int^{2}_{0}\int^{1}_{0} \frac{dudv}{\sqrt{1+u+v}}$$
Is this correct? How can I find a primitive for this integrand?
HINT
Note that $$ \int \frac{da}{\sqrt{b+a}} = \int (b+a)^{-1/2} da = \frac{(b+a)^{1/2}}{1/2} +C, $$ where $b\geq 0$.