0

We tend to use $x$ for an arbitary first dimension, $y$ for one at right angles to it, $z$ for one at rigth angles to both of those ... what is the letter for $4\textrm{D}$?

matt
  • 123

2 Answers2

3

I think the letter $t$, because the fourth dimension is (usually) $\textrm{time}$ which is often symbolized with $t$. However when people use many dimensions they often use the notation $x_1, x_2, ...$ since it is easier than having to remember which letter corresponds to which dimension.

matt
  • 123
2

While $t$ is used in special contexts like Minkowski space (often associated with physics) where we might want to distinguish one dimension versus the others, I find that $w$ is more common and more neutral as a next letter.

For examples in programming, see here and here and the 4D vector page on Wikipedia.

For examples of the pattern $(x,y,z,w)$ in various math contexts, see these MathSE questions here (a quadruple integral) and here (a diophantine equation in four variables) and this Socratic question (solving a system of equations in four variables).

Relatedly, in complex analysis there is often a convention of using $z$ to denote the complex number $x+iy$. Then $w$ is the next letter, used for another complex number which may be written $u+iv$. This can be found in, say, "Visual Complex Analysis" by Needham.

Mark S.
  • 23,925