Tensor[KillingYanoTensors] - calculate the Killing-Yano tensors for a given connection or a given metric
Calling Sequences
KillingYanoTensors(g ,p ,options)
KillingYanoTensors(Γ, p ,options)
Parameters
g - a metric tensor on a manifold M
Γ - an affine connection on M
options - any of the following keywords arguments: ansatz, unknowns, auxiliaryequations, coefficientvariables, parameters, output
Description
Examples
Let ▿denote covariant differentiation with respect to the given connection Γ, or with respect to the Christoffel connection defined by the metric g. A degree p Killing-Yano tensor T is a p-form, or equivalently, a skew-symmetric covariant tensor such that ▿(i Tj)h ... k=0.
The program KillingYanoTensors generates the defining system of 1st order PDE for a Killing-Yano tensor and uses pdsolve to find the solutions to these PDE.
The keyword argument coefficientvariables = x1 , x2, ... , xk allows the user to specify the coefficient functions in the Killing-Yano tensor Tas functions of the variables x1 , x2, ... , xk .
The exact form of the tensor T can be specified with the keyword argument ansatz = T. For example, if the coordinates on the underlying manifold are x, y, z and T1, T2, T3 are defined p-forms, then one may solve for Killing-Yano tensors of the form T = x⋅fy,zT1 + x2 T2 + gy,zT3. In this situation the unknown functions must be explicitly specified with the keyword argument unknowns, for example, unknowns = fy,z, gy,z.
When using the keyword argument ansatz, additional algebraic or differential conditions may be imposed upon the unknowns using the keyword argument auxiliaryequations = EqList. Here EqList is a list of the auxiliary equations to be added to the Killing-Yano equations.
If the metric g or connection Γ depends upon a number of unspecified parameters (either constants or functions), then the keyword argument parameters= ParList,where ParList is the list of parameters, will invoke case-splitting with respect to these parameters. Special values of the parameters, where either the number or the explicit form of the Killing-Yano tensors changes, are calculated.
With keyword argument output = pde, the defining partial differential equations for the Killing-Yano tensors are returned. The option output = general returns the general solution in terms of a number of arbitrary constants _C1, _C2, ... while the option output = list returns a list of tensors which form a basis for the solution space. The default value of this keyword argument is output = list.
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form KillingYanoTensors(...) only after executing the commands with(DifferentialGeometry), with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-KillingYanoTensors(...).
with⁡DifferentialGeometry:with⁡Tensor:
Example 1.
We find the Killing-Yano tensors of degree 2 and 3 for following metric g.
DGsetup⁡u,v,x,y,M
frame name: M
g≔evalDG⁡−exp⁡2⁢a⁢x⁢du&tdu+du&tdv+dv&tdu+dx&tdx+dy&tdy
g:=−ⅇ2⁢a⁢x⁢du⁢du+du⁢dv+dv⁢du+dx⁢dx+dy⁢dy
There are 2 Killing-Yano tensors of degree 2.
K2≔KillingYanoTensors⁡g,2
K2:=du⁢⋀⁢dy,du⁢⋀⁢dx
There are 2 Killing-Yano tensors of degree 3.
K3≔KillingYanoTensors⁡g,3
K3:=du⁢⋀⁢dx⁢⋀⁢dy,du⁢⋀⁢dv⁢⋀⁢dx
We can use the CovariantDerivative and SymmetrizeIndices commands to verify that the differential forms K2 and K3 satisfy the Killing-Yano equation. First we need the Christoffel connection for the metric g.
C≔Christoffel⁡g
C:=−a⁢ⅇ2⁢a⁢x⁢D_v⁢du⁢dx−a⁢ⅇ2⁢a⁢x⁢D_v⁢dx⁢du+a⁢ⅇ2⁢a⁢x⁢D_x⁢du⁢du
To check the Killing-Yano equation we take the covariant derivative of one of the tensors and symmetrize on the last two indices (the DifferentialGeometry convention is to place the index or slot for the covariant derivative last)
SymmetrizeIndices⁡CovariantDerivative⁡K21,C,2,3,Symmetric
0⁢du⁢du⁢du
SymmetrizeIndices⁡CovariantDerivative⁡K31,C,3,4,Symmetric
0⁢du⁢du⁢du⁢du
Example 2.
We can use the keyword arguments ansatz and unknowns to find a subset of the Killing-Yano tensors for this metric, say, the 2-forms, which are independent of dx and have coefficients which are functions of the variable u alone.
T≔evalDG⁡r⁡u⁢du&wdy+s⁡u⁢du&wdv+t⁡u⁢dv&wdy
T:=s⁡u⁢du⁢⋀⁢dv+r⁡u⁢du⁢⋀⁢dy+t⁡u⁢dv⁢⋀⁢dy
vars≔r⁡u,s⁡u,t⁡u
vars:=r⁡u,s⁡u,t⁡u
KillingYanoTensors⁡g,2,ansatz=T,unknowns=vars
du⁢⋀⁢dy
With the keyword argument output =pde, the defining differential equations for the Killing-Yano tensors are returned.
KillingYanoTensors⁡g,2,ansatz=T,unknowns=vars,output=pde
0,a⁢ⅇ2⁢a⁢x⁢s⁡u,a⁢ⅇ2⁢a⁢x⁢t⁡u,−12⁢a⁢ⅇ2⁢a⁢x⁢s⁡u,−12⁢a⁢ⅇ2⁢a⁢x⁢t⁡u,−12⁢ⅆⅆu⁢r⁡u,−12⁢ⅆⅆu⁢s⁡u,−12⁢ⅆⅆu⁢t⁡u,12⁢ⅆⅆu⁢t⁡u,ⅆⅆu⁢r⁡u,ⅆⅆu⁢s⁡u
Example 3.
Consider the following metric which depends upon an arbitrary function fy.
DifferentialGeometry:-DGsetup⁡u,v,y,z,M
g≔evalDG⁡evalDG⁡−32⁢du&tdvy2−32⁢dv&tduy2−3⁢f⁡y⁢dv&tdv+3⁢dy&tdyy2+3⁢dz&tdzy3
g:=−32⁢y2⁢du⁢dv−32⁢y2⁢dv⁢du−3⁢f⁡y⁢dv⁢dv+3y2⁢dy⁢dy+3y3⁢dz⁢dz
With the keyword argument parameters we can identity those special values of fy for which the metric admits a rank 2 Killing-Yano tensor.
KY≔KillingYanoTensors⁡g,2,parameters=f⁡y
KY:=1y3⁢du⁢⋀⁢dv,,f⁡y=_C1y2,f⁡y=f⁡y
We see that there are no Killing-Yano tensors for generic choices of fy and 1 Killing-Yano tensor when fy=_C1y2.
See Also
DifferentialGeometry
Tensor
ConformalKillingVectors
KillingVectors
KillingTensors
KillingSpinors
Download Help Document