Curl of a Gradient: Calculating in (x,y) Plane

  • Thread starter Thread starter yungman
  • Start date Start date
  • Tags Tags
    Curl Gradient
yungman
Messages
5,741
Reaction score
294
Let ##v(x,y)## be function of (x,y) and not z.
\nabla v=\hat x \frac{\partial v}{\partial x}+\hat y \frac{\partial v}{\partial y}
\nabla \times \nabla v=\left|\begin{array} \;\hat x & \hat y & \hat z \\ \frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z}\\ \frac{\partial v}{\partial x} & \frac{\partial v}{\partial y} & 0 \end{array}\right|=\hat x\left(-\frac{\partial^2 v}{\partial y\partial z}\right)-\hat y\left(-\frac{\partial^2 v}{\partial x\partial z}\right) +\hat z\left(\frac{\partial^2 v}{\partial y\partial x}-\frac{\partial^2 v}{\partial x\partial y} \right) =0

What did I do wrong?
 
Physics news on Phys.org
What makes you think that's wrong? The curl of the gradient of a smooth scalar field ##f:\mathbb{R}^{3}\rightarrow \mathbb{R}## always vanishes: ##(\nabla \times \nabla f)^{i} = \epsilon^{ijk}\partial_{j}\partial_{k}f = 0##.
 
  • Like
Likes 1 person
WannabeNewton said:
What makes you think that's wrong? The curl of the gradient of a smooth scalar field ##f:\mathbb{R}^{3}\rightarrow \mathbb{R}## always vanishes: ##(\nabla \times \nabla f)^{i} = \epsilon^{ijk}\partial_{j}\partial_{k}f = 0##.

I did not know that!

Thanks
 
What is going on here is the use of Clairaut's theorem, which says that with enough continuity the mixed partial derivatives in any order give the same value. That's why, for example, ##v_{xy} = v_{yx}##.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top