If $z=f(x,y)$, then total derivative is $\mathrm{d}z=\frac{\partial f}{\partial x}\mathrm{d}x+\frac{\partial f}{\partial y}\mathrm{d}y$. If $\mathrm{d} z=0$, how do you show that $z$ is a constant?
Asked
Active
Viewed 361 times
2 Answers
3
Since $dz=0$, $\frac{\partial z}{\partial x} = \frac{\partial z}{\partial y}=0$. Hence, on the one hand $z(x,y)=f(y)$ and on the other $z(x,y)=g(x)$ by integrating. So $f(y)=g(x)$. Differentiating both sides with respect to $x$, we have $0=\frac{\partial g}{\partial x}$. Therefore $z(x,y)=g(x)=C$.
AppliedSide
- 1,404
2
If $df = 0$, then $\frac{\partial f}{\partial x} \ dx = -\frac{\partial f}{\partial y} \ dy$. I guess one could solve for $f(x,y)$ to get $f(x,y) = g(x-y)$ since $(f_x+f_y)g(x-y) = g'(x-y)+(-1)g'(x-y) = 0$ identically for some $g \in C^1$.
NebulousReveal
- 13,935
-
Thanks. I already know this but how does this help to show that $z$ is constant? – Vafa Khalighi Feb 21 '11 at 22:14
f(y)=g(x)is enough to concludez=f(y)=g(x)=Csince any expression on x alone, equal to another on y alone, can only be a constant to be well-defined. – Javier Álvarez Feb 22 '11 at 01:22