Define subsets $\Delta$ and $D$ of $\Bbb R^{2}$ by \begin{align*} \Delta &= \{ (s,t) \mid s \geq 0,\ t \geq 0,\ s+t \leq 1 \}, \\ D &= \{ (x,y) \mid x \geq 0,\ y \geq 0,\ f(x,y) \geq 0 \}. \end{align*} Let $f(x,y)=x^{2}+y^{2}+1-2xy-2x-2y$.
1. Prove that the restriction $\phi |_{\Delta}$ of the map $$ \phi : \Bbb R^{2} \ni (s,t) \mapsto (x,y)=(s(1-t),(1-s)t) \in \Bbb R^{2} $$ to $\Delta$ is a bijection from $\Delta$ to $D$.
Firstly, it's easy to see that $f(s(1-t),t(1-s))=(s+t-1)^2\ge0$ thus $\phi(\Delta) \in D$. Secondly, to prove $\phi$ is injective assume we have $(s_1,t_1),(s_2,t_2)\in \Delta$ such that $\phi(s_1,t_1)=\phi(s_2,t_2)$ i.e. $s_1(1-t_1)=s_2(1-t_2)$,$(1-s_1)t_1=(1-s_2)t_2$. What I get from this is that $s_1-t_1=s_2-t_2$ and it isn't enough to show $s_1=s_2, t_1=t_2$. Finally, to prove $\phi$ is surjective assume we have $(a,b)\in D$ and we want to find $(s,t) \in \Delta$ such that $s(1-t)=a,(1-s)t=b$. Solving this system of equations gives us, $t=s-a+b$ and $s^2-s(a-b+1)+a=0$. The quadratic equation always has roots since $(a-b+1)^2-4a=f(a,b) \ge 0$. Additionally, $$s_{1,2}=\frac{(a-b+1)\pm\sqrt{f(a,b)}}{2}.$$ It seems that we need the condition $a-b+1 \ge 0$ to obtain at least one non-negative root $s_i$, but it is not always the case. Because $a-b+1$ can be negative despite the fact that $(a,b) \in D$. I again got stuck here.
- Compute the multiple integral $\iint_{D} \sqrt{f(x,y)} dxdy$.
It seems that results obtaining from the first part will play some roles here. However, it isn't easy to figure out.
Any help would be much appreciated.
$(s, 0)$ and
For the bijection, it is easy to show that is true on the boundary. To show the bijection for the interior, we note that the Jacobian is given by $1-s-t$, which is positive. Then, by the implicit function theorem, it is bijective.