ExteriorDifferentialSystems[InfinitesimalSymmetriesOfEDS] - find the infinitesimal symmetries of a Pfaffian differential system
Calling Sequences
InfinitesimalSymmetriesOfEDS(Theta, options)
InfinitesimalSymmetriesOfEDS(ThetaList, options)
Parameters
Theta - a list of 1-forms on a manifold M, the (differential) generators of a Pfaffian differential system ℐ
ThetaList - a list of lists of 1-forms on a manifold M, the (differential) generators of a sequence of Pfaffian differential systems ℐ1, ℐ2, ℐ3, ...
options - (optional keyword arguments) keyword arguments ansatz, unknowns, auxiliaryequations,output
Description
Let ℐ be an exterior differential system on a manifold M. A local symmetry of ℐ is a local diffeomorphism φ: M→M such that the pullback map φ∗ preserves ℐ, that is, for each differential form ω ∈ ℐ, φ∗ω ∈ ℐ. An infinitesimal symmetry of ℐ is a vector field X on M which preserves ℐ with respect to Lie differentiation, that is, for each differential form ω ∈ ℐ, ℒX ω∈ ℐ. If φt: M→M is a 1-parameter group of local symmetries of ℐ, then the infinitesimal transformation determined by φt is an infinitesimal symmetry and, conversely, if X is an infinitesimal symmetry of ℐ, then the flow of X is a 1-parameter group of local symmetries. If ℐ is a Pfaffian differential system with generators Θ =θ1, θ2, ... , θp, then X is an infinitesimal symmetry of ℐ if:
ℒXθj= a1jθ1 +a2jθ2 +⋅⋅⋅ + apjθp , or equivalently, ℒXθj ∧ θ1 ∧ θ2 ∧ ⋅⋅⋅∧ θp = 0.
These conditions readily translate into a system of homogeneous linear first order PDE for the components of the vector field X.
The first calling sequence InfinitesimalSymmetriesOfEDS(Theta) uses pdsolve to integrate the first order PDE system for the infinitesimal symmetries of the Pfaffian system and returns the general infinitesimal symmetry depending upon a certain number of constants and arbitrary functions.
The second calling sequence finds the common symmetries for the given list of differential systems. Here is a simple application. Let ℐ' be the derived system of the Pfaffian system ℐ. Then every symmetry of ℐ is a symmetry of ℐ' so that finding the symmetries of ℐ is mathematically equivalent to finding the symmetries of the pair [ℐ, ℐ']. But, symbolically, the latter approach generates more defining equations for the symmetry vector, which will often improve the performance of the Maple PDE solver.
One can search for special classes of symmetries by specifying the form of the symmetry vector using the keyword argument ansatz= X, where X is a vector field depending upon a certain number of arbitrary functions f1, f2, ..., fN. These functions should be explicitly declared with the keyword argument unknowns. Additional constraints (either algebraic or differential equations or inequalities) can be imposed upon the arbitrary functions f1, f2, ..., fN in the symmetry ansatz using the keyword argument auxiliaryequations.
If the space of symmetries is finite dimensional, say m-dimensional, then the keyword argument output = "list" will change the output of InfinitesimalSymmetriesOfEDS to a list of m vectors. This list of symmetry vectors defines a basis for a Lie algebra, the structure constants of which can be computed using the command LieAlgebraData.
See Also
DifferentialGeometry
LieAlgebras
Infinitesimals
Examples
with(DifferentialGeometry): with(ExteriorDifferentialSystems):
Example 1.
We define a rank 3 distribution on a 5-dimensional manifold and calculate its symmetry algebra to be 14-dimensional. Create the 5-dimensional manifold with coordinates x, z, y, y1 y2
DGsetup([x, z, y, y1, y2], M1):
Our Pfaffian system ℐ is
Theta := evalDG([dy - y1*dx, dy1 - y2*dx, dz - y2^2*dx]);
Θ:=−y1⁢dx+dy,−y2⁢dx+dy1,−y22⁢dx+dz
Gamma := InfinitesimalSymmetriesOfEDS(Theta, output = "list");
Γ:=−2⁢y2⁢y−43⁢y12⁢D_x−23⁢y⁢y23−z2⁢D_z−2⁢y2⁢y⁢y1−89⁢y13−z⁢y⁢D_y−y⁢y22−z⁢y1⁢D_y1−−z⁢y2+23⁢y1⁢y22⁢D_y2,−2⁢y−83⁢x⁢y1+x2⁢y2⁢D_x−−2⁢z⁢y1+13⁢x2⁢y23⁢D_z−x2⁢y2⁢y1−43⁢x⁢y12−12⁢x2⁢z⁢D_y−12⁢x2⁢y22−23⁢y12−x⁢z⁢D_y1−−z+23⁢x⁢y22−23⁢y1⁢y2⁢D_y2,−2⁢y⁢x−43⁢x2⁢y1+13⁢x3⁢y2⁢D_x−2⁢z⁢y−2⁢z⁢y1⁢x+19⁢x3⁢y23+89⁢y13⁢D_z−2⁢y2+13⁢x3⁢y2⁢y1−23⁢x2⁢y12−16⁢z⁢x3⁢D_y−2⁢y⁢y1+16⁢x3⁢y22−23⁢x⁢y12−12⁢x2⁢z⁢D_y1−−x⁢z+13⁢x2⁢y22−23⁢y1⁢y2⁢x+43⁢y12⁢D_y2,14⁢x2⁢D_x+y12⁢D_z+34⁢y⁢x⁢D_y+34⁢y+14⁢x⁢y1⁢D_y1−14⁢x⁢y2−y1⁢D_y2,−2⁢y1+32⁢x⁢y2⁢D_x+12⁢y23⁢x⁢D_z+32⁢y1⁢y2⁢x−y12−34⁢x⁢z⁢D_y+34⁢x⁢y22−34⁢z⁢D_y1+12⁢y22⁢D_y2,−x⁢D_x+z⁢D_z−y⁢D_y+y2⁢D_y2,2⁢y1⁢D_z+12⁢x2⁢D_y+x⁢D_y1+D_y2,2⁢x⁢y1−2⁢y⁢D_z+16⁢x3⁢D_y+12⁢x2⁢D_y1+x⁢D_y2,x⁢D_y+D_y1,2⁢y2⁢D_x+23⁢y23⁢D_z+2⁢y1⁢y2−z⁢D_y+y22⁢D_y1,x⁢D_x+z⁢D_z+2⁢y⁢D_y+y1⁢D_y1,D_y,D_z,D_x
There are 14 infinitesimal symmetries.
nops(Gamma);
14
One can calculate the structure equations for this Lie algebra of vector fields with the command LieAlgebraData. The commands CartanSubalgebra, RootSpaceDecomposition, SimpleRoots and CartanMatrix can be used to show that this Lie algebra is the split real form of the exceptional simple Lie algebra g2. On an historical note, this is one of the first concrete realizations of g2 and was discovered independently by Cartan and Engel in 1893.
Example 2.
We continue with the Pfaffian system ℐ defined by Example 1. We find the derived system ℐ'and re-calculate the symmetries of ℐ by calculating the symmetries of the two systems {ℐ , ℐ'}.
DF := DerivedFlag(Theta);
DF:=−y1⁢dx+dy,−y2⁢dx+dy1,−y22⁢dx+dz,y22⁢dx+dz−2⁢y2⁢dy1,−y1⁢dx+dy,
Theta1 := DF[2];
Θ1:=y22⁢dx+dz−2⁢y2⁢dy1,−y1⁢dx+dy
Gamma2 := InfinitesimalSymmetriesOfEDS([Theta1,Theta], output = "list"):
The results are the same.
seq(Gamma[i] &minus Gamma2[i], i = 1..14);
0⁢D_x,0⁢D_x,0⁢D_x,0⁢D_x,0⁢D_x,0⁢D_x,0⁢D_x,0⁢D_x,0⁢D_x,0⁢D_x,0⁢D_x,0⁢D_x,0⁢D_x,0⁢D_x
Example 3.
We continue with the Pfaffian system ℐ defined by Example 1. In this example we look for the symmetries of ℐ which also preserve the Pfaffian system 𝒞 defined by the contact form dy − y1dx. Note that 𝒞 does appear as a differential system in the derived flag so that in this example we expect to obtain a subalgebra of the full 14-dimensional Lie algebra of infinitesimal symmetries.
C := evalDG([dy - y1*dx]);
C:=−y1⁢dx+dy
Gamma3 := InfinitesimalSymmetriesOfEDS([C, Theta], output = "list");
Γ3:=−x2⁢D_x−4⁢y12⁢D_z−3⁢y⁢x⁢D_y−3⁢y+x⁢y1⁢D_y1+x⁢y2−4⁢y1⁢D_y2,2⁢x⁢y1−2⁢y⁢D_z+16⁢x3⁢D_y+12⁢x2⁢D_y1+x⁢D_y2,−x⁢D_x+z⁢D_z−y⁢D_y+y2⁢D_y2,2⁢y1⁢D_z+12⁢x2⁢D_y+x⁢D_y1+D_y2,x⁢D_x+z⁢D_z+2⁢y⁢D_y+y1⁢D_y1,x⁢D_y+D_y1,D_y,D_z,D_x
nops(Gamma3);
9
Note that the coefficients of Dx, Dy, Dz in each of the vector fields in Γ3 are independent of the variable y2.
Example 4.
We continue with the Pfaffian system ℐ defined by Example 1. In this example we use the various keyword arguments to look for the symmetries for which the coefficients of Dx, Dy, and Dz are functions of variables x, y, z. First define a general vector field. We shall uses this as our symmetry ansatz.
F := [F1, F2, F3, F4, F5](x, y, z, y1, y2);
F:=F1⁡x,y,z,y1,y2,F2⁡x,y,z,y1,y2,F3⁡x,y,z,y1,y2,F4⁡x,y,z,y1,y2,F5⁡x,y,z,y1,y2
X := DGzip(F, [D_x, D_y, D_z, D_y1, D_y2]);
X:=F1⁡x,y,z,y1,y2⁢D_x+F3⁡x,y,z,y1,y2⁢D_z+F2⁡x,y,z,y1,y2⁢D_y+F4⁡x,y,z,y1,y2⁢D_y1+F5⁡x,y,z,y1,y2⁢D_y2
The following equations impose the required functional dependencies on the coefficients of Dx, Dy, and Dz .
Eq := [seq(seq(diff(G(x, y, z, y1, y2), v), v = [y1, y2]), G = [F1, F2, F3])];
Eq:=∂∂y1⁢F1⁡x,y,z,y1,y2,∂∂y2⁢F1⁡x,y,z,y1,y2,∂∂y1⁢F2⁡x,y,z,y1,y2,∂∂y2⁢F2⁡x,y,z,y1,y2,∂∂y1⁢F3⁡x,y,z,y1,y2,∂∂y2⁢F3⁡x,y,z,y1,y2
InfinitesimalSymmetriesOfEDS(Theta, ansatz = X, unknowns = F, auxiliaryequations = Eq, output = "list");
−x⁢D_x+z⁢D_z−y⁢D_y+y2⁢D_y2,x⁢D_x+z⁢D_z+2⁢y⁢D_y+y1⁢D_y1,x⁢D_y+D_y1,D_z,D_y,D_x
Download Help Document