Understanding Index Notation and Tensor Operations in Vector Calculus

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Niles
Messages
1,834
Reaction score
0

Homework Statement


Hi

I have a vector v. According to my book, the following is valid:
[tex] \frac{1}{2}\nabla v^2-v\cdot \nabla v = v\times \nabla \times v [/tex]
I disagree with this, because the first term on the LHS I can write as (partial differentiation)
[tex] \frac{1}{2}\partial_i v_jv_j = v_j\partial_i v_j [/tex]
which is just [itex]v\cdot \nabla v[/itex]. So IMO it should equal 0.

What is wrong here?
 
Last edited:
Physics news on Phys.org
Niles said:

Homework Statement


Hi

I have a vector v. According to my book, the following is valid:
[tex] \frac{1}{2}\nabla v^2-v\cdot \nabla v = v\times \nabla \times v [/tex]

I disagree with this, because the first term on the LHS I can write as (partial differentiation)
[tex] \frac{1}{2}\partial_i v_jv_j = v_j\partial_i v_j [/tex]
which is just [itex]v\cdot \nabla v[/itex]. So IMO it should equal 0.

What is wrong here?

[tex]v_j \partial_i v_j \neq v_j \partial_j v_i = (v \cdot \nabla) v_i[/tex]

Note that on the left the index on the derivative is i (a free index), but on the right the index on the derivative is j (a dummy index).
 
Thanks. I hope there is omething else you can help me with (you seem to have experience with this kind of notation). Is the following always true for some vector u?

[tex] \nabla \cdot (\nabla u) = \nabla (\nabla \cdot u)[/tex]