A fairly easy vector calculus identity question?

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:

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

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

\vec{v}\cdot\nabla = v_i \partial _i

So your whole expression is nothing but

v_j v_i\partial_i v_j

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:

<br /> <br /> \vec{v}\cdot (\vec{v}\cdot\nabla )\vec{v} = \frac{1}{2}(\vec{v}\cdot\nabla )v^2<br /> <br />
 
Sure, you're right. But is that really simpler ? I can say it's shorter, it takes less space on a piece of paper.
 
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