Studying Null and Time-Like Geodesics in the Classroom

Total Page:16

File Type:pdf, Size:1020Kb

Studying Null and Time-Like Geodesics in the Classroom Studying null and time-like geodesics in the classroom Thomas Muller¨ Visualisierungsinstitut der Universitat¨ Stuttgart (VISUS), Allmandring 19, 70569 Stuttgart, Germany E-mail: [email protected] Jorg¨ Frauendiener‡ Department of Mathematics & Statistics, University of Otago, P.O. Box 56, Dunedin 9010, New Zealand E-mail: [email protected] Abstract. In a first course of general relativity it is usually quite difficult for students to grasp the concept of a geodesic. It is supposed to be straight (auto-parallel) and yet it ‘looks’ curved. In these situations it is very useful to have some explicit examples available which show the different behaviour of geodesics. In this paper we present the GeodesicViewer, an interactive tool for studying the behaviour of geodesics in many different space-times. The geodesics can be represented in several ways, depending on the space-time in question. The use of a local reference frame and ‘Cartesian-like’ coordinates helps the students to develop some intuition in various situations. We present the various features of the GeodesicViewer in the form of readily formulated exercises for the students. PACS numbers: 04.20.-q Submitted to: Eur. J. Phys. 1. Introduction The intrinsic curvature of a space-time in general relativity is a concept that contradicts our every day experience of space and time. The necessary mathematical set of tools is difficult to learn and fairly abstract. To get some impression what a curved space-time means, is to study the behaviour of light rays and particles in free motion. In the geometric optics limit and for particles whose mass has no back-reaction on the curvature of space-time, light rays and particles in free motion can be represented by null and time-like geodesics, respectively. For a first glimpse on how null and time-like geodesics behave, it may be sufficient to arXiv:1105.0109v1 [physics.ed-ph] 30 Apr 2011 use off-the-shelf/standard software like for example Maple, Mathematica, or Octave. All of them could integrate the geodesic equation and show the geodesic as 2d- or 3d-plot. However, to explore the behaviour of geodesics, an interactive tool is indispensable. In this article we present the GeodesicViewer [1], an interactive tool to thoroughly examine the behaviour of light-like and time-like geodesics in a space-time whose metric ‡ and: Centre of Mathematics for Applications, University of Oslo, P.O. Box 1053, Blindern, NO-0316 Oslo, Norway Studying null and time-like geodesics in the classroom 2 Figure 1. Screenshot of the GeodesicViewer’s user interface. is provided analytically. The database of metrics is taken from the Motion4D library [2]. The metrics with the corresponding Christoffel symbols and local tetrads are detailed in Ref. [3]. The graphical user interface, see Fig. 1, is written using the object-oriented, cross-platform application framework Qt[4]. The graphical 2D and 3D output is realized by means of the Open Graphics Library (OpenGL)[5]. For the numerical integration of the geodesics, we use a standard fourth-order Runge-Kutta method and the integrators of the GNU Scientific Library (GSL)[6]. The structure of the paper is as follows. In Sec. 2 we give a short description of the GeodesicViewer. Sec. 3 discusses the standard situations in the Schwarzschild space-time. Periodic orbits of time-like geodesics in black hole space-times are worked out in Sec. 4. Secs. 5 and 6 deal with the more exotic space-times like the Morris-Thorne wormhole and the extreme Reissner-Nordstrøm diblack hole. The GeodesicViewer is freely available for Linux and Windows. The source code and several examples can be downloaded from www.vis.uni-stuttgart.de/relativity. 2. GeodesicViewer The two main outputs of the GeodesicViewer are 3D and 2D representations of the geodesic data. In the standard 3D representation, a geodesic is depicted by means of pseudo-Cartesian coordinates, where the inherent coordinates are transformed into Cartesian coordinates as usual. If an embedding diagram is defined for a specific hypersurface of the space-time, the geodesic can also be represented in this form. (In principle, the user can implement any representation he wants.) The standard 2D representation of a geodesic is also given in pseudo-Cartesian coordinates, where now only a specific hypersurface is used. Another representation shows coordinate or velocity relations. For example, the radial coordinate could be plotted against the affine parameter. A third representation follows from the Euler- Lagrangian formalism, where an effective potential can be defined. This representation is particularly helpful to find bound orbits. The numerous features of the GeodesicViewer are described by means of examples which are formulated as exercises. The mathematical explanations are directed to the teacher. The Studying null and time-like geodesics in the classroom 3 exercises can be made either from scratch or a configure file can be prepared in advance, so that the student only has to change a few parameters. Each result description is accompanied by a configure file which holds the final result for reproduction in the GeodesicViewer. To familiarize oneself with the graphical user interface of the GeodesicViewer, there are several online tutorials. These can be worked through either alone or with guidance from the teacher. 3. Basic examples in the Schwarzschild space-time The prime example of general relativity is the Schwarzschild metric which we will give here m 2 m n in isotropic coordinates x = (t;x;y;z). The line element ds = gmn dx dx reads 2 4 1 − rs=r rs ds2 = − c2dt2 + 1 + dx2 + dy2 + dz2; (1) 1 + rs=r r 2 2 2 2 2 where r = x +y +z , rs = GM=(2c ) is the Schwarzschild radius, G is Newton’s constant, M is the mass of the black hole, and c is the speed of light. The transformation between the usual Schwarzschild radial coordinate r and the isotropic radial coordinate r is given 2 by r = r (1 + rs=r) . If M = 0, Eq. (1) simplifies to the Minkowski metric in Cartesian coordinates. Because of the spherical symmetry of the Schwarzschild space-time, we can restrict geodesics to the xy-plane. Then, the geodesic equations read t t 0 = t¨+ 2Gtxt˙x˙+ 2Gtyt˙y˙; (2) x 2 x 2 x x 2 0 = x¨+ Gttt˙ + Gxxx˙ + 2Gxyx˙y˙+ Gyyy˙ ; (3) y 2 y 2 y y 2 0 = y¨+ Gttt˙ + Gxxx˙ + 2Gxyx˙y˙+ Gyyy˙ ; (4) with the Christoffel symbols 2 3 2 3 x 2c r rs (r − rs)x y 2c r rs (r − rs)y Gtt = 7 ; Gtt = 7 ; (5) (r + rs) (r + rs) t 2rsx t 2rsy Gtx = 3 2 2 ; Gty = 3 2 2 ; (6) r [1 − rs =r ] r [1 − rs =r ] x y x 2rs x Gxx = Gxy = −Gyy = − 3 ; (7) r 1 + rs=r y y x 2rs y Gyy = −Gxx = Gxy = − 3 : (8) r 1 + rs=r Here, a dot represents the derivative with respect to the affine parameter l, hence t˙ = dt=dl. To integrate the geodesic equations, we need not only an initial position but also an initial direction. For this purpose, we first introduce the local reference frame fe(i)gi=t;x;y;z of m an observer which defines a local Minkowskian system. The four base vectors e(i) = e(i)¶m m n have to fulfill the orthonormality condition gmn e(i)e( j) = h(i)( j) with h(i)( j) = diag(−1;1;1;1). Here, the most convenient choice for the local reference frame is the one which is adapted to the coordinates and the symmetries of the metric, −2 1 + rs=r ¶t rs e(t) = ; e(x) = 1 + ¶x; (9) 1 − rs=r c r −2 −2 rs rs e = 1 + ¶y; e = 1 + ¶z: (10) (y) r (z) r Studying null and time-like geodesics in the classroom 4 e(3) k χ ξ e(2) e(1) (i) Figure 2. Initial direction k = k e(i) with respect to the local reference frame of an observer. (i) m m Now, an initial direction, k = k e(i)¶m = k ¶m , of a null or a time-like geodesic can be defined with respect to this local reference frame as shown in Fig. 2. For a null geodesic we have k = e(0) + sin c cosxe(1) + sin c sinxe(2) + cos ce(3). The initial direction of a time-like geodesic, on the other hand, equals the initial four-velocity k = u = gce(0) +gbc sin c cosxe(1) + sin c sinxe(2) + cos ce(3) , where b = v=c is the initial p velocity v scaled by the speed of light, and g = 1= 1 − b 2. Because we restrict to geodesics in the xy-plane, we must set c = 90◦. The geodesic equations can now be solved using the xm xm km initial position l=0 and the initial direction ˙ l=0 = . The numerical integration of the geodesics are accomplished by either a standard fourth- order Runge-Kutta method or by the integrators of the GNU Scientific Library. After each m n 2 integration step, the geodesic is tested if it still fulfills the constraint equation gmn x˙ x˙ = kc with k = 0 for light-like and k = −1 for time-like geodesics. If this constraint is not fulfilled within a certain accuracy, the integration stops. For the following examples, we set G = c = M = 1. In physical units, this means that 2 5 G=c = 1 ls=M which equals one light second per mass unit M ≈ 2:03 × 10 M . Hence, M = 1 represents an object of 2:03 × 105 solar masses and distances are measured in light seconds.
Recommended publications
  • 3+1 Formalism and Bases of Numerical Relativity
    3+1 Formalism and Bases of Numerical Relativity Lecture notes Eric´ Gourgoulhon Laboratoire Univers et Th´eories, UMR 8102 du C.N.R.S., Observatoire de Paris, Universit´eParis 7 arXiv:gr-qc/0703035v1 6 Mar 2007 F-92195 Meudon Cedex, France [email protected] 6 March 2007 2 Contents 1 Introduction 11 2 Geometry of hypersurfaces 15 2.1 Introduction.................................... 15 2.2 Frameworkandnotations . .... 15 2.2.1 Spacetimeandtensorfields . 15 2.2.2 Scalar products and metric duality . ...... 16 2.2.3 Curvaturetensor ............................... 18 2.3 Hypersurfaceembeddedinspacetime . ........ 19 2.3.1 Definition .................................... 19 2.3.2 Normalvector ................................. 21 2.3.3 Intrinsiccurvature . 22 2.3.4 Extrinsiccurvature. 23 2.3.5 Examples: surfaces embedded in the Euclidean space R3 .......... 24 2.4 Spacelikehypersurface . ...... 28 2.4.1 Theorthogonalprojector . 29 2.4.2 Relation between K and n ......................... 31 ∇ 2.4.3 Links between the and D connections. .. .. .. .. .. 32 ∇ 2.5 Gauss-Codazzirelations . ...... 34 2.5.1 Gaussrelation ................................. 34 2.5.2 Codazzirelation ............................... 36 3 Geometry of foliations 39 3.1 Introduction.................................... 39 3.2 Globally hyperbolic spacetimes and foliations . ............. 39 3.2.1 Globally hyperbolic spacetimes . ...... 39 3.2.2 Definition of a foliation . 40 3.3 Foliationkinematics .. .. .. .. .. .. .. .. ..... 41 3.3.1 Lapsefunction ................................. 41 3.3.2 Normal evolution vector . 42 3.3.3 Eulerianobservers ............................. 42 3.3.4 Gradients of n and m ............................. 44 3.3.5 Evolution of the 3-metric . 45 4 CONTENTS 3.3.6 Evolution of the orthogonal projector . ....... 46 3.4 Last part of the 3+1 decomposition of the Riemann tensor .
    [Show full text]
  • Part 3 Black Holes
    Part 3 Black Holes Harvey Reall Part 3 Black Holes March 13, 2015 ii H.S. Reall Contents Preface vii 1 Spherical stars 1 1.1 Cold stars . .1 1.2 Spherical symmetry . .2 1.3 Time-independence . .3 1.4 Static, spherically symmetric, spacetimes . .4 1.5 Tolman-Oppenheimer-Volkoff equations . .5 1.6 Outside the star: the Schwarzschild solution . .6 1.7 The interior solution . .7 1.8 Maximum mass of a cold star . .8 2 The Schwarzschild black hole 11 2.1 Birkhoff's theorem . 11 2.2 Gravitational redshift . 12 2.3 Geodesics of the Schwarzschild solution . 13 2.4 Eddington-Finkelstein coordinates . 14 2.5 Finkelstein diagram . 17 2.6 Gravitational collapse . 18 2.7 Black hole region . 19 2.8 Detecting black holes . 21 2.9 Orbits around a black hole . 22 2.10 White holes . 24 2.11 The Kruskal extension . 25 2.12 Einstein-Rosen bridge . 28 2.13 Extendibility . 29 2.14 Singularities . 29 3 The initial value problem 33 3.1 Predictability . 33 3.2 The initial value problem in GR . 35 iii CONTENTS 3.3 Asymptotically flat initial data . 38 3.4 Strong cosmic censorship . 38 4 The singularity theorem 41 4.1 Null hypersurfaces . 41 4.2 Geodesic deviation . 43 4.3 Geodesic congruences . 44 4.4 Null geodesic congruences . 45 4.5 Expansion, rotation and shear . 46 4.6 Expansion and shear of a null hypersurface . 47 4.7 Trapped surfaces . 48 4.8 Raychaudhuri's equation . 50 4.9 Energy conditions . 51 4.10 Conjugate points .
    [Show full text]
  • Catalogue of Spacetimes
    Catalogue of Spacetimes e2 e1 x2 = 2 x = 2 q ∂x2 1 x2 = 1 ∂x1 x1 = 1 x1 = 0 x2 = 0 M Authors: Thomas Müller Visualisierungsinstitut der Universität Stuttgart (VISUS) Allmandring 19, 70569 Stuttgart, Germany [email protected] Frank Grave formerly, Universität Stuttgart, Institut für Theoretische Physik 1 (ITP1) Pfaffenwaldring 57 //IV, 70550 Stuttgart, Germany [email protected] URL: http://go.visus.uni-stuttgart.de/CoS Date: 21. Mai 2014 Co-authors Andreas Lemmer, formerly, Institut für Theoretische Physik 1 (ITP1), Universität Stuttgart Alcubierre Warp Sebastian Boblest, Institut für Theoretische Physik 1 (ITP1), Universität Stuttgart deSitter, Friedmann-Robertson-Walker Felix Beslmeisl, Institut für Theoretische Physik 1 (ITP1), Universität Stuttgart Petrov-Type D Heiko Munz, Institut für Theoretische Physik 1 (ITP1), Universität Stuttgart Bessel and plane wave Andreas Wünsch, Institut für Theoretische Physik 1 (ITP1), Universität Stuttgart Majumdar-Papapetrou, extreme Reissner-Nordstrøm dihole, energy momentum tensor Many thanks to all that have reported bug fixes or added metric descriptions. Contents 1 Introduction and Notation1 1.1 Notation...............................................1 1.2 General remarks...........................................1 1.3 Basic objects of a metric......................................2 1.4 Natural local tetrad and initial conditions for geodesics....................3 1.4.1 Orthonormality condition.................................3 1.4.2 Tetrad transformations...................................4
    [Show full text]
  • An Introduction to the Theory of Rotating Relativistic Stars
    An introduction to the theory of rotating relativistic stars Lectures at the COMPSTAR 2010 School GANIL, Caen, France, 8-16 February 2010 Éric Gourgoulhon Laboratoire Univers et Théories, UMR 8102 du CNRS, Observatoire de Paris, Université Paris Diderot - Paris 7 92190 Meudon, France [email protected] arXiv:1003.5015v2 [gr-qc] 20 Sep 2011 20 September 2011 2 Contents Preface 5 1 General relativity in brief 7 1.1 Geometrical framework . ..... 7 1.1.1 The spacetime of general relativity . ....... 7 1.1.2 Linearforms .................................. 9 1.1.3 Tensors ..................................... 10 1.1.4 Metrictensor .................................. 10 1.1.5 Covariant derivative . 11 1.2 Einsteinequation................................ .... 13 1.3 3+1formalism .................................... 14 1.3.1 Foliation of spacetime . 15 1.3.2 Eulerian observer or ZAMO . 16 1.3.3 Adapted coordinates and shift vector . ....... 17 1.3.4 Extrinsic curvature . 18 1.3.5 3+1 Einstein equations . 18 2 Stationary and axisymmetric spacetimes 21 2.1 Stationary and axisymmetric spacetimes . .......... 21 2.1.1 Definitions ................................... 21 2.1.2 Stationarity and axisymmetry . ..... 25 2.2 Circular stationary and axisymmetric spacetimes . ............. 27 2.2.1 Orthogonal transitivity . ..... 27 2.2.2 Quasi-isotropic coordinates . ...... 29 2.2.3 Link with the 3+1 formalism . 31 3 Einstein equations for rotating stars 33 3.1 Generalframework ................................ 33 3.2 Einstein equations in QI coordinates . ......... 34 3.2.1 Derivation.................................... 34 3.2.2 Boundary conditions . 36 3.2.3 Caseofaperfectfluid ............................ 37 3.2.4 Newtonianlimit ................................ 39 3.2.5 Historicalnote ................................ 39 3.3 Spherical symmetry limit . ..... 40 3.3.1 Takingthelimit ...............................
    [Show full text]
  • Version1326.1.K
    Contents 26 Relativistic Stars and Black Holes 1 26.1Overview...................................... 1 26.2 Schwarzschild’s Spacetime Geometry . ....... 2 26.2.1 The Schwarzschild Metric, its Connection Coefficients, and its Curva- tureTensors................................ 2 26.2.2 The Nature of Schwarzschild’s Coordinate System, and Symmetries of the Schwarzschild Spacetime . 4 26.2.3 Schwarzschild Spacetime at Radii r ≫ M: The Asymptotically Flat Region................................... 5 26.2.4 Schwarzschild Spacetime at r ∼ M ................... 7 26.3StaticStars .................................... 9 26.3.1 Birkhoff’sTheorem ............................ 9 26.3.2 StellarInterior .............................. 11 26.3.3 Local Conservation of Energy and Momentum . .... 14 26.3.4 EinsteinFieldEquation . 16 26.3.5 Stellar Models and Their Properties . ..... 18 26.3.6 EmbeddingDiagrams. 19 26.4 Gravitational Implosion of a Star to Form a Black Hole . .......... 22 26.4.1 The Implosion Analyzed in Schwarzschild Coordinates ........ 22 26.4.2 Tidal Forces at the Gravitational Radius . ...... 24 26.4.3 Stellar Implosion in Eddington-Finklestein Coordinates ........ 25 26.4.4 Tidal Forces at r =0 — The Central Singularity . 29 26.4.5 Schwarzschild Black Hole . .. 30 26.5 Spinning Black Holes: The Kerr Spacetime . ....... 35 26.5.1 The Kerr Metric for a Spinning Black Hole . .... 35 26.5.2 DraggingofInertialFrames . .. 36 26.5.3 The Light-Cone Structure, and the Horizon . ..... 37 26.5.4 Evolution of Black Holes — Rotational Energy and Its Extraction . 39 26.6 T2 TheMany-FingeredNatureofTime. 45 0 Chapter 26 Relativistic Stars and Black Holes Version 1326.1.K.pdf, 30 January 2014 Box 26.1 Reader’s Guide This chapter relies significantly on • – Chapter 2 on special relativity.
    [Show full text]
  • Master's Thesis the Rotating Mass Shell in the General Theory of Relativity
    Master’s Thesis The rotating mass shell in the general theory of relativity Florian Atteneder Graz, October 2019 supervised by Univ.-Prof. Dr.rer.nat Reinhard Alkofer Abstract The model of a rotating mass shell (RMS) was initially introduced to judge if rotation has only relative meaning. It comprises a general relativistic description of a spacetime with an energy-matter content that is assembled in a rotating quasi-spherical shell with zero radial extension. The concept of relativity of rotation goes back to Mach’s principle and latest results obtained by perturbation theory (PT) calculations have shown that it is indeed realized in such a spacetime. However, because this conclusion was based on PT, its validity is limited to slowly RMSs. This thesis pursues a numerical treatment of the problem which can provide insight into the validity of Mach’s idea of relativity of rotation also for rapidly RMSs. The mathematical formulation of the RMS problem involves a splitting of spacetime into a region that is flat and another region that is asymptotically flat, where the latter is used as a reference to define relative rotation. Under these assumptions, a RMS forms at the common boundary of these two regions. On the basis of previous work, we formulate Einstein’s equations as a free-boundary value problem and solve them numerically using a pseudo-spectral method. As a result we obtain a three-parameter solution that is characterized by the shell’s polar radius R, its total gravitational mass M and angular momentum J. The existence of the solution is enough to positively answer the question if Mach’s idea of relativity of rotation can be extended for rapidly RMSs.
    [Show full text]
  • A Physics-First Approach to the Schwarzschild Metric
    Advanced Studies in Theoretical Physics, Vol. 11, 2017, no. 4, 179 - 212 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/astp.2017.61142 A Physics-First Approach to the Schwarzschild Metric Klaus Kassner Institut f¨ur Theoretische Physik, Otto-von-Guericke-Universit¨at Magdeburg, Germany Copyright © 2017 Klaus Kassner. This article is distributed under the Creative Com- mons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract As is well-known, the Schwarzschild metric cannot be derived based on pre-general-relativistic physics alone, which means using only special relativity, the Einstein equivalence principle and the Newtonian limit. The standard way to derive it is to employ Einstein’s field equations. Yet, analogy with Newtonian gravity and electrodynamics suggests that a more constructive way towards the gravitational field of a point mass might exist. As it turns out, the additional physics needed is captured in two plausible postulates. These permit to deduce the exact Schwarz- schild metric without invoking the field equations. Since they express requirements essentially designed for use with the spherically symmetric case, they are less general and powerful than the postulates from which Einstein constructed the field equations. It is shown that these imply the postulates given here but that the converse is not quite true. The arXiv:1602.08309v3 [gr-qc] 10 Mar 2017 approach provides a fairly fast method to calculate the Schwarzschild metric in arbitrary coordinates exhibiting stationarity and sheds new light on the behavior of waves in gravitational fields.
    [Show full text]
  • Exact Solutions of the Einstein Equations These Notes Are Not a Substitute in Any Manner for Class Lectures
    Notes from phz 6607, Special and General Relativity University of Florida, Fall 2004, Detweiler Exact Solutions of the Einstein Equations These notes are not a substitute in any manner for class lectures. Please let me know if you ¯nd errors. I. MINKOWSKI SPACE The metric of Minkowski space is a b 2 2 2 2 2 2 2 ¡ 2 2 2¢ gabdx dx = ¡dt + dx + dy + dz = ¡dt + dr + r dθ + sin θdÁ (1) where x = r sin θ cos Á y = r sin θ sin Á z = r cos θ; (2) t and r have ranges ¡1 < t < 1 and r ¸ 0: (3) This same geometry looks rather di®erent in \double null" coordinates, u = t ¡ r v = t + r (4) or 1 r = (v ¡ u) 2 1 t = (v + u); (5) 2 where the u and v have ranges ¡1 < u + v < 1 and v ¡ u > 0 (6) ab ab and are called \null" coordinates because g rau rbu = 0 = g rav rbv. A sketch of Minkowski space in double null coordinates is in Fig. 2. In these double null coordinates 1 ¡ ¢ g dxadxb = ¡dudv + (v ¡ u)2 dθ2 + sin2 θdÁ2 : (7) ab 4 Note that even though this metric might look odd, regularity is determined by the invert- ibility of the metric, and this metric is perfectly regular everywhere except when v ¡ u = 0, which corresponds to r = 0. 1 Minkowskii space ∞ t v = t + r u = 0 r = 0 t = 0 r v = 0 u = t - r −∞ FIG. 1: Minkowski space in double null coordinates. t and r axes are vertical and horizontal, respectively, with ranges ¡1 < t < 1 and 0 · r < 1.
    [Show full text]
  • Arxiv:0707.0146V1 [Gr-Qc] 2 Jul 2007 † ∗ Oeie Oegnrlrsls Nti Urn Ril Esalaim Shall We Article Current This System in Coordinate Results
    Buchdahl-like transformations for perfect fluid spheres Petarpa Boonserm∗ and Matt Visser† School of Mathematics, Statistics, and Computer Science, Victoria University of Wellington, PO Box 600, Wellington, New Zealand A (Dated: 2 July 2007; LTEX-ed August 27, 2018) In two previous articles [Phys. Rev. D71 (2005) 124307 (gr-qc/0503007), and gr-qc/0607001] we have discussed several “algorithmic” techniques that permit one (in a purely mechanical way) to generate large classes of general relativistic static perfect fluid spheres. Working in Schwarzschild curvature coordinates, we used these algorithmic ideas to prove several “solution-generating theorems” of varying levels of complexity. In the present article we consider the situation in other coordinate systems: In particular, in general diagonal coordinates we shall generalize our previous theorems, in isotropic coordinates we shall encounter a variant of the so-called “Buchdahl transformation”, while in other coordinate systems (such as Gaussian polar coordinates, Synge isothermal coordinates, and Buchdahl coordinates) we shall find a number of more complex “Buchdahl-like transformations” and “solution-generating theorems” that may be used to investigate and classify the general relativistic static perfect fluid sphere. Finally by returning to general diagonal coordinates and making a suitable ansatz for the functional form of the metric components we place the Buchdahl transformation in its most general possible setting. PACS numbers: 04.20.-q, 04.40.Dg, 95.30.Sf Keywords: Fluid spheres; arXiv:yymm.nnnn [gr-qc] I. INTRODUCTION Understanding perfect fluid spheres in general relativity is an important topic, recently deemed worthy of a brief chapter in an updated edition of the premier book summarizing and surveying “exact solutions” in general relativity [1].
    [Show full text]
  • Spacetime Manifold of a Rotating Star
    THE SPACETIME MANIFOLD OF A ROTATING STAR By EJAZ AHMAD A DISSERTATION PRESENTED TO THE GRADUATE SCHOOL OF THE UNIVERSITY OF FLORIDA IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY UNIVERSITY OF FLORIDA 1996 UNIVERSITY OF FLORIDA LIBRARIES Copyright 1996 by Ejaz Ahmad ACKNOWLEDGEMENTS The author expresses his sincere appreciation to all members of his committee: to Professor Ipser for teaching him how to simulate neutron stars numerically; to Professor Detweiler for many discussions on rotating black holes; and to Professor Whiting for his generous assistance in all mathematical matters. The author would like to express his thanks to the Relativity Group at the University of Chicago for a weeklong visit in the Summer of 1993. The author benefited greatly from the encouragement and insight of Professor Sub- rahmanyan Chandrasekhar. It is much to the author's regret that Professor Chandrasekhar passed away in August 1995 before this work could be completed. The author would like to thank Dr. Bob Coldwell for his assistance on numerous numerical matters. The author would also like to thank Mr. Chan- dra Chegireddy, the Departmental System Manager, for his assistance on all computer related matters both big and small. Finally the author would like to thank his parents, and his extended family, and numerous friends for their continued support. iii TABLE OF CONTENTS Page ACKNOWLEDGEMENTS iii ABSTRACT vii CHAPTERS 1 1 INTRODUCTION 1 2 THE KILLING VECTORS 8 2.1 The Field Equations in Covariant Form 8 2.2 The Killing Bivector 9 2.3 The Electrostatics Analogy 11 3 WEYL'S HARMONIC FUNCTION 24 3.1 The Schwarzschild Solution 26 3.2 The Kerr Solution 29 3.3 Weyl's Harmonic Function for Rational Solutions 37 3.3.1 Determination of Critical Points in the Harmonic Chart 39 3.3.2 Determination of Critical Points in the Isotropic Chart .
    [Show full text]
  • The X-ECHO Code
    A&A 528, A101 (2011) Astronomy DOI: 10.1051/0004-6361/201015945 & c ESO 2011 Astrophysics General relativistic magnetohydrodynamics in axisymmetric dynamical spacetimes: the X-ECHO code N. Bucciantini1 and L. Del Zanna2 1 NORDITA, AlbaNova University Center, Roslagstullsbacken 23, 10691 Stockholm, Sweden e-mail: [email protected] 2 Dipartimento di Fisica e Astronomia, Università di Firenze, Largo E. Fermi 2, 50125 Firenze, Italy e-mail: [email protected] Received 18 October 2010 / Accepted 13 January 2011 ABSTRACT We present a new numerical code, X-ECHO, for general relativistic magnetohydrodynamics (GRMHD) in dynamical spacetimes. This aims at studying astrophysical situations where strong gravity and magnetic fields are both supposed to play an important role, such as in the evolution of magnetized neutron stars or in the gravitational collapse of the magnetized rotating cores of massive stars, which is the astrophysical scenario believed to eventually lead to (long) GRB events. The code extends the Eulerian conservative high-order (ECHO) scheme (Del Zanna et al. 2007, A&A, 473, 11) for GRMHD, here coupled to a novel solver of the Einstein equations in the extended conformally flat condition (XCFC). We solve the equations in the 3 + 1 formalism, assuming axisymmetry and adopting spherical coordinates for the conformal background metric. The GRMHD conservation laws are solved by means of shock-capturing methods within a finite-difference discretization, whereas, on the same numerical grid, the Einstein elliptic equations are treated by resorting to spherical harmonics decomposition and are solved, for each harmonic, by inverting band diagonal matrices. As a side product, we built and make available to the community a code to produce GRMHD axisymmetric equilibria for polytropic relativistic stars in the presence of differential rotation and a purely toroidal magnetic field.
    [Show full text]
  • PHY483F/1483F Relativity Theory I (2020-21) Department of Physics University of Toronto
    PHY483F/1483F Relativity Theory I (2020-21) Department of Physics University of Toronto Instructor: Prof. A.W. Peet Sources:- • M.P. Hobson, G.P. Efsthathiou, and A.N. Lasenby, \General relativity: an introduction for physicists" (Cambridge University Press, 2005) [recommended textbook]; • Sean Carroll, \Spacetime and geometry: an introduction to general relativity" (Addison- Wesley, 2004); • Ray d'Inverno, \Introducing Einstein's relativity" (Oxford University Press, 1992); • Jim Hartle, \Gravity: an introduction to Einstein's general relativity" (Pearson, 2003); • Bob Wald, \General relativity" (University of Chicago Press, 1984); • Tom´asOrt´ın,\Gravity and strings" (Cambridge University Press, 2004); • Noel Doughty, \Lagrangian Interaction" (Westview Press, 1990); • my personal notes over three decades. Version: Monday 16th November, 2020 @ 10:55 Licence: Creative Commons Attribution-NonCommercial-NoDerivs Canada 2.5 Contents 1 R10Sep iii 1.1 Invitation to General Relativity . iii 1.2 Course website . .1 2 M14Sep 2 2.1 Galilean relativity, 3-vectors in Euclidean space, and index notation . .2 3 R17Sep 8 3.1 Special relativity and 4-vectors in Minkowski spacetime . .8 3.2 Partial derivative 4-vector . 12 4 M21Sep 14 4.1 Relativistic particle: position, momentum, acceleration 4-vectors . 14 4.2 Electromagnetism: 4-vector potential and field strength tensor . 18 5 R24Sep 21 5.1 Constant relativistic acceleration and the twin paradox . 21 5.2 The Equivalence Principle . 24 5.3 Spacetime as a curved Riemannian manifold . 25 6 M28Sep 27 6.1 Basis vectors in curved spacetime . 27 6.2 Tensors in curved spacetime . 29 6.3 Rules for tensor index gymnastics . 30 7 R01Oct 32 7.1 Building a covariant derivative .
    [Show full text]