Physlib.Electromagnetism.Distributional.Basic
The Electromagnetic Potential
i. Overview
The electromagnetic potential `A^μ` is the fundamental objects in electromagnetism. Mathematically it is related to a connection on a `U(1)`-bundle.
We define the electromagnetic potential as a distribution from spacetime to contravariant Lorentz vectors.
ii. Key results
- `DistElectromagneticPotential` : the type of electromagnetic potentials as distributions.
iii. Table of contents
- A. The electromagnetic potential as a distribution - A.1. Constructors - A.2. The derivative of the electromagnetic potential as a distribution - A.3. The derivative in terms of the basis - A.4. Equivariance of the derivative distribution
iv. References
- https://quantummechanics.ucsd.edu/ph130a/130_notes/node452.html
- https://ph.qmul.ac.uk/sites/default/files/EMT10new.pdf
A. The electromagnetic potential as a distribution
A.1. Constructors
A.2. The derivative of the electromagnetic potential as a distribution
A.3. The derivative in terms of the basis
A.4. Equivariance of the derivative distribution
10 declarations
Electromagnetic potential distribution from scalar potential
Given the speed of light , this linear map constructs an electromagnetic potential distribution from a scalar potential distribution defined on spacetime . The resulting distribution is a Lorentz vector-valued distribution whose temporal component is and whose spatial components are zero.
Electromagnetic potential distribution from static scalar potential
Given the speed of light , this linear map defines an electromagnetic potential distribution from a static scalar potential distribution on . The static distribution is first extended to a time-independent distribution on spacetime . The resulting electromagnetic potential is a Lorentz vector-valued distribution whose temporal component is and whose spatial components are zero.
Electromagnetic potential distribution from static scalar potential function
Given the speed of light , this function constructs an electromagnetic potential distribution from a static scalar potential function . If satisfies the distribution-boundedness condition (`IsDistBounded`), it is promoted to a distribution and used to define such that its temporal component is (extended as a time-independent distribution on spacetime) and its spatial components are zero. If the function is not distribution-bounded, the result is the zero distribution.
`ofStaticScalarPotentialFunction` equals `ofStaticScalarPotential` for distribution-bounded
For a spatial dimension and speed of light , let be a static scalar potential function. If satisfies the distribution-boundedness condition (`Space.IsDistBounded`), then the electromagnetic potential distribution constructed directly from the function is equal to the electromagnetic potential distribution constructed from the distribution associated with (the distribution defined by the integral ).
for non-distribution-bounded static scalar potential
Given the spatial dimension and the speed of light , let be a static scalar potential function. If does not satisfy the distribution-boundedness condition (denoted as ), then the electromagnetic potential distribution constructed from is the zero distribution.
Electromagnetic potential from vector potential
For a given spatial dimension and speed of light , this defines a linear map that transforms a vector potential , represented as a distribution from spacetime to the -dimensional Euclidean space , into an electromagnetic 4-potential distribution .
Electromagnetic potential from static vector potential
For a given spatial dimension and speed of light , this defines a linear map that transforms a static vector potential —represented as a distribution from the spatial manifold to the -dimensional Euclidean space —into an electromagnetic 4-potential distribution . The resulting 4-potential distribution is constant in time and corresponds to the case where the scalar potential component is zero, effectively embedding the spatial distribution into the contravariant Lorentz vector components of .
Expansion of the distributional tensor derivative in the spacetime basis
For an electromagnetic potential (defined as a distribution mapping spacetime to contravariant Lorentz vectors) and a test function in the Schwartz space , the distributional tensor derivative of evaluated at is equal to the double sum over spacetime indices and : where is the distributional partial derivative of in the direction of the -th coordinate, is the -th component of the resulting Lorentz vector, and and are the standard basis elements for Lorentz covectors and vectors, respectively.
The -th component of the distributional tensor derivative of is
For a -dimensional spacetime, let be an electromagnetic potential distribution and be a test function in the Schwartz space . For any pair of spacetime indices , the -th component of the distributional tensor derivative —expressed in the basis formed by the tensor product of Lorentz covectors and Lorentz vectors—is equal to the -th component of the distributional partial derivative . Mathematically, this is expressed as:
The components of the distributional tensor derivative of are
Let be the number of spatial dimensions. Let be an electromagnetic potential distribution on a -dimensional spacetime, taking values in contravariant Lorentz vectors. For any test function in the Schwartz space and any tensor multi-index representing a covariant (down) and a contravariant (up) index, the -th component of the distributional tensor derivative evaluated at is given by: where is the distributional partial derivative in the direction of the -th coordinate, and is the -th component of the resulting vector.
