2
$\begingroup$

Let $f(x,y)=(x+e^{2y}-1, \sin({x^2+y}))$ and let $h(x,y)=(1+x)^5-e^{4y}$. Show that there exists a continuously differentiable function $g(x,y)$ defined in a neighborhood of $(0,0)$ such that $g(0,0)=0$ and $g\circ f=h$. Compute $\frac{\partial g}{\partial y}(0,0)$.

Any hint on how to procced? Thanks

  • 1
    You can write up the solution yourself at the bottom. Best way for a question to get answered IMO.2012-06-24

1 Answers 1

4

As William mentioned, you can construct your function $g$ if $f$ has a local inverse about the origin. Hence we must use the inverse function theorem. First note that $f$ is continuously differentiable everywhere. Moreover, we can compute the Jacobian $J$:

$J(x,y) = \begin{bmatrix} 1 & 2e^{2y} \\ 2x\cos(x^2+y^2) & \cos(x^2 + y) \end{bmatrix}$.

Note that at $(0,0)$, $\det(J(0,0)) = \left| \begin{matrix} 1 & 2 \\ 0 &1\end{matrix}\right| = 1$. So we have satisfied the hypotheses of the inverse function theorem, thus we can construct such a $g$. But the inverse function theorem is even stronger in that it gives you a formula for the derivative of $f^{-1}$ locally in terms of $f'$. You can probably work it out from there by observing $f^{-1}(0,0) = (0,0)$.

  • 0
    Wonderful! Cheers.2012-06-24