Vectors
Vectors
Vectors can be thought of as arrows in the plane, or rays of finite length. We add them together by first following one arrow, then another. Since we have defined a new mathematical object, we would like to know what properties it has.
If u, v, and w are vectors the following properties hold:
- . Here we can think of the number zero as a vector by doing nothing.
Scaling Properites
Since vectors can be thought of as arrows, going from one point to another, we can make them longer while maintaining the direction they are pointing in.
If are non-zero real numbers, and v, w are vectors, we have the following properties:
Magnitude
Since vectors are finite length arrows, we can compute the length of any vector by looking at a vector as a change in both the x direction and y-direction.
Given a vector v we define the magnitude of v, denoted , to be the length of v.
Properties: If v is a vector and c is a scalar:
Computation with Vectors
Up until now only the magnitude we have only talked about vectors in an abstract manner. We will now describe how we do arithmatic with them.
Given two points (x, y), and (a, b), the vector from (x, y) to (a, b) is < a - x, b - y>. We also sometimes notate a vector as
This means we can talk about vectors in terms of change in each coordinate. We say that two vectors are equal if
Now we will describe how to add, subtract, scale, and find the magnitude of a vector:
If are vectors, and c is a scalar,
Unit Vectors
For any non-zero vector, v, there is a vector of length one pointing in the same direction as v. We call this vector the unit vector in the direction of v.
Given a vector v, the unit vector in the direction of v, called u, is given by
Finding Vector Given Magnitude and Direction
It was mentioned earlier that a vector is an arrow of finite length pointing in a fixed direction. So given the magnitude and direction a vector is pointing in we can find the vector v.
Given a vector, v, has length with an angle of from the positive x direction, we have that
Return to Topics Page