Geodesic line in Riemann space

by V. L. Kalashnikov


[email protected]

The equation for geodesic line is introduced by means of "Ricci" package for tensor analysis in Mathematica


<<Ricci`

-- Ricci Version 1.34 (January 2, 2000) --
    Copyright 1992 - 2000 John M. Lee
    Problem reports or suggestions to:
      [email protected]
-- For formatted output in a Version 3 or 4 notebook:
    Cell menu
      -> Default Output Format Type
         -> OutputForm

In the beginning we make a basic definition of the 4-dimensional bundle (Gravity) and metric g:

DefineBundle[Gravity,4,g,{i,j,k,l}, MetricType->Riemannian]

Index i associated with Gravity
Index j associated with Gravity
Index k associated with Gravity
Index l associated with Gravity
Tensor g defined.
  Rank = 2  Symmetries = Symmetric
  Type = {Real}  Bundle = Gravity  Variance = Covariant
Tensor Rm defined.
  Rank = 4  Symmetries = RiemannSymmetries
  Type = {Real}  Bundle = Gravity  Variance = Covariant
Tensor Rc defined.
  Rank = 2  Symmetries = Symmetric
  Type = {Real}  Bundle = Gravity  Variance = Covariant
Tensor Sc defined.
  Rank = 0  Symmetries = NoSymmetries
  Type = {Real}  Bundle = Gravity  Variance = Covariant
Bundle Gravity defined.
   Metric = g   Dimension = 4   Indices = {i, j, k, l}
   Bundle Type = Real   Metric Type = Riemannian
   Tangent Bundle = {Gravity}
   Connection is torsion free.

Gravity

Definition of vectors u, n, x and scalar l will be used, too:

DefineTensor[u, 1, Variance->Contravariant]
DefineTensor[n, 1, Variance->Contravariant]
DefineTensor[x, 1, Variance->Contravariant]
DefineTensor[λ, 0]

Tensor u defined.
  Rank = 1  Symmetries = NoSymmetries
  Type = {Real}  Bundle = {Gravity}  Variance = Contravariant
Tensor n defined.
  Rank = 1  Symmetries = NoSymmetries
  Type = {Real}  Bundle = {Gravity}  Variance = Contravariant
Tensor x defined.
  Rank = 1  Symmetries = NoSymmetries
  Type = {Real}  Bundle = {Gravity}  Variance = Contravariant
Tensor λ defined.
  Rank = 0  Symmetries = NoSymmetries
  Type = {Real}  Bundle = {Gravity}  Variance = Covariant

l;

The trajectory of the point P corresponding to the parallel translation along the tangent vector u is the geodesic line. The derivative, which is resulted from the changes of tensor field due to infinitesimal parallel translation, is the covariant derivative. If

u = P
l

(l is the parameter on trajectory, i. e. affine parameter) is the tangent vector, then the following equation e1 is equal to zero by definition of the geodesic line:

e1 = Del[u, u]

Delu[u]

The infinitesimal difference between neighboring geodesic lines is (

n= P
x
is the vector of the distance x between geodesic lines):

e2 = Del[n, e1]

Deln[Delu[u]]

In the arbitrary basis this can be overwritten as

e3 = BasisExpand[e2]

nl2ul1;l3 l2ul3Basisl1+ nl2ul1;l3ul3;l2Basis l1

e4 = TensorSimplify[e3]

njui;k jukBasisi+ njui;kuk;jBasis i

Let exchange the covariant n and u derivatives , that results in

e5 = CommuteCovD[e4,L[k], L[j]]

njui;kuk;jBasis i+ njuk(ui;j k-Rmil4 j k ul4)Basisi

e6 = TensorSimplify[e5]

njui;j kukBasisi+ njui;kuk;jBasis i- njRmik j lukulBasisi

But this expression is

Del[u,Del[n, u]]+Rm == 0

Delu[Deln[u]]+Rm==0

and to be equal to zero by definition. The appearance of the Riemann's tensor is the result of the noncommutative character of the operator

Ñn Ñu

Now we are to take into account the symmetry of the covariant derivative:

Ñu n = Ñn u

that causes the zero value of

Del[u,Del[u, n]]+Rm == 0

Delu[Delu[n]]+Rm==0

Now let suppose, that g is the linear correction for Lorenzian metrics. We will consider the slowly moving particles (v<<c). Then the affine parameter l=t --> t (t is the local time, t is the global time) and the equation of the geodesic line is

Del[u,u]
TensorSimplify[BasisExpand[%]]==0

ui;jujBasisi==0

But u-derivative can be rewritten as

u [U[i]] [L[j]]
TensorSimplify[CovDExpand[%]]

Delj[ui]+Connik juk

As the first term is gradient of u, we have for equation of the geodesic line

Grad[u[U[i]]] u [U[j]]+Conn [L[k], U[i], L[j]] u [U[k]] u[U[j]]==0

ujGrad[ui]+Connik jujuk==0

Now if coordinates of P are xj consequently

Ñj ui = xj ui

But

ui = l xi

consequently

uj Ñj ui = l,l xi

as result we have the definition of the geodesic line through points coordinates:

l,l x[ U[ i ] ][ l] +
Conn[ L[ k ],  U[ i ], L[ j ] ]l x[ U[ k ] ][ l]l x[ U[ j ] ][ l] = = 0

Connik j(xj)'[l](xk)'[l]+ (xi)''[l]==0

or in natural mathematical form:

2 xi (l)
l2
+ Gkji xj
l
xk
l
= 0

Main page




Converted by Mathematica  and TTH, October 18, 2000

Hosted by www.Geocities.ws

1