Calculate $Z_y(2,1.5)$ if $Z(x, y) = Z(x(u,v), y(u,v)) =T(u,v)$ and $u=xy$, $v={y\over x}$.
I think that according to chain rule: $$ T_u=Z_xx_u+Z_yy_u\\ T_v=Z_xx_v+Z_yy_v $$ Using implicit differentiation and product rule: $$ 1=x_uy+xy_u\\ 1=\frac{x_vy-xy_v}{y^2}\\ 0=x_vy+xy_v\\ 0=\frac{x_uy-xy_u}{y^2} $$ which yields: $$ x_v=y\\ y_v=-\frac{y}{2x} $$ So at point $(2,1.5)$ we have $T_v=1.5Z_x+0.375Z_y$.
But I can't progress further because when trying to calculate $x_u$: $$ x_u=\frac{1+xy_u}{y} \quad\text{from 1st equation}\\ \text{plugging this into the last equation:}\quad 0=\frac{1}{y}\implies y=0 $$
$\textbf{Hint}$: Use the chain rule.
\begin{align*} T(u,v)=T(u(x,y),v(x,y)) \Rightarrow Z_y = \frac{\partial T}{\partial y} = \begin{pmatrix} T_u & T_v \end{pmatrix} \cdot \begin{pmatrix} u_y \\ v_y\end{pmatrix} \end{align*}