Say I have a function $f(x,y,z,w)$.
Let $x$ and $y$ each be a function of $z$ and $w$ so $x=x(z,w)$ and $y=y(z,w)$.
Then we have a function of the form
$$f(x(z,w),y(z,w),z,w)$$
Using the chain rule for functions of multiple variables I get
$$\frac{\partial f}{\partial z} = \frac{\partial f}{\partial x}\frac{\partial x}{\partial z}+ \frac{\partial f}{\partial y}\frac{\partial y}{\partial z}+ \frac{\partial f}{\partial z}\frac{\partial z}{\partial z}+ \frac{\partial f}{\partial w}\frac{\partial w}{\partial z}$$
As $w$ is not dependent on $z$ then $\frac{\partial w}{\partial z}=0$
$$\frac{\partial f}{\partial z} = \frac{\partial f}{\partial x}\frac{\partial x}{\partial z}+ \frac{\partial f}{\partial y}\frac{\partial y}{\partial z}+ \frac{\partial f}{\partial z}1+ \frac{\partial f}{\partial w}0$$
$$\frac{\partial f}{\partial z} = \frac{\partial f}{\partial x}\frac{\partial x}{\partial z}+ \frac{\partial f}{\partial y}\frac{\partial y}{\partial z}+ \frac{\partial f}{\partial z}$$
This means $\frac{\partial x}{\partial z}=0$ and $\frac{\partial y}{\partial z}=0$ but this is not necessarily true because $x(z,w)$ and $y(z,w)$ are dependent on $z$.
I am unsure where this contradiction is coming from. I think I must be applying the chain rule incorrectly. I am also unsure when partially differentiating with respect to $z$ whether to treat just $w$ as a constant or $x,y$ and $w$ as constants.
I found similar problems:
Partial derivative of a two variables function, one of which dependent on the other
Partial Derivatives - constants
However these discussed functions that can be written in terms of one variable whereas the function I am confused with can be written in terms of two variables at the least ($z$ and $w$).
Please explain what I am doing wrong and thank you for any help!
Then consider another function g(z,w) defined from the preceding function in the particular case ofclicked for me. – parth_07 Aug 03 '21 at 16:08