1

Do particles in Eddington Finkelstein coordinate system take a finite amount of time to reach the horizon? Or do they take infinite time? How is the time coordinate used in the Eddington Finkelstein coordinate system be matched with the time measured by an observer?

What will an observer who is sitting on the particle would observe when he is using Eddington Finkelstein coordinates? How much time will he take in his reference frame?

Qmechanic
  • 201,751
Khushal
  • 1,104

1 Answers1

1

A coordinate system is just a scheme for labelling events in spacetime, and it does not necessarily relate directly to what is experienced by an observer. So it doesn't make sense to ask about particles using the EF coordinate system or indeed any other coordinate system.

The Schwarzschild coordinates correspond to the experience of an observer an infinite distance from the black hole. We can see this because in the limit of $r \to\infty$ the Schwarzschild metric:

$$ ds^2 = -\left(1-\frac{r_s}{r}\right)dt^2 + \frac{dr^2}{1-\frac{r_s}{r}}+r^2(d\theta^2 + \sin^2\theta d\phi^2) $$

simplifies to the flat space Minkowski metric (in polar coordinates):

$$ ds^2 = -dt^2 + dr^2 + r^2(d\theta^2 + \sin^2\theta d\phi^2) $$

So for the observer at $r=\infty$ the time $dt$ is just the time shown by that observer's clock. In this sense the Schwarzschild coordinates are intuitively simple.

The coordinates that correspond to the experience of an observer freely falling into the black holes are the Fermi normal coordinates. Locally these look like flat spacetime so the falling observer considers the spacetime immediately around them to be flat.

But the Eddington-Finkelstein coordinates do not correspond to anything directly experienced by an observer. So for example the EF timelike coordinate $v$ is related to the Schwarzschild coordinates by:

$$ v = t \pm r + 2GM\log\left( \frac{r}{2GM} - 1\right) $$

This "time" $v$ is not a quantity that would be measured by any observer's clock.

The time experienced by the falling observer has a nice simple geometric interpretation. It is just the length of the observer's world line calculated using the metric. If you're interested I go into this in more detail in What is time dilation really?.

The length of the trajectory is called the proper time and it is an invariant, meaning that we can use any coordinates to calculate it and whatever coordinates we choose we will get the same result.

John Rennie
  • 355,118
  • But we do calculate null geodesics in Eddington Finkelstein coordinate system, and we interpret them as the path of light. These travel at an angle of 45 with respect to r. How do we understand this if t does not represent physical time? – Khushal Sep 14 '17 at 07:11
  • You can calculate a geodesic using any coordinates. The EF coordinates happen to be well suited to dealing with null geodesics. The geodesic will look different in different coordinate systems but the length of the geodesic (i.e. $\int ds$) measured between any two points will be the same in all coordinate systems. This length is the proper time i.e. the elapsed time as shown by a clock carried by the falling observer. For a null geodesic the elapsed time is always zero. – John Rennie Sep 14 '17 at 08:00
  • Can I say that when I move from Schwarzchild coordinate system to Kruskal coordinates, then my point of observation is changing from an observer at infinite distance to an observer who is infalling into the black hole. – Khushal Sep 15 '17 at 13:41
  • @Aniket: no. The Kruskal-Szekeres coordinates do not correspond to anything an observer could experience. They are entirely abstract. The nearest to the the experience of a freely falling observer is probably the Gullstrand-Painlevé coordinates, though while they accurately reflect the time experienced by the falling observer they do not correspond to distance measurements made by the observer. – John Rennie Sep 15 '17 at 14:53
  • Sorry, this might be a stupid question. But, looking at a metric can I say anything about the observer, whether the observer is at infinity or infalling into the black hole? – Khushal Sep 17 '17 at 04:37
  • @Aniket: yes you can. Look to see where the metric looks like flat spacetime i.e. where is looks like Minkowski spacetime. In the Schwarzschild metric this happens when $r \to \infty$ because then the $r_s/r$ term goes to zero. – John Rennie Sep 17 '17 at 04:44
  • That's correct. But even an infalling observer should see the spacetime flat locally. We find the geodesic in Schwarzchild metric and see how r varies with proper time(tau) and how r varies with parameter time (t). We call the proper time (tau) observer to be infalling and the parameter time (t) observer to be the one who is asymptotic. Thus we predict the observation of both. Is this how we should do it in every situation. – Khushal Sep 17 '17 at 04:58
  • @JohnRennie what would be the meaning of substituting $cdt=dv-dx$ in the flat Minkovski Metric $ds^2=c^2dt^2-dx^2$. Similarly to E-F, this would yield two equations $\frac{dv}{dx}=0$ and $\frac{dv}{dx}=2$. Or on a $(v,x)$ diagram horizontal and tilted lines of slope 2. Basically, does this have any meaningful interpretation? – Alexander Cska Oct 20 '23 at 15:05