Derivatives of a Function: General Case

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Physics_wiz
Messages
227
Reaction score
0
Say I have a function [tex]g = g(x,y)[/tex]. Now, I have another function defined as:
[tex]f(x,y) = \partial / \partial x [g(x,y)][/tex]. Is the following true:

[tex]f(a,b) = (\partial / \partial x [g(x,y)])_{x = a, y = b} = \partial / \partial a [g(a,b)][/tex]

a, b, x, y are all variables. Is this true in general for any function of any number of variables?
 
Physics news on Phys.org
It looks like you just substituted a for x and b for y. So I guess the answer is yes, you can do that :).
 
Physics_wiz said:
[tex]f(a,b) = (\partial / \partial x [g(x,y)])_{x = a, y = b}[/tex]

To me that looks like the partial derivative of g with respect to x, at the point (a,b). It's better without that middle part, if you just want to give the variables a different set of 'labels'.
 
neutrino said:
To me that looks like the partial derivative of g with respect to x, at the point (a,b). It's better without that middle part, if you just want to give the variables a different set of 'labels'.

Yes, you're right in your interpretation. However, the equality between the middle part and the last part is the most crucial step for my purposes, so I can't take it out.
 
The only difference between the "middle" and "last" parts of you statement are that in the middle part, you differentiate using the "symbols" x and y, then replace them by a and b, while, in the last part, you replace x and y by a and b, then differentiate. Yes, those are equal.