image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

Go Back   Physics Forums > Physics > Special & General Relativity


Reply

image Tensors and Units Consistency Share It Thread Tools Search this Thread image
Old Jun28-09, 01:20 PM       Last edited by Phrak; Jun28-09 at 02:14 PM..            #1
Phrak

Phrak is Online:
Posts: 2,476
Recognitions:
PF Contributor PF Contributor
Tensors and Units Consistency

Where do the unit labels go on tensors?

This discussion is continued from this thread here


Greg, I've been trying to make sense of things in mixed units. Taking the dot product as you've done is a good test, Dale.

x·x = xμ xμ

If xμ has units (T, L, L, L) then xμ has units (1/T, 1/L, 1/L, 1/L)

The scalar product would be unitless.

The metric has interesting units. So that xν = ημν xμ , works out, the metric would have units

LaTeX Code: <BR>    \\left[ \\begin {array}{c} <BR>    {\\frac{1}{T^2} \\; \\frac{1}{LT} \\; \\frac{1}{LT} \\; \\frac{1}{LT}} \\\\<BR>    {\\frac{1}{LT} \\; \\frac{1}{L^2} \\; \\frac{1}{LT} \\; \\frac{1}{LT}} \\\\<BR>    {\\frac{1}{LT} \\; \\frac{1}{LT} \\; \\frac{1}{L^2} \\; \\frac{1}{LT}} \\\\<BR>    {\\frac{1}{LT} \\; \\frac{1}{LT} \\; \\frac{1}{LT} \\; \\frac{1}{L^2}}<BR>    \\end{array} \\right]<BR>

I don't know if it makes sense in terms of the full tensor.

LaTeX Code:  \\eta = \\eta_{\\mu \\nu}\\: dx^{\\mu} \\otimes dx^{\\nu}

α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ ς σ τ υ φ χ ψ ω . . . . . Γ Δ Θ Λ Ξ Π Σ Φ Ψ Ω
∂ ∫ ∏ ∑ . . . . . ← → ↓ ↑ ↔ . . . . . ± − · × ÷ √ . . . . . ¼ ½ ¾ ⅛ ⅜ ⅝ ⅞
∞ ° ² ³ ⁿ Å . . . . . ~ ≈ ≠ ≡ ≤ ≥ « » . . . . . † ‼
  Reply With Quote
Old Jun28-09, 03:23 PM                  #2
DrGreg

DrGreg is Offline:
Posts: 776
Recognitions:
Science Advisor Science Advisor
Re: Tesnsors and Units Consistancy

It depends on what convention for the metric you are using.

If you are taking your coordinates to be (t, x, y, z) (and not (ct, x, y, z)) and your metric has units of square-distance:
LaTeX Code: ds^2 = c^2 dt^2 - dx^2 - dy^2 - dz^2
and so
LaTeX Code: g_{\\mu\\nu} = <BR>    \\left[ \\begin {array}{cccc} <BR>    c^2 & 0   & 0  & 0 \\\\<BR>    0     & -1 & 0  & 0 \\\\<BR>    0     & 0  & -1 & 0 \\\\<BR>    0     & 0  & 0   & -1 <BR>    \\end{array} \\right]<BR>
That means that if LaTeX Code: X^{\\mu} has components of dimension (T, L, L, L) then LaTeX Code: X_{\\mu} = g_{\\mu\\nu}X^{\\nu} has components of dimension (L2/T, L, L, L); LaTeX Code: X_{\\mu}X^{\\mu} will thus have dimension L2. Because of that, I would think of LaTeX Code: X^{\\mu} as "having dimension L" (i.e LaTeX Code: \\sqrt{|X^{\\mu}X_{\\mu}|} ), but I don't know if that's the official way of looking at it.

With non-Cartesian coordinates it gets even worse because you could have (in spherical polar coordinates)
LaTeX Code: X^{\\mu} = (t, r, \\phi, \\theta)
LaTeX Code: ds^2 = c^2 dt^2 - dr^2 - r^2(d\\theta^2 + \\sin^2 \\theta d\\phi^2)
  Reply With Quote
Old Jun28-09, 04:45 PM                  #3
tiny-tim
 
tiny-tim's Avatar

Homework Helper 2008

tiny-tim is Offline:
Posts: 9,281
Blog Entries: 27
Recognitions:
PF Contributor PF Contributor
Homework Helper Homework Helper
Science Advisor Science Advisor
Hi Phrak!
Originally Posted by Phrak View Post
If xμ has units (T, L, L, L) then xμ has units (1/T, 1/L, 1/L, 1/L)

