Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Jupyter notebook Lifshitz_black_brane.ipynb
Black branes in Lifshitz-like spacetimes
This Jupyter/SageMath worksheet implements some computations of the article
I. Ya. Aref'eva, A. A. Golubtsova & E. Gourgoulhon: Analytic black branes in Lifshitz-like backgrounds and thermalization, arXiv:1601.06046
These computations are based on SageManifolds (v0.9)
The worksheet file (ipynb format) can be downloaded from here.
Content
Five-dimensional Lifschitz-like spacetime
Black brane solution
First we set up the notebook to display mathematical objects using LaTeX formatting:
1. Five-dimensional Lifshitz-like spacetime
Let us declare the spacetime as a 5-dimensional manifold:
We introduce a first coordinate system on :
Let us consider the following Lifshitz-symmetric metric, parametrized by some real number :
A matrix view of the metric components:
This metric is invariant under the Lifshitz scaling
If the scaling is isotropic and we recognize the metric of in Poincaré coordinates ( is then the Poincaré patch of )
If , the scaling is anisotropic
Let us introduce a second coordinate system on :
and relate it to the previous one by the transformation :
The inverse coordinate transition is computed by means of the method inverse()
:
At this stage, the manifold's atlas defined by the user is
and the list of defined vector frames defined is
The expression of the metric in terms of the new coordinates is
or, in matrix view:
To access to a particular component, we have to specify (i) the frame w.r.t. which it is defined and (ii) the coordinates in which the component is expressed:
From now on, let us consider the coordinates as the default ones on the manifold :
Then
Curvature
The Riemann tensor is
The Ricci tensor:
The Ricci scalar:
We note that the Ricci scalar is constant.
Source model
Let us consider a model based on the following action, involving a dilaton scalar field and a Maxwell 2-form :
where is the Ricci scalar of metric , is the cosmological constant and is the dilatonic coupling constant.
The dilaton scalar field
We consider the following ansatz for the dilaton scalar field : where is a constant.
The 1-form is
The 2-form field
We consider the following ansatz for : where is a constant.
Let us first get the 1-forms and :
Then we can form according to the above ansatz:
By construction, the 2-form is closed (since is constant):
Let us evaluate the square of :
We shall also need the tensor :
The tensor field is symmetric:
Therefore, from now on, we set
Einstein equation
Let us first introduce the cosmological constant:
From the action (1), the field equation for the metric is We write it as
with EE
defined by
We note that EE==0
leads to only 3 independent equations:
Dilaton field equation
First we evaluate :
From the action (1), the field equation for is We write it as
with DE
defined by
Hence the dilaton field equation provides a fourth equation:
Maxwell equation
From the action (1), the field equation for is We write it as
with ME
defined by
We get identically zero; indeed the tensor has a vanishing trace, as we can check:
Summary
We have 4 equations involving the constants , , , and :
Solution for ()
Hence there is no solution for with the above ansatz.
Solution for
Hence there are two families of solutions, each famility being parametrized by e.g. . Indeed, in the above writing, and stand for arbitrary parameters (nothing to do with the coordinate ).
Solution for
Hence there are two families of solutions, each family being parametrized by e.g. . Note that, as above, , with an integer, stands for an arbitrary parameter (nothing to do with the coordinate ).
2. Black brane solution
We add a blackening factor to the metric; i.e. we declare a new metric according to
The Ricci tensor of is
By construction, the 2-form does not depend on ; hence there is no need to reevaluate it:
On the contrary, we need to reevaluate its metric dual, in order to compute :
Simlarly, we need to reevaluate :
The new Einstein equation is
There are 4 independent components:
The dilaton field equation becomes
The Maxwell equation is still identically satisfied:
The solution
The Einstein equation + the dilaton field equation yields a system of 5 equations (eq0, eq1, eq2, eq3, eq4).
Let us show that a solution is obtained for and with the following specific form of the blackening function:
where is a constant.
To this aim, we declare
and substitute this function for in all the equations:
Solution for
In the above solutions, , with an integer, stands for an arbitrary parameter. We recover the same solution for , and as in Sec. 1 (i.e. without any black brane). The value of can be chosen arbitraly. The solution of Sec. 1 corresponds to .
Solution for
In the above solutions, , with an integer, stands for an arbitrary parameter. We recover the same solution for , and as in Sec. 1 (i.e. without any black brane). The value of can be chosen arbitraly. The solution of Sec. 1 corresponds to .