Vectors Flashcards

(5 cards)

1
Q

What is the magnitude of a vector <x, y>?

A

√(x^2 + y^2)

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

How would you add <a, b> and <c, d>?

A

<a + c, b + d>

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

How would you multiply vectors a and b?

A

ax * bx + ay * by

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

Given an sas, how would you find the dot product?

A

|a||b|cos(x)

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

How do you find the angle between two vectors?

A

a*b / |a||b| = cos(x)

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