Exercise 1: A vector is a displacement, not a place
A point is a place; a vector is a move. The vector says how to get from to , and the same move can start anywhere, which is why and a vector drawn elsewhere with the same components are the SAME vector. Every computation in this chapter is a way of adding moves.
In the plane, take , and , and write and , as on the figure.
- a) Give the components of , and , and check that .
- b) Compute , and .
- c) Find the point such that , vertices in that order, is a parallelogram.
- d) Three points that are not collinear are three vertices of exactly three parallelograms. Find the other two possible fourth vertices.
- e) Express as a vector between two of the points, and say which diagonal of the parallelogram of c) it is.
Show the solution
Answers
- a) , , , and
- b) , ,
- c)
- d) for and for the parallelogram with diagonal
- e) , the diagonal from to
a) Always the END minus the START: , and . Then . This is the whole content of vector addition: going from to and then from to is the same trip as going from to . Writing instead of gives , the right length pointing the wrong way, and every later answer inherits the sign.
b) Componentwise: , , and . Scalar multiplication stretches a move, and a negative scalar also reverses it: is three copies of walked backwards.
c) In the sides are , , , , so the diagonal from is . The parallelogram rule says exactly this: starting at , the moves and combine into the diagonal . Hence . Check with opposite sides: . Two opposite sides equal AS VECTORS, same length and same direction, is the definition that makes the proof one line.
d) The fourth vertex is opposite one of the three given points, and there are three choices. Opposite : , found above. Opposite , the parallelogram in that order: , and indeed . Opposite : , and . The trap is to answer c) with : the ORDER of the letters decides which point is opposite which, and a question that says and one that says have different answers.
e) , and agrees with b). So the parallelogram built on and carries BOTH operations: the sum is the diagonal leaving the common starting point, the difference is the other diagonal, from the tip of to the tip of . Reversing it, from to , gives .