BucketOfFish
- 60
- 1
If you have a function
f(x,y)=xy
where y is a function of x, say
y=x^2
then the partial derivative of f with respect to x is
\frac{\partial f}{\partial x}=y
However, if you substitute in y and express f as
f(x)=x^3
then the partial derivative is
\frac{\partial f}{\partial x}=3x^2=3y
despite the fact that these expressions for f are equivalent! What does it mean to change one variable (x) while holding another variable constant (y) even though it is a function of the first variable? Does this mean that if you choose different ways of expressing a system, you will end up with different partial derivatives? What influence does this have on solving such systems?
f(x,y)=xy
where y is a function of x, say
y=x^2
then the partial derivative of f with respect to x is
\frac{\partial f}{\partial x}=y
However, if you substitute in y and express f as
f(x)=x^3
then the partial derivative is
\frac{\partial f}{\partial x}=3x^2=3y
despite the fact that these expressions for f are equivalent! What does it mean to change one variable (x) while holding another variable constant (y) even though it is a function of the first variable? Does this mean that if you choose different ways of expressing a system, you will end up with different partial derivatives? What influence does this have on solving such systems?