MATH 332: Vector Analysis Tensors: Ivan Avramidi
MATH 332: Vector Analysis Tensors: Ivan Avramidi
Kronecker Delta Symbol. The scalar products of the basis vectors are:
1, if i=j
ei · ej = (3)
0, if i 6= j
One says that they form an orthonormal system. This can be written in a
compact form by defining so called Kronecker symbol δij
1, if i=j
δij = (4)
0, if i 6= j
This can also be represented by the unit 3 × 3 matrix
1 0 0
(δij ) = 0 1 0 (5)
0 0 1
MATH 332: Vector Analysis, Tensors 2
Then
ei · ej = δij (6)
Tensors. A tensor is a geometric object that requires for its full description
more than just one number, as scalar, and even more than three numbers,
as a vector. Examples of tensors include: stress tensor, strain tensor, inertia
tensor, energy-momentum tensor, tensor of the electromagnetic field, metric
tensor, curvature tensor etc.
Types of Tensors. The tenswors with upper indices are called contravari-
ant, and the ones with lower indices are called covariant. If a tensor has
both types of indices then it is of mixed type. The total number of indices is
called the rank of the tensor. A tensor that has p upper indices and q lower
indices
T i1 ...ip j1 ...jq (8)
is called a tensor of type (p, q). So, a scalar is a tensor of rank 0. A vector
is a tensor of rank 1.
In Cartesian coordinates
g ij = δij (14)
MATH 332: Vector Analysis, Tensors 4
Tensor Equations.
• In any tensor equation an index can appear only once (single index) or
twice (repeated index). For example, Ai ii is impossible.
• A single index can be either covariant in the whole equation or con-
travariant in the whole equation. It cannot be contravariant in one
term and covariant in another term. For example, Aj i + Bij is wrong.
• The repeated indices always appear in pairs, one covariant and another
contravariant. For example, Ai ij .
• A pair of repeated indices cannot appear more than once. For example,
Ai i i i is wrong.
Raising and Lowering Indices The metric tensor can be used to raise
and lower indices of tensors. For example, if Ai are contravariant components
of a vector then its covariant components are
Ai = δij Aj (21)
Conversely,
Ai = δ ij Aj (22)
This operations, called raising and lowering indices can be applied to any
tensor. If one applies it to the metric tensor, one gets
Addition. One can add tensors of the same type. The result is a tensor of
the same type.
Note: one just multiplies the components of the tensors without any sum-
mation.
Ai i , Rij ki , C ik k (31)
Clearly,
δii = δ11 + δ22 + δ33 = 3 (32)
and, therefore,
Aij B ij = 0 . (41)
If one raises the indices then one sees that in Cartesian coordinates one
obtains the same symbol, so that
V = εijk Ai B j C k (44)
MATH 332: Vector Analysis, Tensors 8
[ A , B , C ] = A · ( B × C ) = εijk Ai Bj Ck (58)
MATH 332: Vector Analysis, Tensors 9
Note that the position of indices (up versus down) in Cartesian coordinates
is not important. However, it is still more clear, when you see one index
up and the same index down then you should immediately notice that this
is a contraction and there is a summation over this index from 1 to 3. We
repeat once again that the name of such repeated indices is not important,
they are dummy indices; one can rename them to any other letter if needed
(make sure that there are no other indices with that name in the given tensor
equation!).
By using the properties of Levi-Civita symbol and Kronecker symbol one
can derive now all vector identities. For example,
[( A × B ) × ( C × D )]i = εijk ( A × B )j ( C × D )k
= εijk εjmn Am Bn εkpq Cp Dq
= (δip δjq − δjp δiq )εjmn Am Bn Cp Dq
= (δip εqmn − δiq εpmn )Am Bn Cp Dq
= εqmn Am Bn Ci Dq − εpmn Am Bn Cp Di (59)
= [ D , A , B ]Ci − [ C , A , B ]Di (60)