A fairly easy vector calculus identity question?

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
5 replies · 2K views
quarky2001
Messages
31
Reaction score
0
I'm working on simplifying a big physical expression (I don't like the Navier-Stokes equations at all anymore), and I'm curious how to simplify the following term:

[tex] <br /> \vec{v}\cdot (\vec{v}\cdot\nabla )\vec{v}<br /> [/tex]

where v is a fluid velocity - i.e. definitely spatially varying.

I'm just not sure about the order of operations here.
 
Physics news on Phys.org
The operator between the brackets is a differential operator which acts to the right

[tex]\vec{v}\cdot\nabla = v_i \partial _i[/tex]

So your whole expression is nothing but

[tex]v_j v_i\partial_i v_j[/tex]

a scalar.
 
Sorry - I'm not sure what you mean by that subscript notation.

I know v dotted with nabla is an operator on the v on the far right, and I know the result will be a scalar. I just don't know how I could re-write that expression in a simpler fashion.
 
Well, it's the handy tensor notation using Einstein's summing notation. Nothing more.

You can't write that in a simpler fashion, unless v is subject to some conditions (divergence-less for example).
 
Actually, I finally did manage to rewrite it. (although I'm not familiar with Einstein's tensor notation)

Assuming my math is correct, the following equality should hold:

[tex] <br /> \vec{v}\cdot (\vec{v}\cdot\nabla )\vec{v} = \frac{1}{2}(\vec{v}\cdot\nabla )v^2<br /> [/tex]