Proving the Curl Identity for a Simple Curl Equation

Hiero
Messages
322
Reaction score
68
Homework Statement
Simplify ##\nabla \times ( a\nabla b)##
Relevant Equations
##\nabla\times \vec V = \epsilon_{ijk}\frac{\partial V_k}{\partial x_j}\hat e_i##
##\nabla s = \frac{\partial s}{\partial x_i}\hat e_i##
Attempt:

$$\nabla \times ( a\nabla b) = \epsilon_{ijk}\frac{\partial}{\partial x_j}(a\frac{\partial b}{\partial x_k})\hat e_i$$ $$ = \epsilon_{ijk}\big(\frac{\partial a}{\partial x_j}\frac{\partial b}{\partial x_k}+a\frac{\partial b}{\partial x_j\partial x_k}\big)\hat e_i$$ $$= \nabla a \times \nabla b + \text{(final term)}$$

That “final term” (a triple sum) should be the zero vector, but I cannot see how. Maybe I messed up elsewhere.

Thanks.
 
Physics news on Phys.org
Well, \epsilon_{ijk} = -\epsilon_{ikj} but \partial_j\partial_kb = \partial_k\partial_jb so <br /> \epsilon_{ijk}\partial_j\partial_kb = -\epsilon_{ikj}\partial_k\partial_jb. But j and k are dummy indices, so we can relabel them on the right hand side ...
 
  • Like
Likes Hiero
pasmith said:
Well, \epsilon_{ijk} = -\epsilon_{ikj} but \partial_j\partial_kb = \partial_k\partial_jb so <br /> \epsilon_{ijk}\partial_j\partial_kb = -\epsilon_{ikj}\partial_k\partial_jb. But j and k are dummy indices, so we can relabel them on the right hand side ...
That’s a very nice way to show it is zero. The last step (after relabeling) is that ##[x=-x] \implies [x=0]##
I have to admit it seems magical to use this property ignoring the invisible nested summation.

Basically though, each component cancels out in pairs by virtue of the two properties you mentioned:
pasmith said:
Well, \epsilon_{ijk} = -\epsilon_{ikj} but \partial_j\partial_kb = \partial_k\partial_jb
 
Alternatively, \nabla \times (a\mathbf{v}) = (\nabla a) \times \mathbf{v} + a \nabla \times \mathbf{v} and if \mathbf{v} is a gradient then its curl is zero (which follows from the observation in my earlier post).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top