4.10.7 · D3Advanced Topics (Elite Level)

Worked examples — Tensor analysis — scalars, vectors, rank-2 tensors

3,190 words15 min readBack to topic

Before anything, a reminder of the two objects we keep using, in plain words:


The scenario matrix

Everything a rank-2 tensor problem can throw at a first learner sorts into these cells. Each column is a distinct kind of difficulty; the examples below are labelled with the cell(s) they cover.

Cell Case class What's tricky Covered by
A Symmetric tensor, "nice" rotation () diagonalising, principal axes Ex 1
B Symmetric tensor, "ugly" angle () messy , invariants still hold Ex 2
C Antisymmetric tensor off-diagonal only, what rotation does to it Ex 3
D Degenerate input: zero / isotropic tensor is or a tensor? Ex 4
E Sign cases: negative & mixed-sign entries tension vs compression, sign of trace/det Ex 5
F Limiting / blow-up coordinate (polar ) metric degenerates, Ex 6
G Real-world word problem translate physics → tensor Ex 7
H Exam twist: quotient theorem / "is it a tensor?" prove without brute force Ex 8

The invariants we sanity-check on almost every example are the three numbers a rotation can never change:


Example 1 — Cell A: symmetric tensor, clean


Example 2 — Cell B: symmetric tensor, ugly


Example 3 — Cell C: antisymmetric tensor


Example 4 — Cell D: degenerate inputs (zero & isotropic)


Example 5 — Cell E: sign cases (compression, mixed sign)


Example 6 — Cell F: limiting / blow-up coordinate (polar )


Example 7 — Cell G: real-world word problem


Example 8 — Cell H: exam twist (quotient theorem)


Recall Self-test

Why does survive any rotation? ::: Because is a similarity transform and trace is invariant under similarity (the Jacobians contract to ). At a rotation of a diagonal tensor, what is the induced shear magnitude? ::: , the maximum shear — off-axis rotations create off-diagonals. Is in polar as a real singularity? ::: No — it's a coordinate singularity; the flat plane is smooth, only the polar chart degenerates.