I have a problem with this:
$f(x,y,z)=\exp(xyz)$ with $g(1,1)=\ln2$ and $f(x,y,g(x,y))=2$.
The task is to calculate the partial derivatives $\frac{\partial g}{\partial x}(1,1)$ and $\frac{\partial g}{\partial y}(1,1)$.
I've already found an equation $\frac{\partial g}{\partial x} = -\frac{\partial f / \partial x}{\partial f/ \partial g}$ which should work, but how do I calculate the denominator of the right side? I don't have any formula for $g$ given. Is it a directional derivate?
The denominator is the derivative of $f$ with respect to $z$, as you can see in http://en.wikipedia.org/wiki/Implicit_function_theorem#Regularity
In your case, if $y \neq 0$,
$$\frac{\partial g}{\partial x} = -\frac{yz \exp(xyz)}{xy \exp(xyz)}.$$
Rewriting so this is not implicit:
$$\frac{\partial g}{\partial x} = -\frac{g(x,y)}{x}.$$