squire636
- 38
- 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εkab∂aBb - εijk∂jAkεiab∂aBb + Ai∂i∂jBj
f(x) = εkijεkab∂iAj∂aBb - εijkεiab∂jAk∂aBb + Ai∂i∂jBj
(note that I changed εijk to εkij in the first term)
f(x) = (δiaδjb - δibδja)∂iAj∂aBb - (δjaδkb - δjbδka)∂jAk∂aBb + Ai∂i∂jBj
f(x) = ∂iAj∂iBj - ∂iAj∂jBi - ∂jAk∂jBk + ∂jAk∂kBj + Ai∂i∂jBj
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.