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

  • Context: Graduate 
  • Thread starter Thread starter mXSCNT
  • Start date Start date
  • Tags Tags
    Derivative Function
Click For Summary
SUMMARY

The discussion centers on the definitions and distinctions between partial and total derivatives in calculus, specifically for functions of multiple variables. It establishes that the partial derivative of a function \( f: \mathbb{R}^2 \to \mathbb{R} \) with respect to its first argument is defined as \( f_1(x,y) = \lim_{h \to 0} \frac{f(x+h,y) - f(x,y)}{h} \), while the total derivative involves both partial derivatives and the derivative of any dependent variable. The conversation emphasizes that a function's definition must account for the relationships between its variables to properly define these derivatives.

PREREQUISITES
  • Understanding of calculus concepts, specifically derivatives.
  • Familiarity with functions of multiple variables, particularly \( f: \mathbb{R}^2 \to \mathbb{R} \).
  • Knowledge of limits and continuity in mathematical analysis.
  • Basic understanding of differentiable functions and their properties.
NEXT STEPS
  • Study the definition and properties of differentiable functions in multivariable calculus.
  • Learn about the chain rule for functions of multiple variables.
  • Explore the concept of gradients and their applications in optimization.
  • Investigate the implications of the Leibniz notation in calculus and its potential ambiguities.
USEFUL FOR

Mathematicians, calculus students, and educators seeking a deeper understanding of the distinctions between partial and total derivatives, as well as their applications in multivariable calculus.

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
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K