Euclidean metric and non-Cartesian systems

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
rkaminski
Messages
10
Reaction score
0
OK. A problem is simple and probably very stupid... In many (most of) maths books things like Euclidean metric, norm, scalar product etc. are defined in Cartesian coordinate system (that is one which is orthonormal). But what would happen if one were to define all these quantities in non-Cartesian system? For example in many cases (books) the dot product is defined as sum of coordinates for two vectors. Such expression is definitely not true for non-orthogonal systems. Can anyone comment on such issues, perhaps some can propose some detailed reading?
 
Physics news on Phys.org
Riemannian manifolds have a concept of a metric tensor [itex]g_{ij}[/itex], so that the element of arclength [itex]ds[/itex] is given by [tex] ds^2 = g_{ij}dx^i dx^j[/tex] in terms of generalized coordinates [itex]x_1, \dots, x_n[/itex], and the distance between two points is then the infimum of [itex]\int_C \frac{ds}{dt}\,dt = \int_C \sqrt{g_{ij}\dot x^i \dot x^j}\,dt[/itex] over all continuous curves [itex]C[/itex] between those two points.

Thus in spherical polar coordinates with [itex]x^1 = r[/itex], [itex]x^2 = \theta[/itex] and [itex]x^3 = \phi[/itex] the euclidean metric is given by [tex] \begin{array}{ccc}<br /> g_{11} = 1 & g_{12} = 0 & g_{13} = 0 \\<br /> g_{21} = 0 & g_{22} = r^2 & g_{23} = 0 \\<br /> g_{31} = 0 & g_{32} = 0 & g_{33} = r^2 \sin^2 \theta<br /> \end{array}[/tex] so that the arclength element is given by [tex] ds^2 = dr^2 + r^2 \sin^2 \theta d\phi^2 + r^2 d\theta^2.[/tex] Introductory texts on general relativity (such as Foster & Nightingale) should discuss this for the case of the (pseudo-)Riemannian geometry of space-time.
 
Last edited:
And does any author discuss these issues at the elementary level, not pointing out to the formalism of differential forms?