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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : DifferentialGeometry : Tensor : PrincipalNullDirections

Tensor[PrincipalNullDirections] - find the principal null directions of a 4 dimensional spacetime

Calling Sequences

     PrincipalNullDirections(NT, PT)

     PrincipalNullDirections(NT, PT, W)

Parameters

  NT    - a null tetrad for the spacetime metric g

    PT    - the Petrov type of g

    W      -  (optional) the Weyl tensor of g

 

Description

Examples

Description

• 

The principal null directions of a spacetime are a fundamental set of invariant directions which play an important role in studying the geometry of the spacetime. Let g be the metric of the spacetime and let W be the Weyl tensor for g. A principal null direction is a null vector k  which satisfies the system of non-linear algebraic equations

k[e Wa]bc[d  kf] kb kc =0.      (*)

Two null vectors which satisfy this equation and are proportional determine the same principal null direction. There are at most 4 distinct principal null directions. The algebraic multiplicities of the principal null vectors are determined by the Petrov type of the spacetime.

TYPE I. The principal null directions are all distinct, that is, mutually non-proportional.

TYPE II. Two of the principal null directions coincide, that is, the algebraic system of equations (*) has a repeated solution. There are 3 distinct principal null directions.

TYPE III. Three of principal null directions coincide. There are 2 distinct principal null directions.

TYPE D. Two pairs of the principal null directions coincide. There are 2 distinct principal null directions.

TYPE N. The principal null directions all coincide. There is just 1 principal null direction.

• 

The command PrincipalNullDirections returns a list of distinct principal null directions for a spacetime as determined by a given null tetrad.

• 

The complicated algebraic equations that must be solved to determine the principal null directions can often be simplified a priori by using an adapted null tetrad. See AdaptedNullTetrad.

• 

The principal null directions are calculated from the factorization of the Weyl spinor as a product of rank 1 spinors -- each distinct spinor in this factorization determines a principal null direction. See WeylSpinor, FactorWeylSpinor.

• 

The command PrincipalNullDirection is part of the DifferentialGeometry:-Tensor package.  It can be used in the form PrincipalNullDirection(...) only after executing the commands with(DifferentialGeometry) and with(Tensor), but can always be used by executing DifferentialGeometry:-Tensor:-PrincipalNullDirection(...).

Examples

withDifferentialGeometry:withTensor:

 

Set the global environment variable _EnvExplicit to true to insure that the principal null directions are free of RootOf expressions.

_EnvExplicittrue:

 

Example 1. Type I

We calculate the principal null directions for a type I spacetime. First define the coordinates to be used and then define the metric.

 

DGsetupt,x,y,z,M

frame name: M

(2.1)
M > 

g1evalDGdt&tdtt2dx&tdxx2dy&tdydz&tdz

g1:=t2dxdxx2dydy+dtdtdzdz

(2.2)

 

Use the command DGGramSchmidt to form an orthonormal tetrad and the command NullTetrad to obtain a null tetrad for the metric g1.

OT1DGGramSchmidtD_t&comma;D_x&comma;D_y&comma;D_z&comma;g1&comma;signature=1&comma;1&comma;1&comma;1assuming0<t,0<x

OT1:=D_t&comma;D_xt&comma;D_yx&comma;D_z

(2.3)

NT1NullTetradOT1

NT1:=122D_t&plus;122D_z&comma;122D_t122D_z&comma;122D_xt&plus;12I2D_yx&comma;122D_xt12I2D_yx

(2.4)

 

Check that the metric is of Petrov type I.

PetrovTypeNT1

I

(2.5)

 

For type I metrics, there are 4 principal null directions.

PND1PrincipalNullDirectionsNT1&comma;I

PND1:=222D_t&plus;222D_z&comma;222D_t&plus;222D_yx&comma;2221&plus;22D_t2221&plus;22D_yx&comma;122222&plus;22D_t122222&plus;22D_z

(2.6)

 

We can use the GRQuery command to verify that these are principal null directions. For this the WeylTensor of the metric g1 is needed.

M > 

W1WeylTensorg1&colon;

M > 

mapGRQuery&comma;PND1&comma;g1&comma;W1&comma;PrincipalNullDirection

true&comma;true&comma;true&comma;true

(2.7)

 

Example 2. Type II

We calculate the principal null directions for a type II spacetime. First define the coordinates to be used and then define the metric.

 

DGsetupr&comma;u&comma;x&comma;y&comma;M

frame name: M

(2.8)
M > 

g2evalDG2r22x3dx&tdx+dy&tdy2du&sdr+32x+2mrdu&tdu

g2:=drdududr&plus;23rx&plus;mdudur&plus;14r2dxdxx3&plus;14r2dydyx3

(2.9)

 

Use the command DGGramSchmidt to form an orthonormal tetrad and the command NullTetrad to obtain a null tetrad for the metric g2.

