Is there any difference between Metric, Metric Tensor, Distance Func?

Click For Summary
SUMMARY

The discussion clarifies the distinctions between the terms "metric," "metric tensor," and "distance function" within the context of mathematics and general relativity (GR). A metric is defined as a distance function on a metric space, while a metric tensor is a bilinear form used on smooth manifolds. In GR, the term "metric" is often used interchangeably with "metric tensor," which can lead to confusion. The space-time interval is mathematically a metric, but in the context of GR, it is derived from the metric tensor, represented as a 4x4 matrix.

PREREQUISITES
  • Understanding of bilinear forms in mathematics
  • Familiarity with smooth manifolds and Riemannian geometry
  • Knowledge of general relativity concepts, particularly the metric tensor
  • Basic understanding of quadratic relationships in geometry
NEXT STEPS
  • Study the properties of Riemannian manifolds and their metrics
  • Learn about the mathematical formulation of the metric tensor in general relativity
  • Explore the relationship between the space-time interval and the metric tensor
  • Investigate examples of different metrics, such as the Robertson-Walker metric
USEFUL FOR

Mathematicians, physicists, and students of general relativity who seek to deepen their understanding of the concepts of metric and metric tensor, as well as their applications in geometry and physics.

devd
Messages
47
Reaction score
1
From what I've understood,
1) the metric is a bilinear form on a space
2) the metric tensor is basically the same thing

Is this correct?

If so, how is the metric related to/different from the distance function in that space?
Some other sources state that the metric is defined as the distance function. This is where I'm getting confused.

With reference to SR, should i consider the Space-Time interval as the metric, or the metric tensor denoted as g?

I don't know if I'm being able to communicate efficiently, though. :rolleyes:
 
Physics news on Phys.org
A metric is a distance function defined on a metric space. A metric tensor is a specific bilinear form defined on smooth manifolds. They are entirely different from one another although one can use a metric tensor to define a metric on Riemannian manifolds if the manifold is nice enough (e.g. connected); this Riemannian distance function so derived from the metric tensor is rarely if ever used in GR. Rather, in GR, the term "metric" is used interchangeably with the term "metric tensor" which is just a very unfortunate abuse of terminology.

To summarize, in GR the term "metric" means metric tensor whereas in mathematics the term "metric" refers to a distance function on a metric space.
 
  • Like
Likes   Reactions: 1 person
Ok, that seems to have cleared up my confusion. Thanks! In SR, then, what one means by 'metric' is basically a metric tensor as opposed to the space-time interval, right?

The space-time interval would be some sort of a metric in the mathematical sense?
 
devd said:
Ok, that seems to have cleared up my confusion. Thanks! In SR, then, what one means by 'metric' is basically a metric tensor as opposed to the space-time interval, right?

The space-time interval would be some sort of a metric in the mathematical sense?

In SR, the metric tensor gives the space-time interval. So this would be backwards. However, points that are light-like separated (a Lorentz interval) are not necessarily "neighbors". So one might define a distance function on ##\mathbb{R}^4## as ##x_0^2 + x_1^2 + x_2^2 + x_3^2## (note: no minus sign, so it's not the Lorentz interval) to define open balls as per http://mathworld.wolfram.com/OpenBall.html or "neighborhoods"http://mathworld.wolfram.com/Neighborhood.html.
 
  • Like
Likes   Reactions: 1 person
The metric tensor is a type of tensor, in this case a bilinear form. As such, it can be represented, relative to a given coordinate system, as a 4×4 matrix, e.g.<br /> g=\begin{bmatrix}<br /> c^2 &amp;&amp; 0 &amp;&amp; 0 &amp;&amp; 0 \\<br /> 0 &amp;&amp; -1 &amp;&amp; 0 &amp;&amp; 0 \\<br /> 0 &amp;&amp; 0 &amp;&amp; -1 &amp;&amp; 0 \\<br /> 0 &amp;&amp; 0 &amp;&amp; 0 &amp;&amp; -1 <br /> \end{bmatrix}Within the context of relativity, the name "metric tensor" is often shortened to just "metric".

The "spacetime interval" is the name given to the quantity usually denoted as "ds", e.g.<br /> ds^2 = c^2dt^2 - dx^2 - dy^2 - dz^2<br />However, the two equations above are related to each other; if you know one, then you can write down the other. So sometimes the second equation is referred to as just "the metric", even though, technically, the two equations aren't quite the same thing.

As others above have pointed out, in mathematics there is also something called a "metric space" which has a distance function called "the metric", but that's not relevant in relativity (except in some technicalities of setting up a rigorous definition of a "smooth manifold").
 
  • Like
Likes   Reactions: 1 person
To convert from the metric tensor,
\begin{bmatrix}c^2 &amp; 0 &amp; 0 &amp; 0 \\ 0 &amp; -1 &amp; 0 &amp; 0 \\ 0 &amp; 0 &amp; -1 &amp; 0 \\ 0 &amp; 0 &amp; 0 &amp; -1\end{bmatrix}
to the space-time interval, ds^2= c^2dt^2- dx^2- dy^2- dz^2, you do a "double multiplication":
\begin{bmatrix} dt &amp; dx &amp; dy &amp; dz\end{bmatrix}\begin{bmatrix}c^2 &amp; 0 &amp; 0 &amp; 0 \\ 0 &amp; -1 &amp; 0 &amp; 0 \\ 0 &amp; 0 &amp; -1 &amp; 0 \\ 0 &amp; 0 &amp; 0 &amp; -1\end{bmatrix}\begin{bmatrix}dt \\ dx \\ dy \\ dz\end{bmatrix}
 
  • Like
