Line element

From HandWiki
Short description: Line segment of infinitesimally small length


In geometry, the line element or length element can be informally thought of as a line segment associated with an infinitesimal displacement vector in a metric space. The length of the line element, which may be thought of as a differential arc length, is a function of the metric tensor and is denoted by [math]\displaystyle{ ds }[/math].

Line elements are used in physics, especially in theories of gravitation (most notably general relativity) where spacetime is modelled as a curved Pseudo-Riemannian manifold with an appropriate metric tensor.[1]

General formulation

Definition of the line element and arclength

The coordinate-independent definition of the square of the line element ds in an n-dimensional Riemannian or Pseudo Riemannian manifold (in physics usually a Lorentzian manifold) is the "square of the length" of an infinitesimal displacement [math]\displaystyle{ d\mathbf{q} }[/math][2] (in pseudo Riemannian manifolds possibly negative [Clarification needed. what is possibly negative, the line element ds or the square of the line element?]) whose square root should be used for computing curve length: [math]\displaystyle{ ds^2 = d\mathbf{q}\cdot d\mathbf{q} = g(d\mathbf{q},d\mathbf{q}) }[/math] where g is the metric tensor, · denotes inner product, and dq an infinitesimal displacement on the (pseudo) Riemannian manifold. By parametrizing a curve [math]\displaystyle{ q(\lambda) }[/math], we can define the arc length of the curve length of the curve between [math]\displaystyle{ q(\lambda_1) }[/math], and [math]\displaystyle{ q(\lambda_2) }[/math] as the integral:[3] [math]\displaystyle{ s = \int_{\lambda_1}^{\lambda_2} d\lambda \sqrt{ \left|ds^2\right|} = \int_{\lambda_1}^{\lambda_2} d\lambda \sqrt{ \left|g\left(\frac{dq}{d\lambda},\frac{dq}{d\lambda}\right)\right|} = \int_{\lambda_1}^{\lambda_2} d\lambda \sqrt{ \left|g_{ij}\frac{dq^i}{d\lambda}\frac{dq^j}{d\lambda}\right|} }[/math]

To compute a sensible length of curves in pseudo Riemannian manifolds, it is best to assume that the infinitesimal displacements have the same sign everywhere. E.g. in physics the square of a line element along a timeline curve would (in the [math]\displaystyle{ -+++ }[/math] signature convention) be negative and the negative square root of the square of the line element along the curve would measure the proper time passing for an observer moving along the curve. From this point of view, the metric also defines in addition to line element the surface and volume elements etc.

Identification of the square of the line element with the metric tensor

Since [math]\displaystyle{ d\mathbf{q} }[/math] is an arbitrary "square of the arc length", [math]\displaystyle{ ds^2 }[/math] completely defines the metric, and it is therefore usually best to consider the expression for [math]\displaystyle{ ds^2 }[/math] as a definition of the metric tensor itself, written in a suggestive but non tensorial notation: [math]\displaystyle{ ds^2 = g }[/math] This identification of the square of arc length [math]\displaystyle{ ds^2 }[/math] with the metric is even more easy to see in n-dimensional general curvilinear coordinates q = (q1, q2, q3, ..., qn), where it is written as a symmetric rank 2 tensor[3][4] coinciding with the metric tensor: [math]\displaystyle{ ds^2= g_{ij} dq^i dq^j = g . }[/math]

Here the indices i and j take values 1, 2, 3, ..., n and Einstein summation convention is used. Common examples of (pseudo) Riemannian spaces include three-dimensional space (no inclusion of time coordinates), and indeed four-dimensional spacetime.

Line elements in Euclidean space

Main page: Euclidean space
Vector line element dr (green) in 3d Euclidean space, where λ is a parameter of the space curve (light green).

Following are examples of how the line elements are found from the metric.

Cartesian coordinates

The simplest line element is in Cartesian coordinates - in which case the metric is just the Kronecker delta: [math]\displaystyle{ g_{ij} = \delta_{ij} }[/math] (here i, j = 1, 2, 3 for space) or in matrix form (i denotes row, j denotes column): [math]\displaystyle{ [g_{ij}] = \begin{pmatrix} 1 & 0 & 0\\ 0 & 1 & 0\\ 0 & 0 & 1 \end{pmatrix} }[/math]

The general curvilinear coordinates reduce to Cartesian coordinates: [math]\displaystyle{ (q^1,q^2,q^3) = (x, y, z)\,\Rightarrow\,d\mathbf{r}=(dx,dy,dz) }[/math] so [math]\displaystyle{ ds^2 = g_{ij} dq^i dq^j = dx^2 +dy^2 +dz^2 }[/math]

Orthogonal curvilinear coordinates

For all orthogonal coordinates the metric is given by:[3] [math]\displaystyle{ [g_{ij}] = \begin{pmatrix} h_1^2 & 0 & 0\\ 0 & h_2^2 & 0\\ 0 & 0 & h_3^2 \end{pmatrix} }[/math] where [math]\displaystyle{ h_i = \left|\frac{\partial\mathbf{r}}{\partial q^i}\right| }[/math]

for i = 1, 2, 3 are scale factors, so the square of the line element is: [math]\displaystyle{ ds^2 = h_1^2(dq^1)^2 + h_2^2(dq^2)^2 + h_3^2(dq^3)^2 }[/math]

Some examples of line elements in these coordinates are below.[2]

