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

Click For Summary
The discussion explores the definitions and distinctions between partial and total derivatives in calculus, particularly in the context of functions with multiple variables. It highlights that the partial derivative depends on the other variables being held constant, while the total derivative incorporates relationships between variables. The conversation emphasizes that defining a function to facilitate these derivatives requires understanding the relationships among its variables, which are not captured in the standard function definition. Additionally, it illustrates how to derive new functions from existing ones and the implications of their differing domains. Overall, the complexities of defining and calculating these derivatives are underscored.
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 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K