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 formSuffix formNotes
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

  1. 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.
  2. Kronecker Delta :
    • Definition: if , otherwise.
    • Substitution: .
    • Collapse: .
    • Trace: .
    • Partial derivative of coordinates: (Cartesian coords are independent).
  3. Alternating Tensor :
    • Definition: .
    • Permutations: (cyclic, keep sign). (swap two, flip sign).
  4. 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.
  5. Symmetry: (symmetric), (antisymmetric). If neither holds, it is neither. For example, is always antisymmetric and mixed partials are always symmetric.
  6. 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:

  1. Write the primed quantity (e.g., ).
  2. Substitute the transformation law for each piece (e.g., ).
  3. Simplify if possible (e.g., with chain rule or partial differentiation like product rule).
  4. Group the matrices together.
  5. Collapse into if possible.
  6. 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:
    1. Identify the shared dummy index (e.g., ).
    2. Cyclically permute to move the shared index to the 3rd position of both s (Rule 3 in §0).
    3. Apply the identity (Rule 4 in §0).
    4. Expand brackets and collapse s (, ).
  • Standard deductions:

2b. Suffix Algebra Proofs (“Show that…“)

Goal: Prove vector/matrix identities (e.g., , ) or symmetry properties.

Method:

  1. Convert LHS into suffix notation. Assign one free index (e.g., ) for vectors, two () for matrices.
  2. Convert RHS into suffix notation.
  3. Relabel dummy indices in LHS to match RHS (you can change any to as long as you change both copies in the term).
  4. Reorder scalar variables freely to group them properly.
  5. 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:

  1. Write the expression fully in suffix form (see dictionary in §0).
  2. Use the product rule on derivatives: .
  3. 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 :

  1. Compute the three cross products: , , .
    • Cross product: (cover 1st, 2nd but neg., 3rd).
  2. Compute volume .
  3. 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 :

  1. Write position vector in terms of the new coordinates and Cartesian unit vectors .
  2. 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: .