Can Vector Calculus Verify This Identity?

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
4 replies · 2K views
nsiderbam
Messages
2
Reaction score
0

Homework Statement


Use your knowledge of vector algebra to verify the following identity:

[tex] \vec{\Omega} \cdot \nabla n = \nabla \cdot \vec{\Omega} n<br /> [/tex]

Homework Equations



Divergence product rule
[tex] \nabla \cdot (\vec{F} \phi) = \nabla (\phi) \cdot \vec{F} + \phi (\nabla \cdot \vec{F})[/tex]

The Attempt at a Solution



By the product rule,

[tex] \nabla \cdot (\vec{\Omega} n) = \nabla n \cdot \vec{\Omega} + n (\nabla \cdot \vec{\Omega})[/tex]

Therefore,

[tex] \vec{\Omega} \cdot \nabla n = \nabla \cdot \vec{\Omega} n = \nabla \cdot (\vec{\Omega} n) = \nabla n \cdot \vec{\Omega} + n (\nabla \cdot \vec{\Omega})[/tex]

and

[tex] 0 = n (\nabla \cdot \vec{\Omega})[/tex]

I'm not quite sure what I'm doing wrong. Maybe it's a grouping thing. Any help would be appreciated.
 
Physics news on Phys.org
edit: Confirmed that omega is an arbitrary vector and n is a scalar.

Sorry about that. I believe omega is a general vector function and n is simply a scalar -- it is not specified but imo the problem statement phrases it as like it is a general identity. This is for a reactor physics course and which features
[tex] \vec{\Omega}[/tex]
and
[tex] n[/tex]
but in that case n is no trivial function
[tex] n=f(r,E,\vec{\Omega},t)[/tex]
and
[tex] \vec{\Omega}[/tex] is the neutron direction unit vector.
 
Last edited:
nsiderbam said:

Homework Statement


Use your knowledge of vector algebra to verify the following identity:

[tex] \vec{\Omega} \cdot \nabla n = \nabla \cdot \vec{\Omega} n<br /> [/tex]

Homework Equations



Divergence product rule
[tex] \nabla \cdot (\vec{F} \phi) = \nabla (\phi) \cdot \vec{F} + \phi (\nabla \cdot \vec{F})[/tex]

The Attempt at a Solution



By the product rule,

[tex] \nabla \cdot (\vec{\Omega} n) = \nabla n \cdot \vec{\Omega} + n (\nabla \cdot \vec{\Omega})[/tex]

That would give your result if ##\nabla\cdot\Omega = 0##. Is there some reason from the physical situation for why that would be true?
 
[itex]\vec{\Omega}\cdot\nabla n= \nabla\cdot \left(\vec{\Omega}n\right)[/itex]
is certainly NOT true in general.
For example, if [itex]\vec{\Omega}= x\vec{i}+ y\vec{j}+ z\vec{k}[/itex] and [itex]n= x^2[/itex] then [itex]\vec{\Omega}n= x^3\vec{i}+ x^2y\vec{j}+ x^2z\vec{k}[/itex] and [itex]\nabla\cdot \left(\vec{\Omega}n\right)= 3x^2+ x^2+ x^2= 4x^2[/itex] while [itex]\vec{\Omega}\cdot\nabla n= (x\vec{i}+ y\vec{j}+ z\vec{k})\cdot(2x\vec{i})= 2x^2[/itex]