MTH3008 Lecture 13

Quote

Last time we wrapped up Chapter 5 - tensors in generalised coordinate systems - covering covariant, contravariant, and mixed components of second-rank tensors, associated tensors (raising and lowering indices via the metric tensor), and symmetry/antisymmetry. We now open Chapter 6: Tensor Algebra, which asks a natural follow-up question - how do we build new tensors from existing ones?

Products of Tensors So Far

Before defining new operations, recall the tensor-related products we already know:

  • The scalar product : .
  • The Kronecker Delta : .
  • The Alternating Tensor : .
  • The matrix product : .

Each takes tensors of certain ranks and produces a tensor of (possibly different) rank. Chapter 6 formalises the general machinery behind this.

The operations we cover in this chapter are:

  1. Addition and subtraction of tensors,
  2. Outer product,
  3. Contraction of tensors.

This lecture focuses on the first of these.

Addition of Second-Rank Tensors

Definition and Proof for Covariant Components

Let and be the covariant components of two second-rank tensors. Define their tensor addition componentwise:

For this to be meaningful, must itself be a covariant second-rank tensor - that is, it must obey the correct transformation law. Let us verify this.

Since and are covariant second-rank tensors, they transform as:

Now compute :

This is exactly the covariant second-rank transformation law. So is indeed a covariant second-rank tensor.

Important

Adding two covariant second-rank tensors and produces another covariant second-rank tensor:

Extension to Other Index Structures

The same argument applies to any matching index structure. By identical reasoning:

  • Two contravariant second-rank tensors sum to a contravariant second-rank tensor:
  • Two mixed second-rank tensors (of the same type) sum to a mixed second-rank tensor:

The proof is the same each time: factor the common transformation matrices out of the sum.

Addition of Tensors with Different Index Positions

What happens if we try to add tensors with different index structures - say a covariant tensor and a contravariant tensor ?

Their transformation rules are fundamentally different:

For the sum to be a tensor, it would need to satisfy one of the four second-rank transformation laws (covariant, contravariant, or one of the two mixed types). But:

The two terms involve different transformation matrices ( vs ), so there is no common factor to extract. This expression does not satisfy any of the four transformation rules.

Warning

Tensors with different index structures cannot be added. The expression is not a tensor. Both operands must share the same rank and the same covariant/contravariant structure.

Addition of Arbitrary-Rank Tensors

Everything above generalises to tensors of any rank. We can add any number of tensors provided they share the same rank and index structure:

The proof is always the same: each summand transforms with identical matrices, so those matrices factor out of the sum.

Important

Tensors of different ranks or different structures (covariant, contravariant, or different types of mixed) cannot be added.

Worked Example - Matrix Addition

Example

Recall that rank-two tensors can be represented as matrices. Let Their sum has -component , giving

This is just ordinary matrix addition - nothing surprising. The point is that the tensorial character (the transformation law) is preserved automatically.


Pre-Lecture Notes from mth3008 lecture notes 13.pdf

  • Chapter 6: Tensor Algebra covers three operations for building new tensors: addition, outer product, and contraction.
  • Known products (scalar, dot, cross, matrix) are all special cases of tensor products of various ranks.
  • Addition of tensors is defined componentwise: .
  • Proof that the sum is a tensor: factor common transformation matrices out of the sum.
  • Works identically for contravariant () and mixed () components.
  • Cannot add tensors of different rank or index structure - the transformation matrices differ and cannot be factored.
  • Extends to arbitrary rank: , etc.
  • Matrix example: adding two covariant tensors is ordinary matrix addition.
  • Next lecture: outer product and contraction of tensors (continuing Chapter 6).