Tensor Calculus: Quick Reference Cheat Sheet
A concise summary of key definitions, notations, operations, transformation laws, and differentiation rules in Tensor Calculus, primarily drawing from the crash course series.
This cheat sheet provides a quick reference for key concepts, notations, and formulas in Tensor Calculus, primarily drawing from the “Crash Course” posts (Parts 1, 2, and 3) on this topic. For detailed explanations and derivations, please refer to the individual course posts.
1. Fundamental Concepts & Notation
| Concept | Notation (Components) | Type (Rank) | Description | | ———————- | ————————————- | ———– | ————————————————————————————— | | Scalar |
1
| (0,0) | An invariant quantity, a single number from
. | | Vector (Contravariant) |
1
| (1,0) | Element of vector space
. Components transform contravariantly. | | Covector (Covariant) |
1
| (0,1) | Element of dual space
(linear functional). Components transform covariantly. | | Tensor (General) |
| (p,q) | Multilinear map:
. | | Kronecker Delta |
1
| (1,1) | Identity tensor; 1 if
, 0 if
. Acts as substitution operator. |
2. Einstein Summation Convention
| Aspect | Description | Example | | ———– | ———————————————————————————- | ————————————– | | Rule | Summation implied over any index appearing once up and once down in a single term. |
| | Dummy Index | The index being summed over. Can be relabeled (e.g.,
). |
in
1
| | Free Index | An index appearing only once. Must match on both sides of an equation. |
in
1
|
3. Basic Tensor Algebra
| Operation | Formula (Components) | Resulting Type | Notes | | ————- | ——————————————————————————————————————- | ———————————- | ———————————————————————— | | Addition |
1
| Same as A, B | Tensors must be of the same type. | | Scalar Mult. |
1
| Same as T |
is a scalar. | | Outer Product |
|
1
| Product of components, ranks add. | | Contraction | E.g.,
(contracts 2nd upper with 1st lower) |
per pair contracted | Sum over one upper and one lower index. Trace of
is
. | | Inner Product | Often outer product + contraction(s). E.g.,
(matrix mult.) | Varies | E.g.,
(vector dot product). |
4. Coordinate Transformations & Jacobians
| Item | Notation | Definition / Relation | | ———————– | —————————————- | ————————————————————————————————————— | | Old Coordinates |
(or
) | Original coordinate system. | | New Coordinates |
(or
) | New coordinate system,
. | | Forward Jacobian Matrix |
1
|
1
| | Inverse Jacobian Matrix |
1
|
1
| | Jacobian Relationship | - |
(Chain rule) |
5. Transformation Laws for Components
| Quantity Type & Components | Transformation Rule (
) | Transformation Nature | | —————————————————- | ———————————————————————————————————————————————————————————————————————————— | ———————- | | Scalar
1
|
1
| Invariant | | Vector Components
1
|
1
| Contravariant | | Covector Components
1
|
1
| Covariant | | General Tensor
|
| Mixed (p contra, q co) |
6. The Metric Tensor
| Feature | Description / Formula | | ——————————— | ——————————————————————————————————————————— | | Definition (
) | Symmetric (0,2)-tensor defining geometry (distances, angles). Components depend on coordinate system. | | Infinitesimal distance (
) |
(Invariant scalar) | | Inner Product (
) |
(Invariant scalar) | | Transformation of
1
|
(Transforms as a (0,2)-tensor) | | Inverse Metric (
) | (2,0)-tensor.
. Transforms as a (2,0)-tensor. | | Lowering Index |
(Maps vector
to associated covector
) | | Raising Index |
(Maps covector
to associated vector
) | | Cartesian Metric (Euclidean) |
(Components: 1 on diagonal, 0 off-diagonal if orthonormal basis) | | Polar Metric (2D Euclidean) |
. (Matrix for
coords: diag(1,
)) |
7. Tensor Differentiation
| Concept | Formula / Definition | Notes | | —————————————- | ——————————————————————————————————————— | ————————————————————————————————————————————————————————– | | Partial Derivative Issue |
is NOT generally a tensor if coord. transform is non-linear or basis vectors vary. | Fails to account for changing basis vectors. Exception:
for scalar
. | | Christoffel Symbols (
) |
1
| NOT tensor components. Describe change in basis vectors. Symmetric:
for Levi-Civita connection. Zero in Cartesian coords for flat space. | | Covariant Derivative of Scalar |
1
| Result: (0,1)-tensor. | | Covariant Deriv. of Vector (
) |
1
| Result: (1,1)-tensor. "+
” for each upper index. | | Covariant Deriv. of Covector (
) |
1
| Result: (0,2)-tensor. "-
” for each lower index. | | Covariant Deriv. of
1
|
and
1
| Metric compatibility: metric tensor is "constant" w.r.t.
. Raising/lowering commutes w/
. | | Leibniz Rule | Holds, e.g.,
1
| Behaves like ordinary derivative for products. | | Gradient of
(Covariant comp.) |
1
| Components of grad
are a (0,1)-tensor. | | Gradient of
(Contrav. comp.) |
1
| "Direction" of ascent/descent, obtained by raising index. | | Hessian of
(Covariant comp.) |
| Symmetric (0,2)-tensor. For flat space/Cartesian coords,
. | | Riemann Curvature Tensor (
) | Measures non-commutativity:
1
| Captures intrinsic curvature of the space/manifold. Zero for flat spaces. |