Partial Derivatives of Vectors and Gradients

Click For Summary
SUMMARY

The discussion centers on the calculation of partial derivatives of the vector field V(x,y) = yi - xj and the conditions under which it represents a gradient vector field. It is established that ∂/∂x(yi - xj) = y and ∂/∂y(yi - xj) = -x, demonstrating that the mixed partial derivatives are not equal, thus confirming that V is not a gradient vector field. The conversation also clarifies the importance of understanding the definition of gradients and the implications of treating components as constants during differentiation.

PREREQUISITES
  • Understanding of vector fields and their components
  • Knowledge of partial derivatives and their notation
  • Familiarity with the concept of gradient vector fields
  • Basic calculus, particularly the equality of mixed partial derivatives
NEXT STEPS
  • Study the properties of gradient vector fields in depth
  • Learn about the implications of mixed partial derivatives in multivariable calculus
  • Explore examples of vector fields that are and are not gradients
  • Review the definitions and proofs related to the equality of mixed partial derivatives
USEFUL FOR

Mathematicians, physics students, and anyone involved in vector calculus who seeks to deepen their understanding of partial derivatives and gradient fields.

The Head
Messages
137
Reaction score
2
I was reading a section on vector fields and realized I am confused about how to take partials of vector quantities. If V(x,y)= yi -xj, I don't understand why the \partialx= y and the \partialy= -x. The problem is showing why the previous equation is not a gradient vector field (because the second-order partials are not equal). 3 questions arise for me:

1) It seems to me that the only way you could obtain this answer for the \partialx part of the gradient would be to only look at the i value and ignore the j value. But why can you ignore the j component? Is that because of the gradient's definition

2) Following off of the previous question, would\partialx be something different (still using these vector components) if we were not interested in the gradient? And thus, is there something about taking gradients of vectors that can lead to an inequality among partials (because of only looking at certain components at certain times)?

3)And how is it that \partialx yi = y? Does i serve as "x," so that it is like taking the partial of yx? If so why is that?
 
Physics news on Phys.org
Sorry, every time I attempted to write the partial derivative of V with respect to x, it just ended up saying "partial" in red font. Just so you know what it was intended to be...
 
A gradient vector field means the vector field is the gradient of a scalar function.
For example, if ##\vec V## is a gradient vector field, then there is a scalar function ##\phi## such that ##\vec V=\nabla\phi.##
If ##\vec V=v_1\vec i+v_2\vec j##, then ##v_1=\frac{∂\phi}{∂x},v_2=\frac{∂\phi}{∂y},## so ##\frac{∂v_1}{∂y}=\frac{∂v_2}{∂x}=\frac{∂^2\phi}{∂x∂y}.##
For ##\vec V=y\vec i-x\vec j,\frac{∂}{∂y}(y)\ne\frac{∂}{∂x}(-x),## not a gradient vector field.
 
The Head said:
Sorry, every time I attempted to write the partial derivative of V with respect to x, it just ended up saying "partial" in red font. Just so you know what it was intended to be...
You have "\partialx" as a single "word" and it does not recognize that use "\partial x" instead with a space between \partial and x.
 
Thanks for your hep but I am still confused about a couple of things though. Why is \partial / \partial x of yi - xj = y? To me, it makes sense that when you are dealing with the i component and taking its partial with respect to x, you look at the value in front of the component, which is y. And \partial / \partial x (y) = zero. I just want to make sense of why the answer is y.

Also, I understand that equality of mixed partials must be equal is an implicit idea within the concept of a gradient, but is there a reason or proof for this, or just a definition?

Thank you again.
 
The Head said:
Thanks for your hep but I am still confused about a couple of things though. Why is \partial / \partial x of yi - xj = y?
It isn't. Where did you get the idea that it was? The partial derivative, with respect to x, of yi- xj is -j.

To me, it makes sense that when you are dealing with the i component and taking its partial with respect to x, you look at the value in front of the component, which is y. And \partial / \partial x (y) = zero. I just want to make sense of why the answer is y.

Also, I understand that equality of mixed partials must be equal is an implicit idea within the concept of a gradient, but is there a reason or proof for this, or just a definition?

Thank you again.
As long as the derivatives are continuous,
\frac{\partial^2 f}{\partial x\partial y}= \frac{\partial^2 f}{\partial y\partial x}

You should be able to find a proof of that in any Calculus book.

You can find a paper on how Euler derived it here:
http://www.maa.org/editorial/euler/How%20Euler%20Did%20It%2007%20Mixed%20Partial%20Derivatives.pdf
 
