Question:
Let $E=\{(x,y): 0<y<x \}$ set $f(x,y)=(x+y, xy)$ for $(x,y)\in E$
a) How to prove that $f$ is $1-1$ from $E$ on $\{ (s,t) : s> 2\sqrt{t} >0\}$
And how to find formula for $f^{-1}(s,t)$
b) compute $Df^{-1}(f(x,y))$ for $(x,y)\in E$ by using inverse function theorem.
answer for part b)
I firstly compute $D(f(x,y))$
$$D(f(x,y))=\begin{pmatrix} 1 && 1 \\ y && x\end{pmatrix} $$
Then $$Df^{-1}=\begin {pmatrix} \frac{-x}{y-x} && \frac{1}{y-x} \\ \frac{y}{y-x} && \frac{-1}{y-x}\end{pmatrix}$$
I did part-b. Hopefully it is true. Please check my answer. Also I could not do part-a. Please help me to solve this. Thank you.
HINT: For part $1$ $$f(x,y)=(x+y,xy)=(s,t)$$ hence $$s=x+y>2\sqrt{xy}=2\sqrt{t}$$ by AM-GM inequality since $x>0,y>0$.
and $$x+\frac{t}{x}=s\Rightarrow x=\frac{s\pm\sqrt{s^2-4t}}{2}$$ But $y<x$ constarint forces $$x=\frac{s+\sqrt{s^2-4t}}{2},\ y=\frac{s-\sqrt{s^2-4t}}{2}$$ hence $1-1$.