Proof of identity involving del

Aziza
Messages
189
Reaction score
1
Prove that ∇.(u×v) = v.(∇×u) - u.(∇×v), where "." means dot product and u,v are vectors.

So by scalar product rule, A.(B×C) = C.(A×B)
So applying same logic to above identity, shouldn't the left hand side just be equal to v.(∇×u)?
Or just to -u.(∇×v), since A.(B×C) = -B.(A×C) ?
 
Physics news on Phys.org
Aziza said:
Prove that ∇.(u×v) = v.(∇×u) - u.(∇×v), where "." means dot product and u,v are vectors.

So by scalar product rule, A.(B×C) = C.(A×B)
So applying same logic to above identity, shouldn't the left hand side just be equal to v.(∇×u)?
Or just to -u.(∇×v), since A.(B×C) = -B.(A×C) ?

\displaystyle \vec{\nabla} is not just any vector. It's a vector differential operator .

So it's no more true that \displaystyle \vec{\nabla}\cdot(\vec{u}\times\vec{v})=\vec{v} \cdot(\vec{\nabla}\times\vec{u}) than it is that \displaystyle \vec{\nabla}\cdot\vec{u}=\vec{u}\cdot\vec{\nabla} or that \displaystyle \vec{\nabla}\times\vec{u}=-\vec{u}\times\vec{\nabla}\ .
 
SammyS said:
\displaystyle \vec{\nabla} is not just any vector. It's a vector differential operator .

So it's no more true that \displaystyle \vec{\nabla}\cdot(\vec{u}\times\vec{v})=\vec{v} \cdot(\vec{\nabla}\times\vec{u}) than it is that \displaystyle \vec{\nabla}\cdot\vec{u}=\vec{u}\cdot\vec{\nabla} or that \displaystyle \vec{\nabla}\times\vec{u}=-\vec{u}\times\vec{\nabla}\ .

Oh ok...but then when I broke everything into components it comes out to just be zero..?
 
Aziza said:
Oh ok...but then when I broke everything into components it comes out to just be zero..?
It is not zero.
 
The only proof I can think of is the one using cartesian tensors.

\partial_{i}\left(\epsilon_{ijk}u_{j}v_{k}\right) =...
 
dextercioby said:
The only proof I can think of is the one using cartesian tensors.

\partial_{i}\left(\epsilon_{ijk}u_{j}v_{k}\right) =...


Thats definitely not how we're supposed to prove that lol, we did not learn that yet
 
SammyS said:
It is not zero.

I have attached my proof that it is...what am I doing wrong?edit: oops nvm nvm
 

Attachments

  • proof.jpeg
    proof.jpeg
    29.7 KB · Views: 627
ok starting with the right hand side I arrived to left side but with additional factor of 2...
 

Attachments

  • proof2.jpeg
    proof2.jpeg
    30.8 KB · Views: 856
Could someone please give hint as to how to prove this (not using tensors)? Breaking into components does not work for some reason
 
  • #10
if no one knows the answer, perhaps someone knows a book with proofs of these things? I can't find anything whatsoever. I found one proof of this involving tensors, but again, this is not how we're supposed to prove this. I've also attached another picture showing that the right hand side is actually equal to twice the left hand side...perhaps the last picture was not clear enough..I started with the right side and arrived at twice the left..is there perhaps some way to cancel this factor of 2?
 

Attachments

  • proof3.jpeg
    proof3.jpeg
    30.6 KB · Views: 670
  • #11
How do you figure that
\displaystyle \left\langle \frac{\partial}{\partial x},\,\frac{\partial}{\partial y},\,\frac{\partial}{\partial z}\right\rangle\cdot\left\langle u_yv_z-u_zv_y,\,u_zv_x-u_xv_z,\,u_xv_y-u_yv_x \right\rangle​
is zero?

Expand that out. Don't forget to use the product rule.

Added in Edit:

Remember that u_x is the x component of vector u, and not \displaystyle \frac{\partial u}{\partial x}\,,\ etc.
 
Last edited:
  • #12
SammyS said:
How do you figure that
\displaystyle \left\langle \frac{\partial}{\partial x},\,\frac{\partial}{\partial y},\,\frac{\partial}{\partial z}\right\rangle\cdot\left\langle u_yv_z-u_zv_y,\,u_zv_x-u_xv_z,\,u_xv_y-u_yv_x \right\rangle​
is zero?

Expand that out. Don't forget to use the product rule.

Added in Edit:

Remember that u_x is the x component of vector u, and not \displaystyle \frac{\partial u}{\partial x}\,,\ etc.

yea I know in my previous edit I said nvm about it being zero. I did in fact mix up my own notation. But if you read my posts after that, I show picture of how I got twice the identity I was supposed to get...there is factor of two for some reason and I don't know how to get rid of it. I am pretty sure I am doing everything right tho...
 
  • #13
Aziza said:
yea I know in my previous edit I said nvm about it being zero. I did in fact mix up my own notation. But if you read my posts after that, I show picture of how I got twice the identity I was supposed to get...there is factor of two for some reason and I don't know how to get rid of it. I am pretty sure I am doing everything right tho...
You can't move things from the left of the partial derivative operator to the right of it.

So the 4th line of the following (the third line which starts with an '=' sign)

attachment.php?attachmentid=52591&d=1351955400.jpg


should start out as
\displaystyle =<br /> v_x \frac{\partial}{\partial y}u_z-v_x \frac{\partial}{\partial z}u_y<br /> +v_y \frac{\partial}{\partial z}u_x-v_y \frac{\partial}{\partial x}u_z \ \ <br /> \dots​

Then use the product rule in reverse to collect terms.
 
Back
Top