0

My friend posed the question: "How can we construct a 4-dimensional shape [such as the tesseract, the 4-dimensional analog of the cube] when the 4th dimension is time?"

My answer was that surely shape geometry in mathematics and spatial geometry in the physics of space are different.

Is there a difference between shape geometry and the spatial geometry we come across in physics? Because, if they were the same, then how would a 4-dimensional shape be constructed, considering that the 4th dimension in physics is time.

Willie Wong
  • 73,139
ODP
  • 864
  • 1
    You may also be interested in http://math.stackexchange.com/questions/87601/techniques-for-visualising-n-dimensional-space But let me add that the "4th" dimension doesn't have to be time. – Willie Wong Jun 01 '12 at 10:20
  • see also http://math.stackexchange.com/questions/11193/visualising-extra-dimensions and http://math.stackexchange.com/questions/18890/how-to-visualize-points-on-a-high-dimensional-3-manifold – Willie Wong Jun 01 '12 at 10:21
  • @WillieWong could you make an answer to this question explaining why the 4th dimension doesn't have to be time please? – ODP Jun 01 '12 at 10:23
  • @OllyPrice Our universe has three spatial dimensions (that we can experience, anyhow). Putting real physical considerations aside for a moment, you could imagine another universe with only two spatial dimensions and a time dimension. You could also imagine four spatial dimensions and a time dimension. Have you ever read Flatland? – rschwieb Jun 01 '12 at 11:38
  • No I haven't, should I? – ODP Jun 02 '12 at 15:35

1 Answers1

2

There is no "the 4th dimension" in mathematics. Mathematically speaking, it makes perfect sense to speak of any number of spatial dimensions, none of which need to have anything to do with time. (And in fact some physical theories require as many as 25 spatial dimensions!)

At the simplest level, to talk about four spatial dimensions we simply use four coordinates $(x, y, z, w)$ instead of three coordinates $(x, y, z)$. The ordinary space we see around us also has a notion of distance given by the Pythagorean theorem $$\sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2 + (z_1 - z_2)^2}$$

and similarly in four dimensions we can talk about the distance $$\sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2 + (z_1 - z_2)^2 + (w_1 - w_2)^2}.$$

In mathematics this is just another example of a metric space, or more specifically a Riemannian manifold.

When physicists use four coordinates $(x, y, z, t)$ and they want the fourth coordinate to represent time, and also they are not ignoring special relativity, then rather than the ordinary distance the relevant number is $$\sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2 + (z_1 - z_2)^2 - (c t_1 - c t_2)^2}$$

where $c$ is the speed of light (note the difference in sign!). This is the proper distance between two spacetime events, and it behaves very differently from ordinary distance (e.g. it may be zero for some pairs of events, and it is not well-defined for some pairs of events). Mathematically we have a Lorentzian manifold.

Qiaochu Yuan
  • 419,620