Last edited by a moderator:
HallsofIvy said:
It isn't. Where did you get the idea that it was? The partial derivative, with respect to x, of yi- xj is -j.

In Marsden and Tromba's Vector Calculus (5e, p.289), there is an example calculating the gradient of V(x,y)= yi -xj. In the next step it shows the gradient being equal to the product of \partial f / \partial x and yi, plus the product of \partial f / \partial y the and -xj. It then says that \partial f / \partial x = y and \partial f / \partial y = -x. I would have thought that the two partials would both be zero because the variable with which you are taking the partial is seemingly absent in each expression. Is this an error in the text, or am I misinterpreting something in the text?

Oh, and thanks for the interesting link to the paper!
 
The Head said:
In Marsden and Tromba's Vector Calculus (5e, p.289), there is an example calculating the gradient of V(x,y)= yi -xj. In the next step it shows the gradient being equal to the product of \partial f / \partial x and yi, plus the product of \partial f / \partial y the and -xj. It then says that \partial f / \partial x = y and \partial f / \partial y = -x. I would have thought that the two partials would both be zero because the variable with which you are taking the partial is seemingly absent in each expression. Is this an error in the text, or am I misinterpreting something in the text?

Oh, and thanks for the interesting link to the paper!
I would appreciate it if you gave the full discussion. If you are taking "the gradient of V(x,y)" where did this "f" come from?
 
HallsofIvy said:
I would appreciate it if you gave the full discussion. If you are taking "the gradient of V(x,y)" where did this "f" come from?


Here is the complete example:

Example 7: Show that the vector field V on R2 defined by V= yi-xj is not a gradient vector field; that is, there is no C1 function f such that V=\nabla f(x,y)= \partial f /\partial x i + \partial f / \partial y j.

Solution Suppose that such an f exists. Then \partial f /\partial x = y and \partial f /\partial y = -x. Because these are C1 functions, f itself must have continuous first and second-order partial derivatives. But... (goes on to show mixed partials are not equal.

Is this different because of the "f" you were talking about...somehow it changes the operation?
 
  • #10
Thanks, that makes sense. But you are NOT taking the partial derivatives of yi and -xj. You want to determine if there is a scalar function f(x,y) so that the derivative of f with respect to x is equal to the coefficient of i (which in this problem is y) and the derivative of f with respect to y is equal tio the coefficient of j (which in this problem is -x).

In other words, rather than saying \partial/\partial x (yi- xj)= y and that \partial/\partial y (yi- xj)= -x they are asking if there exist a function f(x, y) such that \partial f/\partial x= y and \partial f/\partial y= -x.

If it were true that \partial f/\partial x= y then it would have to be true that \partial^2 f/\partial x\partial y= 1. And if it were true that \partial f/\partial y= -x then it would have to be true that \partial^2 f/\partial y\partial x= -1.

Here's a different way of thinking about it. If if were true that \partial f/\partial x= y, because taking the partial derivative with respect to x treats y like a constant, integrating, we must have f(x,y)= xy+ C- except that because we treating y like a constant, that constant of integration, C, might depend on y: f(x,y)= xy+ C(y). Differentiating with respect to y, we have \partial f/\partial y= x+ C'(y). But that must be equal to -x: x+ C'(y)= -x so that C'(y)= -2x- which is, of course, impossible since C only depends on y.
 
  • #11
HallsofIvy said:
Thanks, that makes sense. But you are NOT taking the partial derivatives of yi and -xj. You want to determine if there is a scalar function f(x,y) so that the derivative of f with respect to x is equal to the coefficient of i (which in this problem is y) and the derivative of f with respect to y is equal tio the coefficient of j (which in this problem is -x).

In other words, rather than saying \partial/\partial x (yi- xj)= y and that \partial/\partial y (yi- xj)= -x they are asking if there exist a function f(x, y) such that \partial f/\partial x= y and \partial f/\partial y= -x.

If it were true that \partial f/\partial x= y then it would have to be true that \partial^2 f/\partial x\partial y= 1. And if it were true that \partial f/\partial y= -x then it would have to be true that \partial^2 f/\partial y\partial x= -1.

Here's a different way of thinking about it. If if were true that \partial f/\partial x= y, because taking the partial derivative with respect to x treats y like a constant, integrating, we must have f(x,y)= xy+ C- except that because we treating y like a constant, that constant of integration, C, might depend on y: f(x,y)= xy+ C(y). Differentiating with respect to y, we have \partial f/\partial y= x+ C'(y). But that must be equal to -x: x+ C'(y)= -x so that C'(y)= -2x- which is, of course, impossible since C only depends on y.

So much clearer now-- you have been a wonderful help!
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K