MTH3008 Lecture 14

Quote

Lecture 13 began Chapter 6 (Tensor Algebra) with addition of tensors - we proved that the sum of tensors with the same rank and structure is again a tensor, and showed that sums of tensors with different structures fail to transform correctly. This lecture picks up the remaining two topics from Chapter 6: the outer product of tensors and contraction of tensors.

Outer Product of Tensors

Definition and Basic Case

The Outer Product (also called the Outer Product) combines two tensors by multiplying their components index-by-index to produce a new tensor of higher rank.

Consider two second-rank covariant tensors with components and . Their outer product is defined as

The resulting object has four indices - it is a fourth-rank tensor. The notation uses the symbol :

Proof That the Outer Product is a Tensor

We need to verify the transformation law. Each factor transforms independently:

Multiplying these together:

This is exactly the transformation law for a fourth-rank covariant tensor.

Outer Product of Different Structures

Recall that addition requires tensors to have the same structure. The outer product has no such restriction - tensors of different structures can be multiplied, and the result is a tensor whose structure is the concatenation of the factor structures.

Example

Let be a rank-two covariant tensor and a rank-two mixed tensor. Their outer product is .

Proof for the Mixed Case

The transformation laws of the factors are

Consequently:

which is the transformation law of a rank-four mixed tensor with three covariant and one contravariant index.

Important

The outer product of any two tensors is a tensor. The structure of the result is the concatenation of the structures of the factors.

More examples of structure concatenation:

  • and give .
  • and give .

Outer Product of Different Ranks

Tensors of different ranks cannot be added, but they can be multiplied. The rank of the product equals the sum of the ranks of the factors.

Example

is a rank-five tensor, from a rank-three and a rank-two factor.

Non-Commutativity

The outer product is non-commutative: in general, , because the index positions matter.

Example

Take and . Then , but .

Visualisation of the Outer Product

For rank-one tensors (vectors), the outer product builds a matrix. Given

we get

For two matrices, the outer product is the block structure known as the Outer Product:

Multiple Tensor Products

The outer product extends to any number of factors. The rank of the result is always the sum of the ranks:

Contraction of Tensors

Definition

Contraction is the operation of summing a tensor of rank (with ) over two of its indices - setting them equal and invoking the summation convention. Each contraction reduces the rank by two.

Example

A third-rank tensor can be contracted in three ways:

  • ,
  • ,
  • ,

Each of these is a first-rank tensor (a vector).

Proof That Contraction Preserves Tensor Character

Working in Cartesian coordinates, transforms as

Contract the first two indices by setting :

This is exactly the transformation law of a first-rank tensor (vector). The orthogonality relation does the heavy lifting here.

The other two contractions work analogously:

Important

Repeated Contraction

Since each contraction drops the rank by two, we can contract repeatedly (provided the rank is high enough):

  • Rank rank rank
  • If is even, repeated contraction eventually yields a scalar (rank 0).
  • If is odd, repeated contraction eventually yields a vector (rank 1).

Example

Contract the second-rank tensor . We get , a scalar. This is just the trace.

The Inner Product

The Contraction of two tensors is formed by taking their outer product and then contracting over one or more pairs of indices. Equivalently, it is the result of “contracting two tensors together.”

Example

The following are inner products:

  • (rank-two times rank-one, contracted to rank-two)
  • (rank-four times rank-two, contracted to rank-two)
  • (two rank-one tensors, contracted to a scalar)

We have already met many inner products involving the Kronecker delta and the alternating tensor :

Contraction in Generalised Coordinates

Warning

In generalised (curvilinear) coordinate systems, contraction can only be performed on pairs of indices in different positions - one covariant and one contravariant. Contracting two indices in the same position does not produce a tensor.

For example, given , contracting over and (one lower, one upper) gives a valid tensor:

But contracting over and (both upper) fails:

and in general, so the result does not transform as a vector.

The same rule applies to inner products: we can only sum over indices in different positions. Valid examples include , , , and .


Pre-Lecture Notes from mth3008 lecture notes 14.pdf

  • Outer product (tensor product, ): multiply components index-by-index; is rank four from two rank-two factors. Proved via transformation laws - each factor contributes its own matrices.
  • Works across different structures (covariant mixed, etc.) and different ranks; the resulting rank is always the sum of factor ranks and the structure is the concatenation.
  • The outer product is non-commutative: in general.
  • Extends to products of any number of tensors: (rank six).
  • Contraction: summing a rank- tensor over two indices yields a rank- tensor. Orthogonality () ensures the result transforms correctly. Repeated contraction gives a scalar (even rank) or vector (odd rank).
  • Inner product: outer product followed by contraction; familiar examples include and .
  • In generalised coordinates, contraction requires one covariant and one contravariant index; same-position contractions break the tensor transformation law.
  • Next lecture begins Chapter 7: Tensor Fields, covering preliminaries and covariant differentiation.