Given $2x = u^{2}-v^{2}$ and $y=uv$, where $u$ and $v$ are implicit functions of $x$ and $y$.
I am asked to find $\frac{\partial u}{\partial x}, \frac{\partial u}{\partial y}, \frac{\partial v}{\partial x}, \frac{\partial v}{\partial y}$.
By the implicit function theorem, $u^{2}-v^{2}-2x = 0 \equiv F$ and $uv - y = 0 \equiv G$
So by the implicit function rule, we have $$\frac{\partial u}{\partial x} = - \frac{\partial F/\partial x}{\partial F/\partial u} = \frac{1}{u}$$.
Similarly, we have $$\frac{\partial u}{\partial y} = \frac{1}{v},$$ $$\frac{\partial v}{\partial x}=\frac{-1}{v},$$ $$\frac{\partial v}{\partial y}=\frac{1}{u}.$$
Are my solutions correct?
I don't think that your method is correct.
Compare to the direct partial derivation method (below) and see where is the mistake.