The scalar product would be unitless.
No, you have a fundamental misconception about co- and contra-vectors …

xμ and xμ have the same units,

and the scalar product has those units squared.

(and the problem with L/T disappears if you regard L as have the same dimensions as T, or cT)
  Reply With Quote
Old Jun28-09, 07:51 PM                  #4
DrGreg

DrGreg is Offline:
Posts: 776
Recognitions:
Science Advisor Science Advisor
Re: Tesnsors and Units Consistancy

Originally Posted by tiny-tim View Post
Hi Phrak!


No, you have a fundamental misconception about co- and contra-vectors …

xμ and xμ have the same units,

and the scalar product has those units squared.
True, if you are using a coordinate system in which all four components have the same units...
Originally Posted by tiny-tim View Post
(and the problem with L/T disappears if you regard L as have the same dimensions as T, or cT)
...but the whole point of this thread is how to cope when the components don't have the same units. This problem can (but needn't) be avoided in SR with Minkowski coordinates but it can't be avoided in GR.
  Reply With Quote
Old Jun29-09, 12:21 AM       Last edited by Phrak; Jun29-09 at 12:40 AM..            #5
Phrak

Phrak is Online:
Posts: 2,476
Recognitions:
PF Contributor PF Contributor
Re: Tensors and Units Consistency

Thank you DrGreg. That all made a great deal of sense. And thanks for helping Tiny. This should prove interesting, where these things are masked when working with symbols, and/or where c is set equal to one. It has been for me!

What seems to be important is consistency; if the units of the covariant and contravarant vectors are chosen, for instance, they dictate the units of the metric.

Could there be some 'natural' units inherited from the manifold, specifically (T, L, L, L) for a contravariant vector in Cartesian coordinates?

I went back to the definition of a contravariant vector,
LaTeX Code: V = \\frac{dx^\\mu}{d \\lambda} \\partial _{\\mu}
or even
LaTeX Code: V = \\frac{dx^\\mu}{d \\tau} \\partial _{\\mu} \\ .
The bases have 'natural' units of 1/T and 1/L, but I can't make anything of the unitsLaTeX Code: d/d\\lambda should posses.
  Reply With Quote
Old Jun29-09, 08:39 AM                  #6
Mentz114

Mentz114 is Offline:
Posts: 1,912
Blog Entries: 1
Recognitions:
PF Contributor PF Contributor
Re: Tesnsors and Units Consistancy

The components of the metric are dimensionless, or the line element would have the wrong dimensions.

LaTeX Code: ds^2 = g_{jk} \\, dx^j \\, dx^k
  Reply With Quote
Old Jun29-09, 02:33 PM                  #7
DrGreg

DrGreg is Offline:
Posts: 776
Recognitions:
Science Advisor Science Advisor
Re: Tesnsors and Units Consistancy

Originally Posted by Mentz114 View Post
The components of the metric are dimensionless, or the line element would have the wrong dimensions.

LaTeX Code: ds^2 = g_{jk} \\, dx^j \\, dx^k
That's true enough in coordinates where dx0, dx1, dx2, dx3 and ds are all distances, e.g. standard (ct, x, y, z) Minkowski coordinates, but it's not true in (t, x, y, z) coordinates or LaTeX Code: (t, r, \\phi, \\theta) coordinates.
  Reply With Quote
Old Jun29-09, 03:21 PM       Last edited by DrGreg; Jun29-09 at 04:30 PM.. Reason: cosmetic LaTeX improvement            #8
DrGreg

DrGreg is Offline:
Posts: 776
Recognitions:
Science Advisor Science Advisor
Re: Tensors and Units Consistency

Originally Posted by Phrak View Post
What seems to be important is consistency; if the units of the covariant and contravarant vectors are chosen, for instance, they dictate the units of the metric.
To my way of thinking, it's the other way round.
  1. Decide whether your metric is in distance-units (e.g. LaTeX Code: ds^2 = c^2dt^2 - dx^2... ) or time-units (e.g. LaTeX Code: ds^2 = dt^2 - dx^2/c^2... )
  2. Decide on a (+---) or a (-+++) signature (e.g. LaTeX Code: ds^2 = c^2dt^2 - dx^2... or LaTeX Code: ds^2 = -c^2dt^2 + dx^2... )
  3. Decide on your coordinate system (e.g. (ct, x, y, z) or (t, x, y, z) or LaTeX Code: (t, r, \\phi, \\theta) )