OT2DGGramSchmidtD_r&comma;D_u&comma;D_x&comma;D_y&comma;g2&comma;signature=1&comma;1&comma;1&comma;1assuming0<r,0<x,0<m

OT2:=1223rx&plus;m&plus;rD_rr&plus;122D_u&comma;1223rx&plus;mrD_rr122D_u&comma;2x3&sol;2D_xr&comma;2x3&sol;2D_yr

(2.10)

NT2NullTetradOT2

NT2:=123rx&plus;m&plus;rD_rr&plus;12D_u&plus;2x3&sol;2D_yr&comma;123rx&plus;m&plus;rD_rr&plus;12D_u2x3&sol;2D_yr&comma;123rx&plus;mrD_rr12D_u&plus;I2x3&sol;2D_xr&comma;123rx&plus;mrD_rr12D_uI2x3&sol;2D_xr

(2.11)

 

A simpler choice of null tetrad can be obtained by a re-ordering of the vectors in the orthonormal tetrad -- this is always the case when one of the coordinate vectors is a null vector. See NullTetrad for the formulas used to calculate a null tetrad from an orthonormal tetrad. This simpler choice leads to a quicker calculation of the principal null directions.

M > 

NT2NullTetradOT21&comma;OT24&comma;OT23&comma;OT22

NT2:=D_r&comma;3rx&plus;mD_rr&plus;D_u&comma;I2x3&sol;2D_xr&plus;2x3&sol;2D_yr&comma;I2x3&sol;2D_xr&plus;2x3&sol;2D_yr

(2.12)

 

Check that the metric is of Petrov type II.

M > 

PetrovTypeNT2

II

(2.13)

 

For this example, it is also helpful to calculate the Weyl tensor and use the second calling sequence for PrincipalNullDirections. With this calling sequence all computations are strictly algebraic and assumptions on the ranges of the variables and the parameters can be made to simplify intermediate computations. The Weyl tensor is rather complicated and need not be displayed.

W2WeylTensorg2&colon;

 

For type II metrics, there are 3 principal null directions.

PND2PrincipalNullDirectionsNT2&comma;II&comma;W2assuming0<x,0<y,0<r,3m2xr<0,m<0

PND2:=r2rx3mxD_rm&comma;2x5&sol;22r5&sol;22rx3m&plus;4r3x33mr2x2&plus;3m2rx&plus;m3D_rr3&sol;22rx3mxmmD_ur2rx3mx22x2rx&plus;x2rx3mD_xr2rx3m&comma;2x5&sol;22r5&sol;22rx3m4r3x3&plus;3mr2x23m2rxm3D_rr3&sol;22rx3mxmmD_ur2rx3mx&plus;22x2rx&plus;x2rx3mD_xr2rx3m

(2.14)

 

We can use the GRQuery command to verify that these are principal null directions.

M > 

GRQueryPND21&comma;g2&comma;W2&comma;PrincipalNullDirection

true

(2.15)
M > 

GRQueryPND22&comma;g2&comma;W2&comma;PrincipalNullDirection

true

(2.16)
M > 

GRQueryPND23&comma;g2&comma;W2&comma;PrincipalNullDirection

true

(2.17)

 

 

Example 3. Type III

We calculate the principal null directions for a type III spacetime. First define the coordinates to be used and then define the metric.

 

DGsetupr&comma;u&comma;x&comma;y&comma;M

frame name: M

(2.18)
M > 

g3evalDGr2x3dx&tdx+dy&tdy2du&sdr+32xdu&tdu

g3:=drdududr&plus;32xdudu&plus;r2dxdxx3&plus;r2dydyx3

(2.19)

 

Use the command DGGramSchmidt to form an orthonormal tetrad and the command NullTetrad to obtain a null tetrad for the metric g3.

OT3DGGramSchmidtD_r&comma;D_u&comma;D_x&comma;D_y&comma;g3&comma;signature=1&comma;1&comma;1&comma;1assuming0<r,0<x

OT3:=1823x&plus;4D_r&plus;122D_u&comma;1823x4D_r122D_u&comma;x3&sol;2D_xr&comma;x3&sol;2D_yr

(2.20)

NT3NullTetradOT31&comma;OT34&comma;OT33&comma;OT32

NT3:=D_r&comma;34xD_r&plus;D_u&comma;12I2x3&sol;2D_xr&plus;122x3&sol;2D_yr&comma;12I2x3&sol;2D_xr&plus;122x3&sol;2D_yr

(2.21)

 

Check that the metric is of Petrov type III.

PetrovTypeNT3

III

(2.22)

 

For type III metrics, there are 2 principal null directions.

PND3aPrincipalNullDirectionsNT3&comma;III

PND3a:=329r4D_rx3&comma;271024x8x3&plus;3x3D_rr4&plus;932x3D_ur4&plus;27256x2x3&plus;x3D_xr527256Ix2x3x3D_yr5

(2.23)
M > 

PND3bsimplifyPND3aassuming0<x

