Calculate partial derivatives and mixed partial derivatives

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
dyn
Messages
774
Reaction score
63
Hi. I know how to calculate partial derivatives and mixed partial derivatives such as ∂2f/∂x∂y but I've now become confused about something. If I have a function of 3 variables eg. f(x,y,z) and I calculate ∂x then I am differentiating wrt x while holding y and z constant. Does that mean ∂x then becomes a function of x only ie does ∂x f(x,y,z) = φ( x ) ? If it does then ∂y and ∂z will always be zero but I know this is not the case. I'm confused !
 
Physics news on Phys.org
dyn said:
Hi. I know how to calculate partial derivatives and mixed partial derivatives such as ∂2f/∂x∂y but I've now become confused about something. If I have a function of 3 variables eg. f(x,y,z) and I calculate ∂x then I am differentiating wrt x while holding y and z constant. Does that mean ∂x then becomes a function of x only ie does ∂x f(x,y,z) = φ( x ) ? If it does then ∂y and ∂z will always be zero but I know this is not the case. I'm confused !
No. It's still a function of three variables.
Differentiating along a single variable simply means to consider the change in values along this coordinate.

You might want to play around a little with Wolfram, e.g. http://www.wolframalpha.com/input/?i=f(x,y)+=+xy^3++4+x^2
Imagine the partial derivation ##\partial_x## as a tangent in ##x-##direction. It still varies with ##y## and ##z##.
 
  • Like
Likes   Reactions: dyn
Thanks. So it is incorrect to write ∂x f(x, y ,z) = g ( x ) ?
 
dyn said:
Thanks. So it is incorrect to write ∂x f(x, y ,z) = g ( x ) ?
Unless the variables y and z disappear as a result of differentiating wrt x, they are still there. They might disappear, but don't count on it.
 
  • Like
Likes   Reactions: dyn
dyn said:
Thanks. So it is incorrect to write ∂x f(x, y ,z) = g ( x ) ?
Yes.

You could of course evaluate the derivative at some point ##p=(x_0,y_0,z_0)## and get
$$\frac{\partial}{\partial_x}\bigg{|}_p f(x,y,z) = g(x_0,y_0,z_0)$$
Or if you want to examine the ##x-##component, you could consider ##g(x,y_0,z_0)## and get a function in one variable, because you fixed ##y=y_0## and ##z=z_0##. But this is another issue.
 
  • Like
Likes   Reactions: dyn