Vector Analysis Problem Involving Divergence

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
MyName
Messages
10
Reaction score
0

Homework Statement


[/B]
Let [itex]f[/itex] and [itex]g[/itex] be scalar functions of position. Show that:
[tex]\nabla f \cdot \nabla(\nabla ^2 g)-\nabla g \cdot \nabla(\nabla ^2f)[/tex]
Can be written as the divergence of some vector function given in terms of [itex]f[/itex] and [itex]g[/itex].

Homework Equations


[/B]
All the identities given at https://en.wikipedia.org/wiki/Vector_calculus_identities, I suppose. Especially relevant would be the second derivative and divergence identites. Also, [itex]\nabla ^2 =\nabla \cdot \nabla[/itex]

The Attempt at a Solution


[/B]
After considerable time messing around with various vector identites, I've been able to show the above is equivalent to:

[tex]\nabla \cdot (f \nabla (\nabla ^2 g)-g\nabla (\nabla ^2 f))+g(\nabla \cdot \nabla(\nabla ^2 f))-f(\nabla \cdot \nabla(\nabla ^2 g))[/tex]

This is painfully close to the result I want, but I can't seem to show that the second and third terms either cancel or are themselves a divergence. I'd really like any hints, and can provide more detail as to the specific identities and manipulations I've used thus far if needed, thanks.
 
Physics news on Phys.org
MyName said:

Homework Statement


[/B]
Let [itex]f[/itex] and [itex]g[/itex] be scalar functions of position. Show that:
[tex]\nabla f \cdot \nabla(\nabla ^2 g)-\nabla g \cdot \nabla(\nabla ^2f)[/tex]
Can be written as the divergence of some vector function given in terms of [itex]f[/itex] and [itex]g[/itex].

Homework Equations


[/B]
All the identities given at https://en.wikipedia.org/wiki/Vector_calculus_identities, I suppose. Especially relevant would be the second derivative and divergence identites. Also, [itex]\nabla ^2 =\nabla \cdot \nabla[/itex]

The Attempt at a Solution


[/B]
After considerable time messing around with various vector identites, I've been able to show the above is equivalent to:

[tex]\nabla \cdot (f \nabla (\nabla ^2 g)-g\nabla (\nabla ^2 f))+g(\nabla \cdot \nabla(\nabla ^2 f))-f(\nabla \cdot \nabla(\nabla ^2 g))[/tex]

This is painfully close to the result I want, but I can't seem to show that the second and third terms either cancel or are themselves a divergence. I'd really like any hints, and can provide more detail as to the specific identities and manipulations I've used thus far if needed, thanks.

Those terms simplify to [itex]g \nabla^4 f - f \nabla^4g[/itex], which doesn't cancel.

Rather than building a vector field as a linear combination of [itex]\nabla(\nabla^2 f)[/itex] and [itex]\nabla(\nabla^2 g)[/itex], I would have started by building one as a linear combination of [itex]\nabla f[/itex] and [itex]\nabla g[/itex].
 
Have you tried working it from the other end starting with the answer or is that an unknown?

Reference https://www.physicsforums.com/threads/vector-analysis-problem-involving-divergence.909435/

Unfortuntely the end result is unknown, otherwise that'd be a great suggestion, thanks!

Those terms simplify to g∇4f−f∇4g, which doesn't cancel. Rather than building a vector field as a linear combination of ∇(∇2f) and ∇(∇2g), I would have started by building one as a linear combination of ∇f and ∇g.

Reference https://www.physicsforums.com/threads/vector-analysis-problem-involving-divergence.909435/

Yeah, I managed to get to that simplification, which like you said defnitely doesn't cancel, so I guess I must be able to somehow write the quantity as a divergence. I'm sorry, but I don't really understand what you mean by building a vector field?

Thanks for the help so far, I appreciate it.
 
I would write,$$\nabla f \cdot\nabla\left ( \nabla^2 g\right )-\nabla g\cdot \nabla \left ( \nabla^2 f \right ) =\nabla \cdot \vec V $$
Then do the work of expanding the l.h.s. in it's spatial components and compare with the r.h.s.
 
MyName said:
Unfortuntely the end result is unknown, otherwise that'd be a great suggestion, thanks!
Yeah, I managed to get to that simplification, which like you said defnitely doesn't cancel, so I guess I must be able to somehow write the quantity as a divergence. I'm sorry, but I don't really understand what you mean by building a vector field?

Thanks for the help so far, I appreciate it.

Consider the divergence of [itex]D(g, \nabla^2 g)\nabla f - D(f, \nabla^2 f) \nabla g[/itex] for some function [itex]D[/itex].
 
I would write,∇f⋅∇(∇2g)−∇g⋅∇(∇2f)=∇⋅⃗V Then do the work of expanding the l.h.s. in it's spatial components and compare with the r.h.s.

That is a great idea, thanks! I managed to solve it using this idea.