9

If I understand correctly, one way to get the components of a metric tensor (treating it like a matrix here) is to look at the $ds$ interval. Isn't that interval always in terms of sums of $dr^2+d\theta^2$ etc, meaning that the metric tensor will only have nonzero values for $x^ix^j$ when $i=j$?

If this is not the case, can anyone give an example?

2 Answers2

11

Being diagonal is a coordinate-dependent concept: the components of the matrix associated to the metric tensor depend on the coordinate system you use. Thus a very simple example of a non-diagonal metric is the standard Euclidean metric $\delta = dx^2 + dy^2$ on $\mathbb R^2$ in the coordinate system $(x,z) = (x, x+y)$, where it has the coordinate expression $$\delta = dx^2 + d(z-x)^2 = 2dx^2 + dz^2 - 2 dx dz.$$

  • One can always orthogonalize a symmetric tensor. Note too that one could normalize, thus having only 1,-1,0 on the diagonal. This corresponds to the equivalence principle of choosing a local inertial frame. – QuantumPotatoïd Dec 05 '21 at 06:45
5

No, in fact, there's some very famous solutions that have non-diagonal metrics. Such as the Kerr metric for a rotating black hole in General relativity.

Silynn
  • 1,822