Alright, I also thought that it should be the total derivative (as I was asking at the end of my last post). Ok then let me put it this way with another example, which I think should better illustrate my problem in understanding: Let's say I have three variables: x,y,z, which are parametrized with respect to t. Let's assume that [tex]t[/tex] is the ultimate independent variable, like time. [tex]x(t)[/tex], [tex]y(t)[/tex] and [tex]z(t)[/tex] given as:
[tex]x(t) = t[/tex]
[tex]y(t) = t^2[/tex]
[tex]z(t) = t^2 + 4 \cdot t[/tex]
now, I can write [tex]z[/tex] as:
[tex]z = y + 4 \cdot x[/tex]
then, partial derivative of [tex]z[/tex] with respect to [tex]x[/tex] and wrt [tex]y[/tex] would be:
[tex]\frac{\partial z}{\partial x} = 4[/tex]
[tex]\frac{\partial z}{\partial y} = 1[/tex]
Now, I can also write [tex]z[/tex] as:
[tex]z = x^2 + 4 \cdot x[/tex]
then partial derivatives change:
[tex]\frac{\partial z}{\partial x} = 2 \cdot x + 4[/tex]
[tex]\frac{\partial z}{\partial y} = 0[/tex]
Now, I can also write these using the chain rule:
[tex]\frac{\partial z}{\partial x} = \frac{\partial z}{\partial t} \cdot \frac{\partial t}{\partial x}[/tex]
and
[tex]\frac{\partial z}{\partial x} = \underbrace{(2\cdot t + 4)}_{\frac{\partial z}{\partial t}} \cdot 1[/tex]
and similarly for partial derivative of z wrt y
[tex]\frac{\partial z}{\partial y} = \frac{\partial z}{\partial t} \cdot \frac{\partial t}{\partial y}[/tex]
and
[tex]\frac{\partial z}{\partial y} = (2\cdot t + 4) \cdot \underbrace{\frac{1}{2\sqrt{y}}}_{\frac{\partial t}{\partial y}}[/tex]
The partial derivatives come out differently. Am I making a mistake here? Thanks a lot.