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

In summary: All derivatives in calculus are written in terms of these two operations, and there is no need for a separate notation for the total derivative.
  • #1
mXSCNT
315
1
Example, if:
[itex]z=xy[/itex]
[itex]y=x[/itex]
then:
the partial derivative [itex]\frac{\partial z}{\partial x} = y[/itex], treating [itex]z[/itex] as a function of two variables [itex]z(x, y) = xy[/itex]
the total derivative [itex]\frac{dz}{dx} = 2x[/itex], treating [itex]z[/itex] as a function of one variable, [itex]z(x) =z y(x)[/itex].

So there doesn't seem to be a way to define the partial or total derivative based only on one function [itex]z[/itex] 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 [itex]f : \mathbb{R} \times \mathbb{R} -> \mathbb{R}[/itex], what's the total derivative of [itex]f[/itex] with respect to its first parameter, and how does this differ from the partial derivative of [itex]f[/itex] 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
  • #2
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)
 
  • #3
mXSCNT said:
Example, if:
[itex]z=xy[/itex]
[itex]y=x[/itex]
then:
the partial derivative [itex]\frac{\partial z}{\partial x} = y[/itex], treating [itex]z[/itex] as a function of two variables [itex]z(x, y) = xy[/itex]
the total derivative [itex]\frac{dz}{dx} = 2x[/itex], treating [itex]z[/itex] as a function of one variable, [itex]z(x) =z y(x)[/itex].

So there doesn't seem to be a way to define the partial or total derivative based only on one function [itex]z[/itex] 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 [itex]f: \mathbb{R}^2 \to \mathbb{R}[/itex] you can define these partial derivatives (I'm avoiding the Liebnitz notation because it tends to obscure matters in rigorous analysis):
[tex]
f_1: \mathbb{R}^2 \to \mathbb{R} : (x,y) \mapsto \lim_{h \to 0} \frac{f(x+h,y) - f(x,y)}h \\
f_2: \mathbb{R}^2 \to \mathbb{R} : (x,y) \mapsto \lim_{h \to 0} \frac{f(x,y+h) - f(x,y)}h
[/tex]
These respectively are the partial derivatives of [itex]f[/itex] with respect to its first and second arguments.

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

1. What is a function?

A function is a mathematical relationship between two or more variables, where each input (independent variable) corresponds to a unique output (dependent variable).

2. How is a function represented?

A function can be represented in several ways, including algebraically (using equations or formulas), graphically (using a graph or plot), or numerically (using a table of values).

3. What is a partial derivative?

A partial derivative is the rate of change of a function with respect to one of its variables, while holding all other variables constant. It measures how much the output of a function changes when only one input variable is changed.

4. What is a total derivative?

A total derivative is the rate of change of a function with respect to all of its variables. It takes into account the effect of changing all input variables on the output of the function. It is also known as the gradient or the derivative vector.

5. Why are partial and total derivatives important?

Partial and total derivatives are important in mathematics and science because they allow us to analyze and understand the behavior of complex functions with multiple variables. They are used in fields such as economics, physics, and engineering to model and predict changes in systems. They also play a crucial role in optimization and calculus.

Similar threads

Replies
6
Views
1K
Replies
1
Views
195
Replies
4
Views
2K
  • Calculus
Replies
2
Views
2K
Replies
12
Views
2K
  • Calculus
Replies
3
Views
2K
Replies
6
Views
901
  • Calculus
Replies
9
Views
1K
  • Calculus
Replies
14
Views
1K
Replies
3
Views
1K
Back
Top