We won’t make too much of a fuss about the technical definition of a vector, especially since we will vastly increase the number of things we allow ourselves to call vector in Chapter 15.
Notationally, we will typeset variables representing vectors in boldface, just as we did previously for column vectors in the context of matrices and systems of equations.
We refer to \(\R^2\) as two-dimensional space because, just like a map, the plane has two sets of directions — north/south and east/west. We refer to \(\R^3\) as three-dimensional space because we still have the north/south and east/west sets of directions in the \(xy\)-plane, but we add a third set of directions of up/down along the \(z\)-axis. In analogy with this, we refer to \(\R^4\) as four-dimensional space, \(\R^5\) as five-dimensional space, and so on.
given a directed line segment corresponding to \(\uvec{u}\text{,}\) create a directed line segment corresponding to \(\uvec{v}\) with initial point at the terminal point for the segment for \(\uvec{u}\text{,}\) and then the sum vector \(\uvec{u} + \uvec{v}\) corresponds to the directed line segment from the initial point for \(\uvec{u}\) to the terminal point for \(\uvec{v}\)
given a directed line segment for \(\uvec{v}\text{,}\) the scalar multiple \(k\uvec{v}\) corresponds to the directed line segment that has the same initial point and changes position in the same direction, but whose length has been scaled so that the terminal point is \(\abs{k}\) times as far from the initial point as the terminal point for \(\uvec{u}\text{;}\) if \(k\) is negative then the terminal point is also moved to the “other side” of the initial point
The best way to think about the preceding four vector operations is not through calculation rules but through diagrams involving directed line segments, which is how we initially explored those operations in Discovery guide 11.1. See Section 11.3.
In physics, it is common to use \(\uvec{i}\) and \(\uvec{j}\) to mean \(\uvec{e}_1\) and \(\uvec{e}_2\) in the plane, and to use \(\uvec{i}\text{,}\)\(\uvec{j}\text{,}\) and \(\uvec{k}\) to mean \(\uvec{e}_1\text{,}\)\(\uvec{e}_2\text{,}\) and \(\uvec{e}_3\) in space. However, this alphabetic naming scheme would have to wrap back around to \(\uvec{a}\) in \(19\) dimensions, and in \(27\) dimensions there wouldn’t be enough letters in the alphabet. So we will (mostly) stick with the \(\uvec{e}_1,\uvec{e}_2,\dotsc,\uvec{e}_n\) naming scheme.