What is a function, when you consider the partial/total derivative?

mXSCNT
Messages
310
Reaction score
1
Example, if:
z=xy
y=x
then:
the partial derivative \frac{\partial z}{\partial x} = y, treating z as a function of two variables z(x, y) = xy
the total derivative \frac{dz}{dx} = 2x, treating z as a function of one variable, z(x) =z y(x).

So there doesn't seem to be a way to define the partial or total derivative based only on one function z defined as a set of ordered pairs plus domain/codomain. So how do you define a function in such a way that you can define the partial and total derivative?


This may not be clear. If you don't see the problem, consider this question:
For f : \mathbb{R} \times \mathbb{R} -> \mathbb{R}, what's the total derivative of f with respect to its first parameter, and how does this differ from the partial derivative of f with respect to its first parameter?

How many parameters does the operator "total derivative" take and what are they? There's at least the function and the variable the total derivative is taken with respect to, but those two parameters don't seem enough, without changing the definition of function. How many parameters does the operator "partial derivative" take and what are they?

To handle the distinction between the total derivative and partial derivative, in calculus you also need some idea of the relationships between the variables used in the function definition. These relationships are not encoded in the usual definition of a function.
 
Last edited:
Physics news on Phys.org
hi mXSCNT! :smile:
mXSCNT said:
To handle the distinction between the total derivative and partial derivative, in calculus you also need some idea of the relationships between the variables used in the function definition.

correct :smile: … ∂/∂x depends on what the other variable(s) are, since you have to calculate it while keeping all the other variables constant

so eg ∂/∂x f(x,y,z) = d/dx fy,z(x), where fy,z(x) = f(x,y,z) :wink:

(this is not a standard notation)
 
mXSCNT said:
Example, if:
z=xy
y=x
then:
the partial derivative \frac{\partial z}{\partial x} = y, treating z as a function of two variables z(x, y) = xy
the total derivative \frac{dz}{dx} = 2x, treating z as a function of one variable, z(x) =z y(x).

So there doesn't seem to be a way to define the partial or total derivative based only on one function z defined as a set of ordered pairs plus domain/codomain. So how do you define a function in such a way that you can define the partial and total derivative?

You don't.

Given a differentiable f: \mathbb{R}^2 \to \mathbb{R} you can define these partial derivatives (I'm avoiding the Liebnitz notation because it tends to obscure matters in rigorous analysis):
<br /> f_1: \mathbb{R}^2 \to \mathbb{R} : (x,y) \mapsto \lim_{h \to 0} \frac{f(x+h,y) - f(x,y)}h \\<br /> f_2: \mathbb{R}^2 \to \mathbb{R} : (x,y) \mapsto \lim_{h \to 0} \frac{f(x,y+h) - f(x,y)}h<br />
These respectively are the partial derivatives of f with respect to its first and second arguments.

Given a differentiable f: \mathbb{R}^2 \to \mathbb{R} and a differentiable g: \mathbb{R} \to \mathbb{R}, you can then define an entirely new function
<br /> h: \mathbb{R} \to \mathbb{R}: x \mapsto f(x,g(x))
whose derivative can be shown to be
<br /> h&#039; : x \mapsto f_1(x, g(x)) + f_2(x, g(x))g&#039;(x)
Note that f \neq h since the domains are different: the domain of the first is \mathbb{R}^2 and the domain of the second is \mathbb{R}. In these circumstances, writing
<br /> \frac{df}{dx} = \frac{\partial f}{\partial x} + \frac{\partial f}{\partial y} \frac{dy}{dx}
is a notational abuse (one of the many to which the Liebnitz notation lends itself).
 

Similar threads

Replies
6
Views
2K
Replies
1
Views
2K
Replies
4
Views
3K
Replies
7
Views
1K
Replies
12
Views
3K
Replies
2
Views
2K
Replies
3
Views
3K
Back
Top