Tensor Intro PDF
Tensor Intro PDF
1. Definitions
+1 if {ijk} = 123, 312, or 231
(
1 if i = j
δij = εijk = −1 if {ijk} = 213, 321, or 132
0 otherwise
0 all other cases (i.e., any two equal)
Note that there are nine terms in the final sums, but only three of them are non-zero.
• The ith component of the cross produce of two vectors A×B becomes
3 X
X 3
(A×B)i = εijk Aj Bk .
j=1 k=1
Again, there are nine terms in the sum, but this time only two of them are non-zero.
Note also that this expression summarizes three equations, namely for i = 1, 2, 3.
• We might notice that the summations in the expressions for A·B and A×B are redun-
dant, because they only appear when an index like i or j appears twice on one side of
an equation. So we can omit them. Thus
3 X
X 3 3 X
X 3
Ai Bj δij −→ Ai Bj δij = Ai Bi and εijk Aj Bk −→ εijk Aj Bk .
i=1 j=1 j=1 k=1
1
• Rules: If an index appears (exactly) twice, then it is summed over and appears only on
one side of an equation. A single index (called a free index ) appears once on each side
of the equation. So
• When you have a Kronecker delta δij and one of the indices is repeated (say i), then you
simplify it by replacing the other i index on that side of the equation by j and removing
the δij . For example:
Note that in the second case we had two choices of how to simplify the equation; use
either one!
• The triple or box product A·(B×C) can be written
where we’ve used the properties of εijk to prove a relation among triple products with
the vectors in a different order.
• A very useful identity (if the repeated index is not first in both ’s, permute until it is):
Next we replace the remaining cross product, making sure to introduce new dummy
summation variables l and m:
(The partial derivatives act only on the components of A, so we can pull out the ε’s.)
We rotated the indices in one of the ε’s in the last step so that we can now directly apply
our very useful identity (and simplify):
or, finally,
∇ × (∇ × A) = ∇(∇·A) − ∇2 A .