Consider the system of equations
$\left\{\begin{align*} &x^5 v^2 + 2y^3 u = 3\\ &3yu - xu v^3 = 2\;. \end{align*}\right.$
Show that near the point $(x,y,u,v) = (1,1,1,1)$, this system defines $u$ and $v$ implicitly as functions of $x$ and $y$. For such local functions $u$ and $v$, define the local function $f$ by $f(x,y) = \big(u(x,y),v(x,y)\big)$. Find $Df(1,1)$.
I found that we can express $u$ and $v$ in terms of $x$ and $y$ because I found the Jacobian of $u$ and $v$ near $(1,1,1,1)$ is nonzero. However I am stuck when trying to define the local function of $u$ and $v$ in terms of $x$ and $y$.