PND3b:=329r4D_rx3&comma;2971024x4D_rr4&plus;932x3D_ur4&plus;27128x5D_xr5&plus;0D_y

(2.24)

 

Of course, we can scale the principal null vectors:

M > 

PND3evalDGD_r&comma;323r4x3PND3b2

PND3:=D_r&comma;9932xD_r&plus;3D_u&plus;94x2D_xr

(2.25)

 

We can use the GRQuery command to verify that these are principal null directions. For this the WeylTensor of the metric g3 is needed.

M > 

W3WeylTensorg3&colon;

M > 

GRQueryPND31&comma;g3&comma;W3&comma;PrincipalNullDirection

true

(2.26)
M > 

GRQueryPND32&comma;g3&comma;W3&comma;PrincipalNullDirection

true

(2.27)

 

 

Example 4. Type D

We calculate the principal null directions for a type Dspacetime. First define the coordinates to be used and then define the metric.

 

DGsetupt&comma;x&comma;y&comma;z&comma;M

frame name: M

(2.28)
M > 

g4evalDGdx&tdx+dy&tdy+12exp2xdz&tdzdt+expxdz&sdt+expxdz

g4:=dtdt&ExponentialE;xdtdz&plus;dxdx&plus;dydy&ExponentialE;xdzdt12&ExponentialE;2xdzdz

(2.29)

 

Use the command DGGramSchmidt to form an orthonormal tetrad and the command NullTetrad to obtain a null tetrad for the metric g4.

OT4DGGramSchmidtD_t&comma;D_x&comma;D_y&comma;D_z&comma;g4&comma;signature=1&comma;1&comma;1&comma;1

OT4:=D_t&comma;D_x&comma;D_y&comma;2&ExponentialE;xD_t&ExponentialE;2x&plus;2D_z&ExponentialE;2x

(2.30)

NT4NullTetradOT4assuming0<x

NT4:=12221D_t&plus;&ExponentialE;xD_z&comma;1221&plus;2D_t&ExponentialE;xD_z&comma;122D_x&plus;12I2D_y&comma;122D_x12I2D_y

(2.31)

 

Check that the metric is of Petrov type D.

PetrovTypeNT4

D

(2.32)

 

For type D metrics, there are 2 principal null directions.

PND4PrincipalNullDirectionsNT4&comma;D

PND4:=2D_t2D_y&comma;142D_t&plus;142D_y

(2.33)

 

We can use the GRQuery command to verify that these are principal null directions. For this the WeylTensor of the metric g4 is needed.

M > 

W4WeylTensorg4&colon;

M > 

GRQueryPND41&comma;g4&comma;W4&comma;PrincipalNullDirection

true

(2.34)
M > 

GRQueryPND42&comma;g4&comma;W4&comma;PrincipalNullDirection

true

(2.35)

 

Example 5. Type N

We calculate the principal null directions for a type N spacetime. First define the coordinates to be used and then define the metric. The metric is taken from the book ExactSolutions, equation 12.34.  

 

This metric and its adapted null tetrad are stored in the DifferentialGeometry database. See Library and Retrieve.

 

DGsetupu&comma;x&comma;y&comma;z&comma;M

frame name: M

(2.36)
M > 

g5,NT5opLibrary:-RetrieveStephani&comma;1&comma;12&comma;34&comma;1&comma;manifoldname=M&comma;output=Fields&comma;NullTetrad&colon;

M > 

g5

&ExponentialE;2zdudx&plus;&ExponentialE;2zdxdu&plus;_&varepsilon;&ExponentialE;zdxdx&plus;&ExponentialE;2zdydy&plus;3dzdz_&Lambda;

(2.37)
M > 

NT5

2&ExponentialE;zD_u&comma;14&ExponentialE;4z_&varepsilon;&plus;12&ExponentialE;zD_u12&ExponentialE;zD_x&plus;1623_&Lambda;D_z&comma;&ExponentialE;zD_u&plus;12I2&ExponentialE;zD_y&plus;1623_&Lambda;D_z&comma;&ExponentialE;zD_u12I2&ExponentialE;zD_y&plus;1623_&Lambda;D_z

(2.38)

 

Check that the metric is of Petrov type N.

PetrovTypeNT5

N

(2.39)

 

For type N metrics, there is just 1 principal null direction.

PND5PrincipalNullDirectionsNT5&comma;N

PND5:=2&ExponentialE;zD_u

(2.40)

 

We can use the GRQuery command to verify that this is a principal null direction. For this the WeylTensor of the metric g5 is needed.

M > 

W5WeylTensorg5&colon;

M > 

GRQueryPND51&comma;g5&comma;W5&comma;PrincipalNullDirection

true

(2.41)

See Also

DifferentialGeometry

Tensor

AdaptedSpinorDyad,

AdaptedNullTetrad

FactorWeylSpinor

NPCurvatureScalars

NullVector

PetrovType

WeylSpinor