How Do You Simplify ν∇⋅(ρν)?

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
1 replies · 2K views
echandler
Messages
21
Reaction score
1
Hey so probably a really simple question, but I'm stumped. How do you simplify:

ν∇⋅(ρν), where
ν is a vector
∇ is the "del operator"
⋅ indicates a dot product
ρ is a constant.

I want to say to do the dyadic product of v and ∇, but then you would get (v_x)*(d/dx) + ... which would be meaningless, so I'm thinking you do the dot product first, but I can't find an order of operations for algebra involving tensors of any order (except zero order of course).

Thanks in advance.
 
on Phys.org
It's kind of like a product rule for vector calculus:
$$\nabla \cdot (\rho \vec{\nu}) = \rho \nabla \cdot \vec{\nu} + \vec{\nu} \cdot \nabla \rho$$
gives you a scalar. ##\vec{\nu} \nabla \cdot (\rho \vec{\nu}) ## just multiplies the vector ##\vec{\nu}## by that scalar.