Hi,
I’m doing some partial differentiation and I’m just confused about a certain derivation.
z is a function of two independent variables x and y
z =f(x,y)
we can say that
[img]
http://latex.codecogs.com/gif.latex?\delta z = \frac{\partial z} {\partial x} \delta x + \frac{\partial z} {\partial y} \delta y[/img]
Dividing through by delta x:
[img]
http://latex.codecogs.com/gif.latex?\frac{\delta z} {\delta x} = \frac{\partial z} {\partial x} + \frac{\partial z} {\partial y} \frac{\delta y} {\delta x}[/img]
Then if we let delta x approach zero we get:
[img]
http://latex.codecogs.com/gif.latex?\frac{d z} {dx} = \frac{\partial z} {\partial x} + \frac{\partial z} {\partial y} \frac{d y} {dx}[/img]
Now if z=f(x,y) and x and y are themselves functions of two new independent u and v.
We can start with the same equation
[img]
http://latex.codecogs.com/gif.latex?\delta z = \frac{\partial z} {\partial x} \delta x + \frac{\partial z} {\partial y} \delta y[/img]
Now if we divide across by delta u we get
[img]
http://latex.codecogs.com/gif.latex?\frac{\delta z} {\delta u} = \frac{\partial z} {\partial x} \frac{\delta x} {\delta u} + \frac{\partial z} {\partial y} \frac{\delta y} {\delta u}[/img]
Then as we let delta u approach zero we get:
[img]
http://latex.codecogs.com/gif.latex?\frac{\partial z} {\partial u} = \frac{\partial z} {\partial x} \frac{\partial x} {\partial u} + \frac{\partial z} {\partial y} \frac{\partial y} {\partial u}[/img]
My question is why is it that the expression on the left hand side of the equation becomes dz/dx in the first incident and partial derivative of z with respect to u in the second case? I have previously accepted this but I’ve run into trouble later on and I just want to clear up the fundamentals.