What is the formal definition of the direction of a 3D vector? In the plane, it can be defined as the (obtuse) angle formed by the position vector and $(1,0)$. In 3D space, it is the angles formed by the position vector and the three vectors in the canonical basis, that is, (1,0,0),(0,1,0) and (0,0,1)?
How about in the n-dimensional space? is there any formal definition of direction a vector?
Thanks in advance.
You're asking a similar question to here:
Analogue of spherical coordinates in $n$-dimensions
For two dimensions, you can use polar coordinates:
For 3 dimensions, you can use spherical coordinates:
For n dimensions, you can use hyperspherical coordinates.
But basically, in any n-dimensional space, you'll have one length coordinate and (n-1) angle coordinates.