How to Interpret Del Operator with Epsilon Tensor and Kronecker Delta?

Marin
Messages
192
Reaction score
0
hi there!

I have some questions concerning the del operator when you use it together with the epsilon tensor and kronecker delta:

1. if you have:
phi - scalar, B vector fields

\partial_j(\phi B)_i

is it equal to: \partial_j(\phi B)_i=(\partial_j\phi)B_i+\phi(\partial_jB_i)

or I also have to index phi

2. How do I know if del represents rot or div of a vector field in a mixed expression? (ok, for the rot we also need the epsilon tensor, but there are some mixed identities where I can`t figure it out)

Here`s an example, maybe you could give me some advice on it:

div(\vec E\times \vec B)=\vec B. rot \vec E- \vec E. rot \vec B


div(\vec E\times \vec B)=\partial_i(\vec E\times \vec B)_i=\partial_i\epsilon_{jki}E_j B_k=\epsilon_{ijk} \partial_i(E_j B_k)=\epsilon_{ijk} (\partial_i E_j)B_k + \epsilon_{ijk} E_j (\partial_i B_k)

and now I don`t know how to express (\partial_i B_k) again in vectors

I would be glad I anyone could explain to me the entity of the operations and maybe give me some advice how to use them properly :)

thanks in advance, marin
 
Physics news on Phys.org
Marin said:
hi there!
Hi Marin.

Marin said:
1. if you have:
phi - scalar, B vector fields

\partial_j(\phi B)_i

is it equal to: \partial_j(\phi B)_i=(\partial_j\phi)B_i+\phi(\partial_jB_i)

or I also have to index phi
Your question has nothing to do with the derivative. Note that the vector \phi \vec B is defined as: multiply each component of \vec B with the scalar \phi. So in index notation, (\phi B)_i = \phi B_i. Both \phi and B_i are just numbers, so you do get what you thought it'd be.

Marin said:
2. How do I know if del represents rot or div of a vector field in a mixed expression?
Look at the index placement. If the index on the del is contracted with one on a vector field, it's a div. If it's used with an epsilon, it's rot.

Marin said:
\epsilon_{ijk} (\partial_i E_j)B_k + \epsilon_{ijk} E_j (\partial_i B_k)

Well, in the first term, you recognise
\epsilon_{ijk} \partial_i E_j
which is just component-notation for (\nabla \times E)_k
In general,
(A \times B)_k = \epsilon_{ijk} A_i B_j

For the second term, you can write
\epsilon_{ijk} \partial_i B_k = - \epsilon_{ikj} \partial_i B_k
and you recognise the same structure (first two indices of epsilon symbol contracted with two vectors) so this is
- (\nabla \times B)_j
 
now that was helpful! thanks, CompuChip!

i tried this one:

rot rot \vec E=\epsilon_{jki}\partial_j\epsilon_{lmk}\partial_l E_m=\epsilon_{kij}\epsilon_{klm}\partial_j\partial_l E_m=(\delta_{il}\delta_{jm}-\delta_{im}\delta_{jl})\partial_j\partial_l E_k=\delta_{il}\delta_{jm}\partial_l\partial_j E_m-\delta_{im}\delta_{jl}\partial_j\partial_l E_k = \partial_i\partial_m E_k-\partial_j^2 E_i

i`ve just corrected it :) I think it should be correct now!
 
Last edited:
I don't think it's entirely right yet. On the left hand side, you should get a vector (rot E is a vector, and the rot of that is again a vector). On the right hand side, however, I see free indices i, m and k in one term (and i and j in the other one, although I suppose you mean \partial_j^2 = \sum_j \partial_j \partial_j).

Your calculation looks mostly correct though.
Where you rewrite the product of epsilons, you suddenly have Ek, in the next step you have again Em, and finally it becomes Ek again :smile:

Supposing you meant
\partial_i \partial_m E_m - \partial_j \partial_j E_i
you have shown that
\nabla \times (\nabla \times \vec E) = \nabla(\nabla \cdot \vec E) - \nabla^2 \vec E,
is that right?
 
yes, I wrote initially E_k then realized it must be E_m and tried to correct the latex version, but since there were lots of symbols I just forgot some :)

so the Kronecker deltas contract the first possible vectors that come afterwards, del´s or not del´s, right?
 
Well, not the first possible vectors that come afterwards... just the vectors with the same indices. Of course you can write the delta's anywhere in your expression :smile:
But otherwise, yes.

Technically speaking, nabla is of course not a vector. But if you work in component notation, it doesn't really matter: don't think, just write :smile: - that's the beauty of it.
 
Back
Top