Those 3 decisions are independent of each other, but once made, the 16 individual components of the metric tensor are completely determined (for a given metric; assume the flat metric for this discussion, but the same holds in any other spacetime).

Then, for any given contravariant vector, the components of the covariant covector are determined from the original vector and the metric.

Let's consider an example: 4-momentum. To keep the equations simple I'll stick to one spatial dimension but it works with all three. My choices are
LaTeX Code: ds^2 = c^2dt^2 - dx^2

LaTeX Code: X^{\\mu} = (t, x)
(But you could make different choices, and different equations would follow.)

Define contravariant 4-momentum of a mass m > 0 as
LaTeX Code: P^{\\mu}=m\\frac{dX^{\\mu}}{d\\tau} = \\left(m\\frac{dt}{d\\tau}, m\\frac{dx}{d\\tau}\\right) = (E/c^2, p)
Bearing in mind what the metric components are (see post #2), the covariant 4-momentum is then
LaTeX Code: P_{\\mu} = (E, -p)
Note you can read the energy and momentum off this directly without rescaling (apart from the -1 factor). The norm is
LaTeX Code: \\sqrt{|P_{\\mu}P^{\\mu}|} = \\sqrt{|E^2/c^2 - p^2|} = mc
So I would say this tensor as a whole has dimensions of momentum.
  Reply With Quote
Old Jun29-09, 11:09 PM                  #9
Mentz114

Mentz114 is Offline:
Posts: 1,912
Blog Entries: 1
Recognitions:
PF Contributor PF Contributor
Re: Tesnsors and Units Consistancy

Originally Posted by DrGreg View Post
That's true enough in coordinates where dx0, dx1, dx2, dx3 and ds are all distances, e.g. standard (ct, x, y, z) Minkowski coordinates, but it's not true in (t, x, y, z) coordinates or LaTeX Code: (t, r, \\phi, \\theta) coordinates.
Yes, I said a dumb thing. Must stop coffee break posting.
  Reply With Quote
Old Jul21-09, 12:48 AM                  #10
Phrak

Phrak is Online:
Posts: 2,476
Recognitions:
PF Contributor PF Contributor
Re: Tesnsors and Units Consistancy

Thanks DrGreg. That was very well done and enlightening. I haven't been able to find any good response other than to one. It seems the underlying manifold could be something such as energy and momentum, say, rather than time and space and generate the same metric. That would be very odd. I'm not sure what an energy-momentum manifold would be about.
  Reply With Quote
Old Jul21-09, 05:52 PM                  #11
DrGreg

DrGreg is Offline:
Posts: 776
Recognitions:
Science Advisor Science Advisor
Re: Tensors and Units Consistency

Originally Posted by Phrak View Post
Thanks DrGreg. That was very well done and enlightening. I haven't been able to find any good response other than to one. It seems the underlying manifold could be something such as energy and momentum, say, rather than time and space and generate the same metric. That would be very odd. I'm not sure what an energy-momentum manifold would be about.
The tensor experts in this forum might correct me, but I think it is correct to say that there is only one manifold, and certainly only one metric, regardless of whether the vector or covector you are considering is 4-velocity, 4-momentum, 4-force, 4-current, 4-potential, 4-frequency or whatever. 4-vectors don't actually reside in the manifold itself but in a tangent space (or cotangent space).

Actually you raise an interesting point. At a given event on the manifold, is the space of all possible 4-momenta considered to be different to the space of all possible 4-forces (for example)? The two spaces have different physical interpretations, but are they mathematically distinct? They're both "the tangent space".
  Reply With Quote
image image
Reply
Thread Tools


Similar Threads for: Tesnsors and Units Consistancy
Thread Thread Starter Forum Replies Last Post
Units -- is this m/s or mm/s? dcramps Introductory Physics 2 Jan21-09 10:15 PM
units help tony873004 Introductory Physics 3 Nov6-08 09:22 PM
FAQ:What's the differences between Radiometric Units and Photometric Units? s7k22 Introductory Physics 2 May16-07 02:33 PM
Units Help Physique General Math 4 Jun12-06 07:49 AM
Maxwell related equations converted from MKSA units to Gaussian units Ed Quanta Classical Physics 2 Sep4-04 01:28 PM

Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. © 2009 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image