Metric Tensor - Inverse and Raising and Lowering Indices

Total Page:16

File Type:pdf, Size:1020Kb

Metric Tensor - Inverse and Raising and Lowering Indices METRIC TENSOR - INVERSE AND RAISING AND LOWERING INDICES Link to: physicspages home page. To leave a comment or report an error, please use the auxiliary blog and include the title or URL of this post in your comment. Post date: 30 Jan 2021. The inverse metric tensor gij is defined so that ij i g gjk = δ k (1) If the metric tensor is viewed as a matrix, then this is equivalent to saying ij −1 ij g = [gij] . The transformation property of g can be worked out by i direct calculation, using the transformation of gij and the fact that δ k is invariant. 0ij 0 i g gjk = δ k (2) @xl @xm = g0ij g (3) @x0j @x0k lm We can try the transformation @x0i @x0j g0ij = gab (4) @xa @xb Substituting, we get @x0i @x0j @xl @xm g0ijg0 = gab g (5) jk @xa @xb @x0j @x0k lm @x0i @xm = gabδl g (6) @xa b @x0k lm @x0i @xm = gal g (7) @xa @x0k lm @x0i @xm = δa (8) @xa @x0k m @x0i @xm = (9) @xm @x0k i = δ k (10) 1 METRIC TENSOR - INVERSE AND RAISING AND LOWERING INDICES 2 0j l l @x @x = @x = δl galg = δa On line 2 we used @xb @x0j @xb b and on line 4 we used lm m. ij Thus g is a rank-2 contravariant tensor, and is the inverse of gij which is a rank-2 covariant tensor. Since the matrix inverse is unique (basic fact from matrix algebra), we can use the standard techniques of matrix algebra to calculate the inverse. ij In rectangular coordinates, g = gij since the metric is diagonal with all diagonal elements equal to 1. In polar coordinates in 2-d, 1 0 g = (11) ij 0 r2 so the inverse is 1 0 gij = (12) 0 r−2 A contravariant vector vi can be lowered (converted to a covariant vector) by multiplying by gij: i vi = gijv (13) The covariant vector can be converted back into a contravariant vector by raising its index: ij ij k g vj = g gjkv (14) i k = δ kv (15) = vi (16) If we start with a vector vi in rectangular coordinates, we can convert it to polar coordinates: vr = vx cosθ + vy sinθ (17) sinθ cosθ vθ = −vx + vy (18) r r We can lower these components by multiplying by gij x y vr = v cosθ + v sinθ (19) sinθ cosθ v = r2 −vx + vy (20) θ r r = −rvx sinθ + rvy cosθ (21) METRIC TENSOR - INVERSE AND RAISING AND LOWERING INDICES 3 The magnitude is found by combining the covariant and contravariant vec- tors (which can also be viewed as a one-form operating on a vector, or vice versa): i r θ v vi = v vr + v vθ (22) = (vx cosθ + vy sinθ)2 + (−vx sinθ + vy cosθ)2 (23) = (vx)2 + (vy)2 (24) (No implied sum on the RHS in line 1.) The same result can be obtained by using the appropriate form of the metric on either the vector or one-form version. Using the vector, we have: 2 i j v = gijv v (25) r r θ θ = grrv v + gθθv v (26) sinθ cosθ2 = (vx cosθ + vy sinθ)2 + r2 −vx + vy (27) r r = (vx)2 + (vy)2 (28) Using the one-form, we have 2 ij v = g vivj (29) rr θθ = g vrvr + g vθvθ (30) 1 = (vx cosθ + vy sinθ)2 + (−rvx sinθ + rvy cosθ)2 (31) r2 = (vx)2 + (vy)2 (32) PINGBACKS Pingback: Christoffel symbols in terms of the metric tensor Pingback: Gradient as covector - example in 2-d Pingback: Tensor trace.
Recommended publications
  • Topology and Physics 2019 - Lecture 2
    Topology and Physics 2019 - lecture 2 Marcel Vonk February 12, 2019 2.1 Maxwell theory in differential form notation Maxwell's theory of electrodynamics is a great example of the usefulness of differential forms. A nice reference on this topic, though somewhat outdated when it comes to notation, is [1]. For notational simplicity, we will work in units where the speed of light, the vacuum permittivity and the vacuum permeability are all equal to 1: c = 0 = µ0 = 1. 2.1.1 The dual field strength In three dimensional space, Maxwell's electrodynamics describes the physics of the electric and magnetic fields E~ and B~ . These are three-dimensional vector fields, but the beauty of the theory becomes much more obvious if we (a) use a four-dimensional relativistic formulation, and (b) write it in terms of differential forms. For example, let us look at Maxwells two source-free, homogeneous equations: r · B = 0;@tB + r × E = 0: (2.1) That these equations have a relativistic flavor becomes clear if we write them out in com- ponents and organize the terms somewhat suggestively: x y z 0 + @xB + @yB + @zB = 0 x z y −@tB + 0 − @yE + @zE = 0 (2.2) y z x −@tB + @xE + 0 − @zE = 0 z y x −@tB − @xE + @yE + 0 = 0 Note that we also multiplied the last three equations by −1 to clarify the structure. All in all, we see that we have four equations (one for each space-time coordinate) which each contain terms in which the four coordinate derivatives act. Therefore, we may be tempted to write our set of equations in more \relativistic" notation as ^µν @µF = 0 (2.3) 1 with F^µν the coordinates of an antisymmetric two-tensor (i.
    [Show full text]
  • Tensor Manipulation in GPL Maxima
    Tensor Manipulation in GPL Maxima Viktor Toth http://www.vttoth.com/ February 1, 2008 Abstract GPL Maxima is an open-source computer algebra system based on DOE-MACSYMA. GPL Maxima included two tensor manipulation packages from DOE-MACSYMA, but these were in various states of disrepair. One of the two packages, CTENSOR, implemented component-based tensor manipulation; the other, ITENSOR, treated tensor symbols as opaque, manipulating them based on their index properties. The present paper describes the state in which these packages were found, the steps that were needed to make the packages fully functional again, and the new functionality that was implemented to make them more versatile. A third package, ATENSOR, was also implemented; fully compatible with the identically named package in the commercial version of MACSYMA, ATENSOR implements abstract tensor algebras. 1 Introduction GPL Maxima (GPL stands for the GNU Public License, the most widely used open source license construct) is the descendant of one of the world’s first comprehensive computer algebra systems (CAS), DOE-MACSYMA, developed by the United States Department of Energy in the 1960s and the 1970s. It is currently maintained by 18 volunteer developers, and can be obtained in source or object code form from http://maxima.sourceforge.net/. Like other computer algebra systems, Maxima has tensor manipulation capability. This capability was developed in the late 1970s. Documentation is scarce regarding these packages’ origins, but a select collection of e-mail messages by various authors survives, dating back to 1979-1982, when these packages were actively maintained at M.I.T. When this author first came across GPL Maxima, the tensor packages were effectively non-functional.
    [Show full text]
  • SPINORS and SPACE–TIME ANISOTROPY
    Sergiu Vacaru and Panayiotis Stavrinos SPINORS and SPACE{TIME ANISOTROPY University of Athens ————————————————— c Sergiu Vacaru and Panyiotis Stavrinos ii - i ABOUT THE BOOK This is the first monograph on the geometry of anisotropic spinor spaces and its applications in modern physics. The main subjects are the theory of grav- ity and matter fields in spaces provided with off–diagonal metrics and asso- ciated anholonomic frames and nonlinear connection structures, the algebra and geometry of distinguished anisotropic Clifford and spinor spaces, their extension to spaces of higher order anisotropy and the geometry of gravity and gauge theories with anisotropic spinor variables. The book summarizes the authors’ results and can be also considered as a pedagogical survey on the mentioned subjects. ii - iii ABOUT THE AUTHORS Sergiu Ion Vacaru was born in 1958 in the Republic of Moldova. He was educated at the Universities of the former URSS (in Tomsk, Moscow, Dubna and Kiev) and reveived his PhD in theoretical physics in 1994 at ”Al. I. Cuza” University, Ia¸si, Romania. He was employed as principal senior researcher, as- sociate and full professor and obtained a number of NATO/UNESCO grants and fellowships at various academic institutions in R. Moldova, Romania, Germany, United Kingdom, Italy, Portugal and USA. He has published in English two scientific monographs, a university text–book and more than hundred scientific works (in English, Russian and Romanian) on (super) gravity and string theories, extra–dimension and brane gravity, black hole physics and cosmolgy, exact solutions of Einstein equations, spinors and twistors, anistoropic stochastic and kinetic processes and thermodynamics in curved spaces, generalized Finsler (super) geometry and gauge gravity, quantum field and geometric methods in condensed matter physics.
    [Show full text]
  • General Relativity Fall 2019 Lecture 11: the Riemann Tensor
    General Relativity Fall 2019 Lecture 11: The Riemann tensor Yacine Ali-Ha¨ımoud October 8th 2019 The Riemann tensor quantifies the curvature of spacetime, as we will see in this lecture and the next. RIEMANN TENSOR: BASIC PROPERTIES α γ Definition { Given any vector field V , r[αrβ]V is a tensor field. Let us compute its components in some coordinate system: σ σ λ σ σ λ r[µrν]V = @[µ(rν]V ) − Γ[µν]rλV + Γλ[µrν]V σ σ λ σ λ λ ρ = @[µ(@ν]V + Γν]λV ) + Γλ[µ @ν]V + Γν]ρV 1 = @ Γσ + Γσ Γρ V λ ≡ Rσ V λ; (1) [µ ν]λ ρ[µ ν]λ 2 λµν where all partial derivatives of V µ cancel out after antisymmetrization. σ Since the left-hand side is a tensor field and V is a vector field, we conclude that R λµν is a tensor field as well { this is the tensor division theorem, which I encourage you to think about on your own. You can also check that explicitly from the transformation law of Christoffel symbols. This is the Riemann tensor, which measures the non-commutation of second derivatives of vector fields { remember that second derivatives of scalar fields do commute, by assumption. It is completely determined by the metric, and is linear in its second derivatives. Expression in LICS { In a LICS the Christoffel symbols vanish but not their derivatives. Let us compute the latter: 1 1 @ Γσ = @ gσδ (@ g + @ g − @ g ) = ησδ (@ @ g + @ @ g − @ @ g ) ; (2) µ νλ 2 µ ν λδ λ νδ δ νλ 2 µ ν λδ µ λ νδ µ δ νλ since the first derivatives of the metric components (thus of its inverse as well) vanish in a LICS.
    [Show full text]
  • Tensor Calculus and Differential Geometry
    Course Notes Tensor Calculus and Differential Geometry 2WAH0 Luc Florack March 10, 2021 Cover illustration: papyrus fragment from Euclid’s Elements of Geometry, Book II [8]. Contents Preface iii Notation 1 1 Prerequisites from Linear Algebra 3 2 Tensor Calculus 7 2.1 Vector Spaces and Bases . .7 2.2 Dual Vector Spaces and Dual Bases . .8 2.3 The Kronecker Tensor . 10 2.4 Inner Products . 11 2.5 Reciprocal Bases . 14 2.6 Bases, Dual Bases, Reciprocal Bases: Mutual Relations . 16 2.7 Examples of Vectors and Covectors . 17 2.8 Tensors . 18 2.8.1 Tensors in all Generality . 18 2.8.2 Tensors Subject to Symmetries . 22 2.8.3 Symmetry and Antisymmetry Preserving Product Operators . 24 2.8.4 Vector Spaces with an Oriented Volume . 31 2.8.5 Tensors on an Inner Product Space . 34 2.8.6 Tensor Transformations . 36 2.8.6.1 “Absolute Tensors” . 37 CONTENTS i 2.8.6.2 “Relative Tensors” . 38 2.8.6.3 “Pseudo Tensors” . 41 2.8.7 Contractions . 43 2.9 The Hodge Star Operator . 43 3 Differential Geometry 47 3.1 Euclidean Space: Cartesian and Curvilinear Coordinates . 47 3.2 Differentiable Manifolds . 48 3.3 Tangent Vectors . 49 3.4 Tangent and Cotangent Bundle . 50 3.5 Exterior Derivative . 51 3.6 Affine Connection . 52 3.7 Lie Derivative . 55 3.8 Torsion . 55 3.9 Levi-Civita Connection . 56 3.10 Geodesics . 57 3.11 Curvature . 58 3.12 Push-Forward and Pull-Back . 59 3.13 Examples . 60 3.13.1 Polar Coordinates in the Euclidean Plane .
    [Show full text]
  • The Language of Differential Forms
    Appendix A The Language of Differential Forms This appendix—with the only exception of Sect.A.4.2—does not contain any new physical notions with respect to the previous chapters, but has the purpose of deriving and rewriting some of the previous results using a different language: the language of the so-called differential (or exterior) forms. Thanks to this language we can rewrite all equations in a more compact form, where all tensor indices referred to the diffeomorphisms of the curved space–time are “hidden” inside the variables, with great formal simplifications and benefits (especially in the context of the variational computations). The matter of this appendix is not intended to provide a complete nor a rigorous introduction to this formalism: it should be regarded only as a first, intuitive and oper- ational approach to the calculus of differential forms (also called exterior calculus, or “Cartan calculus”). The main purpose is to quickly put the reader in the position of understanding, and also independently performing, various computations typical of a geometric model of gravity. The readers interested in a more rigorous discussion of differential forms are referred, for instance, to the book [22] of the bibliography. Let us finally notice that in this appendix we will follow the conventions introduced in Chap. 12, Sect. 12.1: latin letters a, b, c,...will denote Lorentz indices in the flat tangent space, Greek letters μ, ν, α,... tensor indices in the curved manifold. For the matter fields we will always use natural units = c = 1. Also, unless otherwise stated, in the first three Sects.
    [Show full text]
  • Low-Level Image Processing with the Structure Multivector
    Low-Level Image Processing with the Structure Multivector Michael Felsberg Bericht Nr. 0202 Institut f¨ur Informatik und Praktische Mathematik der Christian-Albrechts-Universitat¨ zu Kiel Olshausenstr. 40 D – 24098 Kiel e-mail: [email protected] 12. Marz¨ 2002 Dieser Bericht enthalt¨ die Dissertation des Verfassers 1. Gutachter Prof. G. Sommer (Kiel) 2. Gutachter Prof. U. Heute (Kiel) 3. Gutachter Prof. J. J. Koenderink (Utrecht) Datum der mundlichen¨ Prufung:¨ 12.2.2002 To Regina ABSTRACT The present thesis deals with two-dimensional signal processing for computer vi- sion. The main topic is the development of a sophisticated generalization of the one-dimensional analytic signal to two dimensions. Motivated by the fundamental property of the latter, the invariance – equivariance constraint, and by its relation to complex analysis and potential theory, a two-dimensional approach is derived. This method is called the monogenic signal and it is based on the Riesz transform instead of the Hilbert transform. By means of this linear approach it is possible to estimate the local orientation and the local phase of signals which are projections of one-dimensional functions to two dimensions. For general two-dimensional signals, however, the monogenic signal has to be further extended, yielding the structure multivector. The latter approach combines the ideas of the structure tensor and the quaternionic analytic signal. A rich feature set can be extracted from the structure multivector, which contains measures for local amplitudes, the local anisotropy, the local orientation, and two local phases. Both, the monogenic signal and the struc- ture multivector are combined with an appropriate scale-space approach, resulting in generalized quadrature filters.
    [Show full text]
  • Arxiv:1510.06157V2 [Math.DG] 24 Aug 2017 2
    DETERMINATION OF A RIEMANNIAN MANIFOLD FROM THE DISTANCE DIFFERENCE FUNCTIONS MATTI LASSAS AND TEEMU SAKSALA Abstract. Let (N; g) be a Riemannian manifold with the dis- tance function d(x; y) and an open subset M ⊂ N. For x 2 M we denote by Dx the distance difference function Dx : F × F ! R, given by Dx(z1; z2) = d(x; z1) − d(x; z2), z1; z2 2 F = N n M. We consider the inverse problem of determining the topological and the differentiable structure of the manifold M and the metric gjM on it when we are given the distance difference data, that is, the set F , the metric gjF , and the collection D(M) = fDx; x 2 Mg. Moreover, we consider the embedded image D(M) of the manifold M, in the vector space C(F × F ), as a representation of manifold M. The inverse problem of determining (M; g) from D(M) arises e.g. in the study of the wave equation on R×N when we observe in F the waves produced by spontaneous point sources at unknown points (t; x) 2 R × M. Then Dx(z1; z2) is the difference of the times when one observes at points z1 and z2 the wave produced by a point source at x that goes off at an unknown time. The prob- lem has applications in hybrid inverse problems and in geophysical imaging. Keywords: Inverse problems, distance functions, embeddings of man- ifolds, wave equation. Contents 1. Introduction 2 1.1. Motivation of the problem 2 1.2. Definitions and the main result 2 1.3.
    [Show full text]
  • Weyl's Spin Connection
    THE SPIN CONNECTION IN WEYL SPACE c William O. Straub, PhD Pasadena, California “The use of general connections means asking for trouble.” —Abraham Pais In addition to his seminal 1929 exposition on quantum mechanical gauge invariance1, Hermann Weyl demonstrated how the concept of a spinor (essentially a flat-space two-component quantity with non-tensor- like transformation properties) could be carried over to the curved space of general relativity. Prior to Weyl’s paper, spinors were recognized primarily as mathematical objects that transformed in the space of SU (2), but in 1928 Dirac showed that spinors were fundamental to the quantum mechanical description of spin—1/2 particles (electrons). However, the spacetime stage that Dirac’s spinors operated in was still Lorentzian. Because spinors are neither scalars nor vectors, at that time it was unclear how spinors behaved in curved spaces. Weyl’s paper provided a means for this description using tetrads (vierbeins) as the necessary link between Lorentzian space and curved Riemannian space. Weyl’selucidation of spinor behavior in curved space and his development of the so-called spin connection a ab ! band the associated spin vector ! = !ab was noteworthy, but his primary purpose was to demonstrate the profound connection between quantum mechanical gauge invariance and the electromagnetic field. Weyl’s 1929 paper served to complete his earlier (1918) theory2 in which Weyl attempted to derive electrodynamics from the geometrical structure of a generalized Riemannian manifold via a scale-invariant transformation of the metric tensor. This attempt failed, but the manifold he discovered (known as Weyl space), is still a subject of interest in theoretical physics.
    [Show full text]
  • Differential Forms on Riemannian (Lorentzian) and Riemann-Cartan
    Differential Forms on Riemannian (Lorentzian) and Riemann-Cartan Structures and Some Applications to Physics∗ Waldyr Alves Rodrigues Jr. Institute of Mathematics Statistics and Scientific Computation IMECC-UNICAMP CP 6065 13083760 Campinas SP Brazil e-mail: [email protected] or [email protected] May 28, 2018 Abstract In this paper after recalling some essential tools concerning the theory of differential forms in the Cartan, Hodge and Clifford bundles over a Riemannian or Riemann-Cartan space or a Lorentzian or Riemann-Cartan spacetime we solve with details several exercises involving different grades of difficult. One of the problems is to show that a recent formula given in [10] for the exterior covariant derivative of the Hodge dual of the torsion 2-forms is simply wrong. We believe that the paper will be useful for students (and eventually for some experts) on applications of differential geometry to some physical problems. A detailed account of the issues discussed in the paper appears in the table of contents. Contents 1 Introduction 3 arXiv:0712.3067v6 [math-ph] 4 Dec 2008 2 Classification of Metric Compatible Structures (M; g;D) 4 2.1 Levi-Civita and Riemann-Cartan Connections . 5 2.2 Spacetime Structures . 5 3 Absolute Differential and Covariant Derivatives 5 ∗published in: Ann. Fond. L. de Broglie 32 (special issue dedicate to torsion), 424-478 (2008). 1 ^ 4 Calculus on the Hodge Bundle ( T ∗M; ·; τg) 8 4.1 Exterior Product . 8 4.2 Scalar Product and Contractions . 9 4.3 Hodge Star Operator ? ........................ 9 4.4 Exterior derivative d and Hodge coderivative δ .
    [Show full text]
  • Special Relativity: Tensor Calculus and Four-Vectors
    Special Relativity: Tensor Calculus and Four-Vectors Looking ahead to general relativity, where such things are more important, we will now introduce the mathematics of tensors and four-vectors. The Mathematics of Spacetime Let's start by de¯ning some geometric objects. Bear with me for the ¯rst couple, which seem obvious but lay the groundwork for the less obvious sequels. Scalar.|A scalar is a pure number, meaning that all observers will agree on its value. For example, the number \3" is a scalar. Okay, that one's trivial, but there are others that aren't so obvious, and we'll get to those in a bit. Event.|Next we have an event. An event is e®ectively a \point" in spacetime. More generally, if you have an N-dimensional space, you need N numbers to label it uniquely. For example, in two dimensions you need two numbers; e.g., x and y for a plane, or and Á for the surface of a sphere. For spacetime, you need four numbers: e.g., t, x, y, and z. Naturally, the essence of the event isn't changed if you relabel the coordinates. I want to stress this, because something that is obvious for events but may not be obvious for some other geometric objects is that although when you ¯nally calculate something you may choose a coordinate system and break things into components, there is also an independent reality (well, within the math at least!) of the objects. Going with the coordinate-free representation has proved very helpful in proving theorems about spacetime, but when doing astrophysics it is usually best to investigate components in some given system.
    [Show full text]
  • Metric Tensor & Chriostofell Symbols
    MATHEMATICAL PHYSICS UNIT – 8 Metric Tensor & Chriostofell Symbols PRESENTED BY: DR. RAJESH MATHPAL ACADEMIC CONSULTANT SCHOOL OF SCIENCES U.O.U. TEENPANI, HALDWANI UTTRAKHAND MOB:9758417736,7983713112 STRUCTURE OF UNIT 8.1. INTRODUCTION 8.2. RIEMANNIAN SPACE: METRIC TENSOR jk 풋 8.3. FUNDAMENTAL TENSORS gjk, g AND 휹풌 8.4. CHRISTOFELL’S 3-INDEX SYMBOLS 8.5. GEODESICS 8.1. INTRODUCTION In the mathematical field of differential geometry, one definition of a metric tensor is a type of function which takes as input a pair of tangent vectors v and w at a point of a surface (or higher dimensional differentiable manifold) and produces a real number scalar g(v, w) in a way that generalizes many of the familiar properties of the dot product of vectors in Euclidean space. In the same way as a dot product, metric tensors are used to define the length of and angle between tangent vectors. Through integration, the metric tensor allows one to define and compute the length of curves on the manifold. A metric tensor is called positive-definite if it assigns a positive value g(v, v) > 0 to every nonzero vector v. A manifold equipped with a positive-definite metric tensor is known as a Riemannian manifold. On a Riemannian manifold, the curve connecting two points that (locally) has the smallest length is called a geodesic, and its length is the distance that a passenger in the manifold needs to traverse to go from one point to the other. Equipped with this notion of length, a Riemannian manifold is a metric space, meaning that it has a distance function d(p, q) whose value at a pair of points p and q is the distance from p to q.
    [Show full text]