Vectors in R2 and R3 Flashcards

1
Q

directed line segments and vectors

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

distance between vectors

A

the distance of 2 vectors is the distance of their end points

(doesn’t matter the subtraction order)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

length of vector

A

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]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

unit vector

A

a vector is called a unit vector if it’s length is equal to 1

vector / magnitude of vector (length)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

scalar multiplication of vector

A

if c is scalar multiple

cv = (cv1, cv2, cv2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

vector addition

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

vector subtraction

A

u - v = (u1-v1, u2-v​2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

negative vector

A

negative vector (-v) is opposite and same length as vector (v)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

i, j, k notation

A

(1,0,0) = i vector

(0,1,0) = j vector

(0,0,1) = k vector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

collinear vector

A

2 vectors are called collinear if one is a scalar multiple of the other

ex) Cu = v

u and v are collinear

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

how do you check for collinearity?

A
  1. the vectors need to have the same zero components (they have any)
    ex) (0,1,2) and (0,2,4)
  2. the components have the same ratio
How well did you know this?
1
Not at all
2
3
4
5
Perfectly