KillingTensors - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Tensor[KillingTensors] - calculate the Killing tensors of a specified rank for a given metric or connection

Calling Sequences

     KillingTensors(g, p options)

     KillingTensors(C, p options)

Parameters

     g         - a covariant metric tensor on a manifold

     p         - a positive integer

     C         - an affine connection on a manifold

     options   - any of the following keywords arguments: ansatz, unknowns, auxiliaryequations, coefficientvariables, parameters, output 

 

Description

Examples

Description

• 

 Let denote covariant differentiation with respect to the given metricor connection A covariant symmetric tensor field of rank is called a Killing tensor if

• 

The program KillingTensors generates the defining 1st order partial differential equations for a Killing tensor of rank p and uses pdsolve to find the solution to these equations. An empty list is returned if there are no Killing tensors. If pdsolve is unable to solve these equations, NULL is returned.

• 

The keyword argument coefficientvariables  allows the user to specify the coefficient functions in the Killing tensor  as functions of the variables  .

• 

The exact form of the Killing tensor can be specified with the keyword argument ansatz . For example, if the coordinates on the underlying manifold are and are defined symmetric tensors, then one may solve for Killing tensors of the form . In this situation the unknown functions must be explicitly specified with the keyword argument unknowns, for example, unknowns

• 

When using the keyword argument ansatz, additional algebraic or differential conditions may be imposed upon the unknowns using the keyword argument auxiliaryequations Here  is a list of the auxiliary equations to be added to the Killing tensor equations.

• 

If the metric or connection C depends upon a number of unspecified parameters (either constants or functions), then the keyword argument parameterswhere 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 tensors changes, are calculated.

• 

With keyword argument output = the defining partial differential equations for the Killing tensors are returned. The option output = returns the general Killing tensor in terms of a number of arbitrary constants , ... . The option output = returns a list of tensors which form a basis for the solution space. The default value of this keyword argument is output =

• 

This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form KillingTensors(...) only after executing the commands with(DifferentialGeometry), with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-KillingTensors(...).

Examples

 

Example 1.

Find the Killing tensors of the metric g to order 3. This metric appears in Darboux, Theorie Generale des Surfaces III, page 81.

(2.1)
M > 

(2.2)
M > 

(2.3)
M > 

(2.4)
M > 

(2.5)

 

Example 2.

We use the keyword argument coefficientvariables to find the rank 3 Killing tensors for the metric g2 which are functions of  alone.

M > 

(2.6)
M > 

(2.7)
M > 

(2.8)

 

Example 3.

We use the keyword arguments ansatz and unknowns to find the rank 2 Killing tensors for the metric g3 which are independent of .

M > 

(2.9)
M > 

(2.10)
M > 

(2.11)
M > 

(2.12)

 

Example 4.

We use the keyword arguments ansatz, unknowns and auxiliaryequations find the rank 2 Killing tensors for the metric g4 which are invariant under rotations in the plane.

M > 

(2.13)
M > 

(2.14)

 

We use the commands GenerateSymmmetricTensors and DGzip to construct the general rank 2 symmetric tensor on

M > 

(2.15)
M > 

(2.16)
M > 

(2.17)

 

The vector field is the infinitesimal generator for rotations in the plane.

M > 

(2.18)

 

We use the commands LieDerivative and DGinfo to find the conditions under which  is rotationally invariant.

M > 

M > 

(2.19)

 

We find that that there are 4 rotationally invariant, rank 2 Killing tensors for the metric .

M > 

(2.20)
M > 

(2.21)

 

 

Example 5.

We wish to determine the rank 2 Killing tensors for the metric for varying values of excluding the case Because the parameter does not appear as a rational function in it is helpful to re-write the metric as , where satisfies the differential equation  

M > 

(2.22)
M > 

(2.23)
M > 

 

With the keyword argument parameters, the command KillingTensors returns a sequence of lists of Killing tensors and, as the last element of the sequence, the possible exceptional parameter values. For this example, the exceptional values of are:

M > 

(2.24)

 

We see there are 2 cases.

Case 1. 

M > 

(2.25)

 

Case 2.   (the generic case)

M > 

(2.26)

 

Example 6.

With the keyword argument output = "pde", the defining partial differential equations for the Killing tensor are returned.

M > 

(2.27)
M > 

(2.28)
M > 

(2.29)
M > 

(2.30)
M > 

(2.31)

 

Example 7.

We compute the Killing tensors for a connection. We use the keyword argument output = "general" to obtain the result as a single tensor depending on constants __  .

M > 

(2.32)
M > 

(2.33)
M > 

(2.34)

 

Example 8.

The following metric g8 appears in the PhD thesis of R. P. Delong. We are able to explicitly compute all Killing tensors to order 4. The explicit lists are very long and so we simply display the number of Killing tensors at each order.

M > 

(2.35)
M > 

(2.36)
M > 

M > 

M > 

M > 

M > 

(2.37)

See Also

DifferentialGeometry

Tensor

KillingVectors

KillingYanoTensors

KillingSpinors

 


Download Help Document