Proving the Indicial Notation for Zero Curl in Cartesian Coordinates

  • Thread starter Thread starter Mugged
  • Start date Start date
  • Tags Tags
    Notation Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 4K views
Mugged
Messages
103
Reaction score
0
Hello, I need to prove the following:

[tex]\nabla\times\nabla a[/tex] = 0

where a is a scalar function of x1, x2, x3 and 0 is the zero vector
 
Physics news on Phys.org
vela said:
Do you know how to express the cross product using the Levi-Civita symbol?

oh yes of course

this is how far i get:

[tex]\epsilon_{ijk} \nabla_{j} ( \nabla a)_{k}[/tex]

now if i do try to keep going i have to take the del operator to the del times a in parantheses. Assuming this is where i have to use chain rule i would get a times del of del plus del times (del times a)
or in written form i get:

[tex]\epsilon_{ijk} ( a_{k} ( \nabla_{j} \nabla_{k} ) + \nabla_{k} ( \nabla_{j} a_{k} ) )[/tex]

not quite sure what del of del is, or del times a for that matter
 
I think when i say a is a scalar function, i mean you plug in random values for x1, x2, x3 and you get a scalar.

so basically a could look something like this:

[tex]a = x_{1}^2 + x_{2}^2 + 2*x_{3}[/tex]
 
oh i don't really know, i guess it doesn't have components.
thats actually the part where i really don't know how to continue the problem

can you help?
 
ok so then i have the following:

[tex]\epsilon_{ijk} ( a_{k} ( \nabla_{j} \nabla_{k} ) + \nabla_{k} ( \nabla_{j} a ) )[/tex]

but i still have no idea what [tex]\nabla_{j} \nabla_{k}[/tex] or [tex]\nabla_{j} a[/tex] is?
 
Can you explain how you got that? It seems like you're just pushing symbols around without any understanding of what they mean.

Let's clear up your understanding of the notation first. Let B=∇xA. How is this written in indicial notation? Compare that to how you learned to write ∇xA before.
 
If we assume that we are working in cartesian coor. system, we can write;
[tex]\hat{e}_i \epsilon_{ijk} \nabla_j (\nabla a)_k = \hat{e}_i \epsilon_{ijk} \partial_j \partial_k a[/tex]

here [tex]\nabla_i = \partial_i[/tex]

then let's write this sum term by term:
[tex]\sum_{ijk} \hat{e}_i \epsilon_{ijk} \partial_j \partial_k a = \hat{e}_1 \epsilon_{123} \partial_2 \partial_3 a + \hat{e}_1 \epsilon_{132} \partial_3 \partial_2 a + \cdots[/tex]

[tex]\epsilon_{123} = 1[/tex] and [tex]\epsilon_{132} = -1[/tex]
It should be easy to see that all term cancels each other.Hope could be helpful.