Calculating Curl With Index Notation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 16K views
poonintoon
Messages
17
Reaction score
0
Hi, does anyone know a link showing how to calculate curl with a Levi-Civita tensor. I can't figure it out but I am sure if I could see an actual example would be able to work out what is going on.
Thanks.
 
on Phys.org
cristo said:
Isn't the curl of some vector, A, say [itex](\nabla \times \vec{A})_i[/tex] just [itex]\epsilon_{ijk}\partial_j A_k[/itex] ?[/itex]
[itex] <br /> It is, but I can't find out how to use it.[/itex]
 
cristo said:
Isn't the curl of some vector, A, say [itex](\nabla \times \vec{A})_i[/tex] just [itex]\epsilon_{ijk}\partial_j A_k[/itex] ?[/itex]
[itex] <br /> <blockquote data-attributes="" data-quote="poonintoon" data-source="post: 1894763" cite="https://www.physicsforums.com/goto/post?id=1894763" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-title"> poonintoon said: </div> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> It is, but I can't find out how to use it. </div> </div> </blockquote> Have you tried just writing it out?<br /> <br /> If A<sub>k</sub>= <f(x,y,z), g(x,y,z),h(x,y,z)> where x= x<sub>1</sub>, y= x<sub>2</sub>, z= x<sup>3[/sub], then [itex]\epsilon_{ijk}\partial_j A_k[/itex] is:<br /> <br /> We can simplify some of the "writing out" by noting that [itex]\epsilon_{ijk}= 0[/itex] if any of i, j, k are the same, [itex]\epsilon_{123}= \epsilon_{231}= \epsilon{312}= 1[/itex] and [itex]\epsilon_{132}= \epsilon{213}= \epsilon{321}= -1[/itex]. <br /> <br /> So for B= curl A, we have <br /> [tex]B_x= B_1= \epsilon_{123}\partial_2\ A_3+ \epsilon{132}\partial_3 A_2[/tex]<br /> [tex]= \partial_2 A_3- \partial_3 A_2= \frac{\partial h}{\partial z}- \frac{\partial g}{\partial y}[/tex]<br /> <br /> [tex]B_2= \epsilon_{213}\partial_1\ A_3+ \epsilon{231}\partial_3 A_1[/tex]<br /> [tex]= -\partial_1 A_3+ \partial_3 A_1= \frac{\partial h}{\partial x}- \frac{\partial f}{\partial z}[/tex]<br /> <br /> [tex]B_3= \epsilon_{312}\partial_1\ A_2+ \epsilon{321}\partial_2 A_1[/tex]<br /> [tex]= \partial_1 A_2- \partial_2 A_1= \frac{\partial g}{\partial x}- \frac{\partial f}{\partial y}[/tex]<br /> which are, of course, the usual formulas for curl A.</sup>[/itex]
 
So you have
[tex]\nabla\times\vec{A}=\partial_iA_j\hat{u_k}\epsilon_{ijk}[/tex].

So to get the x component of the curl, for example, plug in x for k, and then there is an implicit sum for i and j over x,y,z (but all the terms with repeated indices in the Levi-Cevita symbol go to 0)

[tex](\nabla\times\vec{A})_x = \partial_yA_z\epsilon_{yzx} + \partial_zA_y\epsilon_{zyx}=\frac{\partial A_z}{\partial y} - \frac{\partial A_y}{\partial z}[/tex]
 
HallsofIvy said:
Have you tried just writing it out?

We can simplify some of the "writing out" by noting that [itex]\epsilon_{ijk}= 0[/itex] if any of i, j, k are the same, [itex]\epsilon_{123}= \epsilon_{231}= \epsilon{312}= 1[/itex] and [itex]\epsilon_{132}= \epsilon{213}= \epsilon{321}= -1[/itex].

So for B= curl A, we have
[tex]B_x= B_1= \epsilon_{123}\partial_2\ A_3+ \epsilon{132}\partial_3 A_2[/tex]
[tex]= \partial_2 A_3- \partial_3 A_2= \frac{\partial h}{\partial z}- \frac{\partial g}{\partial y}[/tex]

Thanks that's what I wanted, I thought once I had seen this I would be able to figure it out, unfortunately it's just not clicking for me.

Can I check I have the right thinking...
[itex]\epsilon_{ijk}\partial_j A_k[/itex]

For B1 you set i to 1. then that leaves two combinations for [itex]partial_j A_k[/itex]
[itex]partial_2 A_3[/itex] or [itex]partial_3 A_2[/itex]

Then you can have any tensor as long as i is 1 i.e [itex]epsilon_{123}\ \epsilon_{112}\ \epsilon_{111}[/itex]
but obviously any with two 1's in are zero.

I think this gives the right answer but I should be thinking more in terms of implicit sums than what combination I have left.