Mathematical Methods of Physics/Summation convention

From testwiki
Jump to navigation Jump to search

The Basic Notation Often when working with tensors there is a large amount of summation that needs to occur. To make this quicker we use Einstein index notation.

The notation is simple. Instead of writing jAjBj we simply write AjBj and the summation over j is implied.

A couple of common tensors used with this notation are

  • δab is only nonzero for the case that a=b
  • ϵijk is zero if i=jj=ki=k . For odd permutations (i.e. ϵjik=ϵijk=ϵkij). In other words, swapping any two indices flips the sign of the tensor.
  • These are related by ϵijkϵimn=δjmδknδjnδkm (convince yourself that this is true)

Now we can write some common vector operations :

  • Scalar (Dot) Product AB=AiBi
  • Vector (Cross) Product A×B=ϵijkAjBk


Examples

  • Bulleted list item

Prove that A(B×C)=B(C×A)

Ai(ϵijkBjCk) from here we can swap the indices (i <-> j) and get Bj(ϵjikAiCk). Note the sign flip. In order to get a positive sign again we can just swap the indices (i <-> k) and get Bj(ϵjkiCkAi)=B(C×A) as desired.

  • Prove that A×(B×C)=(AC)B(AB)C

A×(B×C)ϵijkAj(ϵklmBlCm) (Watch the indices closely - some students inadvertently add too many)

We know we want to get a dot product out of this. In order to do that we will have to use the expansion of the Levi-Cevita tensor in terms of the Kronecker Deltas. We want to get the Tensors to have the same first index, so we can do this by swapping the indices ( i <-> k) ϵkjiϵklmAjBlCm=(δjlδimδjmδil)AjBlCm . Now we can make the observation that the first term is only non-zero if j=i and l=m, so δjlδimAjBlCm=AiBlCl Note that this is just the dot product (BC)Ai. The second term is only non-zero if k = m and j = l, so δkmδjlAjBlCm=AjBjCk=(AB)Ck

Combining these we are left with (AC)Bk(AB)Ck=(AC)B(AB)C as desired.



Tensor Notation When tensors are used then a distinct difference between an upper and lower index becomes important as well as the ordering. Tbavb will be contracted into a new vector, but Tbavb will not.

Definitions that may prove useful : If a tensor is symmetric, then it satisfies the property that Tab=Tba If a tensor is antisymmetric, then Tab=Tba There are many tensors that satisfy neither of these properties - so make sure it makes sense to use them before blindly applying them to some problem.

Template:BookCat