MTH3008 Lecture 2
A.J. Rushworth
Labubuuuuuuuuu
Using the content of the previous lecture, namely Suffix Notation and the Kronecker Delta, we can explore the dot product and cross product. First, the dot product…
Vector vs Suffix notation
It should always be specified what is being worked in, as the difference in notation can lead to completely different answers. For example, in vector notation we specify all values at once, so , but in suffix notation we evaluate sums, so .
This is because it’ll sum over the repeated index, for example in vector notation, (summing by our convention).
We hence normally use vector notation as an in-between to simplify suffix notation directly, such as to prove properties or expressions from “first principles”.
Using Vector Notation to Simplify Suffix Notation
As mentioned, we can use vector notation to simplify expressions in suffix notation, directly. For example, to show that ; that is, the repeated index is absorbed.
In-Lecture Example (simplifying Kronecker delta expressions)
To simplify , we first rearrange due to its commutativity to get and then directly evaluate over three dimensions to get
Weekly Problem 1.6 (simplifying to vector notation)
To simplify , we rearrange using commutativity to get .
This hence allows us to define the dot product as , and vice versa. Next, the cross product…
The Alternating Tensor
The Alternating Tensor is defined as , i.e., 1 if is an even permutation of , -1 if it’s an odd permutation, or 0 if any - note: this is given in vector notation.
This can also hence be visualised as three layers of matrices, .
Directly from the definition, we can observe the following properties:
- is unchanged if indices are reordered by a cyclic permutation, i.e., .
- is changed if any two of the suffices are interchanged, i.e., ; that is, the alternating tensor is anti-symmetric.
We can then use these properties to simplify calculations, such as - which would normally be 27 terms. However, as most terms are zero then we can just focus on what is nonzero, i.e., the six cases where the tensor is either or . Hence, the answer is just .
Relations to Other Operations
We can use this definition of the Alternating Tensor to define the cross product of two vectors, the determinant of matrices, and the scalar triple product.
We get these by substituting in the alternating tensor to allow for the patterns in each operation…
- ,
- ,
- .
These are then very useful for speeding up proofs, for instance showing that , proven in this week’s problems (Weekly Problem 1.8).
Pre-Lecture Notes from University Notes
- First, recapped the last lecture:
- Assume all vectors are three dimensional.
- Suffix Notation (definition, nomenclature, conversion steps, and examples).
- Kronecker Delta (definition and key property)
- Using the Kronecker delta in suffix notation, we can say that . Naturally, this can be checked backwards using vector notation, too.
- Note that we have to be careful with the context for vector and suffix notation: is given in vector notation, where we specify all the values at once, but in suffix notation is a sum.
- This is because it’ll sum over the repeated index, for example in vector notation, (summing by our convention).
- We can also hence simplify expressions with the function by using the vector conversion, like ; that is, the repeated index is absorbed.
- Other expressions could be simplified, like or .
- Hence, the Kronecker delta (substitution tensor) can be used to define the dot product. Similarly, the alternating tensor can define the cross product.
- Alternative tensor is defined by , i.e., 1 if is an even permutation of , -1 if it’s an odd permutation, or 0 if any index is repeated.
- This can be visualised as three layers of matrices, .
- As for the Kronecker delta, we must be careful to distinguish suffix and vector notation.
- Due to all of this, in vector notation, it has the properties that:
- is unchanged if indices are reordered by a cyclic permutation, i.e., .
- is changed if any two of the suffices are interchanged, i.e., ; that is, the alternating tensor is anti-symmetric.
- Similar to before, we can evaluate expressions involving this tensor by converting to vector notation: , which gives a total of terms, where only six are actually nonzero. After trivially calculating this, you hence get 6.
- Alternating tensors are naturally related to:
- Cross product of two vectors: .
- Similar to the dot product, we can write - the former meaning the th component of the vector , and the latter where and are dummy indices indicating sums, and is a free index indicating the coordinate considered.
- As always, this can be found by converting to vector notation, and can hence use the notation to simplify/evaluate expressions like .
- Determinant of matrices.
- Using the alternating tensor, we can calculate matrix determinants, again provable using vector notation: using the rows, or using the columns.
- This is importantly related to the formula .
- The scalar triple product: .
- Re-writing the product in suffix notation, , we can simplify it to instead be , which could also be used to prove properties of the scalar triple product (using ).
- Cross product of two vectors: .
- All then practised in this week’s problems.