I have the equation: $$xz(y+1)+e^y=1$$ and I would like to be able to write $y$ as a function of $x$ and $z$ i.e. $y=f(x,z)$. How would I go about this? I think this might have something to do with partial derivatives. Eventually, I want to determine:
$$\lim_{(x,z)\to (0,0)}\frac{f(x,z)}{x^2+z^2}$$
Alternatively, how do I compute this limit if I can't find a formula for $y=f(x,z)$ ?
Using implicit derivation you can compute the Taylor aproximation of $y$ around $(0,0)$.
$y(0,0)=0$,
$$ y_x=\frac{-z(y+1)}{e^y+xz} \;\; y_z=\frac{-x(y+1)}{e^y+xz} $$ So $y_x(0,0)=0$, $y_z(0,0)=0$.
You can also compute the second derivatives (Verify, I did not do the calculations carefully): $$ y_{xx}(0,0)=0 \;\; y_{xz}(0,0)=-1\;\; y_{zz}(0,0)=0 $$ Therefore $$ y(x,z)=-\frac{zx}{2}+ O(\left(\sqrt{x^2+z^2}\right)^3) $$ and then $$ \lim_{(x,z)\rightarrow (0,0)} \frac{y(x,z)}{x^2+z^2} \mbox{ does not exist.} $$.