Index Notation Identity for Vector Fields

squire636
Messages
38
Reaction score
0

Homework Statement



Simplify the following, where A and B are arbitrary vector fields:

f(x) = ∇\bullet[A \times (∇ \times B)] - (∇ \times A)\bullet(∇ \times B) + (A \bullet ∇)(∇ \bullet B)


I know that the correct solution is A \bullet ∇2B, according to my professor. However, I can't get that. I think my mistake is in the first couple of lines, but I'll write out my entire solution and hopefully someone can tell me where I messed up. Thanks!


Homework Equations





The Attempt at a Solution



f(x) = ∂iεijkAjεkabaBb - εijkjAkεiabaBb + AiijBj

f(x) = εkijεkabiAjaBb - εijkεiabjAkaBb + AiijBj

(note that I changed εijk to εkij in the first term)

f(x) = (δiaδjb - δibδja)∂iAjaBb - (δjaδkb - δjbδka)∂jAkaBb + AiijBj

f(x) = ∂iAjiBj - ∂iAjjBi - ∂jAkjBk + ∂jAkkBj + AiijBj

Now the first term cancels with the third term, and the second term cancels with the fourth term, so we are left with:

f(x) = (A \bullet ∇)(∇ \bullet B)

But apparently this isn't right.
 
Physics news on Phys.org
Are you allowed to use the properties of the triple product: a.(bxc) = b.(cxa) etc?
 
We're allowed to use pretty much whatever we want, as long as I understand it and it makes sense.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top