5

I asked this (or something similar) within another question and was asked to post it separately, so here goes:

The metric for flat Minkowski space is: $$ds^2 = -dt^2 +dr^2 +r^2(d\theta^2+d\phi^2\sin^2\theta),$$

and the metric for a wormhole is: $$ds^2 = -dt^2 +dr^2 +(r^2+b^2)(d\theta^2+d\phi^2\sin^2\theta).$$ Why does simply adding $+b^2$ into the metric change the geometry so drastically? Or more specifically, why does a wormhole emerge simply by adding $+b^2$ into the metric?

Many thanks.

Ali
  • 87
  • 1
    https://en.wikipedia.org/wiki/Ellis_wormhole – G. Smith Sep 10 '19 at 18:04
  • 1
    Not only do we add $b^2$ to the metric function, we also allow the $r$ coordinate to take negative values. – A.V.S. Sep 10 '19 at 18:04
  • Do you know how to calculate the geodesics for a metric? Or the curvature? – G. Smith Sep 10 '19 at 18:05
  • @G.Smith No I don't yet. I found something that talks about the space being "folliated with S^2 of radius sqroot(r^2+b^2)" - what does that mean? – Ali Sep 10 '19 at 18:18
  • $S^2$ means a sphere. (A 2D spherical surface, not a 3D spherical ball.) Foliation is like slicing into subspaces, or nesting subspaces together to make the space. You’ve got spheres nested within spheres, like in ordinary space, but at radius $b$ they stop nesting “inside” and start nesting “outside” each other, but at negative $r$, on “the other side of the wormhole”. – G. Smith Sep 10 '19 at 18:43
  • Spheres nesting within spheres? So I'm picturing an onion-like structure where you have a bunch of spheres inside eachother like russian dolls.. how does that relate to the geometry of a wormhole? What do you mean by "at radius b they start nesting outside eachother"? I appreciate I might be asking stupid questions here, thanks for your patience... – Ali Sep 10 '19 at 19:04
  • By “start nesting outside” I mean that at minimum radius $b$ their radii start growing instead of shrinking, as $r$ becomes negative. Plot $\sqrt{r^2+b^2}$ for both positive and negative $r$. – G. Smith Sep 10 '19 at 19:44
  • Did you look at the diagram in Wikipedia? That is suppressing a dimension. Each circular cross-section is really a sphere. – G. Smith Sep 10 '19 at 19:47
  • I realize that wormholes sound fascinating. However, they probably don’t even exist. I suggest that if you are just beginning your study of General Relativity, you first concentrate on understanding physically relevant metrics such as those of Friedmann, DeSitter, Schwarzschild, and Kerr. – G. Smith Sep 10 '19 at 20:05
  • @G.Smith Your explanations have helped enormously (making the now seemingly obvious connection that the cross sections are spheres, not circles as in the diagram), thank you very much. I came across that section in a textbook and didn't want to plough on without understanding it - I'll certainly have a look at the metrics you suggested, thank you for pushing me back in the right direction! – Ali Sep 10 '19 at 20:23
  • 1
    @G. Smith I'm not sure I agree with that. The Ellis metric is a simple to understand example of curved space, simpler than Schwarzschild and certainly simpler than Kerr. It's a good pedagogical example, and I think my answer shows that. – Javier Sep 11 '19 at 13:20

1 Answers1

7

Forget about the time part of the metric, that's irrelevant here since in technical terms our spacetimes are ultrastatic: just a 3-space extended in time, with no time dilation.

Take the flat metric

$$ds^2 = dr^2 + r^2(d\theta^2+\sin^2\theta\, d\varphi^2)$$

The two appearances of $r$ signify different things. The $dr$ part is relevant if we're measuring radial distances: the proper distance along a line from the origin to a given point at $r=R$ is

$$\text{radius } = \int ds = \int_0^R dr = R,$$

since $ds=dr$ along a curve with $d\theta=d\varphi=0$. On the other hand, if we want the circumference of the equator at a given radius, we have $r=R$ and $\theta=\pi/2$, implying $ds= R\, d\varphi$ and thus

$$\text{circumference } = \int ds = \int_0^{2\pi} R\, d\varphi = 2\pi R,$$

as expected. Note that this $R$ comes from the $r^2$ part of the metric, not the $dr^2$. It can also be shown that this same $r^2$ shows up in the $A = 4\pi R^2$ formula for the area.

Now what if we take the

$$ds^2 = dr^2 + (r^2+b^2)(d\theta^2+\sin^2\theta\, d\varphi^2)$$

wormhole metric? The calculation for the radius from the origin to a given point is the same, so the coordinate $r$ still works as radial distance. But for circumference and area we need the $r^2+b^2$ part, so we get that $A = 4\pi (R^2+b^2$).

What does this mean? In this metric, the relation between area and radius changes. This also changes the relation between area and volume, if you prefer to think that way. It should make sense that something weird is going on in a space in which we don't have $A = 4\pi R^2$; in fact, (I think) this can be taken as one of the definitions of curvature. For example, you could place two observers at antipodal points at $r=R$, and tell them to move towards the origin while measuring the distance traveled. What they will find is that after traveling a distance of $R$, they do not meet!

In fact, they can keep going forever, and they will never meet. That's because at $r=0$, the sphere doesn't have zero radius. This allows us to keep extending $r$ to negative values, to get a completely identical copy of the universe, which is why this is called a wormhole.

Javier
  • 28,106