Likes   Reactions: 1 person
Difference between the metric and the metric tensor.

1) Metric: is a quadratic relationship involving the squares of the differences between the coordinates of two nearby points in space-time, which allows calculating the geometrical properties of spacetime, as distances (or intervals between events) and angles between neighboring points.

2) metric tensor: the set of coefficients of the squares of the differences of the same type coordinates.

To put things in a simple and intuitive perspective, let's look at some examples:

Exemple 1

1) Measure of a two-dimensional flat space in Cartesian coordinates:
ds^2 = dx^2 + dy^2 (Pythagorean theorem).

Coefficients of the squares above terms: 1.1.

Including the cross terms in the metric above, 0.dx.dy dy.dx and 0, we have:
ds^2 = 1.dx^2 + 0.dxdy + 0.dydx +1. dy^2

The set of coefficients is now: 1,0,0, 1

Arranging these numbers in a matrix, we have:

[ (1 & 0 @ 0 & 1)]

This matrix, called the coefficients of the metric matrix, which sets up the call:

Metric Tensor.

Where the non-zero coefficients (dx^2 = dx.dx terms), are in the main diagonal and zero coefficients (cross terms: dxdy, dydx) turn off the main diagonal.

Example 2.

2) Robertson-Walker metric:

ds^2 = c^2 dt^2 - a (t)^2 [dr^2 / (1-kτ^2) + r^2 (+ sin^2 dΘ^2 dφ^2 ), or

ds^2 = c^2 .dt^2 - [a (t)^2 / (1-kτ^2)] dr^2 + [a (t) ^2 r^2] dΘ^2 + [a (t)^2sin^2 Θ] dφ^2

metric coefficients are:

c 2 ,
[a (t)^2 / (1-kτ^2)],
[a (t)^2 r^2] and
[a (t)^2 sin^2 Θ

Following the procedures of Example 1, the metric tensor associated with the metric above is (after completing the cross-terms), we have the matrix that sets the metric tensor of the metric in question, whose elements are:

a)in the main diagonal: c2, [a (t) 2 / (1-kτ2)], [a (t) 2r2] and [a (t) 2sin2 Θ]
b)off-diagonal: all elements are null:

And so on.

Victor
 
Dears,

Excuse me, how to use Latex in reply?

Sds,
VictorNeto
 
  • #11
Thanks, DrGreg.

Now, the correct text.

Difference between the metric and the metric tensor.

1) Metric: is a quadratic relationship involving the squares of the differences between the coordinates of two nearby points in space-time, which allows calculating the geometrical properties of spacetime, as distances (or intervals between events) and angles between neighboring points.

2) metric tensor: the set of coefficients of the squares of the differences of the same type coordinates.

To put things in a simple and intuitive perspective, let's look at some examples:

Exemple 1

1) Measure of a two-dimensional flat space in Cartesian coordinates:
ds^2 = dx2 + dy2 (Pythagorean theorem).

Coefficients of the squares above terms: 1.1.

Including the cross terms in the metric above, 0.dx.dy and 0.dy.dx, we have:
ds2 = 1.dx2 + 0.dxdy + 0.dydx +1. dy2

The set of coefficients is now: 1,0,0, 1

Arranging these numbers in a matrix, we have:

\begin{pmatrix}<br /> 1 &amp; 0 \\ <br /> 0 &amp; 1<br /> \end{pmatrix}<br />

This matrix, called the coefficients of the metric matrix, which sets up the call:

Metric Tensor.

Where the non-zero coefficients (dx^2 = dx.dx terms), are in the main diagonal and zero coefficients (cross terms: dxdy, dydx) turn off the main diagonal.

Example 2.

2) Robertson-Walker metric:

ds2 = c2 dt2 - a (t)2 [dr2 / (1-kτ2) + r2 (+ sin222 ), or

ds2 = c2 .dt2 - [a (t)2 / (1-kτ2)] dr2 + [a (t)2 r2] dΘ2 + [a (t)2sin2 Θ] dφ2

metric coefficients are:

c2 ,
[a (t)2 / (1-kτ2)],
[a (t)2 r2] and
[a (t)2 sin2 Θ

Following the procedures of Example 1, the metric tensor associated with the metric above is (after completing the cross-terms), we have the matrix that sets the metric tensor of the metric in question, whose elements are:

a)in the main diagonal: c2, [a (t)2 / (1-kτ2)], [a (t) 2r2] and [a (t)2sin2 Θ]
b)off-diagonal: all elements are null:

And so on.
 
  • #12
So they call ds^2 a metric? In my Dif.Geom. class we called it 1st fundamental form.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
883
  • · Replies 22 ·
Replies
22
Views
940
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 7 ·
Replies
7
Views
811
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 33 ·
2
Replies
33
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K