2

This is the first exercise in the section on the Inverse Function Theorem (section 8).

Let $f:\Bbb R^2\to \Bbb R^2$ be defined by the equation $f(x,y)=(x^2-y^2,2xy)$.

a) Show that it is one to one on the set containing all $(x,y)$ such that $x>0$.
b) What is the image of the function on that set?
c) If $g$ is the inverse function, find $Dg(0,1)!$

My question is mainly about part c. Here is what I think needs to be done.

Use the fact that $g(f(x,y))=(x,y)$ and differentiate to get $D(g(0,1))\cdot Df(\frac{1}{\sqrt2},\frac{1}{\sqrt2})=I$
Then multiply by the inverse matrix of $Df(\frac{1}{\sqrt2},\frac{1}{\sqrt2})$ to get $Dg(0,1)$. Is this right?

C-star-W-star
  • 16,275

1 Answers1

2

We know from Theorem 7.4 that, if $g$, the inverse function of $f^{-1}$, is differentiable at a point $f(\vec{a})$, then the matrix $D_g(f(\vec{a}))$ is the inverse of the matrix $Df(\vec{a})$. So first we need to find the point $\vec{a}$ that $f$ maps to $(0,1)$ and show that $g$ is differentiable at $(0,1)$. We can then do the necessary arithmetic.

From the solution of (b) it is clear that the polar coordinates of the point that $f$ maps to $(0,1)$ are $(1,\pi/4)$. Therefore $f(\frac{1}{\sqrt2},\frac{1}{\sqrt2})=(1,0)$. Notice that $\det Df(\frac{1}{\sqrt2},\frac{1}{\sqrt2})=4\neq0$. So, by the Inverse Function Theorem, $g$ is differentiable at $(0,1)$ and we can thus apply Theorem 7.4 to find

$$D_g(0,1)=Df(\frac{1}{\sqrt2},\frac{1}{\sqrt2})^{-1}=\frac{1}{2\sqrt2}\begin{bmatrix} 1 & 1\\ -1 & 1\\ \end{bmatrix}$$

Old J Jr.
  • 103