Physics[LieBracket] - compute the Lie bracket of two vector fields using algebraic tensor notation
Calling Sequence
LieBracket(U, V, ...)
Parameters
U, V
-
two contravariant vectors, as tensors functions with one free spacetime contravariant index (prefixed by ~); the first vector can also be passed without its index
...
optional, a third argument can be the non-covariant operator d_ to be used instead of the covariant D_
Description
The LieBracket[mu] command computes the Lie bracket of the vector fields Uμ and Vν, defined in terms of the LieDerivative as
LieBracketUμ,Vν=ℒUVν=Uμ⁢▿μVν−Vμ⁢▿μUν
where Einstein's summation convention is used, μ and ν represent spacetime indices, ℒ is the LieDerivative and ▿μ is the covariant derivative operator D_. The LieBracket satisfies the Jacobi identity for commutators
LieBracket⁡Aμ,LieBracketBν,Cρ+LieBracket⁡Bμ,LieBracketCν,Aρ+LieBracket⁡Cμ,LieBracketAν,Bρ=0
When the spacetime is Galilean, so all the Christoffel symbols are zero, the operator d_ is used instead of the covariant D_. Also, when the spacetime is non-Galilean, due to the symmetry of the Christoffel symbols under permutation of their 2nd and 3rd indices, 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
with⁡Physics:
Setup⁡mathematicalnotation=true
mathematicalnotation=true
Set a system of coordinates - say X
Coordinates⁡X=spherical
⁢Systems of spacetime coordinates are:⁢X=r,θ,φ,t
X
Define two tensors for experimentation
Define⁡A,B
Defined objects with tensor properties
A,B,γμ,σμ,∂μ,gμ,ν,εα,β,μ,ν,Xμ
Use the declare facility of PDEtools to avoid redundant display of functionality
PDEtools:-declare⁡A,B⁡X
A⁡r,θ,φ,t⁢will now be displayed as⁢A
B⁡r,θ,φ,t⁢will now be displayed as⁢B
Compute the Lie bracket of Aμ and Bν
LieBracket⁡A~mu⁡X,B~nu⁡X
A⁢μ⁢μ⁢∂μ⁡B⁢ν⁢ν−B⁢μ⁢μ⁢∂μ⁡A⁢ν⁢ν
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 nongalilean value, for instance (see g_):
g_sc
⁢_______________________________________________________
Setting lowercaselatin_is letters to represent space indices
⁢The Schwarzschild metric in coordinates ⁢r,θ,φ,t
Parameters: m
Signature: - - - +
gμ,ν=r2⁢m−r0000−r20000−r2⁢sin⁡θ20000r−2⁢mr
Compute the Lie bracket again
A⁢μ⁢μ⁢▿μ⁡B⁢ν⁢ν−B⁢μ⁢μ⁢▿μ⁡A⁢ν⁢ν
Note that the Lie bracket between two vector fields is equal to the LieDerivative of the second one with respect to the first one, that you can pass with or without its index to both LieBracket and LieDerivative:
LieDerivativeA~mu⁡X⁡B~nu⁡X
Due to the symmetry properties of Christoffel symbols, this expression can also be expressed replacing the covariant derivative operator D_ by d_. To see that, rewrite the covariant derivatives in terms of Christoffel symbols and the d_ operator
convert⁡,d_
A⁢μ⁢μ⁢∂μ⁡B⁢ν⁢ν+Γ⁢να,μ⁢να,μ⁢B⁢α⁢α−B⁢μ⁢μ⁢∂μ⁡A⁢ν⁢ν+Γ⁢να,μ⁢να,μ⁢A⁢α⁢α
Simplify⁡
−∂α⁡A⁢ν⁢ν⁢B⁢α⁢α+∂α⁡B⁢ν⁢ν⁢A⁢α⁢α
This expression is the same one obtained above in (5) for a flat spacetime but for the dummy used for repeated index:
Simplify⁡−
0
See Also
Christoffel, convert, Coordinates, d_, D_, Define, g_, LieDerivative, PDEtools[declare], Physics, Physics conventions, Physics examples, Physics Updates, Tensors - a complete guide, Mini-Course Computer Algebra for Physicists, Setup, Simplify
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[LieBracket] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
Download Help Document