If I have a function: $z=f(x, y)$
And I want to find: $(\frac{ \partial y}{ \partial x}) _{z}$
How do I do this? My approach is that if z is kept constant, $dz$ would be $0$. Therefore, using the relation:
$dz=( \frac{ \partial z}{ \partial x})dx + ( \frac{ \partial z}{ \partial y})dy$
I can set dz = $0$. I the divided both sides by dy, getting:
$\frac{ \partial z}{ \partial x} \frac{dx}{dy} = - \frac{ \partial z}{ \partial y}$
But I don't know where to go from here. I also don't understand what $\frac{dx}{dy}$ means in this context, is this the same as $(\frac{ \partial y}{ \partial x}) _{z}$?
Thanks