Wald: Ch. 2, Problem 8.b

  • Thread starter Thread starter Rasalhague
  • Start date Start date
Rasalhague
Messages
1,383
Reaction score
2
Find the coefficients in coordinate bases, of the metric tensors for Minkowski space, for "rotating coordinates" defined by

t' = t,

x' = (x^2+y^2)^{-1/2} \cos(\phi - \omega t),

y' = (x^2+y^2)^{-1/2} \sin(\phi - \omega t),

z' = z.

I think the inverse coordinate transformation should be

t = t',

x = (x'^2+y'^2)^{-1/2} \cos(-\phi + \omega t),

y = (x^2+y^2)^{-1/2} \sin(-\phi + \omega t),

z = z'.

(EDIT: Insert prime symbols on x and y inside the brackets in the 3rd line of the inverse transformation.)

In Mathematica, I calculated the Jacobian matrix of this inverse transformation, using doubled letters for primed ones:

In[1]:= q = {tt, Sqrt[xx^2 + yy^2]*Cos[-phi + omega*tt],
Sqrt[xx^2 + yy^2]*Sin[-phi + omega*tt], zz}; J =
D[q, {{tt, xx, yy, zz}}]

Out[1]:= {{1, 0, 0, 0}, {omega Sqrt[xx^2 + yy^2] Sin[phi - omega tt], (
xx Cos[phi - omega tt])/Sqrt[xx^2 + yy^2], (yy Cos[phi - omega tt])/
Sqrt[xx^2 + yy^2],
0}, {omega Sqrt[xx^2 + yy^2] Cos[phi - omega tt], -((
xx Sin[phi - omega tt])/Sqrt[xx^2 + yy^2]), -((
yy Sin[phi - omega tt])/Sqrt[xx^2 + yy^2]), 0}, {0, 0, 0, 1}}

Then I calculated the new coefficients of the metric tensors thus:

In[2]:= g = DiagonalMatrix[{-1, 1, 1, 1}]; gg =
Transpose[J].g.J

Out[2]: {{-1 + omega^2 (xx^2 + yy^2) Cos[phi - omega tt]^2 +
omega^2 (xx^2 + yy^2) Sin[phi - omega tt]^2, 0, 0,
0}, {0, (xx^2 Cos[phi - omega tt]^2)/(xx^2 + yy^2) + (
xx^2 Sin[phi - omega tt]^2)/(xx^2 + yy^2), (
xx yy Cos[phi - omega tt]^2)/(xx^2 + yy^2) + (
xx yy Sin[phi - omega tt]^2)/(xx^2 + yy^2),
0}, {0, (xx yy Cos[phi - omega tt]^2)/(xx^2 + yy^2) + (
xx yy Sin[phi - omega tt]^2)/(xx^2 + yy^2), (
yy^2 Cos[phi - omega tt]^2)/(xx^2 + yy^2) + (
yy^2 Sin[phi - omega tt]^2)/(xx^2 + yy^2), 0}, {0, 0, 0, 1}}

The result is symmetric, but both the Jacobian matrix and the new coefficient matrix of the metric tensor field have determinant zero. I guess this means I'm doing something wrong, since the determinant of the latter matrix is used to measure spacetime volumes, but volume wouldn't be well defined if a particular volume could be zero when measured in one chart, and nonzero in another. Any suggestions?
 
Physics news on Phys.org
It took me a moment to notice this issue, but there is something fishy about the transform. For given z and t, any x, y on the circle (x^2+Y^2)=k produce the same x', y' values. Thus, a circle in (x,y,z,t) gets mapped to a point in (x',y',z',t'). That's not a valid coordinate transform.
 
Ah, thanks, I see what's amiss now. I omitted his final condition: tan(phi) = y/x. Setting phi = ArcTan[y/x] gives a Jacobian matrix with determinant 1, and a metric matrix with determinant -1, as expected.
 
Several typos in your transformation as given. (x2 + y2) should have an exponent + 1/2. Also in the sin, cos argument you want to change the sign of just t, not both φ and t. In other words, you want the (x,y) coords to rotate in the opposite (time-reversed) sense wrt (x',y'). Since cos is an even function and sin is odd, what you have written amounts to a reflection y' = - y.
 
Thanks, Bill. I never spotted the minus sign in the exponent in the LaTeX till you pointed it out; that was just a typo, and didn't enter my calculations. I did evenually realize my mistake with inserting a minus sign before the phi. Also, the argument of sine and cosine in the inverse transformation should be phi'+omega*t', where phi' = arctan(y'/x'), shouldn't it?
 
OK, so this has bugged me for a while about the equivalence principle and the black hole information paradox. If black holes "evaporate" via Hawking radiation, then they cannot exist forever. So, from my external perspective, watching the person fall in, they slow down, freeze, and redshift to "nothing," but never cross the event horizon. Does the equivalence principle say my perspective is valid? If it does, is it possible that that person really never crossed the event horizon? The...
In this video I can see a person walking around lines of curvature on a sphere with an arrow strapped to his waist. His task is to keep the arrow pointed in the same direction How does he do this ? Does he use a reference point like the stars? (that only move very slowly) If that is how he keeps the arrow pointing in the same direction, is that equivalent to saying that he orients the arrow wrt the 3d space that the sphere is embedded in? So ,although one refers to intrinsic curvature...
ASSUMPTIONS 1. Two identical clocks A and B in the same inertial frame are stationary relative to each other a fixed distance L apart. Time passes at the same rate for both. 2. Both clocks are able to send/receive light signals and to write/read the send/receive times into signals. 3. The speed of light is anisotropic. METHOD 1. At time t[A1] and time t[B1], clock A sends a light signal to clock B. The clock B time is unknown to A. 2. Clock B receives the signal from A at time t[B2] and...

Similar threads

Replies
10
Views
2K
Replies
13
Views
2K
Replies
12
Views
3K
Replies
8
Views
2K
Back
Top