I'm confused about the consistency of partial derivatives

In summary, the conversation discusses the concept of partial derivatives and their utility in differentiating functions with multiple variables. It explains that partial derivatives assume all other variables are constant, and how this can lead to inconsistencies when one variable is a function of another. The conversation also mentions the application of partial derivatives in the chain rule and gradient, as well as their use in describing electromagnetism and solving differential equations. Ultimately, the conversation concludes that partial derivatives are important tools in mathematics, despite their limitations in certain scenarios.
  • #1
BucketOfFish
60
1
If you have a function

[tex]f(x,y)=xy[/tex]

where y is a function of x, say

[tex]y=x^2[/tex]

then the partial derivative of f with respect to x is

[tex]\frac{\partial f}{\partial x}=y[/tex]

However, if you substitute in y and express f as

[tex]f(x)=x^3[/tex]

then the partial derivative is

[tex]\frac{\partial f}{\partial x}=3x^2=3y[/tex]

despite the fact that these expressions for f are equivalent! What does it mean to change one variable (x) while holding another variable constant (y) even though it is a function of the first variable? Does this mean that if you choose different ways of expressing a system, you will end up with different partial derivatives? What influence does this have on solving such systems?
 
Physics news on Phys.org
  • #2
To have a function of x and y like this means that x and y are INDEPENDENT variables. One cannot be a function of the other and have partial derivatives like you did make sense.For example, when you calculate [itex] \frac{\partial f}{\partial x}[/itex], what you're doing is assuming every other variable is a constant, and using the limit definition of the derivative on the variable x. Essentially you're asking what happens to f(x,y) if x changes a little bit but y stays the same. But if y=x2, how can x vary but y remain constant? Obviously it's impossibleLet's look at an example from physics, we have for an ideal gas a relationship between pressure, temperature and volume PV=nRT. We can write P=P(V,T) = nRT/V.

Then [itex] \frac{ \partial P}{\partial T} = nR/V[/itex]. What this means is that if the temperature increases by a little bit, without the volume changing at all, I expect P to increase by about [itex] (nR/V)\Delta T [/itex]. On the other hand if I increase the temperature but the container is elastic so the volume increases as well and the pressure stays constant, the result I just stated is a lie! Well of course it is, because I didn't keep the volume constant as the temperature changed, which is what taking partial derivatives assumes
 
  • #3
Thanks for the quick reply, Shredder. However, now I'm confused as to the utility of partial derivatives. If all variables are completely independent, then how is a partial derivative any different from a total derivative with respect to one variable?
 
  • #4
What is your definition of total derivative?

One application is the chain rule. If we know that y=x2, then f(x,y) = f(x,y(x)) is a function of x and we can calculate its derivative:
[tex] \frac{df}{dx} = \frac{\partial f}{\partial x} \frac{dx}{dx} + \frac{\partial f}{\partial y} \frac{dy}{dx} [/tex]

In the example above it's simply enough to just plug the formula for y in and calculate the derivative but there are times when you don't have a formula for f but want to prove a general result and need to use the chain rule to prove it.

The gradient of a function, which is a vector of every partial derivative of a function, tells you which direction to move in in order to increase/decrease the vector the fastest. This is critical for basic optimization algorithms. The gradient being 0 corresponds to being at a local extremum, and the Hessian, a matrix of second order partial derivatives, takes the place of the second derivative in deciding if you are at a local min or max.Functions of time and space - for example h(x,t) is the height of a waving piece of string x inches away from the end of the string at time t - satisfy differential equations using partial derivatives with respect to x and t.

The curl and divergence are other operators which take functions and give you new functions, and use partial derivatives to do so. These along with the gradient are essentially the tools required to describe classical electromagnetism using vector calculus.Asking why we want partial derivatives is like asking why we want to differentiate in the first place
 
  • #5
Thanks for the response, but I feel like maybe I didn't express my question well. Let me try again, using the chain rule definition you provided.

[tex]\frac{df}{dx}=\frac{\partial f}{\partial x}+\frac{\partial f}{\partial y}\frac{\partial y}{\partial x}[/tex]

Here, when y is not a function of x (the two are independent), the partial and total derivatives are equivalent.

[tex]\frac{df}{dx}=\frac{\partial f}{\partial x}[/tex]

However, when y [itex]is[/itex] a function of x, then the inconsistency I mentioned above comes into play. [itex]\frac{\partial f}{\partial x}[/itex] does not have a well-defined value, but depends upon how f is expressed. (It does not make sense to me how you can vary x while holding y constant, if y is a function of x.) Thus, if the value of a partial derivative is either non-consistent, or else equivalent to a total derivative, then I don't see what the point of taking a partial derivative is, outside of defining a total derivative (and even then the matter seems fishy to me).

EDIT: Never mind, I thought about taking a gradient in non-Cartesian coordinates and realized that partial derivatives are in fact helpful. I still hold that they have no use outside of re-expressing a total derivative.
 
Last edited:

1. What is the definition of a partial derivative?

A partial derivative is a mathematical concept used to describe how a function changes with respect to one of its variables while holding the other variables constant. It is denoted by ∂ (the partial derivative symbol) and the variable with respect to which the derivative is being taken is written after it.

2. How is the consistency of a partial derivative determined?

The consistency of a partial derivative is determined by checking if the derivative exists and is continuous at the point in consideration. This means that the limit of the difference quotient, which is the rate of change of the function, must exist and be the same from all directions at that point.

3. Can a function have a partial derivative that is not consistent?

Yes, it is possible for a function to have a partial derivative that is not consistent. This means that the function is not differentiable at that point, and the derivative does not exist or is not continuous from all directions.

4. Why is it important to understand the consistency of partial derivatives?

Understanding the consistency of partial derivatives is important because it helps us determine if a function is differentiable at a given point. This, in turn, helps us analyze the behavior of the function and make accurate predictions about its values and behavior in the future.

5. How can one improve their understanding of partial derivatives and consistency?

One can improve their understanding of partial derivatives and consistency by practicing solving problems and working through examples. It is also helpful to review the basic concepts of derivatives and limits, as well as seeking clarification from a teacher or tutor if needed.

Similar threads

Replies
6
Views
1K
Replies
1
Views
179
Replies
1
Views
913
  • Calculus
Replies
2
Views
2K
  • Calculus
Replies
9
Views
1K
  • Calculus
Replies
3
Views
2K
Replies
3
Views
1K
Replies
4
Views
2K
Replies
3
Views
1K
Replies
1
Views
2K
Back
Top