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

Online Help

All Products    Maple    MapleSim


Tensor[HomothetyVectors] - calculate the homothety vectors for a given metric

Calling Sequences

     HomothetyVectors( g, options)

Parameters

  g         - a metric tensor on a manifold

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

 

Description

Examples

Description

• 

A vector field is called a homothety vector for the metric  if, where denotes Lie differentiation with respect to and  is a constant (proportional to the divergence of ). If  and denotes covariant differentiation with respect to the given metric, then this equation can be written as The Killing vectors of are the solutions to this equation with The set of all homothety vector fields forms a Lie algebra of vector fields of dimension at most 1 greater than the dimension of the Lie algebra of Killing vector fields. The Killing vector fields are an ideal in the Lie algebra of homotheties.

• 

The command HomothetyVectors generates the defining system of 1st order PDE for a homothety vector field and uses pdsolve to find the solutions to these PDE.

• 

The command HomothetyVectors returns a sequence of two lists. The first list contains the homothety vector and the second the Killing vectors. If there are no genuine homothety vector fields then the first list is empty.

• 

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

• 

The exact form of the homothety vector can be specified with the keyword argument ansatz  . For example, if the coordinates on the underlying manifold are and  are defined vectors, then one may solve for homothety vectors 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 homothety equations.

• 

If the metric 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 homothety vectors changes, are calculated.

• 

With keyword argument output = the defining partial differential equations for the homothety vectors are returned. The option output = returns the general homothety vector in terms of a number of arbitrary constants , ...  . The option output = returns a list of vectors 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 HomothetyVectors(...) only after executing the commands with(DifferentialGeometry), with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-HomothetyVectors(...).

Examples

 

Example 1.

We find the homotheties for the metric , defined on a 4-dimensional manifold.

(2.1)
M > 

(2.2)
M > 

(2.3)

 

We can check this result by calculating the Lie derivative of the metric with respect to these vector fields (see LieDerivative). We see that the vector field H[1] is a homothety with

M > 

(2.4)
M > 

(2.5)

 

We can use the LieAlgebraData command in the LieAlgebras package to calculate the structure equations for the Lie algebra  of homothety vectors.

M > 

(2.6)
M > 

(2.7)

 

This output shows, for example, that the Lie bracket of the 1st and 7th vector fields in  is the 1st vector field.

M > 

(2.8)

 

Example 2.

We look for homotheties of the metric , with the form specified by the vector . 

M > 

(2.9)
M > 

(2.10)

 

Example 3.

We calculate the general homothety vector depending upon 6 arbitrary constants.

(2.11)

 

Example 4.

We calculate the homotheties for a metric which depends upon a parameter There is a true homothety vector only when . 

M > 

(2.12)
M > 

(2.13)

 

See Also

DifferentialGeometry

Tensor

ConformalKillingVectors

KillingSpinors

KillingTensors

KillingVectors

KillingYanoTensors

 


Download Help Document