Ambiguity with partial derivative notation

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
3 replies · 3K views
perishingtardi
Messages
21
Reaction score
1
Suppose I have some function f that depends on three variables, namely x, y, and t; i.e.,
[tex]f=f(x,y,t).[/tex]
Now suppose that y depends on x, i.e., [itex]y=y(x)[/itex]. Taking this into account, we see that f is really just a function of two independent variables, x and t. So my question is this: if I write down the partial derivative of f with respect to x, i.e.,
[tex]\frac{\partial f}{\partial x},[/tex]
it seems to me that there is ambiguity in whether y is to be held constant or allowed to vary. Perhaps to make it clear we ought to write
[tex]\frac{\partial f(x,y,t)}{\partial x}, \quad \frac{\partial f(x,y(x),t)}{\partial x};[/tex]
the first one means that y is held constant in the differentiation, while the second one means that y should be treated as dependent on x.
It would obviously be wrong to use total derivative notation with straight d's for the second case since there are still two independent variables, x and t.

Is the notation I have used the correct way of distinguishing the two cases, or is there some other way?

I haven't been able to find any info on this question on the internet so thought i might be worth asking :).
 
Last edited:
Physics news on Phys.org
hi perishingtardi! welcome to pf! :smile:

if there was no t, ie f(x,y),

then the first would be written ∂f/∂x, and the second df/dx​

however, the t stops us doing that,

so i think we have to define a new g(x,t) = f(x,y(x),t),

and then the second is ∂g/∂x :wink:
 
thanks tiny-tim, i didnt think of that trick although it seems quite obvious now! :)
 
I think have seen the notation [itex](\frac{ ∂f }{ ∂x })_{y}[/itex], especially in thermodynamics equations where a lot of variables are interdependent. Here the variables in subscript are held constant.