Find the jacobian of the transformation x = u, y = 3uv in the uv plane.
Why would $U_y$ not be zero in this case, if the equation U = x contains no mentions of y?
Find the jacobian of the transformation x = u, y = 3uv in the uv plane.
Why would $U_y$ not be zero in this case, if the equation U = x contains no mentions of y?
The Jacobian is $$ \frac{\partial(x, y)}{\partial(u, v)} = \left[ \begin{matrix} \displaystyle \frac{\partial x}{\partial u} & \displaystyle\frac{\partial x}{\partial v} \\[6pt] \displaystyle\frac{\partial y}{\partial u} & \displaystyle\frac{\partial y}{\partial v} \end{matrix} \right] = \left[ \begin{matrix} 1 & 0 \\3v & 3u \end{matrix} \right] $$
You were trying to find $\displaystyle\frac{\partial u}{\partial y}$, which would be part of the reverse Jacobian (from $uv$ to $xy$)