In the previous chapter we vaguely introduced the concept of higher (than first) order tensors. The key new concept was the open product, ⊗. This operations allows us to create a higher order tensor, by taking the open product between two vectors to create a second order tensor a as
a=u⊗v=uivjei⊗ej=aijei⊗ej
If we work with indicial expressions, we just need to respect the rules of the index juggling. However, it is often more convenient and easier to express without introducing indices. Therefore, we often write the expressions using actual tensors. First, we discuss the open product a bit more in detail. Thereafter, more operations and their definitions in index notation are described. By expanding the definitions, more examples and explanations are available.
Another way to think is that ei⊗ej are 9 2nd order base tensors for a 2nd order tensor. I.e., ei⊗ej represents 9 orthogonal directions for a 2nd order tensor. Considering a particular base, e.g. e1⊗e2, it can be represented in matrix form in the ei coordinate system, as
[e1⊗e2]=⎣⎡000100000⎦⎤
e1⊗e2 is similar to a basis vector, ei, except that we now have a 2nd order base tensor
In pure index notation, the open product correspond to multiplying two index objects, say bi and cj, with different free indices, i.e. aij=bicj
If we would like to express this as matrix operations, it corresponds to the following vector-vector multiplication
Two 2nd order tensors, ab c=cijei⊗ej=ab=aijbjkei⊗ek In pure index notation:cij=aikbkj
2nd and 1st order tensors, au v=viei=au=aijujei In pure index notation:vi=aijuj
Did you notice anything strange about the expression for two 2nd order tensors? The indices on the left and right hand side basis don't match (cijei⊗ej versus aijbjkei⊗ek). This is perfectly valid! The indices are dummy indices. However, when not writing out the basis vectors, we assume that we have the same indices and index order of the basis vectors in each term in an expression. If we have that, such as in the equivalent expression cikei⊗ek=aijbjkei⊗ek, we can express it as cik=aijbjk and drop the basis vectors. This way of expressing it works if: (1) we have an orthonormal basis system and (2) that the basis vector indices and order are the same on both sides.
The single contraction is the "standard" matrix-vector product used when doing matrix multiplication. It is sometimes called the inner product.
4th and 2nd order tensors, A:b c=cijei⊗ej= A:b= Aijklbklei⊗ej In pure index notation:cij= Aijklbkl
The double contraction can loosely be thought of, for 2nd and 4th order tensors, as the equivalent to the dot product for 1st and 2nd order tensors (cf. vectors and matrices). For example, as we will see later, the norm of a second order tensor, a is a:a and an "angle", θ, between two tensors, a and b can be defined via a:ab:bcos(θ)=a:b.
While it might seem arbitrary to introduce these special open products, they are useful in many cases. For example, the 4th order identity tensor is I=I⊗I where I is the 2nd order identity tensor.
By using our rules for index notation, we can investigate how the above multiplication operations behave. The first example here, is the order of operations for the dot product between two vectors, that is,
u⋅v=uivi=viui=v⋅u
so clearly the order of the vectors do not matter. Similarly, for the double contraction between two 2nd order tensors,
a:b=aijbij=bijaij=b:a
we also have no difference if we flip the order. However, if we take the dot product between a 2nd and 1st order tensor,
a⋅u=aijujei=ujaijei=ujajiei=u⋅a∀a
The reason that the last relation is not equal for all a, is that we contract the the last index of a with u's index. (Note that if a is symmetric, then this would be an equality.)
If we instead would look at a sum, we can consider A:[b+c],
Aijkl[bkl+ckl]= Aijklbkl+ Aijklckl
which holds as we are only considering summation and multiplication when working with the indices, i.e. A:[b+c]= A:b+ A:c