MTH3008 Tensor Analysis, Portfolio Cheat Sheet
Created by William Fayers
Good luck and have fun!! :))
0. Reference Tables & Foundational Material
Suffix Notation Dictionary
| Vector/Matrix form | Suffix form | Notes |
|---|---|---|
| Dot product | Scalar (0 free indices) | |
| Cross product | Vector (1 free index, ) | |
| Matrix mult. | Rank-2 (2 free indices, ) | |
| Transpose | Swap indices | |
| Trace | Sum over diagonal | |
| Gradient | Scalar → Vector | |
| Divergence | Vector → Scalar | |
| Curl | Vector → Vector | |
| Laplacian | Scalar → Scalar (= ) | |
| Scalar → Vector (always , kill rule) | ||
| Vector → Vector | ||
| Vector → Scalar (always , kill rule) | ||
| Vector → Vector |
Identity: , i.e. .
Key Rules & Identities
- Index Counting: Dummy indices appear exactly twice per term (summed over 1 to 3). Free indices appear exactly once per term. Every term in an equation must have the exact same free indices.
- Kronecker Delta :
- Definition: if , otherwise.
- Substitution: .
- Collapse: .
- Trace: .
- Partial derivative of coordinates: (Cartesian coords are independent).
- Alternating Tensor :
- Definition: .
- Permutations: (cyclic, keep sign). (swap two, flip sign).
- The Identity:
- ; (first/second X second/third, first/third X second/second)
- Always cyclically permute so the shared dummy index is in the 3rd position before applying.
- Symmetry: (symmetric), (antisymmetric). If neither holds, it is neither. For example, is always antisymmetric and mixed partials are always symmetric.
- The Kill Rule: Symmetric Antisymmetric .
- If , then .
- Example: mixed partials commute (), so .
1. Transformation Law — Tensor Character & Rank
Goal: Prove is a scalar, vector, or rank- tensor under coordinate rotation.
Transformation Rules:
- Coordinate transform: . Inverse: .
- Rotation (Cartesian): (one per free index).
- General coordinates: , where (contravariant) and (covariant).
- Rotation matrix properties: and .
- Chain rule: .
Method:
- Write the primed quantity (e.g., ).
- Substitute the transformation law for each piece (e.g., ).
- Simplify if possible (e.g., with chain rule or partial differentiation like product rule).
- Group the matrices together.
- Collapse into if possible.
- Use to collapse dummy indices and recover the unprimed quantity.
Key Results:
- Contraction reduces rank: If is a rank-2 tensor, is a scalar. Proof: .
- Outcome: Single term with s for free indices → rank- tensor. Extra terms that don’t cancel → not a tensor.
2. Suffix Notation — Simplification & Proofs
2a. Simplifying and Expressions
Goal: Reduce suffix expressions like or .
Method:
- Repeated index: If an has two identical indices (e.g. ), the term equals .
- Product of two s:
- Identify the shared dummy index (e.g., ).
- Cyclically permute to move the shared index to the 3rd position of both s (Rule 3 in §0).
- Apply the – identity (Rule 4 in §0).
- Expand brackets and collapse s (, ).
- Standard deductions:
2b. Suffix Algebra Proofs (“Show that…“)
Goal: Prove vector/matrix identities (e.g., , ) or symmetry properties.
Method:
- Convert LHS into suffix notation. Assign one free index (e.g., ) for vectors, two () for matrices.
- Convert RHS into suffix notation.
- Relabel dummy indices in LHS to match RHS (you can change any to as long as you change both copies in the term).
- Reorder scalar variables freely to group them properly.
- Convert back to vector/matrix notation.
Factoring scalars: In suffix form, any sub-expression that is already a scalar (no free indices, e.g. ) can be factored out of a term freely.
Example ( is antisymmetric):
- Evaluate transpose/swap: .
- Factor minus sign: .
2c. Operator Identities & Radial Functions
Goal: Prove vector calculus identities using suffix notation.
Method:
- Write the expression fully in suffix form (see dictionary in §0).
- Use the product rule on derivatives: .
- If you hit , it immediately equals (kill rule, Rule 5 in §0).
Radial Functions :
- Definition: .
- Derivative of : .
- Derivative of : .
2d. Determinant Identities
Goal: Prove matrix determinant rules using the alternating tensor.
Formula: , where index rows and index columns of .
- Row expansion (set ): .
- Column expansion (set ): .
Method:
- To get : Multiply both sides by . The LHS becomes .
- To prove : Write out the formula for , swap the indices on the s, then relabel the dummy indices to match the original formula.
3. Bases, Components & Geometry
3a. Dual Bases & Components (Covariant/Contravariant)
Given: A basis .
Find Dual Basis :
- Compute the three cross products: , , .
- Cross product: (cover 1st, 2nd but neg., 3rd).
- Compute volume .
- Divide: , , .
Find Components:
- Covariant: (dot with the original basis).
- Contravariant: (dot with the dual basis).
Raising/Lowering via Metric:
- Covariant metric . Contravariant metric (matrix inverse of ).
- Raise/lower: , .
- Orthogonal shortcut: If for , then and .
3b. Metric Tensor, Basis Vectors & Arc Length
Goal: Find metric components and scale factors from coordinate definitions.
Find Basis :
- Write position vector in terms of the new coordinates and Cartesian unit vectors .
- Differentiate: , , .
Find Metric Tensor :
- Compute as a matrix. Off-diagonals all → orthogonal.
Arc Length & Scale Factors:
- Scale factors: (or ).
- Arc length element (orthogonal): .
Note: write both of these if asked to “describe the arc length element in terms of the metric coefficients”, or similar.
3c. Expansion Coefficients / Finding
Goal: Find the coefficients to transform between bases.
Method:
- Given new basis vectors in terms of Cartesian .
- The expansion coefficient is (just extract the -th component of ).
- Transform covariant components: .