Coordinate system (q1, q2, q3) Metric Line element
Cartesian (x, y, z) [math]\displaystyle{ [g_{ij}] = \begin{pmatrix} 1 & 0 & 0\\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ \end{pmatrix} }[/math] [math]\displaystyle{ ds^2 = dx^2 + dy^2 + dz^2 }[/math]
Plane polars (r, θ) [math]\displaystyle{ [g_{ij}] = \begin{pmatrix} 1 & 0 \\ 0 & r^2 \\ \end{pmatrix} }[/math] [math]\displaystyle{ ds^2= dr^2 +r^2 d \theta ^2 }[/math]
Spherical polars (r, θ, φ) [math]\displaystyle{ [g_{ij}] = \begin{pmatrix} 1 & 0 & 0 \\ 0 & r^2 & 0 \\ 0 & 0 & r^2\sin^2\theta \\ \end{pmatrix} }[/math] [math]\displaystyle{ ds^2=dr^2+r^2 d \theta\ ^2+ r^2 \sin^2 \theta\ d \phi\ ^2 }[/math]
Cylindrical polars (r, θ, z) [math]\displaystyle{ [g_{ij}] = \begin{pmatrix} 1 & 0 & 0 \\ 0 & r^2 & 0 \\ 0 & 0 & 1 \\ \end{pmatrix} }[/math] [math]\displaystyle{ ds^2=dr^2+ r^2 d \theta\ ^2 +dz^2 }[/math]

General curvilinear coordinates

Given an arbitrary basis of a space of dimension [math]\displaystyle{ n, \{\hat{b}_{i}\} }[/math], the metric is defined as the inner product of the basis vectors. [math]\displaystyle{ g_{ij}=\langle\hat{b}_{i},\hat{b}_{j}\rangle }[/math]

Where [math]\displaystyle{ 1\leq i,j\leq n }[/math] and the inner product is with respect to the ambient space (usually its [math]\displaystyle{ \delta_{ij} }[/math])

In a coordinate basis [math]\displaystyle{ \hat{b}_{i} = \frac{\partial}{\partial x^{i}} }[/math]

The coordinate basis is a special type of basis that is regularly used in differential geometry.

Line elements in 4d spacetime

Minkowskian spacetime

The Minkowski metric is:[5][1] [math]\displaystyle{ [g_{ij}] = \pm \begin{pmatrix} 1 & 0 & 0 & 0 \\ 0 & -1 & 0 & 0 \\ 0 & 0 & -1 & 0 \\ 0 & 0 & 0 & -1 \\ \end{pmatrix} }[/math] where one sign or the other is chosen, both conventions are used. This applies only for flat spacetime. The coordinates are given by the 4-position: [math]\displaystyle{ \mathbf{x} = (x^0,x^1,x^2,x^3) = (ct,\mathbf{r}) \,\Rightarrow\, d\mathbf{x} = (c dt, d\mathbf{r}) }[/math]

so the line element is: [math]\displaystyle{ ds^2 = \pm (c^2 dt^2 - d\mathbf{r} \cdot d\mathbf{r}) . }[/math]

Schwarzschild coordinates

In Schwarzschild coordinates coordinates are [math]\displaystyle{ \left(t, r, \theta, \phi \right) }[/math], being the general metric of the form: [math]\displaystyle{ [g_{ij}] = \begin{pmatrix} -a(r)^2 & 0 & 0 & 0 \\ 0 & b(r)^2 & 0 & 0 \\ 0 & 0 & r^2 & 0 \\ 0 & 0 & 0 & r^2 \sin^2\theta \\ \end{pmatrix} }[/math]

(note the similitudes with the metric in 3D spherical polar coordinates).

so the line element is: [math]\displaystyle{ ds^2 = -a(r)^2 \, dt^2 + b(r)^2 \, dr^2 + r^2 \, d\theta^2 + r^2 \sin^2\theta \, d\phi^2 . }[/math]

General spacetime

The coordinate-independent definition of the square of the line element ds in spacetime is:[1] [math]\displaystyle{ ds^2 = d\mathbf{x} \cdot d\mathbf{x} = g(d\mathbf{x},d\mathbf{x}) }[/math]

In terms of coordinates: [math]\displaystyle{ ds^2 = g_{\alpha\beta} dx^\alpha dx^\beta }[/math] where for this case the indices α and β run over 0, 1, 2, 3 for spacetime.

This is the spacetime interval - the measure of separation between two arbitrarily close events in spacetime. In special relativity it is invariant under Lorentz transformations. In general relativity it is invariant under arbitrary invertible differentiable coordinate transformations.

See also

References

  1. 1.0 1.1 1.2 Gravitation, J.A. Wheeler, C. Misner, K.S. Thorne, W.H. Freeman & Co, 1973, ISBN 0-7167-0344-0
  2. 2.0 2.1 Tensor Calculus, D.C. Kay, Schaum’s Outlines, McGraw Hill (USA), 1988, ISBN 0-07-033484-6
  3. 3.0 3.1 3.2 Vector Analysis (2nd Edition), M.R. Spiegel, S. Lipcshutz, D. Spellman, Schaum’s Outlines, McGraw Hill (USA), 2009, ISBN 978-0-07-161545-7
  4. An introduction to Tensor Analysis: For Engineers and Applied Scientists, J.R. Tyldesley, Longman, 1975, ISBN 0-582-44355-5
  5. Relativity DeMystified, D. McMahon, Mc Graw Hill (USA), 2006, ISBN 0-07-145545-0

da:Linjeelement de:Linienelement