Vectors

A vector can be thought of as an arrow with a direction and a length. Vectors are often used to translate (move) objects. In this sketch, the vector translates the red polygon to the blue polygon; that is, the direction of the vector gives the direction to move, and the length of the vector gives the distance to move.

Sorry, this page requires a Java-compatible web browser.

This is a picture of what the interactive sketch looks like.

If you have Geometer's Sketchpad installed on your computer, you can get the original sketch.

One way to describe a vector is to give its length and direction (for example, as an angle from the positive x axis). Another way is to give the x and y coordinates of its tail and head. The most common way is to agree that the tail must be at (0,0), and give only the x and y coordinates of the head.

Group/lab problems

  1. In the interactive diagram, move the tail of the vector to (0,0) and the head of the vector to (0,1). Pick a point on the red polygon and find its coordinates. Where is the corresponding point on the blue polygon?
  2. Now move the tail of the vector to (2,1) and the head to (2,2). How do the direction and length compare to those of the vector in the previous item? Look at the same point on the red polygon and answer the same question.
  3. Do this for several more vectors: for the pairs of vectors in the table below, compare their directions and lengths and their effect on the polygon.
    First vector tail First vector head Second vector tail Second vector head
    (0,0)(2,0)(-1,1))(1,1)
    (0,0)(2,1)(-3,-2))(-1,-1)
    (0,0)(-1,1)(-3,2))(-4,3)
  4. What is the pattern for the pairs of vectors chosen in these questions? How are the head and tail coordinates for the second vector related to those for the first vector?
  5. Formulate your discoveries into a general rule for relating a vector whose tail is not at (0,0) to one whose tail is at (0,0).

Individual homework problems

In the following questions, use the convention for naming a vector where the tail is at the origin; then the coordinates of the head are the coordinates of the vector.
  1. Point F has coordinates (1,2). First it is translated by vector (-2,4); then it is translated by (5,-7); then by (0,2); then by (-3,-3); then by (1,2). Where does it end up?