Jacobian

Relevant parts to questions...

  • Using and to convert index-derivatives into entries of the Coordinate Transformation Matrix.
  • Using these inside the chain rule: .
  • Using them to prove that is a vector and is a rank-2 tensor.

The Jacobian entries are the partial derivatives of one coordinate system with respect to another. They tie the Coordinate Transformation Matrix directly to calculus-style index manipulation.

Starting from and differentiating:

Because is constant in Cartesian coordinates, , and the only surviving term comes from . The same argument, applied to the inverse transformation , gives the second identity:

Properties

  • Constant in Cartesian coordinates:: does not depend on position, so its derivatives vanish. This is exactly the property that fails in curvilinear coordinates, and the reason Christoffel Symbols exist.
  • Forward and inverse swap the indices::the two Jacobians are each other’s transposes, matching .
  • Orthogonality-inherited identity::.

Applications

  1. Chain-rule conversion of derivatives, using the Jacobian::.
  2. Proving the Gradient is a vector, via the chain rule::.
  3. Proving is a rank-2 tensor::combining the product rule with and the chain rule gives .

Cartesian-only argument

The step relies on being constant. In curvilinear coordinates (spherical, cylindrical, etc.) the transformation varies with position, and this derivation breaks. That is exactly the motivation for generalised coordinates and covariant differentiation.

Convert a derivative; pick up an .