yungman said:
What I meant is the derivation of:
[tex](\vec V \cdot \nabla) \vec V=(1/2)\nabla(V^2)-{\vec V}\times(\nabla\times{\vec V})[/tex]
I believe Meir Achuz said it is independent to coordinate systems.
I would do it using Einstein notation. It boils everything down a bunch of easy steps and one hard step. Einstein notation means sum over every repeated index (they only show up alone or in pairs) [itex]\partial_i[/itex] means [itex]\partial/\partial x_i[/itex] where [itex]x_1,x_2,x_3=x,y,z[/itex]. The components of a vector A are given by [itex]A_i[/itex]
Dot product
[tex]\vec A \cdot \vec B \rightarrow A_i B_i[/tex]
Cross product
[tex](\vec A \times \vec B)_i=\epsilon_{ijk}A_j B_k[/tex]
where [itex]\epsilon_{ijk}[/itex] is the permutation pseudotensor. Its equal to 1 for even permutations of 123 (e.g. 231, 312, etc.) and -1 for odd permutations (132, 321, etc.)
So what we want to prove is
[tex]V \times (\nabla \times V)=\frac{1}{2}\nabla V^2-(V\cdot \nabla) V[/tex]
In Einstein notation, thats
[tex]\epsilon_{ijk}V_j(\epsilon_{k\ell m}\partial_\ell V_m) = \frac{1}{2}\partial_i (V_j V_j) - V_j\partial_j V_i[/tex]
Collecting some terms and realizing that [itex]\partial_i (V_j V_j)=2V_j\partial_i V_j[/itex] we get:
[tex]\epsilon_{ijk}\epsilon_{k\ell m}V_j \partial_\ell V_m = V_j\partial_i V_j - V_j\partial_j V_i[/tex]
Now comes the hard part. We have to realize that:
[tex]\epsilon_{ijk}\epsilon_{k\ell m}=\delta_{i\ell}\delta_{jm}-\delta_{im}\delta_{j\ell}[/tex]
where [itex]\delta_{ij}[/itex] is 1 when i=j, zero otherwise. The rest is easy. For example
[tex]\delta_{i\ell}V_j\partial_\ell V_m=V_j\partial_i V_m[/tex]
I know that last step is not straightforward, but if you think about it, its true, and its independent of all the vectors and partial derivatives, its the core of the proof.