Physics[ExteriorDerivative] - compute the exterior derivative of a totally antisymmetric covariant tensorial expression
Calling Sequence
ExteriorDerivative[mu](A)
Parameters
A
-
an algebraic expression, or a relation, or a list, set, Matrix or Array of them. A can be tensorial, in which case all its free indices must be covariant and the expression totally antisymmetric with respect to permutations of its free indices
mu
a spacetime covariant index, used to index the covariant derivative operator D_
...
(optional) the last argument can be the non-covariant operator d_ to be used instead of the covariant D_
Description
The ExteriorDerivative[mu] command computes the exterior derivative of an expression A (possibly tensorial, according to the standard definition) as the exterior product of the covariant operator D_[mu], and a covariant, totally antisymmetric expression A, which can also be a vector in tensor notation with only one covariant index, or a scalar. In this sense, ExteriorDerivative performs, in a tensorial expression and using tensor notation, the operation that DifferentialGeometry[ExteriorDerivative] performs in the equivalent expression using differential forms.
NOTE: if the covariant index passed, mu, is also present in A as a free covariant index, the output is the contracted product D_[~mu](A[.., mu, ..]).
The antisymmetry of A with respect to permutations of its free indices is verified before proceeding using Library[IsTensorialAntisymmetric]. Note that both the antisymmetrization of A as well as the exterior product between two arbitrary tensorial expressions can always be computed passing the expression or product to Antisymmetrize.
The index mu indexing ExteriorDerivative in ExteriorDerivative[mu](A) is expected to be a spacetime index and is used to index the covariant derivative operator D_. When the spacetime is Galilean, so all the Christoffel symbols are zero, the operator d_ is used instead. When the spacetime is non-Galilean, due to the symmetry of the Christoffel symbols under permutation of their 2nd and 3rd indices, as well as the antisymmetric property of the result of ExteriorDerivative[mu](A), all the terms involving Christoffel symbols cancel so that a mathematically equivalent result can be obtained replacing D_ by d_. To obtain a result directly expressed using d_, pass d_ as the last argument.
Examples
In the examples that follow, as well as in the context of tensor computations with the Physics package, it is used Einstein's summation convention for repeated indices
with⁡Physics:
Setup⁡mathematicalnotation=true
mathematicalnotation=true
Set a system of coordinates - say X
Setup⁡coordinates=X
⁢Systems of spacetime coordinates are:⁢X=x1,x2,x3,x4
_______________________________________________________
coordinatesystems=X
Compute the exterior derivative of a scalar f⁡X
ExteriorDerivativeμ⁡f⁡X
∂μ⁡f⁡X
Because the spacetime at this point in the worksheet is flat, the output above involves d_, not the covariant D_. Set the spacetime to any non-Galilean value, for instance use the Schwarzschild metric (see g_)
g_sc
⁢_______________________________________________________
⁢Systems of spacetime coordinates are:⁢X=r,θ,φ,t
⁢Default differentiation variables for d_, D_ and dAlembertian are:⁢X=r,θ,φ,t
Setting lowercaselatin_is letters to represent space indices
⁢The Schwarzschild metric in coordinates ⁢r,θ,φ,t
Parameters: m
Signature: - - - +
gμ,ν=
Define two tensors for experimentation, one symmetric, the other antisymmetric
Define⁡F,antisymmetric,quiet:Define⁡H,symmetric
Defined objects with tensor properties
F,H,▿μ,γμ,σμ,Rμ,ν,Rμ,ν,α,β,Cμ,ν,α,β,∂μ,gμ,ν,γi,j,Γμ,ν,α,Gμ,ν,εα,β,μ,ν,Xμ
Use the declare facility of PDEtools to avoid redundant display of functionality of F⁡X and H⁡X
PDEtools:-declare⁡F,H⁡X
F⁡r,θ,φ,t⁢will now be displayed as⁢F
H⁡r,θ,φ,t⁢will now be displayed as⁢H
ExteriorDerivativeμ⁡Fα,β⁡X
▿μ⁡Fα,β3+▿α⁡Fβ,μ3−▿β⁡Fα,μ3
The same result can be expressed in non-covariant manner in terms of d_ - pass it as last argument
ExteriorDerivativeμ⁡Fα,β⁡X,d_
∂μ⁡Fα,β3+∂α⁡Fβ,μ3−∂β⁡Fα,μ3
For example, to verify these two expressions are the same, rewrite the first one in terms of d_ and Simplify to re-obtain (8)
convert⁡,d_
∂μ⁡Fα,β3−Γ⁢να,μ⁢να,μ⁢Fν,β3+∂α⁡Fβ,μ3−Γ⁢να,μ⁢να,μ⁢Fβ,ν3−∂β⁡Fα,μ3
Simplify⁡
To see the components behind these tensorial expressions you can use TensorArray, or the Library command TensorComponents, or more directly: Define a tensor with the expression, say Tμ,α,β and use it to compute its contravariant or covariant expressions, matricial form, etc:
Define⁡Tμ,α,β=
H,▿μ,γμ,Fα,β,σμ,Rμ,ν,Rμ,ν,α,β,Tμ,α,β,Cμ,ν,α,β,∂μ,gμ,ν,γi,j,Γμ,ν,α,Gμ,ν,εα,β,μ,ν,Xμ
To see the all indices covariant and equal to 1,
T1,1,1
0
The values of T for all of its indices equal to 1, 2, 3, either covariant or all contravariant
T1,2,3
F2,3r3−F1,3θ3+F1,2φ3
T~1,~2,~3
csc⁡θ2⁢2⁢m−r⁢F2,3r+F3,1θ−F2,1φ3⁢r5
By construction, this tensorial expression Tα,β,γ is totally antisymmetric, so
T1,2,3+T2,1,3
Recalling that H is defined as symmetric and the symmetries of the Riemann tensor, create an expression that is zero by contracting H with the first or second pair of indices of Riemann. Use the product operator `*`, not `.`, to avoid automatic simplification of contracted indices
Riemannμ,ν,α,β⁢Hα,β⁡X
Hα,β⁢R⁢α,βμ,ν⁢α,βμ,ν
ExteriorDerivative does not simplify the expression before proceeding, it only checks the antisymmetry of the free indices
Library:-IsTensorialAntisymmetric⁡
true
ExteriorDerivativeμ⁡
▿μ⁡Hα,β⁢R⁢μνα,β⁢μνα,β3+Hα,β⁢▿μ⁡R⁢μνα,β⁢μνα,β3−2⁢▿⁢μ⁢μ⁡Hα,β⁢Rμ,να,βμ,να,β3−2⁢Hα,β⁢▿⁢μ⁢μ⁡Rμ,να,βμ,να,β3
You can Simplify results like this one, or where the zero is more disguised, using
∂μ⁡Hα,β−Γ⁢κα,μ⁢κα,μ⁢Hκ,β−Γ⁢κβ,μ⁢κβ,μ⁢Hα,κ⁢R⁢μνα,β⁢μνα,β3+Hα,β⁢∂μ⁡R⁢μνα,β⁢μνα,β−Γ⁢κμ,ν⁢κμ,ν⁢R⁢μκα,β⁢μκα,β−Γ⁢ακ,μ⁢ακ,μ⁢R⁢μνβ,κ⁢μνβ,κ+Γ⁢βκ,μ⁢βκ,μ⁢R⁢μνα,κ⁢μνα,κ+Γ⁢μκ,μ⁢μκ,μ⁢R⁢κνα,β⁢κνα,β3−2⁢g⁢λ,μ⁢λ,μ⁢∂λ⁡Hα,β−Γ⁢κα,λ⁢κα,λ⁢Hκ,β−Γ⁢κβ,λ⁢κβ,λ⁢Hα,κ⁢Rμ,να,βμ,να,β3−2⁢Hα,β⁢g⁢λ,μ⁢λ,μ⁢∂λ⁡Rμ,να,βμ,να,β−Γ⁢κλ,μ⁢κλ,μ⁢Rκ,να,βκ,να,β+Γ⁢κλ,ν⁢κλ,ν⁢Rκ,μα,βκ,μα,β−Γ⁢ακ,λ⁢ακ,λ⁢Rμ,νβ,κμ,νβ,κ+Γ⁢βκ,λ⁢βκ,λ⁢Rμ,να,κμ,να,κ3
See Also
Antisymmetrize, Christoffel, Coordinates, d_, D_, Define, g_, Library, Library[TensorComponents], PDEtools[declare], Physics, Physics conventions, Physics examples, Physics Updates, Tensors - a complete guide, Mini-Course Computer Algebra for Physicists, Riemann, Setup, Simplify, TensorArray
References
Landau, L.D., and Lifshitz, E.M. The Classical Theory of Fields, Course of Theoretical Physics Volume 2, fourth revised English edition. Elsevier, 1975.
Weinberg, S. Gravitation and Cosmology: Principles and Applications of The General Theory of Relativity, John Wiley & Sons, Inc, 1972.
Compatibility
The Physics[ExteriorDerivative] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
Download Help Document