Math Insight

In the introduction to vectors, we discussed vectors without reference to any coordinate system. By working with just the geometric definition of the magnitude and direction of vectors, we were able to define operations such as addition, subtraction, and multiplication by scalars. We also discussed the properties of these operation.

Often a coordinate system is helpful because it can be easier to manipulate the coordinates of a vector rather than manipulating its magnitude and direction directly. When we express a vector in a coordinate system, we identify a vector with a list of numbers, called coordinates or components, that specify the geometry of the vector in terms of the coordinate system. Here we will discuss the standard Cartesian coordinate systems in the plane and in three-dimensional space.

Vectors in the plane

We assume that you are familiar with the standard $(x,y)$ Cartesian coordinate system in the plane. Each point $\vc

$ in the plane is identified with its $x$ and $y$ components: $\vc

= (p_1,p_2)$.

The coordinates of <a href=a vector in two dimensions" width="" height="191" />

To find the coordinates, translate the line segment one unit left and two units down. The line segment begins at the origin and ends at $(4-1,6-2) = (3,4)$. Therefore, $\vc = (3,4)$. The length of $\vc$ is $\|\vc\| = \sqrt = 5$.

The below applet, repeated from the vector introduction, allows you to explore the relationship between a vector's components and its magnitude.

Adding two-dimensional vectors

The below applet, also repeated from the vector introduction, allows you to explore the relationship between the geometric definition of vector addition and the summation of vector components.

You may have noticed that we use the same notation to denote a point and to denote a vector. We don't tend to emphasize any distinction between a point and a vector. You can think of a point as being represented by a vector whose tail is fixed at the origin. You'll have to figure out by context whether or not we are thinking of a vector as having its tail fixed at the origin.

Another way to denote vectors is in terms of the standard unit vectors denoted $\vc$ and $\vc$. A unit vector is a vector whose length is one. The vector $\vc$ is the unit vector in the direction of the positive $x$-axis. In coordinates, we can write $\vc=(1,0)$. Similarly, the vector $\vc$ is the unit vector in the direction of the positive $y$-axis: $\vc=(0,1)$. We can write any two-dimensional vector in terms of these unit vectors as $\vc=(a_1,a_2) = a_1\vc+a_2\vc$.

Vectors in three-dimensional space

In three-dimensional space, there is a standard Cartesian coordinate system $(x,y,z)$. Starting with a point which we call the origin, construct three mutually perpendicular axes, which we call the $x$-axis, the $y$-axis, and the $z$-axis. Here is one way to picture these axes. Stand near the corner of a room and look down at the point where the walls meet the floor. Then, the floor and the wall to your left intersect in a line which is the positive $x$-axis. The floor and the wall to your right intersect in a line which is the positive $y$-axis. The walls intersect in a vertical line which is the positive $z$-axis. These positive axes are depicted in the below applet labeled by $x$, $y$, and $z$. The negative part of each axis is on the opposite side of the origin, where the axes intersect.

Applet: Three-dimensional Cartesian coordinate axes

Applet loading

Three-dimensional Cartesian coordinate axes. A representation of the three axes of the three-dimensional Cartesian coordinate system. The positive $x$-axis, positive $y$-axis, and positive $z$-axis are the sides labeled by $x$, $y$ and $z$. The origin is the intersection of all the axes. The branch of each axis on the opposite side of the origin (the unlabeled side) is the negative part. You can drag the figure with the mouse to rotate it.

We have set the relative locations of the positive $x$, $y$, and $z$-axis to make the coordinate system a right-handed coordinate system. Note that if you curl the fingers of your right hand from the positive $x$-axis to the positive $y$-axis, the thumb of your right hand points in the direction of the positive $z$-axis.

If you switched the locations of the positive $x$-axis and positive $y$-axis, then you would end up having a left-handed coordinate system. If you do that, you will be living in a mathematical universe in which some formulas will differ by a minus sign from the formula in the universe we are using here. Your universe will be just as valid as ours, but there will be lots of confusion. We suggest you live in our universe while studying from these pages.

With these axes any point $\vc

$ in space can be assigned three coordinates $\vc

=(p_1,p_2,p_3)$. For example, given the above corner-of-room analogy, suppose you start at the corner of the room and move four meters along the $x$-axis, then turn left and walk three meters into the room. If you are two meters tall, then the top of your head is at the point $(4,3,2)$.

Applet: A vector in three-dimensional space

Applet loading

Just as in two dimensions, we can also denote three-dimensional vectors is in terms of the standard unit vectors, $\vc$, $\vc$, and $\vc$. These vectors are the unit vectors in the positive $x$, $y$, and $z$ direction, respectively. In terms of coordinates, we can write them as $\vc=(1,0,0)$, $\vc=(0,1,0)$, and $\vc=(0,0,1)$. We can express any three-dimensional vector as a sum of scalar multiples of these unit vectors in the form $\vc=(a_1,a_2,a_3) = a_1\vc+a_2\vc+a_3\vc$.

Applet: The standard unit vectors in three dimensions

Applet loading

The standard unit vectors in three dimensions. The standard unit vectors in three dimensions, $\vc$ (green), $\vc$ (blue), and $\vc$ (red) are length one vectors that point parallel to the $x$-axis, $y$-axis, and $z$-axis respectively. Moving them with the mouse doesn't change the vectors, as they always point toward the positive direction of their respective axis.

Going beyond three dimensions?

We can easily visualize two or three dimensions by drawing pictures of a plane or of space. If we represent a vector by a list of numbers such as $(a_1,a_2) \in \R^2$ and $(a_1,a_2,a_3) \in \R^3$, we can easily go beyond three dimensions into four dimensions $(a_1,a_2,a_3,a_4) \in \R^4$ or even to arbitrary dimension such as $n$-dimensions $(a_1,a_2, \ldots, a_n) \in \R^n$, where $n$ is some positive integer.

Going to higher dimension is easy with lists of numbers, though of course high-dimensional vectors are not easy (not possible?) to visualize. You can read more about high-dimensional vectors or check out examples of $n$-dimensional vectors that illustrate how going to dimensions higher than three can be useful in many situations.

Thread navigation

Vector algebra