PhyslibAlpha.ClassicalFieldTheory.Local.TotalDerivative
Total derivatives on local jet-dependent functions
i. Overview
This module defines total derivatives of local jet-dependent functions by differentiating their evaluation along jets of fields.
For the first local stage, this keeps the operator close to the use made in the Euler-Lagrange formula, without yet introducing a separate coordinate-level derivative calculus on `JetPoint`.
ii. Key results
- `ClassicalFieldTheory.Local.evalOnJet` : evaluate a jet-dependent function along a field. - `ClassicalFieldTheory.Local.totalDerivative` : total derivative in one coordinate direction. - `ClassicalFieldTheory.Local.iteratedTotalDerivative` : iterated total derivative indexed by a multi-index.
iii. Table of contents
- A. Evaluation on jets
- B. Total derivatives
iv. References
A. Evaluation on jets
B. Total derivatives
8 declarations
Evaluation of along the -jet of
Given a jet order , a local jet-dependent function , and a field , this definition returns the function from to that maps each point to , where is the -jet of the field at .
Total derivative of a jet-dependent function in direction
Given a jet order , a coordinate index , a local jet-dependent function , and a field , the total derivative is the function from to defined by the partial derivative of the composition with respect to the -th coordinate. Specifically, for any point , it evaluates to where is the -jet of the field at , and denotes the spatial derivative in the -th standard basis direction.
Iterated total derivative of a jet-dependent function
Given a spatial dimension , a field dimension , a jet order , and a multi-index , let be a local jet-dependent function and be a field. The iterated total derivative (evaluated on the field ) is the function mapping each point to the iterated partial derivative of the evaluation of along the -jet of : where denotes the -jet of the field at the point .
Let be a jet order, be a local jet-dependent function, and be a field. For any point , the evaluation of along the -jet of at is equal to , where is the -jet of the field at .
Total Derivative Equals Spatial Derivative of Jet-Dependent Evaluation
For a jet order , a coordinate index , a local jet-dependent function , and a field , the total derivative of in the -th coordinate direction (evaluated along ) is equal to the spatial derivative of the function that maps each point to the evaluation of at the -jet of at . Mathematically, this is expressed as: where denotes the -jet of the field at the point , and denotes the partial derivative with respect to the -th spatial coordinate.
Iterated Total Derivative
For a jet order , a multi-index , a jet-dependent function , and a field , the iterated total derivative of evaluated along the field is equal to the iterated partial derivative of the composition of with the -jet of : where denotes the iterated partial derivative and is the -jet of the field at the point .
The zero-th iterated total derivative equals the evaluation of along a jet
Given a spatial dimension , a field dimension , and a jet order , let be a local jet-dependent function and be a field. The iterated total derivative with respect to the zero multi-index (evaluated on the field ) is equal to the evaluation of along the -jet of . That is, where denotes the -jet of the field at the point .
The iterated total derivative equals the total derivative
For a jet order , a coordinate index , a local jet-dependent function , and a field , the iterated total derivative with respect to the multi-index (where is the multi-index with 1 at the -th position and 0 elsewhere) is equal to the total derivative of along in the direction . That is, where is the -jet of the field at the point .
