Vector calculus identities - is this right?

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 reply · 2K views
quarky2001
Messages
31
Reaction score
0
I'm manipulating an equation, and I think I am correct in doing this, but not sure. Could someone tell me if the equality I've written below is true?

[tex] [\nabla\cdot [\rho\vec{v}\vec{v}] ]\cdot\vec{v} = \nabla\cdot[\frac{1}{2}\rho v^2 \vec{v}][/tex]

(where [tex]\rho[/tex] is dependent on position)

*NOTE* that my use of [tex]\vec{v}\vec{v}[/tex] (beside each other without a dot or cross) denotes a tensor quantity, i.e. [tex]\nabla\cdot(\rho\vec{v}\vec{v}) = \rho(\vec{v}\cdot\nabla)\vec{v} + \vec{v}\nabla\cdot(\rho\vec{v})[/tex].
 
Physics news on Phys.org
so you mean an outer product
http://en.wikipedia.org/wiki/Outer_product

now i assume v = v(x,y,z). also is ro a scalar constant, or a scalar function

something like this is probably simpler in index notation, though you'll have to be careful with grad, this work in progress but hopefully helpful (and not rigorous)

so first let's define the dot product of the grad operator as
[tex] \nabla\cdot \vec{v} = \frac{\partial }{\partial x_i} \delta_{ij} v_j = \frac{\partial }{\partial x_i} v_i[/tex]

for the outer product (becoming in effect a 3x3 matrix)
[tex] \rho \vec{v} \otimes \vec{v} = v_j v_k[/tex]

then extend to (and this is a bit of a strecth)
[tex] \nabla\cdot ( \rho \vec{v} \otimes \vec{v}) = \frac{\partial }{\partial x_i} \delta_{ij} \rho v_j v_k[/tex]

see if you can extend it from there (note I've only used index summation notation and haven't gone near contra/covariance & invariance and tensor tranformations, which will become important when you start referring to tensors...)
 
Last edited: