Vectors in R2 and R3 Flashcards
directed line segments and vectors
for every directed line segment there is a vector in the same direction and length
ex) points P and Q
vector of PQ = Q - P
= (q1+q2) - (p1+p2)
distance between vectors
the distance of 2 vectors is the distance of their end points
(doesn’t matter the subtraction order)
length of vector
length of a vector (v) is the distance from the zero vector to the vector (v)
length of vector = d(u,v) = square root[(u1-v1)2+(u2-v2)2]
unit vector
a vector is called a unit vector if it’s length is equal to 1
vector / magnitude of vector (length)
scalar multiplication of vector
if c is scalar multiple
cv = (cv1, cv2, cv2)
vector addition
vector subtraction
u - v = (u1-v1, u2-v2)
negative vector
negative vector (-v) is opposite and same length as vector (v)
i, j, k notation
(1,0,0) = i vector
(0,1,0) = j vector
(0,0,1) = k vector
collinear vector
2 vectors are called collinear if one is a scalar multiple of the other
ex) Cu = v
u and v are collinear
how do you check for collinearity?
- the vectors need to have the same zero components (they have any)
ex) (0,1,2) and (0,2,4) - the components have the same ratio